Bump ts-unused-exports from 10.0.1 to 10.1.0 in /extensions/ql-vscode

Bumps [ts-unused-exports](https://github.com/pzavolinsky/ts-unused-exports) from 10.0.1 to 10.1.0.
- [Changelog](https://github.com/pzavolinsky/ts-unused-exports/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pzavolinsky/ts-unused-exports/commits)

---
updated-dependencies:
- dependency-name: ts-unused-exports
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-14 12:26:39 +00:00
committed by GitHub
parent f0909a9d67
commit a5440ef482
2 changed files with 5 additions and 5 deletions

View File

@@ -136,7 +136,7 @@
"ts-jest": "^29.1.4", "ts-jest": "^29.1.4",
"ts-json-schema-generator": "^2.1.1", "ts-json-schema-generator": "^2.1.1",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"ts-unused-exports": "^10.0.0", "ts-unused-exports": "^10.1.0",
"typescript": "^5.0.2", "typescript": "^5.0.2",
"vite": "^5.2.11", "vite": "^5.2.11",
"vite-node": "^1.5.3" "vite-node": "^1.5.3"
@@ -27876,9 +27876,9 @@
} }
}, },
"node_modules/ts-unused-exports": { "node_modules/ts-unused-exports": {
"version": "10.0.1", "version": "10.1.0",
"resolved": "https://registry.npmjs.org/ts-unused-exports/-/ts-unused-exports-10.0.1.tgz", "resolved": "https://registry.npmjs.org/ts-unused-exports/-/ts-unused-exports-10.1.0.tgz",
"integrity": "sha512-nWG8Y96pKem01Hw4j4+Mwuy+L0/9sKT7D61Q+OS3cii9ocQACuV6lu00B9qpiPhF4ReVWw3QYHDqV8+to2wbsg==", "integrity": "sha512-QA11Dpwkm5Apfe9s/UkFzHEpbiBxKy0VQ72YRAoqq9VgNbxvvIOcS5Kgm1MCitOec9YU6nf51DEWnmL6jkP2Yg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^4.0.0", "chalk": "^4.0.0",

View File

@@ -2094,7 +2094,7 @@
"ts-jest": "^29.1.4", "ts-jest": "^29.1.4",
"ts-json-schema-generator": "^2.1.1", "ts-json-schema-generator": "^2.1.1",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"ts-unused-exports": "^10.0.0", "ts-unused-exports": "^10.1.0",
"typescript": "^5.0.2", "typescript": "^5.0.2",
"vite": "^5.2.11", "vite": "^5.2.11",
"vite-node": "^1.5.3" "vite-node": "^1.5.3"