Bump typescript from 5.4.5 to 5.6.2

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.4.5...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  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-09-14 10:22:13 +00:00 коммит произвёл GitHub
Родитель 1d731fd88c
Коммит 7d5d47a4cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 6 удалений

9
package-lock.json сгенерированный
Просмотреть файл

@ -25,7 +25,7 @@
"eslint": "^9.10.0",
"glob": "^11.0.0",
"mocha": "^10.7.3",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"engines": {
"vscode": "^1.92.0"
@ -5252,11 +5252,10 @@
}
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

Просмотреть файл

@ -508,6 +508,6 @@
"eslint": "^9.10.0",
"glob": "^11.0.0",
"mocha": "^10.7.3",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}