Skip to content

Commit a3e675e

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.12.7
1 parent c864f46 commit a3e675e

File tree

2 files changed

+118
-88
lines changed

2 files changed

+118
-88
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
"@aureooms/js-pairing-heap": "^1.0.0"
8282
},
8383
"devDependencies": {
84-
"@babel/cli": "7.12.1",
85-
"@babel/core": "7.12.3",
84+
"@babel/cli": "7.12.7",
85+
"@babel/core": "7.12.7",
8686
"@babel/polyfill": "7.12.1",
87-
"@babel/preset-env": "7.12.1",
87+
"@babel/preset-env": "7.12.7",
8888
"@babel/register": "7.12.1",
8989
"ava": "3.13.0",
9090
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

+115-85
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
resolved "https://registry.yarnpkg.com/@aureooms/js-pairing-heap/-/js-pairing-heap-1.0.0.tgz#76429704ae5db8fd2c81a60352b87dab88b3d6b6"
3333
integrity sha512-lfaBSlUCIaxkYZXRwg7imCSeWS0AA8gFkV2CANaTuirB7hzLYdzPV8ePCw3MULZBdA2Ehq3CDGX2HxcqToZm7g==
3434

35-
"@babel/[email protected].1":
36-
version "7.12.1"
37-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c"
38-
integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==
35+
"@babel/[email protected].7":
36+
version "7.12.7"
37+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977"
38+
integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q==
3939
dependencies:
4040
commander "^4.0.1"
4141
convert-source-map "^1.1.0"
@@ -46,7 +46,7 @@
4646
slash "^2.0.0"
4747
source-map "^0.5.0"
4848
optionalDependencies:
49-
"@nicolo-ribaudo/chokidar-2" "^2.1.8"
49+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
5050
chokidar "^3.4.0"
5151

5252
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
@@ -56,12 +56,39 @@
5656
dependencies:
5757
"@babel/highlight" "^7.10.4"
5858

59-
"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.12.5":
59+
"@babel/compat-data@^7.12.5":
6060
version "7.12.5"
6161
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.5.tgz#f56db0c4bb1bbbf221b4e81345aab4141e7cb0e9"
6262
integrity sha512-DTsS7cxrsH3by8nqQSpFSyjSfSYl57D6Cf4q8dW3LK83tBKBDCkfcay1nYkXq1nIHXnpX8WMMb/O25HOy3h1zg==
6363

64-
"@babel/[email protected]", "@babel/core@^7.7.5":
64+
"@babel/compat-data@^7.12.7":
65+
version "7.12.7"
66+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
67+
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
68+
69+
70+
version "7.12.7"
71+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
72+
integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
73+
dependencies:
74+
"@babel/code-frame" "^7.10.4"
75+
"@babel/generator" "^7.12.5"
76+
"@babel/helper-module-transforms" "^7.12.1"
77+
"@babel/helpers" "^7.12.5"
78+
"@babel/parser" "^7.12.7"
79+
"@babel/template" "^7.12.7"
80+
"@babel/traverse" "^7.12.7"
81+
"@babel/types" "^7.12.7"
82+
convert-source-map "^1.7.0"
83+
debug "^4.1.0"
84+
gensync "^1.0.0-beta.1"
85+
json5 "^2.1.2"
86+
lodash "^4.17.19"
87+
resolve "^1.3.2"
88+
semver "^5.4.1"
89+
source-map "^0.5.0"
90+
91+
"@babel/core@^7.7.5":
6592
version "7.12.3"
6693
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
6794
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
@@ -107,7 +134,7 @@
107134
"@babel/helper-explode-assignable-expression" "^7.10.4"
108135
"@babel/types" "^7.10.4"
109136

110-
"@babel/helper-compilation-targets@^7.12.1":
137+
"@babel/helper-compilation-targets@^7.12.5":
111138
version "7.12.5"
112139
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
113140
integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
@@ -183,7 +210,7 @@
183210
dependencies:
184211
"@babel/types" "^7.12.1"
185212

186-
"@babel/helper-module-imports@^7.12.1":
213+
"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5":
187214
version "7.12.5"
188215
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
189216
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
@@ -284,7 +311,7 @@
284311
"@babel/traverse" "^7.10.4"
285312
"@babel/types" "^7.10.4"
286313

287-
"@babel/helpers@^7.12.1":
314+
"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5":
288315
version "7.12.5"
289316
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
290317
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
@@ -307,6 +334,11 @@
307334
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
308335
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
309336

337+
"@babel/parser@^7.12.7":
338+
version "7.12.7"
339+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
340+
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
341+
310342
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
311343
version "7.12.1"
312344
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
@@ -364,10 +396,10 @@
364396
"@babel/helper-plugin-utils" "^7.10.4"
365397
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
366398

367-
"@babel/plugin-proposal-numeric-separator@^7.12.1":
368-
version "7.12.5"
369-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.5.tgz#b1ce757156d40ed79d59d467cb2b154a5c4149ba"
370-
integrity sha512-UiAnkKuOrCyjZ3sYNHlRlfuZJbBHknMQ9VMwVeX97Ofwx7RpD6gS2HfqTCh8KNUQgcOm8IKt103oR4KIjh7Q8g==
399+
"@babel/plugin-proposal-numeric-separator@^7.12.7":
400+
version "7.12.7"
401+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b"
402+
integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==
371403
dependencies:
372404
"@babel/helper-plugin-utils" "^7.10.4"
373405
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
@@ -389,10 +421,10 @@
389421
"@babel/helper-plugin-utils" "^7.10.4"
390422
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
391423

392-
"@babel/plugin-proposal-optional-chaining@^7.12.1":
393-
version "7.12.1"
394-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797"
395-
integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==
424+
"@babel/plugin-proposal-optional-chaining@^7.12.7":
425+
version "7.12.7"
426+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c"
427+
integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==
396428
dependencies:
397429
"@babel/helper-plugin-utils" "^7.10.4"
398430
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -711,13 +743,12 @@
711743
"@babel/helper-plugin-utils" "^7.10.4"
712744
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
713745

714-
"@babel/plugin-transform-sticky-regex@^7.12.1":
715-
version "7.12.1"
716-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf"
717-
integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==
746+
"@babel/plugin-transform-sticky-regex@^7.12.7":
747+
version "7.12.7"
748+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad"
749+
integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==
718750
dependencies:
719751
"@babel/helper-plugin-utils" "^7.10.4"
720-
"@babel/helper-regex" "^7.10.4"
721752

722753
"@babel/plugin-transform-template-literals@^7.12.1":
723754
version "7.12.1"
@@ -756,14 +787,14 @@
756787
core-js "^2.6.5"
757788
regenerator-runtime "^0.13.4"
758789

759-
"@babel/[email protected].1":
760-
version "7.12.1"
761-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
762-
integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
790+
"@babel/[email protected].7":
791+
version "7.12.7"
792+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
793+
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
763794
dependencies:
764-
"@babel/compat-data" "^7.12.1"
765-
"@babel/helper-compilation-targets" "^7.12.1"
766-
"@babel/helper-module-imports" "^7.12.1"
795+
"@babel/compat-data" "^7.12.7"
796+
"@babel/helper-compilation-targets" "^7.12.5"
797+
"@babel/helper-module-imports" "^7.12.5"
767798
"@babel/helper-plugin-utils" "^7.10.4"
768799
"@babel/helper-validator-option" "^7.12.1"
769800
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
@@ -773,10 +804,10 @@
773804
"@babel/plugin-proposal-json-strings" "^7.12.1"
774805
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
775806
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
776-
"@babel/plugin-proposal-numeric-separator" "^7.12.1"
807+
"@babel/plugin-proposal-numeric-separator" "^7.12.7"
777808
"@babel/plugin-proposal-object-rest-spread" "^7.12.1"
778809
"@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
779-
"@babel/plugin-proposal-optional-chaining" "^7.12.1"
810+
"@babel/plugin-proposal-optional-chaining" "^7.12.7"
780811
"@babel/plugin-proposal-private-methods" "^7.12.1"
781812
"@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
782813
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -818,14 +849,14 @@
818849
"@babel/plugin-transform-reserved-words" "^7.12.1"
819850
"@babel/plugin-transform-shorthand-properties" "^7.12.1"
820851
"@babel/plugin-transform-spread" "^7.12.1"
821-
"@babel/plugin-transform-sticky-regex" "^7.12.1"
852+
"@babel/plugin-transform-sticky-regex" "^7.12.7"
822853
"@babel/plugin-transform-template-literals" "^7.12.1"
823854
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
824855
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
825856
"@babel/plugin-transform-unicode-regex" "^7.12.1"
826857
"@babel/preset-modules" "^0.1.3"
827-
"@babel/types" "^7.12.1"
828-
core-js-compat "^3.6.2"
858+
"@babel/types" "^7.12.7"
859+
core-js-compat "^3.7.0"
829860
semver "^5.5.0"
830861

831862
"@babel/preset-modules@^0.1.3":
@@ -866,6 +897,15 @@
866897
"@babel/parser" "^7.10.4"
867898
"@babel/types" "^7.10.4"
868899

900+
"@babel/template@^7.12.7":
901+
version "7.12.7"
902+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
903+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
904+
dependencies:
905+
"@babel/code-frame" "^7.10.4"
906+
"@babel/parser" "^7.12.7"
907+
"@babel/types" "^7.12.7"
908+
869909
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5":
870910
version "7.12.5"
871911
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
@@ -881,6 +921,21 @@
881921
globals "^11.1.0"
882922
lodash "^4.17.19"
883923

924+
"@babel/traverse@^7.12.7":
925+
version "7.12.7"
926+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
927+
integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
928+
dependencies:
929+
"@babel/code-frame" "^7.10.4"
930+
"@babel/generator" "^7.12.5"
931+
"@babel/helper-function-name" "^7.10.4"
932+
"@babel/helper-split-export-declaration" "^7.11.0"
933+
"@babel/parser" "^7.12.7"
934+
"@babel/types" "^7.12.7"
935+
debug "^4.1.0"
936+
globals "^11.1.0"
937+
lodash "^4.17.19"
938+
884939
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.4.4":
885940
version "7.12.6"
886941
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
@@ -890,6 +945,15 @@
890945
lodash "^4.17.19"
891946
to-fast-properties "^2.0.0"
892947

948+
"@babel/types@^7.12.7":
949+
version "7.12.7"
950+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
951+
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
952+
dependencies:
953+
"@babel/helper-validator-identifier" "^7.10.4"
954+
lodash "^4.17.19"
955+
to-fast-properties "^2.0.0"
956+
893957
"@concordance/react@^2.0.0":
894958
version "2.0.0"
895959
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
@@ -913,12 +977,22 @@
913977
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
914978
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
915979

916-
"@nicolo-ribaudo/chokidar-2@^2.1.8":
917-
version "2.1.8"
918-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14"
919-
integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==
980+
"@nicolo-ribaudo/[email protected]-no-fsevents":
981+
version "2.1.8-no-fsevents"
982+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
983+
integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==
920984
dependencies:
921-
chokidar "2.1.8"
985+
anymatch "^2.0.0"
986+
async-each "^1.0.1"
987+
braces "^2.3.2"
988+
glob-parent "^3.1.0"
989+
inherits "^2.0.3"
990+
is-binary-path "^1.0.0"
991+
is-glob "^4.0.0"
992+
normalize-path "^3.0.0"
993+
path-is-absolute "^1.0.0"
994+
readdirp "^2.2.1"
995+
upath "^1.1.1"
922996

923997
"@nodelib/[email protected]":
924998
version "2.1.3"
@@ -1502,13 +1576,6 @@ binary-extensions@^2.0.0:
15021576
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
15031577
integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
15041578

1505-
bindings@^1.5.0:
1506-
version "1.5.0"
1507-
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
1508-
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
1509-
dependencies:
1510-
file-uri-to-path "1.0.0"
1511-
15121579
blueimp-md5@^2.10.0:
15131580
version "2.18.0"
15141581
resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.18.0.tgz#1152be1335f0c6b3911ed9e36db54f3e6ac52935"
@@ -1783,25 +1850,6 @@ [email protected]:
17831850
lodash "^4.15.0"
17841851
parse5 "^3.0.1"
17851852

1786-
1787-
version "2.1.8"
1788-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
1789-
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
1790-
dependencies:
1791-
anymatch "^2.0.0"
1792-
async-each "^1.0.1"
1793-
braces "^2.3.2"
1794-
glob-parent "^3.1.0"
1795-
inherits "^2.0.3"
1796-
is-binary-path "^1.0.0"
1797-
is-glob "^4.0.0"
1798-
normalize-path "^3.0.0"
1799-
path-is-absolute "^1.0.0"
1800-
readdirp "^2.2.1"
1801-
upath "^1.1.1"
1802-
optionalDependencies:
1803-
fsevents "^1.2.7"
1804-
18051853
chokidar@^3.4.0, chokidar@^3.4.2:
18061854
version "3.4.3"
18071855
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
@@ -2061,7 +2109,7 @@ copy-descriptor@^0.1.0:
20612109
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
20622110
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
20632111

2064-
core-js-compat@^3.6.2:
2112+
core-js-compat@^3.7.0:
20652113
version "3.7.0"
20662114
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
20672115
integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
@@ -2879,11 +2927,6 @@ figures@^3.0.0, figures@^3.2.0:
28792927
dependencies:
28802928
escape-string-regexp "^1.0.5"
28812929

2882-
2883-
version "1.0.0"
2884-
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
2885-
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
2886-
28872930
fill-range@^4.0.0:
28882931
version "4.0.0"
28892932
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -3009,14 +3052,6 @@ fs.realpath@^1.0.0:
30093052
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
30103053
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
30113054

3012-
fsevents@^1.2.7:
3013-
version "1.2.13"
3014-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
3015-
integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
3016-
dependencies:
3017-
bindings "^1.5.0"
3018-
nan "^2.12.1"
3019-
30203055
fsevents@~2.1.2:
30213056
version "2.1.3"
30223057
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
@@ -4533,11 +4568,6 @@ [email protected]:
45334568
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
45344569
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
45354570

4536-
nan@^2.12.1:
4537-
version "2.14.2"
4538-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
4539-
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
4540-
45414571
nanomatch@^1.2.9:
45424572
version "1.2.13"
45434573
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"

0 commit comments

Comments
 (0)