From c4961b26bbe5b39e89acc3ed5a4ed99daaf5b0c3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 12 Sep 2023 20:54:40 +0800 Subject: [PATCH] Upgrade intl-localematcher --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 990917b9..b67ca085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "phanpy", "version": "0.1.0", "dependencies": { - "@formatjs/intl-localematcher": "~0.4.1", + "@formatjs/intl-localematcher": "~0.4.2", "@github/text-expander-element": "~2.5.0", "@iconify-icons/mingcute": "~1.2.7", "@justinribeiro/lite-youtube": "~1.5.0", @@ -2989,9 +2989,9 @@ } }, "node_modules/@formatjs/intl-localematcher": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.4.1.tgz", - "integrity": "sha512-Fs4MhhHlLC0RrspX2u2KP7zlwL9eHrBZsOBxaPOeqrCZYLaOUK4cYXQ1ErpAB0HnGV/GUXNa5smzV/7jCuRzxg==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.4.2.tgz", + "integrity": "sha512-BGdtJFmaNJy5An/Zan4OId/yR9Ih1OojFjcduX/xOvq798OgWSyDtd6Qd5jqJXwJs1ipe4Fxu9+cshic5Ox2tA==", "dependencies": { "tslib": "^2.4.0" } @@ -9661,9 +9661,9 @@ "optional": true }, "@formatjs/intl-localematcher": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.4.1.tgz", - "integrity": "sha512-Fs4MhhHlLC0RrspX2u2KP7zlwL9eHrBZsOBxaPOeqrCZYLaOUK4cYXQ1ErpAB0HnGV/GUXNa5smzV/7jCuRzxg==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.4.2.tgz", + "integrity": "sha512-BGdtJFmaNJy5An/Zan4OId/yR9Ih1OojFjcduX/xOvq798OgWSyDtd6Qd5jqJXwJs1ipe4Fxu9+cshic5Ox2tA==", "requires": { "tslib": "^2.4.0" } diff --git a/package.json b/package.json index 930c94c8..0f6edfe2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "sourcemap": "npx source-map-explorer dist/assets/*.js" }, "dependencies": { - "@formatjs/intl-localematcher": "~0.4.1", + "@formatjs/intl-localematcher": "~0.4.2", "@github/text-expander-element": "~2.5.0", "@iconify-icons/mingcute": "~1.2.7", "@justinribeiro/lite-youtube": "~1.5.0",