fix(dependencies): update @gltf-transform packages and sequelize-cli version
- Upgraded @gltf-transform/cli, core, extensions, and functions to version 4.3.0 for improved functionality and compatibility. - Updated sequelize-cli to version 6.6.5 to address potential vulnerabilities. - Added an overrides section in package.json for minimatch to ensure consistent behavior across environments. - Refactored the EroticAccessView.vue component for improved structure and readability.
This commit is contained in:
1923
backend/package-lock.json
generated
1923
backend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@gltf-transform/cli": "^3.5.1",
|
||||
"@gltf-transform/cli": "^4.3.0",
|
||||
"amqplib": "^0.10.9",
|
||||
"bcryptjs": "^3.0.3",
|
||||
"connect-redis": "^9.0.0",
|
||||
@@ -47,6 +47,9 @@
|
||||
"ws": "^8.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sequelize-cli": "^6.6.2"
|
||||
"sequelize-cli": "^6.6.5"
|
||||
},
|
||||
"overrides": {
|
||||
"minimatch": "10.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user