Skip to content

Commit 65688b2

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 9c17409 commit 65688b2

File tree

2 files changed

+36
-43
lines changed

2 files changed

+36
-43
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": "^9.0.2",
12-
"typescript": "^4.9.5"
12+
"typescript": "^5.8.3"
1313
},
1414
"engines": {
1515
"node": ">=18.0.0"

yarn.lock

Lines changed: 35 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@nodelib/fs.stat" "2.0.5"
8585
run-parallel "^1.1.9"
8686

87-
"@nodelib/fs.stat@^2.0.2", "@nodelib/[email protected].5":
87+
"@nodelib/[email protected].5", "@nodelib/fs.stat@^2.0.2":
8888
version "2.0.5"
8989
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
9090
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
@@ -137,7 +137,7 @@
137137
semver "^7.5.4"
138138
ts-api-utils "^1.0.1"
139139

140-
"@typescript-eslint/parser@^6.0.0 || ^6.0.0-alpha", "@typescript-eslint/parser@^6.21.0":
140+
"@typescript-eslint/parser@^6.21.0":
141141
version "6.21.0"
142142
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz"
143143
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
@@ -212,16 +212,6 @@
212212
semver "^7.6.0"
213213
ts-api-utils "^1.3.0"
214214

215-
"@typescript-eslint/utils@^6.13.0 || ^7.0.0":
216-
version "7.13.0"
217-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.13.0.tgz"
218-
integrity sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==
219-
dependencies:
220-
"@eslint-community/eslint-utils" "^4.4.0"
221-
"@typescript-eslint/scope-manager" "7.13.0"
222-
"@typescript-eslint/types" "7.13.0"
223-
"@typescript-eslint/typescript-estree" "7.13.0"
224-
225215
"@typescript-eslint/[email protected]":
226216
version "6.21.0"
227217
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz"
@@ -235,6 +225,16 @@
235225
"@typescript-eslint/typescript-estree" "6.21.0"
236226
semver "^7.5.4"
237227

228+
"@typescript-eslint/utils@^6.13.0 || ^7.0.0":
229+
version "7.13.0"
230+
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.13.0.tgz"
231+
integrity sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==
232+
dependencies:
233+
"@eslint-community/eslint-utils" "^4.4.0"
234+
"@typescript-eslint/scope-manager" "7.13.0"
235+
"@typescript-eslint/types" "7.13.0"
236+
"@typescript-eslint/typescript-estree" "7.13.0"
237+
238238
"@typescript-eslint/[email protected]":
239239
version "6.21.0"
240240
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz"
@@ -261,7 +261,7 @@ acorn-jsx@^5.3.2:
261261
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
262262
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
263263

264-
"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8.9.0:
264+
acorn@^8.9.0:
265265
version "8.11.3"
266266
resolved "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz"
267267
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
@@ -481,26 +481,19 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
481481
shebang-command "^2.0.0"
482482
which "^2.0.1"
483483

484-
d@^1.0.1:
485-
version "1.0.2"
486-
resolved "https://registry.npmjs.org/d/-/d-1.0.2.tgz"
484+
d@1:
485+
version "1.0.0"
486+
resolved "https://registry.npmjs.org/d/-/d-1.0.0.tgz"
487487
dependencies:
488-
es5-ext "^0.10.64"
489-
type "^2.7.2"
488+
es5-ext "^0.10.9"
490489

491-
d@^1.0.2:
490+
d@^1.0.1, d@^1.0.2:
492491
version "1.0.2"
493492
resolved "https://registry.npmjs.org/d/-/d-1.0.2.tgz"
494493
dependencies:
495494
es5-ext "^0.10.64"
496495
type "^2.7.2"
497496

498-
d@1:
499-
version "1.0.0"
500-
resolved "https://registry.npmjs.org/d/-/d-1.0.0.tgz"
501-
dependencies:
502-
es5-ext "^0.10.9"
503-
504497
data-uri-to-buffer@^4.0.0:
505498
version "4.0.1"
506499
resolved "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz"
@@ -830,7 +823,7 @@ eslint-plugin-es@^4.1.0:
830823
eslint-utils "^2.0.0"
831824
regexpp "^3.0.0"
832825

833-
eslint-plugin-import@*, eslint-plugin-import@^2.29.1:
826+
eslint-plugin-import@^2.29.1:
834827
version "2.29.1"
835828
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz"
836829
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
@@ -922,7 +915,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
922915
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
923916
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
924917

925-
eslint@*, "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^7.0.0 || ^8.0.0", eslint@^8.56.0, eslint@^8.57.1, eslint@>=4.19.1, eslint@>=5, eslint@>=7.0.0, eslint@>=8.0.0, eslint@>=8.56.0:
918+
eslint@^8.57.1:
926919
version "8.57.1"
927920
resolved "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz"
928921
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
@@ -1681,6 +1674,13 @@ micromatch@^4.0.4:
16811674
braces "^3.0.3"
16821675
picomatch "^2.3.1"
16831676

1677+
1678+
version "9.0.3"
1679+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"
1680+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1681+
dependencies:
1682+
brace-expansion "^2.0.1"
1683+
16841684
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
16851685
version "3.1.2"
16861686
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
@@ -1695,13 +1695,6 @@ minimatch@^9.0.3, minimatch@^9.0.4:
16951695
dependencies:
16961696
brace-expansion "^2.0.1"
16971697

1698-
1699-
version "9.0.3"
1700-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"
1701-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1702-
dependencies:
1703-
brace-expansion "^2.0.1"
1704-
17051698
minimist@^1.2.0, minimist@^1.2.6, minimist@^1.2.8:
17061699
version "1.2.8"
17071700
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
@@ -1715,15 +1708,15 @@ mkdirp@^3.0.1:
17151708
version "3.0.1"
17161709
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz"
17171710

1718-
ms@^2.1.1:
1719-
version "2.1.1"
1720-
resolved "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz"
1721-
17221711
17231712
version "2.1.2"
17241713
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
17251714
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
17261715

1716+
ms@^2.1.1:
1717+
version "2.1.1"
1718+
resolved "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz"
1719+
17271720
natural-compare-lite@^1.4.0:
17281721
version "1.4.0"
17291722
resolved "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz"
@@ -2243,10 +2236,10 @@ typed-array-length@^1.0.6:
22432236
is-typed-array "^1.1.13"
22442237
possible-typed-array-names "^1.0.0"
22452238

2246-
typescript@^4.9.5, typescript@>=4.2.0:
2247-
version "4.9.5"
2248-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
2249-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
2239+
typescript@^5.8.3:
2240+
version "5.8.3"
2241+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
2242+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
22502243

22512244
unbox-primitive@^1.0.2:
22522245
version "1.0.2"

0 commit comments

Comments
 (0)