Skip to content

Commit 601d14c

Browse files
chore(dev-deps): bump typescript from 5.4.2 to 5.4.3 (#396)
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 1ae92d4 commit 601d14c

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
@@ -27,7 +27,7 @@
2727
"oclif": "^4",
2828
"shx": "0.3.4",
2929
"ts-node": "^10.9.2",
30-
"typescript": "^5.4.2"
30+
"typescript": "^5.4.3"
3131
},
3232
"config": {
3333
"commitizen": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7322,10 +7322,10 @@ typedoc@^0.25.9:
73227322
minimatch "^9.0.3"
73237323
shiki "^0.14.7"
73247324

7325-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.2:
7326-
version "5.4.2"
7327-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
7328-
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
7325+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3:
7326+
version "5.4.3"
7327+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
7328+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
73297329

73307330
typescript@^4.9.5:
73317331
version "4.9.5"

0 commit comments

Comments
 (0)