1
0
Fork 0

Upgrade dependencies

This commit is contained in:
Lim Chee Aun 2024-02-29 10:12:05 +08:00
parent aaf64bbc34
commit e1447053b3
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View file

@ -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",

View file

@ -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",