Compare commits

..

4 Commits

Author SHA1 Message Date
958e68255a chore(deps): update dependency core-js to v3.44.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-07-10 14:37:22 +00:00
bdd4ac19b5 Merge pull request 'chore(deps): update dependency vue-router to v4.5.0' (!153) from renovate/vue-router-4.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #153
2025-01-08 15:16:32 +01:00
832df8a04c Merge pull request 'chore(deps): lock file maintenance' (!141) from renovate/lock-file-maintenance into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #141
2025-01-08 14:23:33 +01:00
07e02997d8 chore(deps): update dependency vue-router to v4.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
2025-01-07 21:38:21 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -16,14 +16,14 @@
"@vue/compiler-sfc": "3.5.13", "@vue/compiler-sfc": "3.5.13",
"bootstrap": "5.3.3", "bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3", "bootstrap-icons": "1.11.3",
"core-js": "3.39.0", "core-js": "3.44.0",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-plugin-vue": "9.32.0", "eslint-plugin-vue": "9.32.0",
"sass": "1.83.1", "sass": "1.83.1",
"sass-loader": "16.0.4", "sass-loader": "16.0.4",
"v-tooltip": "4.0.0-beta.17", "v-tooltip": "4.0.0-beta.17",
"vue": "3.5.13", "vue": "3.5.13",
"vue-router": "4.4.5", "vue-router": "4.5.0",
"vuex": "4.1.0" "vuex": "4.1.0"
}, },
"optionalDependencies": { "optionalDependencies": {
@ -4755,9 +4755,9 @@
} }
}, },
"node_modules/core-js": { "node_modules/core-js": {
"version": "3.39.0", "version": "3.44.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.44.0.tgz",
"integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", "integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
@ -12288,9 +12288,9 @@
} }
}, },
"node_modules/vue-router": { "node_modules/vue-router": {
"version": "4.4.5", "version": "4.5.0",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.5.tgz", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz",
"integrity": "sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==", "integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -15,14 +15,14 @@
"@vue/compiler-sfc": "3.5.13", "@vue/compiler-sfc": "3.5.13",
"bootstrap": "5.3.3", "bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3", "bootstrap-icons": "1.11.3",
"core-js": "3.39.0", "core-js": "3.44.0",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-plugin-vue": "9.32.0", "eslint-plugin-vue": "9.32.0",
"sass": "1.83.1", "sass": "1.83.1",
"sass-loader": "16.0.4", "sass-loader": "16.0.4",
"v-tooltip": "4.0.0-beta.17", "v-tooltip": "4.0.0-beta.17",
"vue": "3.5.13", "vue": "3.5.13",
"vue-router": "4.4.5", "vue-router": "4.5.0",
"vuex": "4.1.0" "vuex": "4.1.0"
}, },
"optionalDependencies": { "optionalDependencies": {