Skip to content

Commit 00bb477

Browse files
Bump typescript from 5.4.2 to 5.4.3 (#1327)
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 7ec0685 commit 00bb477

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
@@ -82,7 +82,7 @@
8282
"ts-jest": "^29.1.2",
8383
"ts-node-dev": "^2.0.0",
8484
"tslint": "^6.1.3",
85-
"typescript": "^5.4.2"
85+
"typescript": "^5.4.3"
8686
},
8787
"packageManager": "[email protected]"
8888
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5143,10 +5143,10 @@ typedarray-to-buffer@^3.1.5:
51435143
dependencies:
51445144
is-typedarray "^1.0.0"
51455145

5146-
typescript@^5.4.2:
5147-
version "5.4.2"
5148-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
5149-
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
5146+
typescript@^5.4.3:
5147+
version "5.4.3"
5148+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
5149+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
51505150

51515151
uberproto@^2.0.6:
51525152
version "2.0.6"

0 commit comments

Comments
 (0)