Skip to content

Commit 35d2bdb

Browse files
dependabot[bot]jrolfs
authored andcommitted
build(deps-dev): bump @babel/core from 7.11.6 to 7.12.13
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.6 to 7.12.13. - [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.13/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebffaa4 commit 35d2bdb

File tree

2 files changed

+145
-83
lines changed

2 files changed

+145
-83
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
123123
"devDependencies": {
124124
"@babel/cli": "^7.11.6",
125-
"@babel/core": "^7.11.6",
125+
"@babel/core": "^7.12.13",
126126
"@babel/preset-env": "^7.11.5",
127127
"babel-jest": "^26.5.2",
128128
"jest-in-case": "^1.0.2",

yarn.lock

+144-82
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
optionalDependencies:
1919
chokidar "^2.1.8"
2020

21-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
22-
version "7.10.4"
23-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
24-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
21+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13":
22+
version "7.12.13"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
24+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
2525
dependencies:
26-
"@babel/highlight" "^7.10.4"
26+
"@babel/highlight" "^7.12.13"
2727

2828
"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0":
2929
version "7.11.0"
@@ -34,34 +34,33 @@
3434
invariant "^2.2.4"
3535
semver "^5.5.0"
3636

37-
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.7.5":
38-
version "7.11.6"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
40-
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
41-
dependencies:
42-
"@babel/code-frame" "^7.10.4"
43-
"@babel/generator" "^7.11.6"
44-
"@babel/helper-module-transforms" "^7.11.0"
45-
"@babel/helpers" "^7.10.4"
46-
"@babel/parser" "^7.11.5"
47-
"@babel/template" "^7.10.4"
48-
"@babel/traverse" "^7.11.5"
49-
"@babel/types" "^7.11.5"
37+
"@babel/core@^7.1.0", "@babel/core@^7.12.13", "@babel/core@^7.7.5":
38+
version "7.12.13"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
40+
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
41+
dependencies:
42+
"@babel/code-frame" "^7.12.13"
43+
"@babel/generator" "^7.12.13"
44+
"@babel/helper-module-transforms" "^7.12.13"
45+
"@babel/helpers" "^7.12.13"
46+
"@babel/parser" "^7.12.13"
47+
"@babel/template" "^7.12.13"
48+
"@babel/traverse" "^7.12.13"
49+
"@babel/types" "^7.12.13"
5050
convert-source-map "^1.7.0"
5151
debug "^4.1.0"
5252
gensync "^1.0.0-beta.1"
5353
json5 "^2.1.2"
5454
lodash "^4.17.19"
55-
resolve "^1.3.2"
5655
semver "^5.4.1"
5756
source-map "^0.5.0"
5857

59-
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6":
60-
version "7.11.6"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
62-
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
58+
"@babel/generator@^7.12.13":
59+
version "7.12.15"
60+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
61+
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
6362
dependencies:
64-
"@babel/types" "^7.11.5"
63+
"@babel/types" "^7.12.13"
6564
jsesc "^2.5.1"
6665
source-map "^0.5.0"
6766

@@ -137,13 +136,29 @@
137136
"@babel/template" "^7.10.4"
138137
"@babel/types" "^7.10.4"
139138

139+
"@babel/helper-function-name@^7.12.13":
140+
version "7.12.13"
141+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
142+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
143+
dependencies:
144+
"@babel/helper-get-function-arity" "^7.12.13"
145+
"@babel/template" "^7.12.13"
146+
"@babel/types" "^7.12.13"
147+
140148
"@babel/helper-get-function-arity@^7.10.4":
141149
version "7.10.4"
142150
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
143151
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
144152
dependencies:
145153
"@babel/types" "^7.10.4"
146154

155+
"@babel/helper-get-function-arity@^7.12.13":
156+
version "7.12.13"
157+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
158+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
159+
dependencies:
160+
"@babel/types" "^7.12.13"
161+
147162
"@babel/helper-hoist-variables@^7.10.4":
148163
version "7.10.4"
149164
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -158,24 +173,40 @@
158173
dependencies:
159174
"@babel/types" "^7.11.0"
160175

176+
"@babel/helper-member-expression-to-functions@^7.12.13":
177+
version "7.12.13"
178+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
179+
integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==
180+
dependencies:
181+
"@babel/types" "^7.12.13"
182+
161183
"@babel/helper-module-imports@^7.10.4":
162184
version "7.10.4"
163185
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
164186
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
165187
dependencies:
166188
"@babel/types" "^7.10.4"
167189

168-
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0":
169-
version "7.11.0"
170-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
171-
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
172-
dependencies:
173-
"@babel/helper-module-imports" "^7.10.4"
174-
"@babel/helper-replace-supers" "^7.10.4"
175-
"@babel/helper-simple-access" "^7.10.4"
176-
"@babel/helper-split-export-declaration" "^7.11.0"
177-
"@babel/template" "^7.10.4"
178-
"@babel/types" "^7.11.0"
190+
"@babel/helper-module-imports@^7.12.13":
191+
version "7.12.13"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
193+
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
194+
dependencies:
195+
"@babel/types" "^7.12.13"
196+
197+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.13":
198+
version "7.12.13"
199+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea"
200+
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==
201+
dependencies:
202+
"@babel/helper-module-imports" "^7.12.13"
203+
"@babel/helper-replace-supers" "^7.12.13"
204+
"@babel/helper-simple-access" "^7.12.13"
205+
"@babel/helper-split-export-declaration" "^7.12.13"
206+
"@babel/helper-validator-identifier" "^7.12.11"
207+
"@babel/template" "^7.12.13"
208+
"@babel/traverse" "^7.12.13"
209+
"@babel/types" "^7.12.13"
179210
lodash "^4.17.19"
180211

181212
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -185,6 +216,13 @@
185216
dependencies:
186217
"@babel/types" "^7.10.4"
187218

219+
"@babel/helper-optimise-call-expression@^7.12.13":
220+
version "7.12.13"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
222+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
223+
dependencies:
224+
"@babel/types" "^7.12.13"
225+
188226
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
189227
version "7.10.4"
190228
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
@@ -217,6 +255,16 @@
217255
"@babel/traverse" "^7.10.4"
218256
"@babel/types" "^7.10.4"
219257

258+
"@babel/helper-replace-supers@^7.12.13":
259+
version "7.12.13"
260+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121"
261+
integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==
262+
dependencies:
263+
"@babel/helper-member-expression-to-functions" "^7.12.13"
264+
"@babel/helper-optimise-call-expression" "^7.12.13"
265+
"@babel/traverse" "^7.12.13"
266+
"@babel/types" "^7.12.13"
267+
220268
"@babel/helper-simple-access@^7.10.4":
221269
version "7.10.4"
222270
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -225,24 +273,38 @@
225273
"@babel/template" "^7.10.4"
226274
"@babel/types" "^7.10.4"
227275

276+
"@babel/helper-simple-access@^7.12.13":
277+
version "7.12.13"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
279+
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
280+
dependencies:
281+
"@babel/types" "^7.12.13"
282+
228283
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
229284
version "7.11.0"
230285
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
231286
integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==
232287
dependencies:
233288
"@babel/types" "^7.11.0"
234289

235-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0":
290+
"@babel/helper-split-export-declaration@^7.10.4":
236291
version "7.11.0"
237292
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
238293
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
239294
dependencies:
240295
"@babel/types" "^7.11.0"
241296

242-
"@babel/helper-validator-identifier@^7.10.4":
243-
version "7.10.4"
244-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
245-
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
297+
"@babel/helper-split-export-declaration@^7.12.13":
298+
version "7.12.13"
299+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
300+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
301+
dependencies:
302+
"@babel/types" "^7.12.13"
303+
304+
"@babel/helper-validator-identifier@^7.12.11":
305+
version "7.12.11"
306+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
307+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
246308

247309
"@babel/helper-wrap-function@^7.10.4":
248310
version "7.10.4"
@@ -254,28 +316,28 @@
254316
"@babel/traverse" "^7.10.4"
255317
"@babel/types" "^7.10.4"
256318

257-
"@babel/helpers@^7.10.4":
258-
version "7.10.4"
259-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
260-
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
319+
"@babel/helpers@^7.12.13":
320+
version "7.12.13"
321+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
322+
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
261323
dependencies:
262-
"@babel/template" "^7.10.4"
263-
"@babel/traverse" "^7.10.4"
264-
"@babel/types" "^7.10.4"
324+
"@babel/template" "^7.12.13"
325+
"@babel/traverse" "^7.12.13"
326+
"@babel/types" "^7.12.13"
265327

266-
"@babel/highlight@^7.10.4":
267-
version "7.10.4"
268-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
269-
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
328+
"@babel/highlight@^7.12.13":
329+
version "7.12.13"
330+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
331+
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
270332
dependencies:
271-
"@babel/helper-validator-identifier" "^7.10.4"
333+
"@babel/helper-validator-identifier" "^7.12.11"
272334
chalk "^2.0.0"
273335
js-tokens "^4.0.0"
274336

275-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0":
276-
version "7.11.5"
277-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
278-
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
337+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.7.0":
338+
version "7.12.15"
339+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
340+
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
279341

280342
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
281343
version "7.10.5"
@@ -833,36 +895,36 @@
833895
dependencies:
834896
regenerator-runtime "^0.13.4"
835897

836-
"@babel/template@^7.10.4", "@babel/template@^7.3.3":
837-
version "7.10.4"
838-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
839-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
840-
dependencies:
841-
"@babel/code-frame" "^7.10.4"
842-
"@babel/parser" "^7.10.4"
843-
"@babel/types" "^7.10.4"
844-
845-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0":
846-
version "7.11.5"
847-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
848-
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
849-
dependencies:
850-
"@babel/code-frame" "^7.10.4"
851-
"@babel/generator" "^7.11.5"
852-
"@babel/helper-function-name" "^7.10.4"
853-
"@babel/helper-split-export-declaration" "^7.11.0"
854-
"@babel/parser" "^7.11.5"
855-
"@babel/types" "^7.11.5"
898+
"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3":
899+
version "7.12.13"
900+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
901+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
902+
dependencies:
903+
"@babel/code-frame" "^7.12.13"
904+
"@babel/parser" "^7.12.13"
905+
"@babel/types" "^7.12.13"
906+
907+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.13", "@babel/traverse@^7.7.0":
908+
version "7.12.13"
909+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
910+
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
911+
dependencies:
912+
"@babel/code-frame" "^7.12.13"
913+
"@babel/generator" "^7.12.13"
914+
"@babel/helper-function-name" "^7.12.13"
915+
"@babel/helper-split-export-declaration" "^7.12.13"
916+
"@babel/parser" "^7.12.13"
917+
"@babel/types" "^7.12.13"
856918
debug "^4.1.0"
857919
globals "^11.1.0"
858920
lodash "^4.17.19"
859921

860-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
861-
version "7.11.5"
862-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
863-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
922+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.13", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
923+
version "7.12.13"
924+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
925+
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
864926
dependencies:
865-
"@babel/helper-validator-identifier" "^7.10.4"
927+
"@babel/helper-validator-identifier" "^7.12.11"
866928
lodash "^4.17.19"
867929
to-fast-properties "^2.0.0"
868930

@@ -7484,7 +7546,7 @@ resolve-url@^0.2.1:
74847546
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
74857547
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
74867548

7487-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.3.2:
7549+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0:
74887550
version "1.17.0"
74897551
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
74907552
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==

0 commit comments

Comments
 (0)