Skip to content

Commit 6c6dfeb

Browse files
build(deps): bump typescript from 5.7.3 to 5.9.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26d17e8 commit 6c6dfeb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-icons": "^5.5.0",
1818
"react-router-dom": "^6.28.0",
1919
"react-scripts": "5.0.1",
20-
"typescript": "^5.7.3",
20+
"typescript": "^5.9.3",
2121
"web-vitals": "4.2.4"
2222
},
2323
"scripts": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9364,10 +9364,10 @@ typedarray-to-buffer@^3.1.5:
93649364
dependencies:
93659365
is-typedarray "^1.0.0"
93669366

9367-
typescript@^5.7.3:
9368-
version "5.7.3"
9369-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
9370-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
9367+
typescript@^5.9.3:
9368+
version "5.9.3"
9369+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
9370+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
93719371

93729372
unbox-primitive@^1.0.2:
93739373
version "1.0.2"

0 commit comments

Comments
 (0)