Browse Source

build(deps-dev): bump typescript from 5.8.3 to 5.9.2

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/54889/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
98b59e482e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      package-lock.json
  2. 2
      package.json

9
package-lock.json

@ -160,7 +160,7 @@
"ts-loader": "^9.5.4",
"ts-node": "^10.9.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript": "^5.9.2",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.16",
"wait-on": "^7.2.0",
@ -29906,11 +29906,10 @@
"dev": true
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

2
package.json

@ -188,7 +188,7 @@
"ts-loader": "^9.5.4",
"ts-node": "^10.9.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript": "^5.9.2",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.16",
"wait-on": "^7.2.0",

Loading…
Cancel
Save