Skip to content

Commit 92375f9

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.9.5...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19ff3ce commit 92375f9

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
@@ -9,7 +9,7 @@
99
"http-call": "^5.3.0",
1010
"json-schema-to-typescript": "^14.1.0",
1111
"jsonwebtoken": "^8.3.0",
12-
"typescript": "^4.9.5"
12+
"typescript": "^5.5.4"
1313
},
1414
"engines": {
1515
"node": ">=18.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,10 +2228,10 @@ typed-array-length@^1.0.6:
22282228
is-typed-array "^1.1.13"
22292229
possible-typed-array-names "^1.0.0"
22302230

2231-
typescript@^4.9.5:
2232-
version "4.9.5"
2233-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
2234-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
2231+
typescript@^5.5.4:
2232+
version "5.5.4"
2233+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
2234+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
22352235

22362236
unbox-primitive@^1.0.2:
22372237
version "1.0.2"

0 commit comments

Comments
 (0)