Compare commits

...

1 Commits

Author SHA1 Message Date
46ddab5035 Update dependency bootstrap to v5.3.4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-04-06 17:35:52 +00:00
2 changed files with 5 additions and 5 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.4",
"core-js": "3.41.0", "core-js": "3.41.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",
@ -4152,9 +4152,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.3.3", "version": "5.3.4",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.4.tgz",
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", "integrity": "sha512-q2oK3ZPDTa5I44FTyY3H76+SDTJREvOBxtX1HNLHcxMni50jMvUtOh+dgFdgpsAHtJ9bfNAWr6d6VezJHJ/7tg==",
"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.4",
"core-js": "3.41.0", "core-js": "3.41.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",