Bump typescript from 5.4.4 to 5.4.5 (#1396)

* Bump typescript from 5.4.4 to 5.4.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [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.4...v5.4.5)

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

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

* Bump 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] 2024-04-20 15:11:32 +10:00 коммит произвёл GitHub
Родитель 92c2e642de
Коммит 37f8511de1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 7 добавлений и 7 удалений

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

@ -36,8 +36,8 @@ What's changed since v2.9.0:
[#1344](https://github.com/microsoft/PSRule-vscode/pull/1344)
- Bump vscode engine to v1.88.0.
[#1392](https://github.com/microsoft/PSRule-vscode/pull/1392)
- Bump typescript to v5.4.4.
[#1390](https://github.com/microsoft/PSRule-vscode/pull/1390)
- Bump typescript to v5.4.5.
[#1396](https://github.com/microsoft/PSRule-vscode/pull/1396)
- Bump @vscode/test-electron to v2.3.9.
[#1334](https://github.com/microsoft/PSRule-vscode/pull/1334)
- Bump @vscode/vsce to v2.25.0.

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

@ -25,7 +25,7 @@
"eslint": "^8.57.0",
"glob": "^10.3.12",
"mocha": "^10.4.0",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"engines": {
"vscode": "^1.88.0"
@ -4231,9 +4231,9 @@
}
},
"node_modules/typescript": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

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

@ -496,7 +496,7 @@
"eslint": "^8.57.0",
"glob": "^10.3.12",
"mocha": "^10.4.0",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"@vscode/vsce": "^2.25.0",
"@vscode/test-electron": "^2.3.9"
}