mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
fix: upgrade vuetify from 3.2.4 to 3.4.4
Snyk has created this PR to upgrade vuetify from 3.2.4 to 3.4.4. See this package in npm: https://www.npmjs.com/package/vuetify See this project in Snyk: https://app.snyk.io/org/runbb/project/cb69b9eb-8368-495e-bda2-a7060a8812fb?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
adf0a0b9d5
commit
073f65f1dd
14
package-lock.json
generated
14
package-lock.json
generated
@ -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
|
||||||
},
|
},
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user