From d7f1807ceb716c30f9fd38248c5ccfba6bc4fd4e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 20 Aug 2025 17:10:24 +0800 Subject: [PATCH] Upgrade vite-plugin-pwa --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8eec1085..807fcbce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "vite": "~7.0.6", "vite-plugin-generate-file": "~0.3.1", "vite-plugin-html-config": "~2.0.2", - "vite-plugin-pwa": "~1.0.2", + "vite-plugin-pwa": "~1.0.3", "vite-plugin-remove-console": "~2.2.0", "vite-plugin-run": "~0.6.1", "workbox-cacheable-response": "~7.3.0", @@ -9984,9 +9984,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.2.tgz", - "integrity": "sha512-O3UwjsCnoDclgJANoOgzzqW7SFgwXE/th2OmUP/ILxHKwzWxxKDBu+B/Xa9Cv4IgSVSnj2HgRVIJ7F15+vQFkA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-1.0.3.tgz", + "integrity": "sha512-/OpqIpUldALGxcsEnv/ekQiQ5xHkQ53wcoN5ewX4jiIDNGs3W+eNcI1WYZeyOLmzoEjg09D7aX0O89YGjen1aw==", "dev": true, "license": "MIT", "dependencies": { @@ -10089,11 +10089,14 @@ } }, "node_modules/vite/node_modules/fdir": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz", - "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", "dev": true, "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, "peerDependencies": { "picomatch": "^3 || ^4" }, diff --git a/package.json b/package.json index 0c08064c..1ce104b3 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "vite": "~7.0.6", "vite-plugin-generate-file": "~0.3.1", "vite-plugin-html-config": "~2.0.2", - "vite-plugin-pwa": "~1.0.2", + "vite-plugin-pwa": "~1.0.3", "vite-plugin-remove-console": "~2.2.0", "vite-plugin-run": "~0.6.1", "workbox-cacheable-response": "~7.3.0",