Merge pull request #2 from xlmnxp/snyk-upgrade-48382fafd7167cad4e17f1b21d478797

[Snyk] Upgrade vuetify from 3.2.4 to 3.4.4
This commit is contained in:
Salem Yaslem 2023-12-24 01:00:36 +03:00 committed by GitHub
commit 1f98380b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions

14
package-lock.json generated
View File

@ -22,7 +22,7 @@
"uuid": "^9.0.0", "uuid": "^9.0.0",
"vue-plyr": "^7.0.0", "vue-plyr": "^7.0.0",
"vue3-selecto": "^1.8.4", "vue3-selecto": "^1.8.4",
"vuetify": "^3.2.4" "vuetify": "^3.4.4"
}, },
"devDependencies": { "devDependencies": {
"@types/libarchive.js": "^1.3.1", "@types/libarchive.js": "^1.3.1",
@ -8503,9 +8503,9 @@
} }
}, },
"node_modules/vuetify": { "node_modules/vuetify": {
"version": "3.2.4", "version": "3.4.4",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.2.4.tgz", "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.4.4.tgz",
"integrity": "sha512-Lj3fXSTY/lLXpuzAM0n2B/9o7WKpHsqv2USanXyFVXbePsl9kx7XY4HPrMqTDEYRlY9AyMjF9ilTbkQ8IovPmQ==", "integrity": "sha512-qnQy3iPOLMcyKUAb5Oi2hw+2qjc9NQK/M2i95ZUvjpHEF5mTBvGwCJ2xXV4Yn9eaGhuUtWBqgR/3Op42S3d41g==",
"engines": { "engines": {
"node": "^12.20 || >=14.13" "node": "^12.20 || >=14.13"
}, },
@ -8514,12 +8514,16 @@
"url": "https://github.com/sponsors/johnleider" "url": "https://github.com/sponsors/johnleider"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": ">=4.7",
"vite-plugin-vuetify": "^1.0.0-alpha.12", "vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue": "^3.2.0", "vue": "^3.3.0",
"vue-i18n": "^9.0.0", "vue-i18n": "^9.0.0",
"webpack-plugin-vuetify": "^2.0.0-alpha.11" "webpack-plugin-vuetify": "^2.0.0-alpha.11"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vite-plugin-vuetify": { "vite-plugin-vuetify": {
"optional": true "optional": true
}, },

View File

@ -32,6 +32,6 @@
"uuid": "^9.0.0", "uuid": "^9.0.0",
"vue-plyr": "^7.0.0", "vue-plyr": "^7.0.0",
"vue3-selecto": "^1.8.4", "vue3-selecto": "^1.8.4",
"vuetify": "^3.2.4" "vuetify": "^3.4.4"
} }
} }