Upgrade dependencies

This commit is contained in:
Lim Chee Aun 2024-03-02 11:23:23 +08:00
parent 0db10bf7d0
commit 4d138f5773
2 changed files with 17 additions and 10 deletions

22
package-lock.json generated
View file

@ -20,10 +20,11 @@
"dayjs-twitter": "~0.5.0",
"fast-blurhash": "~1.1.2",
"fast-equals": "~5.0.1",
"html-prettify": "^1.0.7",
"idb-keyval": "~6.2.1",
"just-debounce-it": "~3.2.0",
"lz-string": "~1.5.0",
"masto": "~6.6.2",
"masto": "~6.6.3",
"moize": "~6.1.6",
"p-retry": "~6.2.0",
"p-throttle": "~6.1.0",
@ -52,7 +53,7 @@
"vite": "~5.1.4",
"vite-plugin-generate-file": "~0.1.1",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.19.1",
"vite-plugin-pwa": "~0.19.2",
"vite-plugin-remove-console": "~2.2.0",
"workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0",
@ -4964,6 +4965,11 @@
"tslib": "^2.0.3"
}
},
"node_modules/html-prettify": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/html-prettify/-/html-prettify-1.0.7.tgz",
"integrity": "sha512-99pRsP2PV2DyWnrVibNyad7gNmzCP7AANO8jw7Z9yanWyXH9dPdqdMXGefySplroqCNdk95u7j5TLxfyJ1Cbbg=="
},
"node_modules/idb": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
@ -5622,9 +5628,9 @@
}
},
"node_modules/masto": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/masto/-/masto-6.6.2.tgz",
"integrity": "sha512-VA2emvYwYePIHiKGzl0noPHmFR9s+OpfQLTBiRNukxnxMdkmbOCuMfg6lXctQqDfvdSgZtzUZSnSG3cJSM+/Ww==",
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/masto/-/masto-6.6.3.tgz",
"integrity": "sha512-WkETTajH4SCRV0GyP5g58qWwp7gsDVdM4qogewXPSWe4kpJY3q27ao1aOUbXRCwTcnL06nGKtMAx06+oY03e9Q==",
"dependencies": {
"change-case": "^4.1.2",
"events-to-async": "^2.0.1",
@ -7876,9 +7882,9 @@
}
},
"node_modules/vite-plugin-pwa": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.1.tgz",
"integrity": "sha512-pxubJSqDfiUflmFfU8ErPP2eIHz7SqiSuJz6Qk2dPlEeC5Wm2hTInYhmVBYVx1KbVUEhQ4f8uCdmhYB/YP/pqw==",
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.19.2.tgz",
"integrity": "sha512-LSQJFPxCAQYbRuSyc9EbRLRqLpaBA9onIZuQFomfUYjWSgHuQLonahetDlPSC9zsxmkSEhQH8dXZN8yL978h3w==",
"dev": true,
"dependencies": {
"debug": "^4.3.4",

View file

@ -22,10 +22,11 @@
"dayjs-twitter": "~0.5.0",
"fast-blurhash": "~1.1.2",
"fast-equals": "~5.0.1",
"html-prettify": "^1.0.7",
"idb-keyval": "~6.2.1",
"just-debounce-it": "~3.2.0",
"lz-string": "~1.5.0",
"masto": "~6.6.2",
"masto": "~6.6.3",
"moize": "~6.1.6",
"p-retry": "~6.2.0",
"p-throttle": "~6.1.0",
@ -54,7 +55,7 @@
"vite": "~5.1.4",
"vite-plugin-generate-file": "~0.1.1",
"vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.19.1",
"vite-plugin-pwa": "~0.19.2",
"vite-plugin-remove-console": "~2.2.0",
"workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0",