3 Commits

Author SHA1 Message Date
bba88c3d0f Update dependency vue-router to v5.1.0 2026-06-08 03:04:06 +00:00
4a35a524f7 Merge pull request 'Update dependency @types/node to v24.13.1' (#30) from renovate/node-24.x-lockfile into main
Some checks failed
Renovate / renovate (push) Failing after 2m13s
Reviewed-on: #30
2026-06-06 04:07:29 +00:00
8a8112f157 Update dependency @types/node to v24.13.1 2026-06-06 03:03:10 +00:00

37
package-lock.json generated
View File

@@ -807,9 +807,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "24.13.0", "version": "24.13.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.1.tgz",
"integrity": "sha512-5vtOqGQr4NJKeEzV441FcOi2MeG9UTWq9LqVLGneDdu4vlX17H8kQ2PA2UmNwCUGPVDj4oBjNhS7ReVEIWJJrg==", "integrity": "sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==",
"devOptional": true, "devOptional": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -1144,13 +1144,14 @@
} }
}, },
"node_modules/ast-walker-scope": { "node_modules/ast-walker-scope": {
"version": "0.8.3", "version": "0.9.0",
"resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz", "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.9.0.tgz",
"integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==", "integrity": "sha512-IJdzo2vLiElBxKzwS36VsCue/62d6IdWjnPB2v3nuPKeWGynp6FF/CYoLa5i/3jXH/z97ZDdsXz6abpgM6w07A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/parser": "^7.28.4", "@babel/parser": "^7.29.2",
"ast-kit": "^2.1.3" "@babel/types": "^7.29.0",
"ast-kit": "^2.2.0"
}, },
"engines": { "engines": {
"node": ">=20.19.0" "node": ">=20.19.0"
@@ -2305,28 +2306,28 @@
} }
}, },
"node_modules/vue-router": { "node_modules/vue-router": {
"version": "5.0.7", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.7.tgz", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.1.0.tgz",
"integrity": "sha512-dqfk8kvRbCutmCOCj/XLDqDEYxc1wBdAOGLuVy5M93ifYMsBd5fIjfaPN4tQAbxr5IprdBDIox1gr4wYyOx/SA==", "integrity": "sha512-HAbiLzLEHQwxPgvsbOJDAwtavszEgLwri6XfyrsPECIFez8+59xc9LofWVdc/HEaSRT822lJ8H9Ns38VVond5g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/generator": "^8.0.0-rc.4", "@babel/generator": "^8.0.0-rc.4",
"@vue-macros/common": "^3.1.1", "@vue-macros/common": "^3.1.1",
"@vue/devtools-api": "^8.1.1", "@vue/devtools-api": "^8.1.2",
"ast-walker-scope": "^0.8.3", "ast-walker-scope": "^0.9.0",
"chokidar": "^5.0.0", "chokidar": "^5.0.0",
"json5": "^2.2.3", "json5": "^2.2.3",
"local-pkg": "^1.1.2", "local-pkg": "^1.1.2",
"magic-string": "^0.30.21", "magic-string": "^0.30.21",
"mlly": "^1.8.0", "mlly": "^1.8.2",
"muggle-string": "^0.4.1", "muggle-string": "^0.4.1",
"pathe": "^2.0.3", "pathe": "^2.0.3",
"picomatch": "^4.0.3", "picomatch": "^4.0.3",
"scule": "^1.3.0", "scule": "^1.3.0",
"tinyglobby": "^0.2.15", "tinyglobby": "^0.2.16",
"unplugin": "^3.0.0", "unplugin": "^3.0.0",
"unplugin-utils": "^0.3.1", "unplugin-utils": "^0.3.1",
"yaml": "^2.8.2" "yaml": "^2.9.0"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/posva" "url": "https://github.com/sponsors/posva"
@@ -2335,6 +2336,7 @@
"@pinia/colada": ">=0.21.2", "@pinia/colada": ">=0.21.2",
"@vue/compiler-sfc": "^3.5.34", "@vue/compiler-sfc": "^3.5.34",
"pinia": "^3.0.4", "pinia": "^3.0.4",
"vite": "^7.0.0 || ^8.0.0",
"vue": "^3.5.34" "vue": "^3.5.34"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
@@ -2346,6 +2348,9 @@
}, },
"pinia": { "pinia": {
"optional": true "optional": true
},
"vite": {
"optional": true
} }
} }
}, },