From 94c59c47d16abb9f15d57f1ab9368469f2593497 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 29 Jan 2024 21:11:19 +0800 Subject: [PATCH] Upgrade dependencies --- package-lock.json | 25 ++++++++++++------------- package.json | 6 +++--- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf56f042..ac64accb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "phanpy", "version": "0.1.0", "dependencies": { - "@formatjs/intl-localematcher": "~0.5.2", + "@formatjs/intl-localematcher": "~0.5.4", "@formkit/auto-animate": "~0.8.1", "@github/text-expander-element": "~2.6.1", "@iconify-icons/mingcute": "~1.2.9", @@ -49,10 +49,10 @@ "postcss-dark-theme-class": "~1.1.0", "postcss-preset-env": "~9.3.0", "twitter-text": "~3.1.0", - "vite": "~5.0.11", + "vite": "~5.0.12", "vite-plugin-generate-file": "~0.1.1", "vite-plugin-html-config": "~1.0.11", - "vite-plugin-pwa": "~0.17.4", + "vite-plugin-pwa": "~0.17.5", "vite-plugin-remove-console": "~2.2.0", "workbox-cacheable-response": "~7.0.0", "workbox-expiration": "~7.0.0", @@ -2899,10 +2899,9 @@ } }, "node_modules/@formatjs/intl-localematcher": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.2.tgz", - "integrity": "sha512-txaaE2fiBMagLrR4jYhxzFO6wEdEG4TPMqrzBAcbr4HFUYzH/YC+lg6OIzKCHm8WgDdyQevxbAAV1OgcXctuGw==", - "license": "MIT", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", + "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", "dependencies": { "tslib": "^2.4.0" } @@ -7774,9 +7773,9 @@ } }, "node_modules/vite": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", - "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dev": true, "dependencies": { "esbuild": "^0.19.3", @@ -7855,9 +7854,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz", - "integrity": "sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA==", + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.5.tgz", + "integrity": "sha512-UxRNPiJBzh4tqU/vc8G2TxmrUTzT6BqvSzhszLk62uKsf+npXdvLxGDz9C675f4BJi6MbD2tPnJhi5txlMzxbQ==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 828f1e07..c0d444ee 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "sourcemap": "npx source-map-explorer dist/assets/*.js" }, "dependencies": { - "@formatjs/intl-localematcher": "~0.5.2", + "@formatjs/intl-localematcher": "~0.5.4", "@formkit/auto-animate": "~0.8.1", "@github/text-expander-element": "~2.6.1", "@iconify-icons/mingcute": "~1.2.9", @@ -51,10 +51,10 @@ "postcss-dark-theme-class": "~1.1.0", "postcss-preset-env": "~9.3.0", "twitter-text": "~3.1.0", - "vite": "~5.0.11", + "vite": "~5.0.12", "vite-plugin-generate-file": "~0.1.1", "vite-plugin-html-config": "~1.0.11", - "vite-plugin-pwa": "~0.17.4", + "vite-plugin-pwa": "~0.17.5", "vite-plugin-remove-console": "~2.2.0", "workbox-cacheable-response": "~7.0.0", "workbox-expiration": "~7.0.0",