Skip to content

Commit ccafd58

Browse files
Bump typescript from 5.4.3 to 5.7.3 (#1457)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.3 to 5.7.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.3...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3704d3 commit ccafd58

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
@@ -197,7 +197,7 @@
197197
"ts-jest": "^29.1.1",
198198
"ts-loader": "^9.5.1",
199199
"ts-node": "^10.9.1",
200-
"typescript": "^5.4.3",
200+
"typescript": "^5.7.3",
201201
"typescript-eslint": "^8.15.0",
202202
"webpack": "^5.97.1",
203203
"webpack-bundle-analyzer": "^4.10.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -11233,10 +11233,10 @@ typescript-eslint@^8.15.0:
1123311233
"@typescript-eslint/parser" "8.15.0"
1123411234
"@typescript-eslint/utils" "8.15.0"
1123511235

11236-
typescript@^5.4.2, typescript@^5.4.3:
11237-
version "5.4.3"
11238-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
11239-
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
11236+
typescript@^5.4.2, typescript@^5.7.3:
11237+
version "5.7.3"
11238+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
11239+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
1124011240

1124111241
ua-parser-js@^1.0.32:
1124211242
version "1.0.39"

0 commit comments

Comments
 (0)