1 Commits

Author SHA1 Message Date
f7f05efa0a Update dependency eslint-plugin-vue to v10
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is failing
2025-08-03 08:36:18 +00:00
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"bootstrap": "5.3.7",
"core-js": "3.45.0",
"core-js": "3.44.0",
"qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2",
"vue": "3.5.18"
@ -4861,9 +4861,9 @@
}
},
"node_modules/core-js": {
"version": "3.45.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.0.tgz",
"integrity": "sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==",
"version": "3.44.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.44.0.tgz",
"integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==",
"hasInstallScript": true,
"license": "MIT",
"funding": {

View File

@ -9,7 +9,7 @@
},
"dependencies": {
"bootstrap": "5.3.7",
"core-js": "3.45.0",
"core-js": "3.44.0",
"qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2",
"vue": "3.5.18"
@ -26,6 +26,6 @@
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.21.3",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "9.33.0"
"eslint-plugin-vue": "10.4.0"
}
}