chore(deps-dev): Bump @vue/tsconfig from 0.9.0 to 0.9.1

Bumps [@vue/tsconfig](https://github.com/vuejs/tsconfig) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](https://github.com/vuejs/tsconfig/compare/v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-15 09:54:50 +00:00 committed by GitHub
parent 353f438337
commit 0e8840dd6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -53,7 +53,7 @@
"@types/dockerode": "^4.0.1",
"@vitest/coverage-v8": "^4.1.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.0",
"@vue/tsconfig": "^0.9.1",
"@zip.js/zip.js": "^2.8.26",
"concurrently": "^9.2.1",
"cypress": "^15.14.2",
@ -4862,13 +4862,13 @@
}
},
"node_modules/@vue/tsconfig": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.0.tgz",
"integrity": "sha512-RP+v9Cpbsk1ZVXltCHHkYBr7+624x6gcijJXVjIcsYk7JXqvIpRtMwU2ARLvWDhmy9ffdFYxhsfJnPztADBohQ==",
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.9.1.tgz",
"integrity": "sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"typescript": "5.x",
"typescript": ">= 5.8",
"vue": "^3.4.0"
},
"peerDependenciesMeta": {

View file

@ -82,7 +82,7 @@
"@types/dockerode": "^4.0.1",
"@vitest/coverage-v8": "^4.1.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.0",
"@vue/tsconfig": "^0.9.1",
"@zip.js/zip.js": "^2.8.26",
"concurrently": "^9.2.1",
"cypress": "^15.14.2",