Skip to content

Commit e9a4800

Browse files
build(deps-dev): Bump the typescript group across 1 directory with 3 updates
Bumps the typescript group with 3 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@typescript-eslint/eslint-plugin` from 7.2.0 to 8.1.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.1.1 to 8.1.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/parser) Updates `typescript` from 5.4.2 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@v5.4.2...v5.5.4) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4513e51 commit e9a4800

File tree

2 files changed

+100
-87
lines changed

2 files changed

+100
-87
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"@types/react": "^18.2.48",
9797
"@types/react-dom": "^18.2.18",
9898
"@types/react-test-renderer": "^18.0.7",
99-
"@typescript-eslint/eslint-plugin": "^7.0.0",
100-
"@typescript-eslint/parser": "^7.1.1",
99+
"@typescript-eslint/eslint-plugin": "^8.1.0",
100+
"@typescript-eslint/parser": "^8.1.0",
101101
"@uswds/uswds": "3.7.1",
102102
"@vitejs/plugin-react": "^4.2.1",
103103
"@vitest/coverage-istanbul": "^2.0.4",

yarn.lock

Lines changed: 98 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,10 +1464,10 @@
14641464
dependencies:
14651465
eslint-visitor-keys "^3.3.0"
14661466

1467-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
1468-
version "4.10.0"
1469-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1470-
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
1467+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
1468+
version "4.11.0"
1469+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
1470+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
14711471

14721472
"@eslint/eslintrc@^2.1.4":
14731473
version "2.1.4"
@@ -3177,32 +3177,30 @@
31773177
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
31783178
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
31793179

3180-
"@typescript-eslint/eslint-plugin@^7.0.0":
3181-
version "7.2.0"
3182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
3183-
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
3184-
dependencies:
3185-
"@eslint-community/regexpp" "^4.5.1"
3186-
"@typescript-eslint/scope-manager" "7.2.0"
3187-
"@typescript-eslint/type-utils" "7.2.0"
3188-
"@typescript-eslint/utils" "7.2.0"
3189-
"@typescript-eslint/visitor-keys" "7.2.0"
3190-
debug "^4.3.4"
3180+
"@typescript-eslint/eslint-plugin@^8.1.0":
3181+
version "8.1.0"
3182+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.1.0.tgz#3c020deeaaba82a6f741d00dacf172c53be4911f"
3183+
integrity sha512-LlNBaHFCEBPHyD4pZXb35mzjGkuGKXU5eeCA1SxvHfiRES0E82dOounfVpL4DCqYvJEKab0bZIA0gCRpdLKkCw==
3184+
dependencies:
3185+
"@eslint-community/regexpp" "^4.10.0"
3186+
"@typescript-eslint/scope-manager" "8.1.0"
3187+
"@typescript-eslint/type-utils" "8.1.0"
3188+
"@typescript-eslint/utils" "8.1.0"
3189+
"@typescript-eslint/visitor-keys" "8.1.0"
31913190
graphemer "^1.4.0"
3192-
ignore "^5.2.4"
3191+
ignore "^5.3.1"
31933192
natural-compare "^1.4.0"
3194-
semver "^7.5.4"
3195-
ts-api-utils "^1.0.1"
3193+
ts-api-utils "^1.3.0"
31963194

3197-
"@typescript-eslint/parser@^7.1.1":
3198-
version "7.1.1"
3199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.1.1.tgz#6a9d0a5c9ccdf5dbd3cb8c949728c64e24e07d1f"
3200-
integrity sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ==
3195+
"@typescript-eslint/parser@^8.1.0":
3196+
version "8.1.0"
3197+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.1.0.tgz#b7e77f5fa212df59eba51ecd4986f194bccc2303"
3198+
integrity sha512-U7iTAtGgJk6DPX9wIWPPOlt1gO57097G06gIcl0N0EEnNw8RGD62c+2/DiP/zL7KrkqnnqF7gtFGR7YgzPllTA==
32013199
dependencies:
3202-
"@typescript-eslint/scope-manager" "7.1.1"
3203-
"@typescript-eslint/types" "7.1.1"
3204-
"@typescript-eslint/typescript-estree" "7.1.1"
3205-
"@typescript-eslint/visitor-keys" "7.1.1"
3200+
"@typescript-eslint/scope-manager" "8.1.0"
3201+
"@typescript-eslint/types" "8.1.0"
3202+
"@typescript-eslint/typescript-estree" "8.1.0"
3203+
"@typescript-eslint/visitor-keys" "8.1.0"
32063204
debug "^4.3.4"
32073205

32083206
"@typescript-eslint/scope-manager@5.62.0":
@@ -3213,14 +3211,6 @@
32133211
"@typescript-eslint/types" "5.62.0"
32143212
"@typescript-eslint/visitor-keys" "5.62.0"
32153213

3216-
"@typescript-eslint/scope-manager@7.1.1":
3217-
version "7.1.1"
3218-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.1.tgz#9e301803ff8e21a74f50c6f89a4baccad9a48f93"
3219-
integrity sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA==
3220-
dependencies:
3221-
"@typescript-eslint/types" "7.1.1"
3222-
"@typescript-eslint/visitor-keys" "7.1.1"
3223-
32243214
"@typescript-eslint/scope-manager@7.2.0":
32253215
version "7.2.0"
32263216
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
@@ -3229,31 +3219,39 @@
32293219
"@typescript-eslint/types" "7.2.0"
32303220
"@typescript-eslint/visitor-keys" "7.2.0"
32313221

3232-
"@typescript-eslint/type-utils@7.2.0":
3233-
version "7.2.0"
3234-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
3235-
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
3222+
"@typescript-eslint/scope-manager@8.1.0":
3223+
version "8.1.0"
3224+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.1.0.tgz#dd8987d2efebb71d230a1c71d82e84a7aead5c3d"
3225+
integrity sha512-DsuOZQji687sQUjm4N6c9xABJa7fjvfIdjqpSIIVOgaENf2jFXiM9hIBZOL3hb6DHK9Nvd2d7zZnoMLf9e0OtQ==
32363226
dependencies:
3237-
"@typescript-eslint/typescript-estree" "7.2.0"
3238-
"@typescript-eslint/utils" "7.2.0"
3227+
"@typescript-eslint/types" "8.1.0"
3228+
"@typescript-eslint/visitor-keys" "8.1.0"
3229+
3230+
"@typescript-eslint/type-utils@8.1.0":
3231+
version "8.1.0"
3232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.1.0.tgz#dbf5a4308166dfc37a36305390dea04a3a3b5048"
3233+
integrity sha512-oLYvTxljVvsMnldfl6jIKxTaU7ok7km0KDrwOt1RHYu6nxlhN3TIx8k5Q52L6wR33nOwDgM7VwW1fT1qMNfFIA==
3234+
dependencies:
3235+
"@typescript-eslint/typescript-estree" "8.1.0"
3236+
"@typescript-eslint/utils" "8.1.0"
32393237
debug "^4.3.4"
3240-
ts-api-utils "^1.0.1"
3238+
ts-api-utils "^1.3.0"
32413239

32423240
"@typescript-eslint/types@5.62.0":
32433241
version "5.62.0"
32443242
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
32453243
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
32463244

3247-
"@typescript-eslint/types@7.1.1":
3248-
version "7.1.1"
3249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.1.tgz#ca33ba7cf58224fb46a84fea62593c2c53cd795f"
3250-
integrity sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q==
3251-
32523245
"@typescript-eslint/types@7.2.0":
32533246
version "7.2.0"
32543247
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
32553248
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
32563249

3250+
"@typescript-eslint/types@8.1.0":
3251+
version "8.1.0"
3252+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.1.0.tgz#fbf1eaa668a7e444ac507732ca9d3c3468e5db9c"
3253+
integrity sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==
3254+
32573255
"@typescript-eslint/typescript-estree@5.62.0":
32583256
version "5.62.0"
32593257
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -3267,20 +3265,6 @@
32673265
semver "^7.3.7"
32683266
tsutils "^3.21.0"
32693267

3270-
"@typescript-eslint/typescript-estree@7.1.1":
3271-
version "7.1.1"
3272-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.1.tgz#09c54af0151a1b05d0875c0fc7fe2ec7a2476ece"
3273-
integrity sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==
3274-
dependencies:
3275-
"@typescript-eslint/types" "7.1.1"
3276-
"@typescript-eslint/visitor-keys" "7.1.1"
3277-
debug "^4.3.4"
3278-
globby "^11.1.0"
3279-
is-glob "^4.0.3"
3280-
minimatch "9.0.3"
3281-
semver "^7.5.4"
3282-
ts-api-utils "^1.0.1"
3283-
32843268
"@typescript-eslint/typescript-estree@7.2.0":
32853269
version "7.2.0"
32863270
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
@@ -3295,18 +3279,29 @@
32953279
semver "^7.5.4"
32963280
ts-api-utils "^1.0.1"
32973281

3298-
"@typescript-eslint/utils@7.2.0", "@typescript-eslint/utils@^7.1.1":
3299-
version "7.2.0"
3300-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
3301-
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
3282+
"@typescript-eslint/typescript-estree@8.1.0":
3283+
version "8.1.0"
3284+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.1.0.tgz#c44e5667683c0bb5caa43192e27de6a994f4e4c4"
3285+
integrity sha512-NTHhmufocEkMiAord/g++gWKb0Fr34e9AExBRdqgWdVBaKoei2dIyYKD9Q0jBnvfbEA5zaf8plUFMUH6kQ0vGg==
3286+
dependencies:
3287+
"@typescript-eslint/types" "8.1.0"
3288+
"@typescript-eslint/visitor-keys" "8.1.0"
3289+
debug "^4.3.4"
3290+
globby "^11.1.0"
3291+
is-glob "^4.0.3"
3292+
minimatch "^9.0.4"
3293+
semver "^7.6.0"
3294+
ts-api-utils "^1.3.0"
3295+
3296+
"@typescript-eslint/utils@8.1.0":
3297+
version "8.1.0"
3298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.1.0.tgz#a922985a43d2560ce0d293be79148fa80c1325e0"
3299+
integrity sha512-ypRueFNKTIFwqPeJBfeIpxZ895PQhNyH4YID6js0UoBImWYoSjBsahUn9KMiJXh94uOjVBgHD9AmkyPsPnFwJA==
33023300
dependencies:
33033301
"@eslint-community/eslint-utils" "^4.4.0"
3304-
"@types/json-schema" "^7.0.12"
3305-
"@types/semver" "^7.5.0"
3306-
"@typescript-eslint/scope-manager" "7.2.0"
3307-
"@typescript-eslint/types" "7.2.0"
3308-
"@typescript-eslint/typescript-estree" "7.2.0"
3309-
semver "^7.5.4"
3302+
"@typescript-eslint/scope-manager" "8.1.0"
3303+
"@typescript-eslint/types" "8.1.0"
3304+
"@typescript-eslint/typescript-estree" "8.1.0"
33103305

33113306
"@typescript-eslint/utils@^5.62.0":
33123307
version "5.62.0"
@@ -3322,6 +3317,19 @@
33223317
eslint-scope "^5.1.1"
33233318
semver "^7.3.7"
33243319

3320+
"@typescript-eslint/utils@^7.1.1":
3321+
version "7.2.0"
3322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
3323+
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
3324+
dependencies:
3325+
"@eslint-community/eslint-utils" "^4.4.0"
3326+
"@types/json-schema" "^7.0.12"
3327+
"@types/semver" "^7.5.0"
3328+
"@typescript-eslint/scope-manager" "7.2.0"
3329+
"@typescript-eslint/types" "7.2.0"
3330+
"@typescript-eslint/typescript-estree" "7.2.0"
3331+
semver "^7.5.4"
3332+
33253333
"@typescript-eslint/visitor-keys@5.62.0":
33263334
version "5.62.0"
33273335
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -3330,14 +3338,6 @@
33303338
"@typescript-eslint/types" "5.62.0"
33313339
eslint-visitor-keys "^3.3.0"
33323340

3333-
"@typescript-eslint/visitor-keys@7.1.1":
3334-
version "7.1.1"
3335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.1.tgz#e6538a58c9b157f03bcbb29e3b6a92fe39a6ab0d"
3336-
integrity sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ==
3337-
dependencies:
3338-
"@typescript-eslint/types" "7.1.1"
3339-
eslint-visitor-keys "^3.4.1"
3340-
33413341
"@typescript-eslint/visitor-keys@7.2.0":
33423342
version "7.2.0"
33433343
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
@@ -3346,6 +3346,14 @@
33463346
"@typescript-eslint/types" "7.2.0"
33473347
eslint-visitor-keys "^3.4.1"
33483348

3349+
"@typescript-eslint/visitor-keys@8.1.0":
3350+
version "8.1.0"
3351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.1.0.tgz#ab2b3a9699a8ddebf0c205e133f114c1fed9daad"
3352+
integrity sha512-ba0lNI19awqZ5ZNKh6wCModMwoZs457StTebQ0q1NP58zSi2F6MOZRXwfKZy+jB78JNJ/WH8GSh2IQNzXX8Nag==
3353+
dependencies:
3354+
"@typescript-eslint/types" "8.1.0"
3355+
eslint-visitor-keys "^3.4.3"
3356+
33493357
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
33503358
version "1.2.0"
33513359
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -6728,7 +6736,7 @@ ieee754@^1.1.13:
67286736
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
67296737
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
67306738

6731-
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.2:
6739+
ignore@^5.2.0, ignore@^5.3.1, ignore@^5.3.2:
67326740
version "5.3.2"
67336741
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
67346742
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -9043,7 +9051,7 @@ postcss-value-parser@^4.2.0:
90439051
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
90449052
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
90459053

9046-
postcss@^8.4.39, postcss@^8.4.41:
9054+
postcss@^8.4.41:
90479055
version "8.4.41"
90489056
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.41.tgz#d6104d3ba272d882fe18fc07d15dc2da62fa2681"
90499057
integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==
@@ -10597,10 +10605,10 @@ trough@^2.0.0:
1059710605
resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
1059810606
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
1059910607

10600-
ts-api-utils@^1.0.1:
10601-
version "1.2.1"
10602-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
10603-
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
10608+
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
10609+
version "1.3.0"
10610+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
10611+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
1060410612

1060510613
ts-dedent@^2.0.0, ts-dedent@^2.2.0:
1060610614
version "2.2.0"
@@ -10737,11 +10745,16 @@ typed-array-length@^1.0.5:
1073710745
is-typed-array "^1.1.13"
1073810746
possible-typed-array-names "^1.0.0"
1073910747

10740-
typescript@5.4.2, typescript@^5.1.6:
10748+
typescript@5.4.2:
1074110749
version "5.4.2"
1074210750
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
1074310751
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
1074410752

10753+
typescript@^5.1.6:
10754+
version "5.5.4"
10755+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
10756+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
10757+
1074510758
ufo@^1.4.0:
1074610759
version "1.4.0"
1074710760
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.4.0.tgz#39845b31be81b4f319ab1d99fd20c56cac528d32"

0 commit comments

Comments
 (0)