Skip to content

Commit 8ccf873

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent da73d3b commit 8ccf873

File tree

3 files changed

+127
-66
lines changed

3 files changed

+127
-66
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@
8282
"@angular/router": "15.0.0-next.5",
8383
"@angular/service-worker": "15.0.0-next.5",
8484
"@babel/core": "7.19.3",
85-
"@babel/generator": "7.19.3",
85+
"@babel/generator": "7.19.5",
8686
"@babel/helper-annotate-as-pure": "7.18.6",
8787
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
8888
"@babel/plugin-transform-async-to-generator": "7.18.6",
8989
"@babel/plugin-transform-runtime": "7.19.1",
90-
"@babel/preset-env": "7.19.3",
91-
"@babel/runtime": "7.19.0",
90+
"@babel/preset-env": "7.19.4",
91+
"@babel/runtime": "7.19.4",
9292
"@babel/template": "7.18.10",
9393
"@bazel/bazelisk": "1.12.1",
9494
"@bazel/buildifier": "5.1.0",
@@ -123,8 +123,8 @@
123123
"@types/yargs": "^17.0.8",
124124
"@types/yargs-parser": "^21.0.0",
125125
"@types/yarnpkg__lockfile": "^1.1.5",
126-
"@typescript-eslint/eslint-plugin": "5.39.0",
127-
"@typescript-eslint/parser": "5.39.0",
126+
"@typescript-eslint/eslint-plugin": "5.40.0",
127+
"@typescript-eslint/parser": "5.40.0",
128128
"@yarnpkg/lockfile": "1.1.0",
129129
"ajv": "8.11.0",
130130
"ajv-formats": "2.1.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1313
"@babel/core": "7.19.3",
14-
"@babel/generator": "7.19.3",
14+
"@babel/generator": "7.19.5",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
1616
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
1717
"@babel/plugin-transform-async-to-generator": "7.18.6",
1818
"@babel/plugin-transform-runtime": "7.19.1",
19-
"@babel/preset-env": "7.19.3",
20-
"@babel/runtime": "7.19.0",
19+
"@babel/preset-env": "7.19.4",
20+
"@babel/runtime": "7.19.4",
2121
"@babel/template": "7.18.10",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",

yarn.lock

Lines changed: 119 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,11 @@
303303
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
304304
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
305305

306+
"@babel/compat-data@^7.19.4":
307+
version "7.19.4"
308+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
309+
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
310+
306311
307312
version "7.18.9"
308313
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
@@ -375,7 +380,16 @@
375380
"@jridgewell/gen-mapping" "^0.3.2"
376381
jsesc "^2.5.1"
377382

378-
"@babel/[email protected]", "@babel/generator@^7.18.9", "@babel/generator@^7.19.0", "@babel/generator@^7.19.3":
383+
384+
version "7.19.5"
385+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7"
386+
integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==
387+
dependencies:
388+
"@babel/types" "^7.19.4"
389+
"@jridgewell/gen-mapping" "^0.3.2"
390+
jsesc "^2.5.1"
391+
392+
"@babel/generator@^7.18.9", "@babel/generator@^7.19.0", "@babel/generator@^7.19.3":
379393
version "7.19.3"
380394
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
381395
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
@@ -556,6 +570,11 @@
556570
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
557571
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
558572

573+
"@babel/helper-string-parser@^7.19.4":
574+
version "7.19.4"
575+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
576+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
577+
559578
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
560579
version "7.19.1"
561580
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -711,6 +730,17 @@
711730
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
712731
"@babel/plugin-transform-parameters" "^7.18.8"
713732

733+
"@babel/plugin-proposal-object-rest-spread@^7.19.4":
734+
version "7.19.4"
735+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz#a8fc86e8180ff57290c91a75d83fe658189b642d"
736+
integrity sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==
737+
dependencies:
738+
"@babel/compat-data" "^7.19.4"
739+
"@babel/helper-compilation-targets" "^7.19.3"
740+
"@babel/helper-plugin-utils" "^7.19.0"
741+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
742+
"@babel/plugin-transform-parameters" "^7.18.8"
743+
714744
"@babel/plugin-proposal-optional-catch-binding@^7.18.6":
715745
version "7.18.6"
716746
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb"
@@ -889,6 +919,13 @@
889919
dependencies:
890920
"@babel/helper-plugin-utils" "^7.18.9"
891921

922+
"@babel/plugin-transform-block-scoping@^7.19.4":
923+
version "7.19.4"
924+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz#315d70f68ce64426db379a3d830e7ac30be02e9b"
925+
integrity sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==
926+
dependencies:
927+
"@babel/helper-plugin-utils" "^7.19.0"
928+
892929
"@babel/plugin-transform-classes@^7.19.0":
893930
version "7.19.0"
894931
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz#0e61ec257fba409c41372175e7c1e606dc79bb20"
@@ -918,6 +955,13 @@
918955
dependencies:
919956
"@babel/helper-plugin-utils" "^7.18.9"
920957

958+
"@babel/plugin-transform-destructuring@^7.19.4":
959+
version "7.19.4"
960+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.19.4.tgz#46890722687b9b89e1369ad0bd8dc6c5a3b4319d"
961+
integrity sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==
962+
dependencies:
963+
"@babel/helper-plugin-utils" "^7.19.0"
964+
921965
"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
922966
version "7.18.6"
923967
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8"
@@ -1217,12 +1261,12 @@
12171261
core-js-compat "^3.22.1"
12181262
semver "^6.3.0"
12191263

1220-
"@babel/[email protected].3":
1221-
version "7.19.3"
1222-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754"
1223-
integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==
1264+
"@babel/[email protected].4":
1265+
version "7.19.4"
1266+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.4.tgz#4c91ce2e1f994f717efb4237891c3ad2d808c94b"
1267+
integrity sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==
12241268
dependencies:
1225-
"@babel/compat-data" "^7.19.3"
1269+
"@babel/compat-data" "^7.19.4"
12261270
"@babel/helper-compilation-targets" "^7.19.3"
12271271
"@babel/helper-plugin-utils" "^7.19.0"
12281272
"@babel/helper-validator-option" "^7.18.6"
@@ -1237,7 +1281,7 @@
12371281
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
12381282
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
12391283
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
1240-
"@babel/plugin-proposal-object-rest-spread" "^7.18.9"
1284+
"@babel/plugin-proposal-object-rest-spread" "^7.19.4"
12411285
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
12421286
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
12431287
"@babel/plugin-proposal-private-methods" "^7.18.6"
@@ -1261,10 +1305,10 @@
12611305
"@babel/plugin-transform-arrow-functions" "^7.18.6"
12621306
"@babel/plugin-transform-async-to-generator" "^7.18.6"
12631307
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
1264-
"@babel/plugin-transform-block-scoping" "^7.18.9"
1308+
"@babel/plugin-transform-block-scoping" "^7.19.4"
12651309
"@babel/plugin-transform-classes" "^7.19.0"
12661310
"@babel/plugin-transform-computed-properties" "^7.18.9"
1267-
"@babel/plugin-transform-destructuring" "^7.18.13"
1311+
"@babel/plugin-transform-destructuring" "^7.19.4"
12681312
"@babel/plugin-transform-dotall-regex" "^7.18.6"
12691313
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
12701314
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
@@ -1291,7 +1335,7 @@
12911335
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
12921336
"@babel/plugin-transform-unicode-regex" "^7.18.6"
12931337
"@babel/preset-modules" "^0.1.5"
1294-
"@babel/types" "^7.19.3"
1338+
"@babel/types" "^7.19.4"
12951339
babel-plugin-polyfill-corejs2 "^0.3.3"
12961340
babel-plugin-polyfill-corejs3 "^0.6.0"
12971341
babel-plugin-polyfill-regenerator "^0.4.1"
@@ -1316,6 +1360,13 @@
13161360
dependencies:
13171361
regenerator-runtime "^0.13.4"
13181362

1363+
1364+
version "7.19.4"
1365+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.4.tgz#a42f814502ee467d55b38dd1c256f53a7b885c78"
1366+
integrity sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==
1367+
dependencies:
1368+
regenerator-runtime "^0.13.4"
1369+
13191370
"@babel/[email protected]", "@babel/template@^7.18.10", "@babel/template@^7.18.6":
13201371
version "7.18.10"
13211372
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -1350,6 +1401,15 @@
13501401
"@babel/helper-validator-identifier" "^7.19.1"
13511402
to-fast-properties "^2.0.0"
13521403

1404+
"@babel/types@^7.19.4":
1405+
version "7.19.4"
1406+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
1407+
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
1408+
dependencies:
1409+
"@babel/helper-string-parser" "^7.19.4"
1410+
"@babel/helper-validator-identifier" "^7.19.1"
1411+
to-fast-properties "^2.0.0"
1412+
13531413
13541414
version "1.12.1"
13551415
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.12.1.tgz#346531286564aa29eee03a62362d210f3433e7bf"
@@ -2639,84 +2699,85 @@
26392699
dependencies:
26402700
"@types/node" "*"
26412701

2642-
"@typescript-eslint/eslint-plugin@5.39.0":
2643-
version "5.39.0"
2644-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
2645-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
2702+
"@typescript-eslint/eslint-plugin@5.40.0":
2703+
version "5.40.0"
2704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
2705+
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
26462706
dependencies:
2647-
"@typescript-eslint/scope-manager" "5.39.0"
2648-
"@typescript-eslint/type-utils" "5.39.0"
2649-
"@typescript-eslint/utils" "5.39.0"
2707+
"@typescript-eslint/scope-manager" "5.40.0"
2708+
"@typescript-eslint/type-utils" "5.40.0"
2709+
"@typescript-eslint/utils" "5.40.0"
26502710
debug "^4.3.4"
26512711
ignore "^5.2.0"
26522712
regexpp "^3.2.0"
26532713
semver "^7.3.7"
26542714
tsutils "^3.21.0"
26552715

2656-
"@typescript-eslint/parser@5.39.0":
2657-
version "5.39.0"
2658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
2659-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
2716+
"@typescript-eslint/parser@5.40.0":
2717+
version "5.40.0"
2718+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
2719+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
26602720
dependencies:
2661-
"@typescript-eslint/scope-manager" "5.39.0"
2662-
"@typescript-eslint/types" "5.39.0"
2663-
"@typescript-eslint/typescript-estree" "5.39.0"
2721+
"@typescript-eslint/scope-manager" "5.40.0"
2722+
"@typescript-eslint/types" "5.40.0"
2723+
"@typescript-eslint/typescript-estree" "5.40.0"
26642724
debug "^4.3.4"
26652725

2666-
"@typescript-eslint/scope-manager@5.39.0":
2667-
version "5.39.0"
2668-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
2669-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
2726+
"@typescript-eslint/scope-manager@5.40.0":
2727+
version "5.40.0"
2728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
2729+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
26702730
dependencies:
2671-
"@typescript-eslint/types" "5.39.0"
2672-
"@typescript-eslint/visitor-keys" "5.39.0"
2731+
"@typescript-eslint/types" "5.40.0"
2732+
"@typescript-eslint/visitor-keys" "5.40.0"
26732733

2674-
"@typescript-eslint/type-utils@5.39.0":
2675-
version "5.39.0"
2676-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
2677-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
2734+
"@typescript-eslint/type-utils@5.40.0":
2735+
version "5.40.0"
2736+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
2737+
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
26782738
dependencies:
2679-
"@typescript-eslint/typescript-estree" "5.39.0"
2680-
"@typescript-eslint/utils" "5.39.0"
2739+
"@typescript-eslint/typescript-estree" "5.40.0"
2740+
"@typescript-eslint/utils" "5.40.0"
26812741
debug "^4.3.4"
26822742
tsutils "^3.21.0"
26832743

2684-
"@typescript-eslint/types@5.39.0":
2685-
version "5.39.0"
2686-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
2687-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
2744+
"@typescript-eslint/types@5.40.0":
2745+
version "5.40.0"
2746+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
2747+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
26882748

2689-
"@typescript-eslint/typescript-estree@5.39.0":
2690-
version "5.39.0"
2691-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
2692-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
2749+
"@typescript-eslint/typescript-estree@5.40.0":
2750+
version "5.40.0"
2751+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
2752+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
26932753
dependencies:
2694-
"@typescript-eslint/types" "5.39.0"
2695-
"@typescript-eslint/visitor-keys" "5.39.0"
2754+
"@typescript-eslint/types" "5.40.0"
2755+
"@typescript-eslint/visitor-keys" "5.40.0"
26962756
debug "^4.3.4"
26972757
globby "^11.1.0"
26982758
is-glob "^4.0.3"
26992759
semver "^7.3.7"
27002760
tsutils "^3.21.0"
27012761

2702-
"@typescript-eslint/utils@5.39.0":
2703-
version "5.39.0"
2704-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
2705-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
2762+
"@typescript-eslint/utils@5.40.0":
2763+
version "5.40.0"
2764+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
2765+
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
27062766
dependencies:
27072767
"@types/json-schema" "^7.0.9"
2708-
"@typescript-eslint/scope-manager" "5.39.0"
2709-
"@typescript-eslint/types" "5.39.0"
2710-
"@typescript-eslint/typescript-estree" "5.39.0"
2768+
"@typescript-eslint/scope-manager" "5.40.0"
2769+
"@typescript-eslint/types" "5.40.0"
2770+
"@typescript-eslint/typescript-estree" "5.40.0"
27112771
eslint-scope "^5.1.1"
27122772
eslint-utils "^3.0.0"
2773+
semver "^7.3.7"
27132774

2714-
"@typescript-eslint/visitor-keys@5.39.0":
2715-
version "5.39.0"
2716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
2717-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
2775+
"@typescript-eslint/visitor-keys@5.40.0":
2776+
version "5.40.0"
2777+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
2778+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
27182779
dependencies:
2719-
"@typescript-eslint/types" "5.39.0"
2780+
"@typescript-eslint/types" "5.40.0"
27202781
eslint-visitor-keys "^3.3.0"
27212782

27222783
"@verdaccio/[email protected]":

0 commit comments

Comments
 (0)