Skip to content

Commit 7fc18f1

Browse files
Bump typescript from 5.4.2 to 5.4.3 (#1065)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.3. - [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.2...v5.4.3) --- 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 b0fef93 commit 7fc18f1

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
@@ -1168,7 +1168,7 @@
11681168
"mocha": "^10.3.0",
11691169
"prettier": "^3.2.5",
11701170
"ts-loader": "^9.5.1",
1171-
"typescript": "^5.4.2",
1171+
"typescript": "^5.4.3",
11721172
"webpack": "^5.91.0",
11731173
"webpack-cli": "^5.1.1"
11741174
},

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.2:
2137-
version "5.4.2"
2138-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
2139-
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
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==
21402140

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

0 commit comments

Comments
 (0)