Pin dependencies
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-08-13 16:35:02 +00:00
parent bc387157e0
commit 8fd7a7d6f2
2 changed files with 14 additions and 11 deletions

View File

@ -8,11 +8,11 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"bootstrap": "^5.3.3",
"core-js": "^3.36.1",
"qrcode.vue": "^3.4.1",
"register-service-worker": "^1.7.2",
"vue": "^3.4.23"
"bootstrap": "5.3.3",
"core-js": "3.38.0",
"qrcode.vue": "3.4.1",
"register-service-worker": "1.7.2",
"vue": "3.4.37"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.8",