Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit 0e70de6

Browse files
Bump @babel/core from 7.16.0 to 7.16.7 (#180)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.0 to 7.16.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.16.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1200a01 commit 0e70de6

File tree

1 file changed

+23
-147
lines changed

1 file changed

+23
-147
lines changed

yarn.lock

Lines changed: 23 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0":
6-
version "7.16.0"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431"
8-
dependencies:
9-
"@babel/highlight" "^7.16.0"
10-
11-
"@babel/code-frame@^7.16.7":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7":
126
version "7.16.7"
137
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
148
dependencies:
@@ -19,33 +13,25 @@
1913
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
2014

2115
"@babel/core@^7.1.0", "@babel/core@^7.5.5", "@babel/core@^7.7.5":
22-
version "7.16.0"
23-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
24-
dependencies:
25-
"@babel/code-frame" "^7.16.0"
26-
"@babel/generator" "^7.16.0"
27-
"@babel/helper-compilation-targets" "^7.16.0"
28-
"@babel/helper-module-transforms" "^7.16.0"
29-
"@babel/helpers" "^7.16.0"
30-
"@babel/parser" "^7.16.0"
31-
"@babel/template" "^7.16.0"
32-
"@babel/traverse" "^7.16.0"
33-
"@babel/types" "^7.16.0"
16+
version "7.16.7"
17+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
18+
dependencies:
19+
"@babel/code-frame" "^7.16.7"
20+
"@babel/generator" "^7.16.7"
21+
"@babel/helper-compilation-targets" "^7.16.7"
22+
"@babel/helper-module-transforms" "^7.16.7"
23+
"@babel/helpers" "^7.16.7"
24+
"@babel/parser" "^7.16.7"
25+
"@babel/template" "^7.16.7"
26+
"@babel/traverse" "^7.16.7"
27+
"@babel/types" "^7.16.7"
3428
convert-source-map "^1.7.0"
3529
debug "^4.1.0"
3630
gensync "^1.0.0-beta.2"
3731
json5 "^2.1.2"
3832
semver "^6.3.0"
3933
source-map "^0.5.0"
4034

41-
"@babel/generator@^7.16.0":
42-
version "7.16.0"
43-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2"
44-
dependencies:
45-
"@babel/types" "^7.16.0"
46-
jsesc "^2.5.1"
47-
source-map "^0.5.0"
48-
4935
"@babel/generator@^7.16.7":
5036
version "7.16.7"
5137
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.7.tgz#b42bf46a3079fa65e1544135f32e7958f048adbb"
@@ -67,7 +53,7 @@
6753
"@babel/helper-explode-assignable-expression" "^7.16.7"
6854
"@babel/types" "^7.16.7"
6955

70-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.0", "@babel/helper-compilation-targets@^7.16.7":
56+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7":
7157
version "7.16.7"
7258
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
7359
dependencies:
@@ -120,14 +106,6 @@
120106
dependencies:
121107
"@babel/types" "^7.16.7"
122108

123-
"@babel/helper-function-name@^7.16.0":
124-
version "7.16.0"
125-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481"
126-
dependencies:
127-
"@babel/helper-get-function-arity" "^7.16.0"
128-
"@babel/template" "^7.16.0"
129-
"@babel/types" "^7.16.0"
130-
131109
"@babel/helper-function-name@^7.16.7":
132110
version "7.16.7"
133111
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
@@ -136,36 +114,18 @@
136114
"@babel/template" "^7.16.7"
137115
"@babel/types" "^7.16.7"
138116

139-
"@babel/helper-get-function-arity@^7.16.0":
140-
version "7.16.0"
141-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
142-
dependencies:
143-
"@babel/types" "^7.16.0"
144-
145117
"@babel/helper-get-function-arity@^7.16.7":
146118
version "7.16.7"
147119
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
148120
dependencies:
149121
"@babel/types" "^7.16.7"
150122

151-
"@babel/helper-hoist-variables@^7.16.0":
152-
version "7.16.0"
153-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a"
154-
dependencies:
155-
"@babel/types" "^7.16.0"
156-
157123
"@babel/helper-hoist-variables@^7.16.7":
158124
version "7.16.7"
159125
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
160126
dependencies:
161127
"@babel/types" "^7.16.7"
162128

163-
"@babel/helper-member-expression-to-functions@^7.16.0":
164-
version "7.16.0"
165-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4"
166-
dependencies:
167-
"@babel/types" "^7.16.0"
168-
169129
"@babel/helper-member-expression-to-functions@^7.16.7":
170130
version "7.16.7"
171131
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0"
@@ -178,31 +138,12 @@
178138
dependencies:
179139
"@babel/types" "^7.14.5"
180140

181-
"@babel/helper-module-imports@^7.16.0":
182-
version "7.16.0"
183-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3"
184-
dependencies:
185-
"@babel/types" "^7.16.0"
186-
187141
"@babel/helper-module-imports@^7.16.7":
188142
version "7.16.7"
189143
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
190144
dependencies:
191145
"@babel/types" "^7.16.7"
192146

193-
"@babel/helper-module-transforms@^7.16.0":
194-
version "7.16.0"
195-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5"
196-
dependencies:
197-
"@babel/helper-module-imports" "^7.16.0"
198-
"@babel/helper-replace-supers" "^7.16.0"
199-
"@babel/helper-simple-access" "^7.16.0"
200-
"@babel/helper-split-export-declaration" "^7.16.0"
201-
"@babel/helper-validator-identifier" "^7.15.7"
202-
"@babel/template" "^7.16.0"
203-
"@babel/traverse" "^7.16.0"
204-
"@babel/types" "^7.16.0"
205-
206147
"@babel/helper-module-transforms@^7.16.7":
207148
version "7.16.7"
208149
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41"
@@ -216,12 +157,6 @@
216157
"@babel/traverse" "^7.16.7"
217158
"@babel/types" "^7.16.7"
218159

219-
"@babel/helper-optimise-call-expression@^7.16.0":
220-
version "7.16.0"
221-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
222-
dependencies:
223-
"@babel/types" "^7.16.0"
224-
225160
"@babel/helper-optimise-call-expression@^7.16.7":
226161
version "7.16.7"
227162
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
@@ -240,15 +175,6 @@
240175
"@babel/helper-wrap-function" "^7.16.7"
241176
"@babel/types" "^7.16.7"
242177

243-
"@babel/helper-replace-supers@^7.16.0":
244-
version "7.16.0"
245-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17"
246-
dependencies:
247-
"@babel/helper-member-expression-to-functions" "^7.16.0"
248-
"@babel/helper-optimise-call-expression" "^7.16.0"
249-
"@babel/traverse" "^7.16.0"
250-
"@babel/types" "^7.16.0"
251-
252178
"@babel/helper-replace-supers@^7.16.7":
253179
version "7.16.7"
254180
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1"
@@ -259,12 +185,6 @@
259185
"@babel/traverse" "^7.16.7"
260186
"@babel/types" "^7.16.7"
261187

262-
"@babel/helper-simple-access@^7.16.0":
263-
version "7.16.0"
264-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517"
265-
dependencies:
266-
"@babel/types" "^7.16.0"
267-
268188
"@babel/helper-simple-access@^7.16.7":
269189
version "7.16.7"
270190
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7"
@@ -277,22 +197,12 @@
277197
dependencies:
278198
"@babel/types" "^7.16.0"
279199

280-
"@babel/helper-split-export-declaration@^7.16.0":
281-
version "7.16.0"
282-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz#29672f43663e936df370aaeb22beddb3baec7438"
283-
dependencies:
284-
"@babel/types" "^7.16.0"
285-
286200
"@babel/helper-split-export-declaration@^7.16.7":
287201
version "7.16.7"
288202
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
289203
dependencies:
290204
"@babel/types" "^7.16.7"
291205

292-
"@babel/helper-validator-identifier@^7.15.7":
293-
version "7.15.7"
294-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
295-
296206
"@babel/helper-validator-identifier@^7.16.7":
297207
version "7.16.7"
298208
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -310,21 +220,13 @@
310220
"@babel/traverse" "^7.16.7"
311221
"@babel/types" "^7.16.7"
312222

313-
"@babel/helpers@^7.16.0":
314-
version "7.16.0"
315-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.0.tgz#875519c979c232f41adfbd43a3b0398c2e388183"
316-
dependencies:
317-
"@babel/template" "^7.16.0"
318-
"@babel/traverse" "^7.16.0"
319-
"@babel/types" "^7.16.0"
320-
321-
"@babel/highlight@^7.16.0":
322-
version "7.16.0"
323-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
223+
"@babel/helpers@^7.16.7":
224+
version "7.16.7"
225+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc"
324226
dependencies:
325-
"@babel/helper-validator-identifier" "^7.15.7"
326-
chalk "^2.0.0"
327-
js-tokens "^4.0.0"
227+
"@babel/template" "^7.16.7"
228+
"@babel/traverse" "^7.16.7"
229+
"@babel/types" "^7.16.7"
328230

329231
"@babel/highlight@^7.16.7":
330232
version "7.16.7"
@@ -334,11 +236,7 @@
334236
chalk "^2.0.0"
335237
js-tokens "^4.0.0"
336238

337-
"@babel/parser@^7.1.0", "@babel/parser@^7.16.0":
338-
version "7.16.0"
339-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
340-
341-
"@babel/parser@^7.16.7":
239+
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7":
342240
version "7.16.7"
343241
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
344242

@@ -924,37 +822,15 @@
924822
dependencies:
925823
regenerator-runtime "^0.13.4"
926824

927-
"@babel/template@^7.16.0", "@babel/template@^7.3.3":
928-
version "7.16.0"
929-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
930-
dependencies:
931-
"@babel/code-frame" "^7.16.0"
932-
"@babel/parser" "^7.16.0"
933-
"@babel/types" "^7.16.0"
934-
935-
"@babel/template@^7.16.7":
825+
"@babel/template@^7.16.7", "@babel/template@^7.3.3":
936826
version "7.16.7"
937827
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
938828
dependencies:
939829
"@babel/code-frame" "^7.16.7"
940830
"@babel/parser" "^7.16.7"
941831
"@babel/types" "^7.16.7"
942832

943-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0":
944-
version "7.16.0"
945-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.0.tgz#965df6c6bfc0a958c1e739284d3c9fa4a6e3c45b"
946-
dependencies:
947-
"@babel/code-frame" "^7.16.0"
948-
"@babel/generator" "^7.16.0"
949-
"@babel/helper-function-name" "^7.16.0"
950-
"@babel/helper-hoist-variables" "^7.16.0"
951-
"@babel/helper-split-export-declaration" "^7.16.0"
952-
"@babel/parser" "^7.16.0"
953-
"@babel/types" "^7.16.0"
954-
debug "^4.1.0"
955-
globals "^11.1.0"
956-
957-
"@babel/traverse@^7.16.7":
833+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7":
958834
version "7.16.7"
959835
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"
960836
dependencies:

0 commit comments

Comments
 (0)