Skip to content

Commit 1d1d6ca

Browse files
chore(deps-dev): bump typescript from 5.4.3 to 5.4.5 (#455)
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 6b98083 commit 1d1d6ca

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
@@ -18,7 +18,7 @@
1818
"jest": "^29.7.0",
1919
"prettier": "^3.2.5",
2020
"react": "^18.2.0",
21-
"typescript": "^5.4.3"
21+
"typescript": "^5.4.5"
2222
},
2323
"engines": {
2424
"node": ">=14.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3923,10 +3923,10 @@ typed-array-length@^1.0.4:
39233923
for-each "^0.3.3"
39243924
is-typed-array "^1.1.9"
39253925

3926-
typescript@^5.4.3:
3927-
version "5.4.3"
3928-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
3929-
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
3926+
typescript@^5.4.5:
3927+
version "5.4.5"
3928+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
3929+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
39303930

39313931
unbox-primitive@^1.0.2:
39323932
version "1.0.2"

0 commit comments

Comments
 (0)