Upgrade dependencies

pull/286/head
Lim Chee Aun 2023-10-30 19:31:42 +08:00
rodzic 290243df0a
commit 75bca8ed3a
2 zmienionych plików z 25 dodań i 25 usunięć

46
package-lock.json wygenerowano
Wyświetl plik

@ -22,7 +22,7 @@
"idb-keyval": "~6.2.1", "idb-keyval": "~6.2.1",
"just-debounce-it": "~3.2.0", "just-debounce-it": "~3.2.0",
"lz-string": "~1.5.0", "lz-string": "~1.5.0",
"masto": "~6.3.3", "masto": "~6.4.0",
"moize": "~6.1.6", "moize": "~6.1.6",
"p-retry": "~6.1.0", "p-retry": "~6.1.0",
"p-throttle": "~5.1.0", "p-throttle": "~5.1.0",
@ -50,7 +50,7 @@
"vite": "~4.5.0", "vite": "~4.5.0",
"vite-plugin-generate-file": "~0.0.4", "vite-plugin-generate-file": "~0.0.4",
"vite-plugin-html-config": "~1.0.11", "vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.16.5", "vite-plugin-pwa": "~0.16.6",
"vite-plugin-remove-console": "~2.1.1", "vite-plugin-remove-console": "~2.1.1",
"workbox-cacheable-response": "~7.0.0", "workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0", "workbox-expiration": "~7.0.0",
@ -4264,9 +4264,9 @@
} }
}, },
"node_modules/events-to-async": { "node_modules/events-to-async": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/events-to-async/-/events-to-async-2.0.0.tgz", "resolved": "https://registry.npmjs.org/events-to-async/-/events-to-async-2.0.1.tgz",
"integrity": "sha512-NiZEr4g51nI4/lz/6NdwMqK/TLIctlnp9TQ3wCJjlRp47VgrthUZE4nrk2UhfZ8VzoQ/Xyth+G6MKioLCt0FVA==" "integrity": "sha512-RtnLYrMbXp4JkZIoZu+3VTqV21bNVBlJBZ4NmtwvMNqSE3qouhxv2gvLE4JJDaQc54ioPkrX74V6x+hp/hqjkQ=="
}, },
"node_modules/fast-blurhash": { "node_modules/fast-blurhash": {
"version": "1.1.2", "version": "1.1.2",
@ -5257,12 +5257,12 @@
} }
}, },
"node_modules/masto": { "node_modules/masto": {
"version": "6.3.3", "version": "6.4.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-6.3.3.tgz", "resolved": "https://registry.npmjs.org/masto/-/masto-6.4.0.tgz",
"integrity": "sha512-hmDsiscImeZfpkS+5oEWk3w5mkbxERFKN/UpuaoKZpVWWoGWCNnO7iPfQHygs/phP7PQqS6pVHlE5ylqSylf6A==", "integrity": "sha512-G4ANhXQGpfaAkeeRMYWxShSWqkCxrZvtvsHihQJSIcViy6ynUgxYd8wI0i6n1YokIGs7VoS7IPN+/JjMtyj1VA==",
"dependencies": { "dependencies": {
"change-case": "^4.1.2", "change-case": "^4.1.2",
"events-to-async": "^2.0.0", "events-to-async": "^2.0.1",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ts-custom-error": "^3.3.1", "ts-custom-error": "^3.3.1",
"ws": "^8.13.0" "ws": "^8.13.0"
@ -7394,9 +7394,9 @@
} }
}, },
"node_modules/vite-plugin-pwa": { "node_modules/vite-plugin-pwa": {
"version": "0.16.5", "version": "0.16.6",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.5.tgz", "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.6.tgz",
"integrity": "sha512-Ahol4dwhMP2UHPQXkllSlXbihOaDFnvBIDPmAxoSZ1EObBUJGP4CMRyCyAVkIHjd6/H+//vH0DM2ON+XxHr81g==", "integrity": "sha512-bQPDOWvhPMwydMoWqohXvIzvrq4X8iuCF+q95qEiaM4yC0ybViGKWMnWcpWp0vcnoLk7QvxHDlK65KUZvqB3Sg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"debug": "^4.3.4", "debug": "^4.3.4",
@ -7412,7 +7412,7 @@
"url": "https://github.com/sponsors/antfu" "url": "https://github.com/sponsors/antfu"
}, },
"peerDependencies": { "peerDependencies": {
"vite": "^3.1.0 || ^4.0.0", "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0",
"workbox-build": "^7.0.0", "workbox-build": "^7.0.0",
"workbox-window": "^7.0.0" "workbox-window": "^7.0.0"
} }
@ -10453,9 +10453,9 @@
"dev": true "dev": true
}, },
"events-to-async": { "events-to-async": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/events-to-async/-/events-to-async-2.0.0.tgz", "resolved": "https://registry.npmjs.org/events-to-async/-/events-to-async-2.0.1.tgz",
"integrity": "sha512-NiZEr4g51nI4/lz/6NdwMqK/TLIctlnp9TQ3wCJjlRp47VgrthUZE4nrk2UhfZ8VzoQ/Xyth+G6MKioLCt0FVA==" "integrity": "sha512-RtnLYrMbXp4JkZIoZu+3VTqV21bNVBlJBZ4NmtwvMNqSE3qouhxv2gvLE4JJDaQc54ioPkrX74V6x+hp/hqjkQ=="
}, },
"fast-blurhash": { "fast-blurhash": {
"version": "1.1.2", "version": "1.1.2",
@ -11188,12 +11188,12 @@
} }
}, },
"masto": { "masto": {
"version": "6.3.3", "version": "6.4.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-6.3.3.tgz", "resolved": "https://registry.npmjs.org/masto/-/masto-6.4.0.tgz",
"integrity": "sha512-hmDsiscImeZfpkS+5oEWk3w5mkbxERFKN/UpuaoKZpVWWoGWCNnO7iPfQHygs/phP7PQqS6pVHlE5ylqSylf6A==", "integrity": "sha512-G4ANhXQGpfaAkeeRMYWxShSWqkCxrZvtvsHihQJSIcViy6ynUgxYd8wI0i6n1YokIGs7VoS7IPN+/JjMtyj1VA==",
"requires": { "requires": {
"change-case": "^4.1.2", "change-case": "^4.1.2",
"events-to-async": "^2.0.0", "events-to-async": "^2.0.1",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ts-custom-error": "^3.3.1", "ts-custom-error": "^3.3.1",
"ws": "^8.13.0" "ws": "^8.13.0"
@ -12507,9 +12507,9 @@
"requires": {} "requires": {}
}, },
"vite-plugin-pwa": { "vite-plugin-pwa": {
"version": "0.16.5", "version": "0.16.6",
"resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.5.tgz", "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.6.tgz",
"integrity": "sha512-Ahol4dwhMP2UHPQXkllSlXbihOaDFnvBIDPmAxoSZ1EObBUJGP4CMRyCyAVkIHjd6/H+//vH0DM2ON+XxHr81g==", "integrity": "sha512-bQPDOWvhPMwydMoWqohXvIzvrq4X8iuCF+q95qEiaM4yC0ybViGKWMnWcpWp0vcnoLk7QvxHDlK65KUZvqB3Sg==",
"dev": true, "dev": true,
"requires": { "requires": {
"debug": "^4.3.4", "debug": "^4.3.4",

Wyświetl plik

@ -24,7 +24,7 @@
"idb-keyval": "~6.2.1", "idb-keyval": "~6.2.1",
"just-debounce-it": "~3.2.0", "just-debounce-it": "~3.2.0",
"lz-string": "~1.5.0", "lz-string": "~1.5.0",
"masto": "~6.3.3", "masto": "~6.4.0",
"moize": "~6.1.6", "moize": "~6.1.6",
"p-retry": "~6.1.0", "p-retry": "~6.1.0",
"p-throttle": "~5.1.0", "p-throttle": "~5.1.0",
@ -52,7 +52,7 @@
"vite": "~4.5.0", "vite": "~4.5.0",
"vite-plugin-generate-file": "~0.0.4", "vite-plugin-generate-file": "~0.0.4",
"vite-plugin-html-config": "~1.0.11", "vite-plugin-html-config": "~1.0.11",
"vite-plugin-pwa": "~0.16.5", "vite-plugin-pwa": "~0.16.6",
"vite-plugin-remove-console": "~2.1.1", "vite-plugin-remove-console": "~2.1.1",
"workbox-cacheable-response": "~7.0.0", "workbox-cacheable-response": "~7.0.0",
"workbox-expiration": "~7.0.0", "workbox-expiration": "~7.0.0",