Skip to content

Commit 896baad

Browse files
Bump @babel/preset-env from 7.12.1 to 7.12.7
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.1 to 7.12.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.7/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 911e16f commit 896baad

2 files changed

Lines changed: 76 additions & 107 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/core": "^7.12.9",
3535
"@babel/plugin-transform-typescript": "^7.12.1",
36-
"@babel/preset-env": "^7.12.1",
36+
"@babel/preset-env": "^7.12.7",
3737
"babel-core": "^6.25.0",
3838
"eslint": "^7.12.1",
3939
"eslint-config-prettier": "^6.15.0",

yarn.lock

Lines changed: 75 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/compat-data@^7.12.1":
13-
version "7.12.1"
14-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
15-
integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
12+
"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
13+
version "7.12.7"
14+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
15+
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
1616

1717
"@babel/core@^7.1.0", "@babel/core@^7.12.9":
1818
version "7.12.9"
@@ -60,14 +60,14 @@
6060
"@babel/helper-explode-assignable-expression" "^7.10.4"
6161
"@babel/types" "^7.10.4"
6262

63-
"@babel/helper-compilation-targets@^7.12.1":
64-
version "7.12.1"
65-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.1.tgz#310e352888fbdbdd8577be8dfdd2afb9e7adcf50"
66-
integrity sha512-jtBEif7jsPwP27GPHs06v4WBV0KrE8a/P7n0N0sSvHn2hwUCYnolP/CLmz51IzAW4NlN+HuoBtb9QcwnRo9F/g==
63+
"@babel/helper-compilation-targets@^7.12.5":
64+
version "7.12.5"
65+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
66+
integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
6767
dependencies:
68-
"@babel/compat-data" "^7.12.1"
68+
"@babel/compat-data" "^7.12.5"
6969
"@babel/helper-validator-option" "^7.12.1"
70-
browserslist "^4.12.0"
70+
browserslist "^4.14.5"
7171
semver "^5.5.0"
7272

7373
"@babel/helper-create-class-features-plugin@^7.12.1":
@@ -137,12 +137,12 @@
137137
dependencies:
138138
"@babel/types" "^7.12.1"
139139

140-
"@babel/helper-module-imports@^7.12.1":
141-
version "7.12.1"
142-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
143-
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
140+
"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5":
141+
version "7.12.5"
142+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
143+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
144144
dependencies:
145-
"@babel/types" "^7.12.1"
145+
"@babel/types" "^7.12.5"
146146

147147
"@babel/helper-module-transforms@^7.12.1":
148148
version "7.12.1"
@@ -325,10 +325,10 @@
325325
"@babel/helper-plugin-utils" "^7.10.4"
326326
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
327327

328-
"@babel/plugin-proposal-numeric-separator@^7.12.1":
329-
version "7.12.1"
330-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz#0e2c6774c4ce48be412119b4d693ac777f7685a6"
331-
integrity sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==
328+
"@babel/plugin-proposal-numeric-separator@^7.12.7":
329+
version "7.12.7"
330+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b"
331+
integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==
332332
dependencies:
333333
"@babel/helper-plugin-utils" "^7.10.4"
334334
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
@@ -350,10 +350,10 @@
350350
"@babel/helper-plugin-utils" "^7.10.4"
351351
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
352352

353-
"@babel/plugin-proposal-optional-chaining@^7.12.1":
354-
version "7.12.1"
355-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797"
356-
integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==
353+
"@babel/plugin-proposal-optional-chaining@^7.12.7":
354+
version "7.12.7"
355+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c"
356+
integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==
357357
dependencies:
358358
"@babel/helper-plugin-utils" "^7.10.4"
359359
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -679,13 +679,12 @@
679679
"@babel/helper-plugin-utils" "^7.10.4"
680680
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
681681

682-
"@babel/plugin-transform-sticky-regex@^7.12.1":
683-
version "7.12.1"
684-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf"
685-
integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==
682+
"@babel/plugin-transform-sticky-regex@^7.12.7":
683+
version "7.12.7"
684+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad"
685+
integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==
686686
dependencies:
687687
"@babel/helper-plugin-utils" "^7.10.4"
688-
"@babel/helper-regex" "^7.10.4"
689688

690689
"@babel/plugin-transform-template-literals@^7.12.1":
691690
version "7.12.1"
@@ -725,14 +724,14 @@
725724
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
726725
"@babel/helper-plugin-utils" "^7.10.4"
727726

728-
"@babel/preset-env@^7.12.1":
729-
version "7.12.1"
730-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
731-
integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
727+
"@babel/preset-env@^7.12.7":
728+
version "7.12.7"
729+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
730+
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
732731
dependencies:
733-
"@babel/compat-data" "^7.12.1"
734-
"@babel/helper-compilation-targets" "^7.12.1"
735-
"@babel/helper-module-imports" "^7.12.1"
732+
"@babel/compat-data" "^7.12.7"
733+
"@babel/helper-compilation-targets" "^7.12.5"
734+
"@babel/helper-module-imports" "^7.12.5"
736735
"@babel/helper-plugin-utils" "^7.10.4"
737736
"@babel/helper-validator-option" "^7.12.1"
738737
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
@@ -742,10 +741,10 @@
742741
"@babel/plugin-proposal-json-strings" "^7.12.1"
743742
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
744743
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
745-
"@babel/plugin-proposal-numeric-separator" "^7.12.1"
744+
"@babel/plugin-proposal-numeric-separator" "^7.12.7"
746745
"@babel/plugin-proposal-object-rest-spread" "^7.12.1"
747746
"@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
748-
"@babel/plugin-proposal-optional-chaining" "^7.12.1"
747+
"@babel/plugin-proposal-optional-chaining" "^7.12.7"
749748
"@babel/plugin-proposal-private-methods" "^7.12.1"
750749
"@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
751750
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -787,14 +786,14 @@
787786
"@babel/plugin-transform-reserved-words" "^7.12.1"
788787
"@babel/plugin-transform-shorthand-properties" "^7.12.1"
789788
"@babel/plugin-transform-spread" "^7.12.1"
790-
"@babel/plugin-transform-sticky-regex" "^7.12.1"
789+
"@babel/plugin-transform-sticky-regex" "^7.12.7"
791790
"@babel/plugin-transform-template-literals" "^7.12.1"
792791
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
793792
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
794793
"@babel/plugin-transform-unicode-regex" "^7.12.1"
795794
"@babel/preset-modules" "^0.1.3"
796-
"@babel/types" "^7.12.1"
797-
core-js-compat "^3.6.2"
795+
"@babel/types" "^7.12.7"
796+
core-js-compat "^3.7.0"
798797
semver "^5.5.0"
799798

800799
"@babel/preset-modules@^0.1.3":
@@ -1870,15 +1869,16 @@ browser-resolve@^1.11.3:
18701869
dependencies:
18711870
resolve "1.1.7"
18721871

1873-
browserslist@^4.12.0, browserslist@^4.8.5:
1874-
version "4.12.0"
1875-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
1876-
integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==
1872+
browserslist@^4.14.5, browserslist@^4.14.7:
1873+
version "4.14.7"
1874+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
1875+
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
18771876
dependencies:
1878-
caniuse-lite "^1.0.30001043"
1879-
electron-to-chromium "^1.3.413"
1880-
node-releases "^1.1.53"
1881-
pkg-up "^2.0.0"
1877+
caniuse-lite "^1.0.30001157"
1878+
colorette "^1.2.1"
1879+
electron-to-chromium "^1.3.591"
1880+
escalade "^3.1.1"
1881+
node-releases "^1.1.66"
18821882

18831883
bser@2.1.1:
18841884
version "2.1.1"
@@ -1973,10 +1973,10 @@ camelcase@^5.0.0, camelcase@^5.3.1:
19731973
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
19741974
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
19751975

1976-
caniuse-lite@^1.0.30001043:
1977-
version "1.0.30001066"
1978-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001066.tgz#0a8a58a10108f2b9bf38e7b65c237b12fd9c5f04"
1979-
integrity sha512-Gfj/WAastBtfxLws0RCh2sDbTK/8rJuSeZMecrSkNGYxPcv7EzblmDGfWQCFEQcSqYE2BRgQiJh8HOD07N5hIw==
1976+
caniuse-lite@^1.0.30001157:
1977+
version "1.0.30001163"
1978+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001163.tgz#7595ae1b430fb4ad6adcd4f0a3d705efad9dc379"
1979+
integrity sha512-QQbOGkHWnvhn3Dlf4scPlXTZVhGOK+2qCOP5gPxqzXHhtn3tZHwNdH9qNcQRWN0f3tDYrsyXFJCFiP/GLzI5Vg==
19801980

19811981
capture-exit@^2.0.0:
19821982
version "2.0.0"
@@ -2162,6 +2162,11 @@ color-name@~1.1.4:
21622162
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
21632163
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
21642164

2165+
colorette@^1.2.1:
2166+
version "1.2.1"
2167+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
2168+
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
2169+
21652170
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
21662171
version "1.0.8"
21672172
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -2215,12 +2220,12 @@ copy-descriptor@^0.1.0:
22152220
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
22162221
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
22172222

2218-
core-js-compat@^3.6.2:
2219-
version "3.6.5"
2220-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c"
2221-
integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==
2223+
core-js-compat@^3.7.0:
2224+
version "3.8.0"
2225+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.0.tgz#3248c6826f4006793bd637db608bca6e4cd688b1"
2226+
integrity sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ==
22222227
dependencies:
2223-
browserslist "^4.8.5"
2228+
browserslist "^4.14.7"
22242229
semver "7.0.0"
22252230

22262231
core-js@^2.4.0, core-js@^2.5.0:
@@ -2489,10 +2494,10 @@ ecc-jsbn@~0.1.1:
24892494
jsbn "~0.1.0"
24902495
safer-buffer "^2.1.0"
24912496

2492-
electron-to-chromium@^1.3.413:
2493-
version "1.3.453"
2494-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.453.tgz#758a8565a64b7889b27132a51d2abb8b135c9d01"
2495-
integrity sha512-IQbCfjJR0NDDn/+vojTlq7fPSREcALtF8M1n01gw7nQghCtfFYrJ2dfhsp8APr8bANoFC8vRTFVXMOGpT0eetw==
2497+
electron-to-chromium@^1.3.591:
2498+
version "1.3.612"
2499+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.612.tgz#4a49864b9de694403a69d5a9f439cbceca543e48"
2500+
integrity sha512-CdrdX1B6mQqxfw+51MPWB5qA6TKWjza9f5voBtUlRfEZEwZiFaxJLrhFI8zHE9SBAuGt4h84rQU6Ho9Bauo1LA==
24962501

24972502
ember-rfc176-data@^0.3.16:
24982503
version "0.3.16"
@@ -2580,6 +2585,11 @@ es6-promisify@^5.0.0:
25802585
dependencies:
25812586
es6-promise "^4.0.3"
25822587

2588+
escalade@^3.1.1:
2589+
version "3.1.1"
2590+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
2591+
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
2592+
25832593
escape-goat@^2.0.0:
25842594
version "2.1.1"
25852595
resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz#1b2dc77003676c457ec760b2dc68edb648188675"
@@ -2983,13 +2993,6 @@ find-up@5.0.0:
29832993
locate-path "^6.0.0"
29842994
path-exists "^4.0.0"
29852995

2986-
find-up@^2.1.0:
2987-
version "2.1.0"
2988-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
2989-
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
2990-
dependencies:
2991-
locate-path "^2.0.0"
2992-
29932996
find-up@^3.0.0:
29942997
version "3.0.0"
29952998
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -4479,14 +4482,6 @@ load-json-file@^4.0.0:
44794482
pify "^3.0.0"
44804483
strip-bom "^3.0.0"
44814484

4482-
locate-path@^2.0.0:
4483-
version "2.0.0"
4484-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
4485-
integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
4486-
dependencies:
4487-
p-locate "^2.0.0"
4488-
path-exists "^3.0.0"
4489-
44904485
locate-path@^3.0.0:
44914486
version "3.0.0"
44924487
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
@@ -4870,10 +4865,10 @@ node-notifier@^5.4.2:
48704865
shellwords "^0.1.1"
48714866
which "^1.3.0"
48724867

4873-
node-releases@^1.1.53:
4874-
version "1.1.57"
4875-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.57.tgz#f6754ce225fad0611e61228df3e09232e017ea19"
4876-
integrity sha512-ZQmnWS7adi61A9JsllJ2gdj2PauElcjnOwTp2O011iGzoakTxUsDGSe+6vD7wXbKdqhSFymC0OSx35aAMhrSdw==
4868+
node-releases@^1.1.66:
4869+
version "1.1.67"
4870+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12"
4871+
integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==
48774872

48784873
normalize-git-url@^3.0.2:
48794874
version "3.0.2"
@@ -5106,13 +5101,6 @@ p-finally@^1.0.0:
51065101
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
51075102
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
51085103

5109-
p-limit@^1.1.0:
5110-
version "1.3.0"
5111-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
5112-
integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
5113-
dependencies:
5114-
p-try "^1.0.0"
5115-
51165104
p-limit@^2.0.0, p-limit@^2.2.0:
51175105
version "2.2.2"
51185106
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e"
@@ -5127,13 +5115,6 @@ p-limit@^3.0.2:
51275115
dependencies:
51285116
p-try "^2.0.0"
51295117

5130-
p-locate@^2.0.0:
5131-
version "2.0.0"
5132-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
5133-
integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
5134-
dependencies:
5135-
p-limit "^1.1.0"
5136-
51375118
p-locate@^3.0.0:
51385119
version "3.0.0"
51395120
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -5167,11 +5148,6 @@ p-reduce@^1.0.0:
51675148
resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa"
51685149
integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=
51695150

5170-
p-try@^1.0.0:
5171-
version "1.0.0"
5172-
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
5173-
integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
5174-
51755151
p-try@^2.0.0:
51765152
version "2.2.0"
51775153
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
@@ -5333,13 +5309,6 @@ pkg-dir@^3.0.0:
53335309
dependencies:
53345310
find-up "^3.0.0"
53355311

5336-
pkg-up@^2.0.0:
5337-
version "2.0.0"
5338-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
5339-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
5340-
dependencies:
5341-
find-up "^2.1.0"
5342-
53435312
pn@^1.1.0:
53445313
version "1.1.0"
53455314
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"

0 commit comments

Comments
 (0)