Bump vue-router from 4.2.1 to 4.2.2

Bumps [vue-router](https://github.com/vuejs/router) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-30 01:05:49 +00:00
committed by GitHub
parent 0de6735855
commit e7c43fa53a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"vue-dompurify-html": "^4.1.4",
"vue-final-modal": "^4.4.2",
"vue-loader": "^17.0.1",
"vue-router": "^4.1.6",
"vue-router": "^4.2.2",
"vue3-easy-data-table": "^1.5.24"
},
"devDependencies": {
@@ -4487,9 +4487,9 @@
}
},
"node_modules/vue-router": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.1.tgz",
"integrity": "sha512-nW28EeifEp8Abc5AfmAShy5ZKGsGzjcnZ3L1yc2DYUo+MqbBClrRP9yda3dIekM4I50/KnEwo1wkBLf7kHH5Cw==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.2.tgz",
"integrity": "sha512-cChBPPmAflgBGmy3tBsjeoe3f3VOSG6naKyY5pjtrqLGbNEXdzCigFUHgBvp9e3ysAtFtEx7OLqcSDh/1Cq2TQ==",
"dependencies": {
"@vue/devtools-api": "^6.5.0"
},