3 Commits

Author SHA1 Message Date
0bd6f46337 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-06-30 21:36:11 +00:00
94a19a380f Merge pull request 'Update dependency bootstrap to v5.3.7' (#182) from renovate/bootstrap-5.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #182
2025-06-26 14:41:53 +02:00
5f94c07cba Update dependency bootstrap to v5.3.7
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-06-20 16:36:01 +00:00
2 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@ -8,7 +8,7 @@
"name": "digitale-offline-registration", "name": "digitale-offline-registration",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"bootstrap": "5.3.3", "bootstrap": "5.3.7",
"core-js": "3.43.0", "core-js": "3.43.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",
@ -4345,9 +4345,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.3.3", "version": "5.3.7",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.7.tgz",
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", "integrity": "sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View File

@ -8,7 +8,7 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"bootstrap": "5.3.3", "bootstrap": "5.3.7",
"core-js": "3.43.0", "core-js": "3.43.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",
@ -21,8 +21,8 @@
"@vue/cli-plugin-pwa": "5.0.8", "@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8", "@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.5.17", "@vue/compiler-sfc": "3.5.17",
"@vue/eslint-config-standard": "9.0.1", "@vue/eslint-config-standard": "8.0.1",
"eslint": "8.57.1", "eslint": "9.30.0",
"eslint-plugin-import": "2.32.0", "eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.20.0", "eslint-plugin-n": "17.20.0",
"eslint-plugin-promise": "7.2.1", "eslint-plugin-promise": "7.2.1",