Skip to content

Commit 9f494fe

Browse files
renovate-botalan-agius4
authored andcommitted
build: update babel packages
1 parent 9a38c65 commit 9f494fe

File tree

3 files changed

+125
-65
lines changed

3 files changed

+125
-65
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@
7979
"@angular/platform-server": "12.0.0-next.1",
8080
"@angular/router": "12.0.0-next.1",
8181
"@angular/service-worker": "12.0.0-next.1",
82-
"@babel/core": "7.12.13",
83-
"@babel/generator": "7.12.15",
84-
"@babel/plugin-transform-runtime": "7.12.15",
85-
"@babel/preset-env": "7.12.13",
86-
"@babel/runtime": "7.12.13",
82+
"@babel/core": "7.12.17",
83+
"@babel/generator": "7.12.17",
84+
"@babel/plugin-transform-runtime": "7.12.17",
85+
"@babel/preset-env": "7.12.17",
86+
"@babel/runtime": "7.12.18",
8787
"@babel/template": "7.12.13",
8888
"@bazel/bazelisk": "1.7.3",
8989
"@bazel/buildifier": "4.0.0",

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"@angular-devkit/build-optimizer": "0.0.0",
1212
"@angular-devkit/build-webpack": "0.0.0",
1313
"@angular-devkit/core": "0.0.0",
14-
"@babel/core": "7.12.13",
15-
"@babel/generator": "7.12.15",
14+
"@babel/core": "7.12.17",
15+
"@babel/generator": "7.12.17",
1616
"@babel/plugin-transform-async-to-generator": "7.12.13",
17-
"@babel/plugin-transform-runtime": "7.12.15",
18-
"@babel/preset-env": "7.12.13",
19-
"@babel/runtime": "7.12.13",
17+
"@babel/plugin-transform-runtime": "7.12.17",
18+
"@babel/preset-env": "7.12.17",
19+
"@babel/runtime": "7.12.18",
2020
"@babel/template": "7.12.13",
2121
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
2222
"@ngtools/webpack": "0.0.0",

yarn.lock

+115-55
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,19 @@
189189
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
190190
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
191191

192-
"@babel/core@7.12.13":
193-
version "7.12.13"
194-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
195-
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
192+
"@babel/core@7.12.17":
193+
version "7.12.17"
194+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
195+
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
196196
dependencies:
197197
"@babel/code-frame" "^7.12.13"
198-
"@babel/generator" "^7.12.13"
199-
"@babel/helper-module-transforms" "^7.12.13"
200-
"@babel/helpers" "^7.12.13"
201-
"@babel/parser" "^7.12.13"
198+
"@babel/generator" "^7.12.17"
199+
"@babel/helper-module-transforms" "^7.12.17"
200+
"@babel/helpers" "^7.12.17"
201+
"@babel/parser" "^7.12.17"
202202
"@babel/template" "^7.12.13"
203-
"@babel/traverse" "^7.12.13"
204-
"@babel/types" "^7.12.13"
203+
"@babel/traverse" "^7.12.17"
204+
"@babel/types" "^7.12.17"
205205
convert-source-map "^1.7.0"
206206
debug "^4.1.0"
207207
gensync "^1.0.0-beta.1"
@@ -252,7 +252,16 @@
252252
semver "^5.4.1"
253253
source-map "^0.5.0"
254254

255-
"@babel/generator@7.12.15", "@babel/generator@^7.12.13", "@babel/generator@^7.12.15", "@babel/generator@^7.8.3":
255+
"@babel/generator@7.12.17", "@babel/generator@^7.12.17":
256+
version "7.12.17"
257+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
258+
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
259+
dependencies:
260+
"@babel/types" "^7.12.17"
261+
jsesc "^2.5.1"
262+
source-map "^0.5.0"
263+
264+
"@babel/generator@^7.12.13", "@babel/generator@^7.12.15", "@babel/generator@^7.8.3":
256265
version "7.12.15"
257266
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
258267
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
@@ -276,13 +285,13 @@
276285
"@babel/helper-explode-assignable-expression" "^7.12.13"
277286
"@babel/types" "^7.12.13"
278287

279-
"@babel/helper-compilation-targets@^7.12.13":
280-
version "7.12.16"
281-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
282-
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
288+
"@babel/helper-compilation-targets@^7.12.17":
289+
version "7.12.17"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7"
291+
integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA==
283292
dependencies:
284293
"@babel/compat-data" "^7.12.13"
285-
"@babel/helper-validator-option" "^7.12.16"
294+
"@babel/helper-validator-option" "^7.12.17"
286295
browserslist "^4.14.5"
287296
semver "^5.5.0"
288297

@@ -364,6 +373,21 @@
364373
"@babel/types" "^7.12.13"
365374
lodash "^4.17.19"
366375

376+
"@babel/helper-module-transforms@^7.12.17":
377+
version "7.12.17"
378+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
379+
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
380+
dependencies:
381+
"@babel/helper-module-imports" "^7.12.13"
382+
"@babel/helper-replace-supers" "^7.12.13"
383+
"@babel/helper-simple-access" "^7.12.13"
384+
"@babel/helper-split-export-declaration" "^7.12.13"
385+
"@babel/helper-validator-identifier" "^7.12.11"
386+
"@babel/template" "^7.12.13"
387+
"@babel/traverse" "^7.12.17"
388+
"@babel/types" "^7.12.17"
389+
lodash "^4.17.19"
390+
367391
"@babel/helper-optimise-call-expression@^7.12.13":
368392
version "7.12.13"
369393
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -421,10 +445,10 @@
421445
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
422446
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
423447

424-
"@babel/helper-validator-option@^7.12.11", "@babel/helper-validator-option@^7.12.16":
425-
version "7.12.16"
426-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
427-
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
448+
"@babel/helper-validator-option@^7.12.17":
449+
version "7.12.17"
450+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
451+
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
428452

429453
"@babel/helper-wrap-function@^7.12.13":
430454
version "7.12.13"
@@ -445,6 +469,15 @@
445469
"@babel/traverse" "^7.12.13"
446470
"@babel/types" "^7.12.13"
447471

472+
"@babel/helpers@^7.12.17":
473+
version "7.12.17"
474+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
475+
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
476+
dependencies:
477+
"@babel/template" "^7.12.13"
478+
"@babel/traverse" "^7.12.17"
479+
"@babel/types" "^7.12.17"
480+
448481
"@babel/highlight@^7.12.13":
449482
version "7.12.13"
450483
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
@@ -459,6 +492,11 @@
459492
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
460493
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
461494

495+
"@babel/parser@^7.12.17":
496+
version "7.12.17"
497+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
498+
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
499+
462500
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
463501
version "7.12.13"
464502
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5"
@@ -476,10 +514,10 @@
476514
"@babel/helper-create-class-features-plugin" "^7.12.13"
477515
"@babel/helper-plugin-utils" "^7.12.13"
478516

479-
"@babel/plugin-proposal-dynamic-import@^7.12.1":
480-
version "7.12.16"
481-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
482-
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
517+
"@babel/plugin-proposal-dynamic-import@^7.12.17":
518+
version "7.12.17"
519+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512"
520+
integrity sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==
483521
dependencies:
484522
"@babel/helper-plugin-utils" "^7.12.13"
485523
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
@@ -541,10 +579,10 @@
541579
"@babel/helper-plugin-utils" "^7.12.13"
542580
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
543581

544-
"@babel/plugin-proposal-optional-chaining@^7.12.13":
545-
version "7.12.16"
546-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
547-
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
582+
"@babel/plugin-proposal-optional-chaining@^7.12.17":
583+
version "7.12.17"
584+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c"
585+
integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==
548586
dependencies:
549587
"@babel/helper-plugin-utils" "^7.12.13"
550588
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -847,10 +885,10 @@
847885
dependencies:
848886
"@babel/helper-plugin-utils" "^7.12.13"
849887

850-
"@babel/plugin-transform-runtime@7.12.15":
851-
version "7.12.15"
852-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.15.tgz#4337b2507288007c2b197059301aa0af8d90c085"
853-
integrity sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow==
888+
"@babel/plugin-transform-runtime@7.12.17":
889+
version "7.12.17"
890+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.17.tgz#329cb61d293b7e60a7685b91dda7c300668cee18"
891+
integrity sha512-s+kIJxnaTj+E9Q3XxQZ5jOo+xcogSe3V78/iFQ5RmoT0jROdpcdxhfGdq/VLqW1hFSzw6VjqN8aQqTaAMixWsw==
854892
dependencies:
855893
"@babel/helper-module-imports" "^7.12.13"
856894
"@babel/helper-plugin-utils" "^7.12.13"
@@ -907,27 +945,27 @@
907945
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
908946
"@babel/helper-plugin-utils" "^7.12.13"
909947

910-
"@babel/preset-env@7.12.13":
911-
version "7.12.13"
912-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.13.tgz#3aa2d09cf7d255177538dff292ac9af29ad46525"
913-
integrity sha512-JUVlizG8SoFTz4LmVUL8++aVwzwxcvey3N0j1tRbMAXVEy95uQ/cnEkmEKHN00Bwq4voAV3imQGnQvpkLAxsrw==
948+
"@babel/preset-env@7.12.17":
949+
version "7.12.17"
950+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa"
951+
integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg==
914952
dependencies:
915953
"@babel/compat-data" "^7.12.13"
916-
"@babel/helper-compilation-targets" "^7.12.13"
954+
"@babel/helper-compilation-targets" "^7.12.17"
917955
"@babel/helper-module-imports" "^7.12.13"
918956
"@babel/helper-plugin-utils" "^7.12.13"
919-
"@babel/helper-validator-option" "^7.12.11"
957+
"@babel/helper-validator-option" "^7.12.17"
920958
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
921959
"@babel/plugin-proposal-class-properties" "^7.12.13"
922-
"@babel/plugin-proposal-dynamic-import" "^7.12.1"
960+
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
923961
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
924962
"@babel/plugin-proposal-json-strings" "^7.12.13"
925963
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
926964
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
927965
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
928966
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
929967
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
930-
"@babel/plugin-proposal-optional-chaining" "^7.12.13"
968+
"@babel/plugin-proposal-optional-chaining" "^7.12.17"
931969
"@babel/plugin-proposal-private-methods" "^7.12.13"
932970
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
933971
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -975,7 +1013,7 @@
9751013
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
9761014
"@babel/plugin-transform-unicode-regex" "^7.12.13"
9771015
"@babel/preset-modules" "^0.1.3"
978-
"@babel/types" "^7.12.13"
1016+
"@babel/types" "^7.12.17"
9791017
core-js-compat "^3.8.0"
9801018
semver "^5.5.0"
9811019

@@ -990,7 +1028,14 @@
9901028
"@babel/types" "^7.4.4"
9911029
esutils "^2.0.2"
9921030

993-
"@babel/runtime@7.12.13", "@babel/runtime@^7.8.4":
1031+
"@babel/runtime@7.12.18":
1032+
version "7.12.18"
1033+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b"
1034+
integrity sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==
1035+
dependencies:
1036+
regenerator-runtime "^0.13.4"
1037+
1038+
"@babel/runtime@^7.8.4":
9941039
version "7.12.13"
9951040
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d"
9961041
integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==
@@ -1021,6 +1066,21 @@
10211066
globals "^11.1.0"
10221067
lodash "^4.17.19"
10231068

1069+
"@babel/traverse@^7.12.17":
1070+
version "7.12.17"
1071+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
1072+
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
1073+
dependencies:
1074+
"@babel/code-frame" "^7.12.13"
1075+
"@babel/generator" "^7.12.17"
1076+
"@babel/helper-function-name" "^7.12.13"
1077+
"@babel/helper-split-export-declaration" "^7.12.13"
1078+
"@babel/parser" "^7.12.17"
1079+
"@babel/types" "^7.12.17"
1080+
debug "^4.1.0"
1081+
globals "^11.1.0"
1082+
lodash "^4.17.19"
1083+
10241084
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6":
10251085
version "7.12.13"
10261086
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
@@ -1030,6 +1090,15 @@
10301090
lodash "^4.17.19"
10311091
to-fast-properties "^2.0.0"
10321092

1093+
"@babel/types@^7.12.17":
1094+
version "7.12.17"
1095+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
1096+
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
1097+
dependencies:
1098+
"@babel/helper-validator-identifier" "^7.12.11"
1099+
lodash "^4.17.19"
1100+
to-fast-properties "^2.0.0"
1101+
10331102
"@bazel/bazelisk@1.7.3":
10341103
version "1.7.3"
10351104
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.7.3.tgz#51d99286326e15434ce10c54c1ee598c4ab1f694"
@@ -8533,10 +8602,10 @@ npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1:
85338602
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
85348603
integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
85358604

8536-
npm-package-arg@8.1.1:
8537-
version "8.1.1"
8538-
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.1.tgz#00ebf16ac395c63318e67ce66780a06db6df1b04"
8539-
integrity sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==
8605+
npm-package-arg@8.1.0, npm-package-arg@^8.0.0, npm-package-arg@^8.0.1:
8606+
version "8.1.0"
8607+
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.0.tgz#b5f6319418c3246a1c38e1a8fbaa06231bc5308f"
8608+
integrity sha512-/ep6QDxBkm9HvOhOg0heitSd7JHA1U7y1qhhlRlteYYAi9Pdb/ZV7FW5aHpkrpM8+P+4p/jjR8zCyKPBMBjSig==
85408609
dependencies:
85418610
hosted-git-info "^3.0.6"
85428611
semver "^7.0.0"
@@ -8552,15 +8621,6 @@ npm-package-arg@8.1.1:
85528621
semver "^5.6.0"
85538622
validate-npm-package-name "^3.0.0"
85548623

8555-
npm-package-arg@^8.0.0, npm-package-arg@^8.0.1:
8556-
version "8.1.0"
8557-
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.0.tgz#b5f6319418c3246a1c38e1a8fbaa06231bc5308f"
8558-
integrity sha512-/ep6QDxBkm9HvOhOg0heitSd7JHA1U7y1qhhlRlteYYAi9Pdb/ZV7FW5aHpkrpM8+P+4p/jjR8zCyKPBMBjSig==
8559-
dependencies:
8560-
hosted-git-info "^3.0.6"
8561-
semver "^7.0.0"
8562-
validate-npm-package-name "^3.0.0"
8563-
85648624
npm-packlist@^2.1.4:
85658625
version "2.1.4"
85668626
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-2.1.4.tgz#40e96b2b43787d0546a574542d01e066640d09da"

0 commit comments

Comments
 (0)