Skip to content

Commit 9e0f76c

Browse files
Bump typescript from 5.4.3 to 5.4.5 (#1075)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 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](microsoft/TypeScript@v5.4.3...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00da470 commit 9e0f76c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@
11821182
"mocha": "^10.4.0",
11831183
"prettier": "^3.2.5",
11841184
"ts-loader": "^9.5.1",
1185-
"typescript": "^5.4.3",
1185+
"typescript": "^5.4.5",
11861186
"webpack": "^5.91.0",
11871187
"webpack-cli": "^5.1.1"
11881188
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2133,10 +2133,10 @@ type-fest@^0.20.2:
21332133
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
21342134
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
21352135

2136-
typescript@^5.4.3:
2137-
version "5.4.3"
2138-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
2139-
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
2136+
typescript@^5.4.5:
2137+
version "5.4.5"
2138+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
2139+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
21402140

21412141
undici-types@~5.26.4:
21422142
version "5.26.5"

0 commit comments

Comments
 (0)