Skip to content

Commit 8adae7f

Browse files
Bump typescript from 5.4.2 to 5.4.3
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]>
1 parent 5d11ffd commit 8adae7f

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
@@ -32,7 +32,7 @@
3232
"prettier": "^3.2.5",
3333
"ts-jest": "^28.0.8",
3434
"type-plus": "^7.6.2",
35-
"typescript": "^5.4.2"
35+
"typescript": "^5.4.3"
3636
},
3737
"dependencies": {}
3838
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2343,10 +2343,10 @@ type-plus@^7.6.2:
23432343
tersify "^3.11.1"
23442344
unpartial "^1.0.4"
23452345

2346-
typescript@^5.4.2:
2347-
version "5.4.2"
2348-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
2349-
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
2346+
typescript@^5.4.3:
2347+
version "5.4.3"
2348+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
2349+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
23502350

23512351
unpartial@^1.0.0, unpartial@^1.0.4:
23522352
version "1.0.4"

0 commit comments

Comments
 (0)