chore: update deps
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions

UUID is now published in TypeScript, so the @types/uuid package is not needed
This commit is contained in:
Fernando Fernández 2024-11-04 20:01:20 +00:00 committed by GitHub
parent b856b0ff85
commit e45a106409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 20 deletions

View File

@ -29,7 +29,7 @@
"axios": "1.7.7",
"blurhash": "2.0.5",
"comlink": "4.4.1",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"defu": "6.1.4",
"destr": "2.0.3",
"dompurify": "3.1.7",
@ -40,7 +40,7 @@
"marked": "14.1.3",
"sortablejs": "1.15.3",
"swiper": "11.1.14",
"uuid": "10.0.0",
"uuid": "11.0.2",
"vue": "3.5.12",
"vue-i18n": "9.14.1",
"vue-router": "4.4.5",
@ -54,7 +54,6 @@
"@rollup/plugin-virtual": "3.0.2",
"@types/dompurify": "3.0.5",
"@types/sortablejs": "1.15.8",
"@types/uuid": "10.0.0",
"@vitejs/plugin-vue": "5.1.4",
"browserslist": "4.24.0",
"lightningcss": "1.27.0",

26
package-lock.json generated
View File

@ -38,7 +38,7 @@
"axios": "1.7.7",
"blurhash": "2.0.5",
"comlink": "4.4.1",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"defu": "6.1.4",
"destr": "2.0.3",
"dompurify": "3.1.7",
@ -49,7 +49,7 @@
"marked": "14.1.3",
"sortablejs": "1.15.3",
"swiper": "11.1.14",
"uuid": "10.0.0",
"uuid": "11.0.2",
"vue": "3.5.12",
"vue-i18n": "9.14.1",
"vue-router": "4.4.5",
@ -63,7 +63,6 @@
"@rollup/plugin-virtual": "3.0.2",
"@types/dompurify": "3.0.5",
"@types/sortablejs": "1.15.8",
"@types/uuid": "10.0.0",
"@vitejs/plugin-vue": "5.1.4",
"browserslist": "4.24.0",
"lightningcss": "1.27.0",
@ -2389,13 +2388,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/web-bluetooth": {
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
@ -4334,9 +4326,9 @@
"license": "MIT"
},
"node_modules/date-fns": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
"license": "MIT",
"funding": {
"type": "github",
@ -9421,16 +9413,16 @@
"license": "MIT"
},
"node_modules/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
"integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
"uuid": "dist/esm/bin/uuid"
}
},
"node_modules/validate-npm-package-license": {