From e1447053b38edeb267549381c691f23d52794488 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 29 Feb 2024 10:12:05 +0800 Subject: [PATCH] Upgrade dependencies --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98e732f..d354344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "idb-keyval": "~6.2.1", "just-debounce-it": "~3.2.0", "lz-string": "~1.5.0", - "masto": "~6.6.0", + "masto": "~6.6.2", "moize": "~6.1.6", "p-retry": "~6.2.0", "p-throttle": "~6.1.0", @@ -52,7 +52,7 @@ "vite": "~5.1.4", "vite-plugin-generate-file": "~0.1.1", "vite-plugin-html-config": "~1.0.11", - "vite-plugin-pwa": "~0.19.0", + "vite-plugin-pwa": "~0.19.1", "vite-plugin-remove-console": "~2.2.0", "workbox-cacheable-response": "~7.0.0", "workbox-expiration": "~7.0.0", @@ -5622,9 +5622,9 @@ } }, "node_modules/masto": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/masto/-/masto-6.6.0.tgz", - "integrity": "sha512-spXDwI22M7cWaFPBmpEY+05F+9kAE0nLwzUx5YPECKsLEEQ+c+a92yo/WOnocNs/ILr9/OCKjYPyCykL6TVw+w==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/masto/-/masto-6.6.2.tgz", + "integrity": "sha512-VA2emvYwYePIHiKGzl0noPHmFR9s+OpfQLTBiRNukxnxMdkmbOCuMfg6lXctQqDfvdSgZtzUZSnSG3cJSM+/Ww==", "dependencies": { "change-case": "^4.1.2", "events-to-async": "^2.0.1", @@ -7876,9 +7876,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz", - "integrity": "sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.1.tgz", + "integrity": "sha512-pxubJSqDfiUflmFfU8ErPP2eIHz7SqiSuJz6Qk2dPlEeC5Wm2hTInYhmVBYVx1KbVUEhQ4f8uCdmhYB/YP/pqw==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index c70759c..44f7ea1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "idb-keyval": "~6.2.1", "just-debounce-it": "~3.2.0", "lz-string": "~1.5.0", - "masto": "~6.6.0", + "masto": "~6.6.2", "moize": "~6.1.6", "p-retry": "~6.2.0", "p-throttle": "~6.1.0", @@ -54,7 +54,7 @@ "vite": "~5.1.4", "vite-plugin-generate-file": "~0.1.1", "vite-plugin-html-config": "~1.0.11", - "vite-plugin-pwa": "~0.19.0", + "vite-plugin-pwa": "~0.19.1", "vite-plugin-remove-console": "~2.2.0", "workbox-cacheable-response": "~7.0.0", "workbox-expiration": "~7.0.0",