Skip to content

Commit f7a1556

Browse files
Chore(deps-dev): Bump the type-dependencies group across 1 directory with 4 updates
Bumps the type-dependencies group with 4 updates in the / directory: [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@types/jasmine` from 5.1.8 to 5.1.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) Updates `@types/node` from 24.2.0 to 24.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.39.0 to 8.39.1 - [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.39.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.39.0 to 8.39.1 - [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.39.1/packages/parser) --- updated-dependencies: - dependency-name: "@types/jasmine" dependency-version: 5.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: type-dependencies - dependency-name: "@types/node" dependency-version: 24.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: type-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: type-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: type-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c6b170 commit f7a1556

File tree

2 files changed

+109
-94
lines changed

2 files changed

+109
-94
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
"@angular/language-service": "20.1.4",
8080
"@bartholomej/ngx-translate-extract": "8.0.2",
8181
"@ngrx/eslint-plugin": "20.0.0",
82-
"@types/jasmine": "5.1.8",
82+
"@types/jasmine": "5.1.9",
8383
"@types/jasminewd2": "2.0.13",
8484
"@types/luxon": "3.7.1",
85-
"@types/node": "24.2.0",
86-
"@typescript-eslint/eslint-plugin": "8.39.0",
87-
"@typescript-eslint/parser": "8.39.0",
85+
"@types/node": "24.3.0",
86+
"@typescript-eslint/eslint-plugin": "8.39.1",
87+
"@typescript-eslint/parser": "8.39.1",
8888
"angular-eslint": "20.1.1",
8989
"eslint": "9.32.0",
9090
"eslint-plugin-import": "2.32.0",

yarn.lock

Lines changed: 105 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -3198,15 +3198,10 @@
31983198
dependencies:
31993199
"@types/node" "*"
32003200

3201-
"@types/jasmine@*":
3202-
version "5.1.7"
3203-
resolved "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.7.tgz"
3204-
integrity sha512-DVOfk9FaClQfNFpSfaML15jjB5cjffDMvjtph525sroR5BEAW2uKnTOYUTqTFuZFjNvH0T5XMIydvIctnUKufw==
3205-
3206-
3207-
version "5.1.8"
3208-
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-5.1.8.tgz#b20f78ca416d7a2a8e726f8321e0b2827a78ceaa"
3209-
integrity sha512-u7/CnvRdh6AaaIzYjCgUuVbREFgulhX05Qtf6ZtW+aOcjCKKVvKgpkPYJBFTZSHtFBYimzU4zP0V2vrEsq9Wcg==
3201+
"@types/jasmine@*", "@types/[email protected]":
3202+
version "5.1.9"
3203+
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-5.1.9.tgz#9f00abff2a17687e675ce6669e7b53c9e7d145f0"
3204+
integrity sha512-8t4HtkW4wxiPVedMpeZ63n3vlWxEIquo/zc1Tm8ElU+SqVV7+D3Na2PWaJUp179AzTragMWVwkMv7mvty0NfyQ==
32103205

32113206
32123207
version "2.0.13"
@@ -3247,17 +3242,10 @@
32473242
dependencies:
32483243
"@types/node" "*"
32493244

3250-
"@types/node@*", "@types/node@>=10.0.0":
3251-
version "22.14.1"
3252-
resolved "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz"
3253-
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
3254-
dependencies:
3255-
undici-types "~6.21.0"
3256-
3257-
3258-
version "24.2.0"
3259-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.2.0.tgz#cde712f88c5190006d6b069232582ecd1f94a760"
3260-
integrity sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==
3245+
"@types/node@*", "@types/[email protected]", "@types/node@>=10.0.0":
3246+
version "24.3.0"
3247+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.3.0.tgz#89b09f45cb9a8ee69466f18ee5864e4c3eb84dec"
3248+
integrity sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==
32613249
dependencies:
32623250
undici-types "~7.10.0"
32633251

@@ -3339,6 +3327,21 @@
33393327
natural-compare "^1.4.0"
33403328
ts-api-utils "^2.1.0"
33413329

3330+
"@typescript-eslint/[email protected]":
3331+
version "8.39.1"
3332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz#28dffcb5272d20afe250bfeec3173263db5528a0"
3333+
integrity sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==
3334+
dependencies:
3335+
"@eslint-community/regexpp" "^4.10.0"
3336+
"@typescript-eslint/scope-manager" "8.39.1"
3337+
"@typescript-eslint/type-utils" "8.39.1"
3338+
"@typescript-eslint/utils" "8.39.1"
3339+
"@typescript-eslint/visitor-keys" "8.39.1"
3340+
graphemer "^1.4.0"
3341+
ignore "^7.0.0"
3342+
natural-compare "^1.4.0"
3343+
ts-api-utils "^2.1.0"
3344+
33423345
"@typescript-eslint/[email protected]":
33433346
version "8.39.0"
33443347
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
@@ -3350,13 +3353,15 @@
33503353
"@typescript-eslint/visitor-keys" "8.39.0"
33513354
debug "^4.3.4"
33523355

3353-
"@typescript-eslint/project-service@8.38.0":
3354-
version "8.38.0"
3355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
3356-
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
3356+
"@typescript-eslint/parser@8.39.1":
3357+
version "8.39.1"
3358+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.1.tgz#7f8f9ecfc7e172d67e42c366fa198e42324e5d50"
3359+
integrity sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==
33573360
dependencies:
3358-
"@typescript-eslint/tsconfig-utils" "^8.38.0"
3359-
"@typescript-eslint/types" "^8.38.0"
3361+
"@typescript-eslint/scope-manager" "8.39.1"
3362+
"@typescript-eslint/types" "8.39.1"
3363+
"@typescript-eslint/typescript-estree" "8.39.1"
3364+
"@typescript-eslint/visitor-keys" "8.39.1"
33603365
debug "^4.3.4"
33613366

33623367
"@typescript-eslint/[email protected]":
@@ -3368,13 +3373,14 @@
33683373
"@typescript-eslint/types" "^8.39.0"
33693374
debug "^4.3.4"
33703375

3371-
"@typescript-eslint/scope-manager@8.38.0":
3372-
version "8.38.0"
3373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
3374-
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
3376+
"@typescript-eslint/project-service@8.39.1":
3377+
version "8.39.1"
3378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d"
3379+
integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==
33753380
dependencies:
3376-
"@typescript-eslint/types" "8.38.0"
3377-
"@typescript-eslint/visitor-keys" "8.38.0"
3381+
"@typescript-eslint/tsconfig-utils" "^8.39.1"
3382+
"@typescript-eslint/types" "^8.39.1"
3383+
debug "^4.3.4"
33783384

33793385
"@typescript-eslint/[email protected]":
33803386
version "8.39.0"
@@ -3384,16 +3390,24 @@
33843390
"@typescript-eslint/types" "8.39.0"
33853391
"@typescript-eslint/visitor-keys" "8.39.0"
33863392

3387-
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.38.0":
3388-
version "8.38.0"
3389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
3390-
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
3393+
"@typescript-eslint/[email protected]":
3394+
version "8.39.1"
3395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
3396+
integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==
3397+
dependencies:
3398+
"@typescript-eslint/types" "8.39.1"
3399+
"@typescript-eslint/visitor-keys" "8.39.1"
33913400

33923401
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.39.0":
33933402
version "8.39.0"
33943403
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
33953404
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
33963405

3406+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.39.1":
3407+
version "8.39.1"
3408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
3409+
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
3410+
33973411
"@typescript-eslint/[email protected]":
33983412
version "8.39.0"
33993413
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
@@ -3405,31 +3419,26 @@
34053419
debug "^4.3.4"
34063420
ts-api-utils "^2.1.0"
34073421

3408-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.0.0", "@typescript-eslint/types@^8.38.0":
3409-
version "8.38.0"
3410-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
3411-
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
3422+
"@typescript-eslint/[email protected]":
3423+
version "8.39.1"
3424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2"
3425+
integrity sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==
3426+
dependencies:
3427+
"@typescript-eslint/types" "8.39.1"
3428+
"@typescript-eslint/typescript-estree" "8.39.1"
3429+
"@typescript-eslint/utils" "8.39.1"
3430+
debug "^4.3.4"
3431+
ts-api-utils "^2.1.0"
34123432

3413-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.39.0":
3433+
"@typescript-eslint/[email protected]":
34143434
version "8.39.0"
34153435
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
34163436
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
34173437

3418-
"@typescript-eslint/[email protected]":
3419-
version "8.38.0"
3420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
3421-
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
3422-
dependencies:
3423-
"@typescript-eslint/project-service" "8.38.0"
3424-
"@typescript-eslint/tsconfig-utils" "8.38.0"
3425-
"@typescript-eslint/types" "8.38.0"
3426-
"@typescript-eslint/visitor-keys" "8.38.0"
3427-
debug "^4.3.4"
3428-
fast-glob "^3.3.2"
3429-
is-glob "^4.0.3"
3430-
minimatch "^9.0.4"
3431-
semver "^7.6.0"
3432-
ts-api-utils "^2.1.0"
3438+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.0.0", "@typescript-eslint/types@^8.39.0", "@typescript-eslint/types@^8.39.1":
3439+
version "8.39.1"
3440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
3441+
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
34333442

34343443
"@typescript-eslint/[email protected]":
34353444
version "8.39.0"
@@ -3447,6 +3456,22 @@
34473456
semver "^7.6.0"
34483457
ts-api-utils "^2.1.0"
34493458

3459+
"@typescript-eslint/[email protected]":
3460+
version "8.39.1"
3461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
3462+
integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==
3463+
dependencies:
3464+
"@typescript-eslint/project-service" "8.39.1"
3465+
"@typescript-eslint/tsconfig-utils" "8.39.1"
3466+
"@typescript-eslint/types" "8.39.1"
3467+
"@typescript-eslint/visitor-keys" "8.39.1"
3468+
debug "^4.3.4"
3469+
fast-glob "^3.3.2"
3470+
is-glob "^4.0.3"
3471+
minimatch "^9.0.4"
3472+
semver "^7.6.0"
3473+
ts-api-utils "^2.1.0"
3474+
34503475
"@typescript-eslint/[email protected]":
34513476
version "8.39.0"
34523477
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
@@ -3457,23 +3482,15 @@
34573482
"@typescript-eslint/types" "8.39.0"
34583483
"@typescript-eslint/typescript-estree" "8.39.0"
34593484

3460-
"@typescript-eslint/utils@^8.0.0":
3461-
version "8.38.0"
3462-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
3463-
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
3485+
"@typescript-eslint/utils@8.39.1", "@typescript-eslint/utils@^8.0.0":
3486+
version "8.39.1"
3487+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
3488+
integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==
34643489
dependencies:
34653490
"@eslint-community/eslint-utils" "^4.7.0"
3466-
"@typescript-eslint/scope-manager" "8.38.0"
3467-
"@typescript-eslint/types" "8.38.0"
3468-
"@typescript-eslint/typescript-estree" "8.38.0"
3469-
3470-
"@typescript-eslint/[email protected]":
3471-
version "8.38.0"
3472-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
3473-
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
3474-
dependencies:
3475-
"@typescript-eslint/types" "8.38.0"
3476-
eslint-visitor-keys "^4.2.1"
3491+
"@typescript-eslint/scope-manager" "8.39.1"
3492+
"@typescript-eslint/types" "8.39.1"
3493+
"@typescript-eslint/typescript-estree" "8.39.1"
34773494

34783495
"@typescript-eslint/[email protected]":
34793496
version "8.39.0"
@@ -3483,6 +3500,14 @@
34833500
"@typescript-eslint/types" "8.39.0"
34843501
eslint-visitor-keys "^4.2.1"
34853502

3503+
"@typescript-eslint/[email protected]":
3504+
version "8.39.1"
3505+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
3506+
integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==
3507+
dependencies:
3508+
"@typescript-eslint/types" "8.39.1"
3509+
eslint-visitor-keys "^4.2.1"
3510+
34863511
34873512
version "2.1.0"
34883513
resolved "https://registry.yarnpkg.com/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-2.1.0.tgz#c70d2a922bc437f154089d7ef0505db4b383eb7b"
@@ -4959,14 +4984,7 @@ [email protected]:
49594984
dependencies:
49604985
ms "2.0.0"
49614986

4962-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7, debug@~4.3.1, debug@~4.3.2:
4963-
version "4.3.7"
4964-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz"
4965-
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
4966-
dependencies:
4967-
ms "^2.1.3"
4968-
4969-
[email protected], debug@^4.3.2, debug@^4.4.0, debug@^4.4.1:
4987+
debug@4, [email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7, debug@^4.4.0, debug@^4.4.1:
49704988
version "4.4.1"
49714989
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
49724990
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
@@ -4980,6 +4998,13 @@ debug@^3.1.0, debug@^3.2.6, debug@^3.2.7:
49804998
dependencies:
49814999
ms "^2.1.1"
49825000

5001+
debug@~4.3.1, debug@~4.3.2:
5002+
version "4.3.7"
5003+
resolved "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz"
5004+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
5005+
dependencies:
5006+
ms "^2.1.3"
5007+
49835008
decamelize@^1.2.0:
49845009
version "1.2.0"
49855010
resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
@@ -6656,7 +6681,7 @@ ignore-walk@^7.0.0:
66566681
dependencies:
66576682
minimatch "^9.0.0"
66586683

6659-
[email protected], ignore@^7.0.0, ignore@^7.0.5:
6684+
[email protected], ignore@^7.0.0, ignore@^7.0.3, ignore@^7.0.5:
66606685
version "7.0.5"
66616686
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
66626687
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -6666,11 +6691,6 @@ ignore@^5.2.0:
66666691
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz"
66676692
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
66686693

6669-
ignore@^7.0.3:
6670-
version "7.0.3"
6671-
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz"
6672-
integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==
6673-
66746694
image-size@~0.5.0:
66756695
version "0.5.5"
66766696
resolved "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz"
@@ -10689,11 +10709,6 @@ unbox-primitive@^1.1.0:
1068910709
has-symbols "^1.1.0"
1069010710
which-boxed-primitive "^1.1.1"
1069110711

10692-
undici-types@~6.21.0:
10693-
version "6.21.0"
10694-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz"
10695-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
10696-
1069710712
undici-types@~7.10.0:
1069810713
version "7.10.0"
1069910714
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz#4ac2e058ce56b462b056e629cc6a02393d3ff350"

0 commit comments

Comments
 (0)