3 Commits

Author SHA1 Message Date
1b389f2aa5 Update dependency eslint to v9
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-11 20:36:16 +00:00
aaab10c081 Merge pull request 'Update dependency core-js to v3.45.0' (#215) from renovate/core-js-3.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #215
2025-08-08 15:27:54 +02:00
b52c9afab7 Update dependency core-js to v3.45.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-08-07 18:36:28 +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.44.0",
"core-js": "3.45.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.44.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.44.0.tgz",
"integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==",
"version": "3.45.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.0.tgz",
"integrity": "sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==",
"hasInstallScript": true,
"license": "MIT",
"funding": {

View File

@ -9,7 +9,7 @@
},
"dependencies": {
"bootstrap": "5.3.7",
"core-js": "3.44.0",
"core-js": "3.45.0",
"qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2",
"vue": "3.5.18"
@ -22,7 +22,7 @@
"@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.5.18",
"@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1",
"eslint": "9.33.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.21.3",
"eslint-plugin-promise": "7.2.1",