aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-06 14:55:37 +0200
committerGitHub <noreply@github.com>2023-10-06 14:55:37 +0200
commit2580566251c2ab548fdee34537d91a47786acfdc (patch)
treee73d4af1c693e6340571dbabbb1e93cb016b4b4e /src-vue
parent26922bc656f698a924938c660d120aad51720663 (diff)
downloadFlightCore-2580566251c2ab548fdee34537d91a47786acfdc.tar.gz
FlightCore-2580566251c2ab548fdee34537d91a47786acfdc.zip
chore: bump vue-router from 4.2.4 to 4.2.5 in /src-vue (#581)
Bumps [vue-router](https://github.com/vuejs/router) from 4.2.4 to 4.2.5. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.2.4...v4.2.5) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-vue')
-rw-r--r--src-vue/package-lock.json8
-rw-r--r--src-vue/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index 96e1f142..ded2414b 100644
--- a/src-vue/package-lock.json
+++ b/src-vue/package-lock.json
@@ -14,7 +14,7 @@
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
"vue-i18n": "^9.5.0",
- "vue-router": "^4.1.5",
+ "vue-router": "^4.2.5",
"vuex": "^4.0.2"
},
"devDependencies": {
@@ -1265,9 +1265,9 @@
}
},
"node_modules/vue-router": {
- "version": "4.2.4",
- "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.4.tgz",
- "integrity": "sha512-9PISkmaCO02OzPVOMq2w82ilty6+xJmQrarYZDkjZBfl4RvYAlt4PKnEX21oW4KTtWfa9OuO/b3qk1Od3AEdCQ==",
+ "version": "4.2.5",
+ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz",
+ "integrity": "sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==",
"dependencies": {
"@vue/devtools-api": "^6.5.0"
},
diff --git a/src-vue/package.json b/src-vue/package.json
index efbf26fa..e4c8c49f 100644
--- a/src-vue/package.json
+++ b/src-vue/package.json
@@ -15,7 +15,7 @@
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
"vue-i18n": "^9.5.0",
- "vue-router": "^4.1.5",
+ "vue-router": "^4.2.5",
"vuex": "^4.0.2"
},
"devDependencies": {