Bump typescript from 5.1.3 to 5.1.6 (#1185)

* Bump typescript from 5.1.3 to 5.1.6

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2023-07-07 12:21:10 +10:00 коммит произвёл GitHub
Родитель 7b588c5ce4
Коммит 94dbdd9b3b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 5 удалений

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

@ -22,6 +22,8 @@ What's changed since v2.9.0:
- Engineering:
- Bump vscode engine to v1.78.1.
[#1167](https://github.com/microsoft/PSRule-vscode/pull/1167)
- Bump typescript to v5.1.6.
[#1185](https://github.com/microsoft/PSRule-vscode/pull/1185)
- Bump @vscode/test-electron to v2.3.3.
[#1159](https://github.com/microsoft/PSRule-vscode/pull/1159)

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

@ -31,7 +31,7 @@
"minimist": ">=1.2.8",
"mocha": "^10.2.0",
"nth-check": ">=2.1.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"engines": {
"vscode": "^1.79.0"
@ -3831,9 +3831,9 @@
}
},
"node_modules/typescript": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

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

@ -495,7 +495,7 @@
"markdown-it": "^13.0.1",
"minimist": ">=1.2.8",
"mocha": "^10.2.0",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"@vscode/vsce": "^2.19.0",
"@vscode/test-electron": "^2.3.3",
"nth-check": ">=2.1.1",