Skip to content

Commit 59c6aa9

Browse files
committed
chore(deps): ng update
1 parent a586b33 commit 59c6aa9

File tree

2 files changed

+131
-74
lines changed

2 files changed

+131
-74
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@
4545
"zone.js": "~0.14.2"
4646
},
4747
"devDependencies": {
48-
"@angular-devkit/build-angular": "^17.0.6",
49-
"@angular-devkit/schematics": "^17.0.6",
50-
"@angular-devkit/schematics-cli": "^17.0.6",
48+
"@angular-devkit/build-angular": "^17.0.7",
49+
"@angular-devkit/schematics": "^17.0.7",
50+
"@angular-devkit/schematics-cli": "^17.0.7",
5151
"@angular-eslint/builder": "17.1.1",
5252
"@angular-eslint/eslint-plugin": "17.1.1",
5353
"@angular-eslint/eslint-plugin-template": "17.1.1",
5454
"@angular-eslint/schematics": "17.1.1",
5555
"@angular-eslint/template-parser": "17.1.1",
56-
"@angular/cli": "^17.0.6",
56+
"@angular/cli": "^17.0.7",
5757
"@angular/compiler-cli": "^17.0.6",
5858
"@angular/language-service": "^17.0.6",
5959
"@types/fs-extra": "^11.0.4",
6060
"@types/jasmine": "~5.1.4",
6161
"@types/jasminewd2": "~2.0.13",
6262
"@types/node": "^20.10.4",
63-
"@typescript-eslint/eslint-plugin": "6.13.1",
64-
"@typescript-eslint/parser": "6.13.1",
63+
"@typescript-eslint/eslint-plugin": "6.14.0",
64+
"@typescript-eslint/parser": "6.14.0",
6565
"eslint": "^8.54.0",
6666
"fs-extra": "^11.2.0",
6767
"husky": "^8.0.3",
@@ -121,4 +121,4 @@
121121
"publishConfig": {
122122
"registry": "https://registry.npmjs.org"
123123
}
124-
}
124+
}

yarn.lock

Lines changed: 124 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@
1515
"@jridgewell/gen-mapping" "^0.3.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@angular-devkit/[email protected].6":
19-
version "0.1700.6"
20-
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1700.6.tgz#2ed1032587ce78a3d9b5d377b21fd5258f93e66a"
21-
integrity sha512-zVpz736cBZHXcv0v2bRLfJLcykanUyEMVQXkGwZp2eygjNK1Ls9s/74o1dXd6nGdvjh6AnkzOU/vouj2dqA41g==
18+
"@angular-devkit/[email protected].7":
19+
version "0.1700.7"
20+
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1700.7.tgz#6137deee169704de6c675023cddb3f4e1d6ae2e9"
21+
integrity sha512-32uitQKsYLGXAKoXBsmOnPsTt9pS+b9cnFI9ZvBFVhJ31I2EOM7vGcMFalhTxdB/DkVHk4TyO78efV0V26DwCA==
2222
dependencies:
23-
"@angular-devkit/core" "17.0.6"
23+
"@angular-devkit/core" "17.0.7"
2424
rxjs "7.8.1"
2525

26-
"@angular-devkit/build-angular@^17.0.6":
27-
version "17.0.6"
28-
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-17.0.6.tgz#aba70a4a55f5509c73ee6fa84cc7f1cc8aebc7d3"
29-
integrity sha512-gYxmbvq5/nk7aVJ6JxIIW0//RM7859kMPJGPKekcCGSWkkObjqG6P5cDgJJNAjMl/IfCsG7B+xGYjr4zN8QV9g==
26+
"@angular-devkit/build-angular@^17.0.7":
27+
version "17.0.7"
28+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-17.0.7.tgz#0edbda90050efe7e0c9d9500144af05eebfc347b"
29+
integrity sha512-AtEzLk6n6BXqQzk0Bsupe6GV0IgUe7RbpBfqROi+NZqMA7OUAHCX3xA6M68Qu+5KxBtW7T5lHeZZ7iP/y39wtQ==
3030
dependencies:
3131
"@ampproject/remapping" "2.2.1"
32-
"@angular-devkit/architect" "0.1700.6"
33-
"@angular-devkit/build-webpack" "0.1700.6"
34-
"@angular-devkit/core" "17.0.6"
32+
"@angular-devkit/architect" "0.1700.7"
33+
"@angular-devkit/build-webpack" "0.1700.7"
34+
"@angular-devkit/core" "17.0.7"
3535
"@babel/core" "7.23.2"
3636
"@babel/generator" "7.23.0"
3737
"@babel/helper-annotate-as-pure" "7.22.5"
@@ -42,7 +42,7 @@
4242
"@babel/preset-env" "7.23.2"
4343
"@babel/runtime" "7.23.2"
4444
"@discoveryjs/json-ext" "0.5.7"
45-
"@ngtools/webpack" "17.0.6"
45+
"@ngtools/webpack" "17.0.7"
4646
"@vitejs/plugin-basic-ssl" "1.0.1"
4747
ansi-colors "4.1.3"
4848
autoprefixer "10.4.16"
@@ -96,18 +96,18 @@
9696
optionalDependencies:
9797
esbuild "0.19.5"
9898

99-
"@angular-devkit/[email protected].6":
100-
version "0.1700.6"
101-
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1700.6.tgz#4410775c0d568928899f718295c155f9f5476a4f"
102-
integrity sha512-xT5LL92rScVjvGZO7but/YbTQ12PNilosyjDouephl+HIf2V6rwDovTsEfpLYgcrqgodh+R0X0ZCOk95+MmSBA==
99+
"@angular-devkit/[email protected].7":
100+
version "0.1700.7"
101+
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1700.7.tgz#896520220b5b09f8e9a9c617ee0d9caabb489766"
102+
integrity sha512-B9Mg/qYDpE5my8PJ3VPQyRSUV0Oq1bFUzU8s0ZpqEZl1URKc04pm0LtLmebrMIcUZgDiGk0RHaD+O1E9IV/bdQ==
103103
dependencies:
104-
"@angular-devkit/architect" "0.1700.6"
104+
"@angular-devkit/architect" "0.1700.7"
105105
rxjs "7.8.1"
106106

107-
"@angular-devkit/[email protected].6":
108-
version "17.0.6"
109-
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.6.tgz#e0ec2fb38b189b0bd88ef1dec52a06369c289eac"
110-
integrity sha512-+h9VnFHof7rKzBJ5FWrbPXWzbag31QKbUGJ/mV5BYgj39vjzPNUXBW8AaScZAlATi8+tElYXjRMvM49GnuyRLg==
107+
"@angular-devkit/[email protected].7":
108+
version "17.0.7"
109+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.7.tgz#a11b04b4d51103ce456c49739a34d129e34a9dc5"
110+
integrity sha512-vATobHo5O5tJba424hJfQWLb40GzvZPNsI74dcgSUTgrDph8ksmk5xB9OvEvf0INorQZ2IMphj/VIWj4/+JqSA==
111111
dependencies:
112112
ajv "8.12.0"
113113
ajv-formats "2.1.1"
@@ -116,24 +116,24 @@
116116
rxjs "7.8.1"
117117
source-map "0.7.4"
118118

119-
"@angular-devkit/schematics-cli@^17.0.6":
120-
version "17.0.6"
121-
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics-cli/-/schematics-cli-17.0.6.tgz#a6dd7f27114413565bc939aee0891ea6e5c60931"
122-
integrity sha512-N/fSZCAslEofWenIAkWSTNUjaTzm3nV5p7tMVill8KRMgUrB/mkUKzBkgLEUeykMhaPwPpxrbs2iL95mR3nnvg==
119+
"@angular-devkit/schematics-cli@^17.0.7":
120+
version "17.0.7"
121+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics-cli/-/schematics-cli-17.0.7.tgz#c4bcc3e9e3abc92855b3b4f954ed3fcfa47d1fb6"
122+
integrity sha512-/Yss+M2uyMrigp73sTrcZw9kfNS1xmxvW0sgMJxZXHeSkgaxggtvS+SV7knYwlXTvNBDGdxQwIr9ckrMgLANfA==
123123
dependencies:
124-
"@angular-devkit/core" "17.0.6"
125-
"@angular-devkit/schematics" "17.0.6"
124+
"@angular-devkit/core" "17.0.7"
125+
"@angular-devkit/schematics" "17.0.7"
126126
ansi-colors "4.1.3"
127127
inquirer "9.2.11"
128128
symbol-observable "4.0.0"
129129
yargs-parser "21.1.1"
130130

131-
"@angular-devkit/[email protected].6", "@angular-devkit/schematics@^17.0.6":
132-
version "17.0.6"
133-
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.6.tgz#90fdba71f85edb5db88268d2e2d52b199181f368"
134-
integrity sha512-2g769MpazA1aOzJOm2MNGosra3kxw8CbdIQQOKkvycIzroRNgN06yHcRTDC03GADgP/CkDJ6kxwJQNG+wNFL2A==
131+
"@angular-devkit/[email protected].7", "@angular-devkit/schematics@^17.0.7":
132+
version "17.0.7"
133+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.7.tgz#35f085d5b3da249c3d8513be5613d02219fedb2e"
134+
integrity sha512-BY11OkJkM3xyXcvyD7x5kGY/c8Ufd4AfPvI0D9imhVxbns45Q48b1DlvCQvSnCJ/s+OwnkrYb/Efa70ZiaGu8A==
135135
dependencies:
136-
"@angular-devkit/core" "17.0.6"
136+
"@angular-devkit/core" "17.0.7"
137137
jsonc-parser "3.2.0"
138138
magic-string "0.30.5"
139139
ora "5.4.1"
@@ -208,15 +208,15 @@
208208
dependencies:
209209
tslib "^2.3.0"
210210

211-
"@angular/cli@^17.0.6":
212-
version "17.0.6"
213-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-17.0.6.tgz#9a44efd0cfee28871e9bee77a2bf9154bf76fb88"
214-
integrity sha512-BLA2wDeqZManC/7MI6WvRRV+VhrwjxxB7FawLyp4xYlo0CTSOFOfeKPVRMLEnA/Ou4R5d47B+BqJTlep62pHwg==
211+
"@angular/cli@^17.0.7":
212+
version "17.0.7"
213+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-17.0.7.tgz#ecdcbf4cd3400d56871b64b644195a4a2a6cb580"
214+
integrity sha512-oSa0GVAQNA7wFbLJYeaO3kV4iUcbKEqXDLxcIE8s1GfHddBOlXH2P1T4fXonCBl5qvV+joP0G0+fs7I0w2utZQ==
215215
dependencies:
216-
"@angular-devkit/architect" "0.1700.6"
217-
"@angular-devkit/core" "17.0.6"
218-
"@angular-devkit/schematics" "17.0.6"
219-
"@schematics/angular" "17.0.6"
216+
"@angular-devkit/architect" "0.1700.7"
217+
"@angular-devkit/core" "17.0.7"
218+
"@angular-devkit/schematics" "17.0.7"
219+
"@schematics/angular" "17.0.7"
220220
"@yarnpkg/lockfile" "1.1.0"
221221
ansi-colors "4.1.3"
222222
ini "4.1.1"
@@ -1782,10 +1782,10 @@
17821782
dependencies:
17831783
call-bind "^1.0.2"
17841784

1785-
"@ngtools/[email protected].6":
1786-
version "17.0.6"
1787-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-17.0.6.tgz#4715a2fcbf3bf8e8dcf627504bb811f9b8e4da27"
1788-
integrity sha512-9Us20rqGhi8PmQBwQu6Qtww3WVV/gf2s2DbzcLclsiDtSBobzT64Z6F6E9OpAYD+c5PxlUaOghL6NXdnSNdByA==
1785+
"@ngtools/[email protected].7":
1786+
version "17.0.7"
1787+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-17.0.7.tgz#21e457c8ac9645990589df2ed9e536bde58697e6"
1788+
integrity sha512-gwhUhpwXn0trwwKdSu9WlJbEcLt+s/2fPwoD9lZ0y3wXfrOogsfcNBJKeO5BZf1h+A3AWt7ePmgrZXSJM+865Q==
17891789

17901790
"@nodelib/[email protected]":
17911791
version "2.1.5"
@@ -2054,13 +2054,13 @@
20542054
optionalDependencies:
20552055
fsevents "~2.3.2"
20562056

2057-
"@schematics/[email protected].6":
2058-
version "17.0.6"
2059-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.6.tgz#26ce980fb8ef611a5e2844bbe991867f66172443"
2060-
integrity sha512-AyC7Bk3Omy6PfADThhq5ci+zzdTTi2N1oZI35gw4tMK5ZxVwIACx2Zyhaz399m5c2RCDi9Hz4A2BOFq9f0j/dg==
2057+
"@schematics/[email protected].7":
2058+
version "17.0.7"
2059+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-17.0.7.tgz#7e4e411f523413a6a80aad1309b5e278a2baca7b"
2060+
integrity sha512-d7QKmcKrM4owb/2bR7Ipf23roiNbvbD/x7reNhQAtKAPLSHJ3Ulkf1+Yv+dj+9f+K7y9SBviEUSrD27BQ9WaxQ==
20612061
dependencies:
2062-
"@angular-devkit/core" "17.0.6"
2063-
"@angular-devkit/schematics" "17.0.6"
2062+
"@angular-devkit/core" "17.0.7"
2063+
"@angular-devkit/schematics" "17.0.7"
20642064
jsonc-parser "3.2.0"
20652065

20662066
"@sigstore/bundle@^2.1.0":
@@ -2339,32 +2339,32 @@
23392339
dependencies:
23402340
"@types/node" "*"
23412341

2342-
"@typescript-eslint/eslint-plugin@6.13.1":
2343-
version "6.13.1"
2344-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz#f98bd887bf95551203c917e734d113bf8d527a0c"
2345-
integrity sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==
2342+
"@typescript-eslint/eslint-plugin@6.14.0":
2343+
version "6.14.0"
2344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.14.0.tgz#fc1ab5f23618ba590c87e8226ff07a760be3dd7b"
2345+
integrity sha512-1ZJBykBCXaSHG94vMMKmiHoL0MhNHKSVlcHVYZNw+BKxufhqQVTOawNpwwI1P5nIFZ/4jLVop0mcY6mJJDFNaw==
23462346
dependencies:
23472347
"@eslint-community/regexpp" "^4.5.1"
2348-
"@typescript-eslint/scope-manager" "6.13.1"
2349-
"@typescript-eslint/type-utils" "6.13.1"
2350-
"@typescript-eslint/utils" "6.13.1"
2351-
"@typescript-eslint/visitor-keys" "6.13.1"
2348+
"@typescript-eslint/scope-manager" "6.14.0"
2349+
"@typescript-eslint/type-utils" "6.14.0"
2350+
"@typescript-eslint/utils" "6.14.0"
2351+
"@typescript-eslint/visitor-keys" "6.14.0"
23522352
debug "^4.3.4"
23532353
graphemer "^1.4.0"
23542354
ignore "^5.2.4"
23552355
natural-compare "^1.4.0"
23562356
semver "^7.5.4"
23572357
ts-api-utils "^1.0.1"
23582358

2359-
"@typescript-eslint/parser@6.13.1":
2360-
version "6.13.1"
2361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.1.tgz#29d6d4e5fab4669e58bc15f6904b67da65567487"
2362-
integrity sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==
2359+
"@typescript-eslint/parser@6.14.0":
2360+
version "6.14.0"
2361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.14.0.tgz#a2d6a732e0d2b95c73f6a26ae7362877cc1b4212"
2362+
integrity sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA==
23632363
dependencies:
2364-
"@typescript-eslint/scope-manager" "6.13.1"
2365-
"@typescript-eslint/types" "6.13.1"
2366-
"@typescript-eslint/typescript-estree" "6.13.1"
2367-
"@typescript-eslint/visitor-keys" "6.13.1"
2364+
"@typescript-eslint/scope-manager" "6.14.0"
2365+
"@typescript-eslint/types" "6.14.0"
2366+
"@typescript-eslint/typescript-estree" "6.14.0"
2367+
"@typescript-eslint/visitor-keys" "6.14.0"
23682368
debug "^4.3.4"
23692369

23702370
"@typescript-eslint/[email protected]":
@@ -2375,6 +2375,14 @@
23752375
"@typescript-eslint/types" "6.13.1"
23762376
"@typescript-eslint/visitor-keys" "6.13.1"
23772377

2378+
"@typescript-eslint/[email protected]":
2379+
version "6.14.0"
2380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
2381+
integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
2382+
dependencies:
2383+
"@typescript-eslint/types" "6.14.0"
2384+
"@typescript-eslint/visitor-keys" "6.14.0"
2385+
23782386
"@typescript-eslint/[email protected]":
23792387
version "6.13.1"
23802388
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz#e6e5885e387841cae9c38fc0638fd8b7561973d6"
@@ -2385,11 +2393,26 @@
23852393
debug "^4.3.4"
23862394
ts-api-utils "^1.0.1"
23872395

2396+
"@typescript-eslint/[email protected]":
2397+
version "6.14.0"
2398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.14.0.tgz#ac9cb5ba0615c837f1a6b172feeb273d36e4f8af"
2399+
integrity sha512-x6OC9Q7HfYKqjnuNu5a7kffIYs3No30isapRBJl1iCHLitD8O0lFbRcVGiOcuyN837fqXzPZ1NS10maQzZMKqw==
2400+
dependencies:
2401+
"@typescript-eslint/typescript-estree" "6.14.0"
2402+
"@typescript-eslint/utils" "6.14.0"
2403+
debug "^4.3.4"
2404+
ts-api-utils "^1.0.1"
2405+
23882406
"@typescript-eslint/[email protected]":
23892407
version "6.13.1"
23902408
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.1.tgz#b56f26130e7eb8fa1e429c75fb969cae6ad7bb5c"
23912409
integrity sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==
23922410

2411+
"@typescript-eslint/[email protected]":
2412+
version "6.14.0"
2413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
2414+
integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
2415+
23932416
"@typescript-eslint/[email protected]":
23942417
version "6.13.1"
23952418
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz#d01dda78d2487434d1c503853fa00291c566efa4"
@@ -2403,6 +2426,19 @@
24032426
semver "^7.5.4"
24042427
ts-api-utils "^1.0.1"
24052428

2429+
"@typescript-eslint/[email protected]":
2430+
version "6.14.0"
2431+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
2432+
integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
2433+
dependencies:
2434+
"@typescript-eslint/types" "6.14.0"
2435+
"@typescript-eslint/visitor-keys" "6.14.0"
2436+
debug "^4.3.4"
2437+
globby "^11.1.0"
2438+
is-glob "^4.0.3"
2439+
semver "^7.5.4"
2440+
ts-api-utils "^1.0.1"
2441+
24062442
"@typescript-eslint/[email protected]":
24072443
version "6.13.1"
24082444
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.1.tgz#925b3a2453a71ada914ae329b7bb7e7d96634b2f"
@@ -2416,6 +2452,19 @@
24162452
"@typescript-eslint/typescript-estree" "6.13.1"
24172453
semver "^7.5.4"
24182454

2455+
"@typescript-eslint/[email protected]":
2456+
version "6.14.0"
2457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
2458+
integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
2459+
dependencies:
2460+
"@eslint-community/eslint-utils" "^4.4.0"
2461+
"@types/json-schema" "^7.0.12"
2462+
"@types/semver" "^7.5.0"
2463+
"@typescript-eslint/scope-manager" "6.14.0"
2464+
"@typescript-eslint/types" "6.14.0"
2465+
"@typescript-eslint/typescript-estree" "6.14.0"
2466+
semver "^7.5.4"
2467+
24192468
"@typescript-eslint/[email protected]":
24202469
version "6.13.1"
24212470
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz#c4b692dcc23a4fc60685b718f10fde789d65a540"
@@ -2424,6 +2473,14 @@
24242473
"@typescript-eslint/types" "6.13.1"
24252474
eslint-visitor-keys "^3.4.1"
24262475

2476+
"@typescript-eslint/[email protected]":
2477+
version "6.14.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
2479+
integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
2480+
dependencies:
2481+
"@typescript-eslint/types" "6.14.0"
2482+
eslint-visitor-keys "^3.4.1"
2483+
24272484
"@ungap/structured-clone@^1.2.0":
24282485
version "1.2.0"
24292486
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)