Skip to content

Commit

Permalink
Merge pull request #22 from qmk/dependabot/npm_and_yarn/vue-router-4.4.5
Browse files Browse the repository at this point in the history
Bump vue-router from 4.4.0 to 4.4.5
  • Loading branch information
zvecr authored Oct 4, 2024
2 parents 1c2ed90 + dc1767d commit abb323b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"unplugin-vue-router": "^0.8.4",
"vite": "^5.4.8",
"vite-plugin-vuetify": "^2.0.4",
"vue-router": "^4.3.0",
"vue-router": "^4.4.5",
"vue-tsc": "^2.0.6"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
"@vue/compiler-dom" "3.5.10"
"@vue/shared" "3.5.10"

"@vue/devtools-api@^6.5.1":
version "6.6.3"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.3.tgz#b23a588154cba8986bba82b6e1d0248bde3fd1a0"
integrity sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==
"@vue/devtools-api@^6.6.4":
version "6.6.4"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz#cbe97fe0162b365edc1dba80e173f90492535343"
integrity sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==

"@vue/eslint-config-typescript@^13.0.0":
version "13.0.0"
Expand Down Expand Up @@ -2639,12 +2639,12 @@ vue-eslint-parser@^9.3.1, vue-eslint-parser@^9.4.3:
lodash "^4.17.21"
semver "^7.3.6"

vue-router@^4.3.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.0.tgz#128e3fc0c84421035a9bd26027245e6bd68f69ab"
integrity sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==
vue-router@^4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.5.tgz#bdf535e4cf32414ebdea6b4b403593efdb541388"
integrity sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==
dependencies:
"@vue/devtools-api" "^6.5.1"
"@vue/devtools-api" "^6.6.4"

vue-template-compiler@^2.7.14:
version "2.7.16"
Expand Down

0 comments on commit abb323b

Please sign in to comment.