Skip to content

Commit 69b8278

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

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.8.3"
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.8.3:
2232+
version "5.8.3"
2233+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
2234+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
22352235

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

0 commit comments

Comments
 (0)