Compare commits

..

3 Commits

Author SHA1 Message Date
f5c9ffc2ae Update dependency bootstrap to v5.3.6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-05-08 19:35:58 +00:00
b072d4dd9a Merge pull request 'Update dependency @babel/eslint-parser to v7.27.1' (#190) from renovate/babel-monorepo into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #190
2025-05-07 14:45:14 +02:00
9002848b10 Update dependency @babel/eslint-parser to v7.27.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-05-03 15:36:01 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -8,14 +8,14 @@
"name": "digitale-offline-registration", "name": "digitale-offline-registration",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"bootstrap": "5.3.5", "bootstrap": "5.3.6",
"core-js": "3.42.0", "core-js": "3.42.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",
"vue": "3.5.13" "vue": "3.5.13"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.27.0", "@babel/eslint-parser": "7.27.1",
"@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8", "@vue/cli-plugin-pwa": "5.0.8",
@ -115,9 +115,9 @@
} }
}, },
"node_modules/@babel/eslint-parser": { "node_modules/@babel/eslint-parser": {
"version": "7.27.0", "version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.0.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.1.tgz",
"integrity": "sha512-dtnzmSjXfgL/HDgMcmsLSzyGbEosi4DrGWoCNfuI+W4IkVJw6izpTe7LtOdwAXnkDqw5yweboYCTkM2rQizCng==", "integrity": "sha512-q8rjOuadH0V6Zo4XLMkJ3RMQ9MSBqwaDByyYB0izsYdaIWGNLmEblbCOf1vyFHICcg16CD7Fsi51vcQnYxmt6Q==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -4152,9 +4152,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.3.5", "version": "5.3.6",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.5.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.6.tgz",
"integrity": "sha512-ct1CHKtiobRimyGzmsSldEtM03E8fcEX4Tb3dGXz1V8faRwM50+vfHwTzOxB3IlKO7m+9vTH3s/3C6T2EAPeTA==", "integrity": "sha512-jX0GAcRzvdwISuvArXn3m7KZscWWFAf1MKBcnzaN02qWMb3jpMoUX4/qgeiGzqyIb4ojulRzs89UCUmGcFSzTA==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View File

@ -8,14 +8,14 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"bootstrap": "5.3.5", "bootstrap": "5.3.6",
"core-js": "3.42.0", "core-js": "3.42.0",
"qrcode.vue": "3.6.0", "qrcode.vue": "3.6.0",
"register-service-worker": "1.7.2", "register-service-worker": "1.7.2",
"vue": "3.5.13" "vue": "3.5.13"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.27.0", "@babel/eslint-parser": "7.27.1",
"@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8", "@vue/cli-plugin-pwa": "5.0.8",