npm: bump typescript from 5.5.4 to 5.6.2 (#4342)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 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.5.4...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 16:03:12 -07:00 коммит произвёл GitHub
Родитель c552277eb8
Коммит e546e41c7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 7 добавлений и 7 удалений

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

@ -16,6 +16,6 @@
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0 || ^5.0"
"typescript": "^5.6"
}
}

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

@ -72,7 +72,7 @@
"tar": ">=7.4.3",
"trim-newlines": ">=5.0.0",
"ts-lit-plugin": "^2.0.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18.0.0"
@ -81,7 +81,7 @@
"gen/js/chromestatus-openapi": {
"version": "1.0.0",
"devDependencies": {
"typescript": "^4.0 || ^5.0"
"typescript": "^5.6"
}
},
"node_modules/@75lb/deep-merge": {
@ -13518,9 +13518,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

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

@ -113,7 +113,7 @@
"tar": ">=7.4.3",
"trim-newlines": ">=5.0.0",
"ts-lit-plugin": "^2.0.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@lit/task": "^1.0.1",