Skip to content

Commit ddafbe5

Browse files
authored
Merge pull request #184 from grid-js/dependabot/npm_and_yarn/babel/core-7.12.10
Bump @babel/core from 7.12.3 to 7.12.10
2 parents c1ccf3c + 7a7b512 commit ddafbe5

File tree

2 files changed

+180
-55
lines changed

2 files changed

+180
-55
lines changed

package-lock.json

Lines changed: 113 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 67 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.5.5":
6-
version "7.10.4"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
8-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11", "@babel/code-frame@^7.5.5":
6+
version "7.12.11"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
8+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

@@ -15,33 +15,32 @@
1515
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
1616

1717
"@babel/core@^7.10.4", "@babel/core@^7.9.6":
18-
version "7.12.3"
19-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
20-
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
18+
version "7.12.10"
19+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
20+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
2121
dependencies:
2222
"@babel/code-frame" "^7.10.4"
23-
"@babel/generator" "^7.12.1"
23+
"@babel/generator" "^7.12.10"
2424
"@babel/helper-module-transforms" "^7.12.1"
25-
"@babel/helpers" "^7.12.1"
26-
"@babel/parser" "^7.12.3"
27-
"@babel/template" "^7.10.4"
28-
"@babel/traverse" "^7.12.1"
29-
"@babel/types" "^7.12.1"
25+
"@babel/helpers" "^7.12.5"
26+
"@babel/parser" "^7.12.10"
27+
"@babel/template" "^7.12.7"
28+
"@babel/traverse" "^7.12.10"
29+
"@babel/types" "^7.12.10"
3030
convert-source-map "^1.7.0"
3131
debug "^4.1.0"
3232
gensync "^1.0.0-beta.1"
3333
json5 "^2.1.2"
3434
lodash "^4.17.19"
35-
resolve "^1.3.2"
3635
semver "^5.4.1"
3736
source-map "^0.5.0"
3837

39-
"@babel/generator@^7.12.1":
40-
version "7.12.1"
41-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
42-
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
38+
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11":
39+
version "7.12.11"
40+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
41+
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
4342
dependencies:
44-
"@babel/types" "^7.12.1"
43+
"@babel/types" "^7.12.11"
4544
jsesc "^2.5.1"
4645
source-map "^0.5.0"
4746

@@ -144,13 +143,29 @@
144143
"@babel/template" "^7.10.4"
145144
"@babel/types" "^7.10.4"
146145

146+
"@babel/helper-function-name@^7.12.11":
147+
version "7.12.11"
148+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
149+
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
150+
dependencies:
151+
"@babel/helper-get-function-arity" "^7.12.10"
152+
"@babel/template" "^7.12.7"
153+
"@babel/types" "^7.12.11"
154+
147155
"@babel/helper-get-function-arity@^7.10.4":
148156
version "7.10.4"
149157
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
150158
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
151159
dependencies:
152160
"@babel/types" "^7.10.4"
153161

162+
"@babel/helper-get-function-arity@^7.12.10":
163+
version "7.12.10"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
165+
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
166+
dependencies:
167+
"@babel/types" "^7.12.10"
168+
154169
"@babel/helper-hoist-variables@^7.10.4":
155170
version "7.10.4"
156171
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -263,6 +278,13 @@
263278
dependencies:
264279
"@babel/types" "^7.11.0"
265280

281+
"@babel/helper-split-export-declaration@^7.12.11":
282+
version "7.12.11"
283+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
284+
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
285+
dependencies:
286+
"@babel/types" "^7.12.11"
287+
266288
"@babel/helper-validator-identifier@^7.10.4":
267289
version "7.10.4"
268290
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -288,14 +310,14 @@
288310
"@babel/traverse" "^7.10.4"
289311
"@babel/types" "^7.10.4"
290312

291-
"@babel/helpers@^7.12.1":
292-
version "7.12.1"
293-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
294-
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
313+
"@babel/helpers@^7.12.5":
314+
version "7.12.5"
315+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
316+
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
295317
dependencies:
296318
"@babel/template" "^7.10.4"
297-
"@babel/traverse" "^7.12.1"
298-
"@babel/types" "^7.12.1"
319+
"@babel/traverse" "^7.12.5"
320+
"@babel/types" "^7.12.5"
299321

300322
"@babel/highlight@^7.10.4":
301323
version "7.10.4"
@@ -306,7 +328,7 @@
306328
chalk "^2.0.0"
307329
js-tokens "^4.0.0"
308330

309-
"@babel/parser@^7.10.4", "@babel/parser@^7.12.0", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3", "@babel/parser@^7.7.0":
331+
"@babel/parser@^7.12.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
310332
version "7.12.11"
311333
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
312334
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
@@ -882,31 +904,31 @@
882904
dependencies:
883905
regenerator-runtime "^0.13.4"
884906

885-
"@babel/template@^7.10.4":
886-
version "7.10.4"
887-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
888-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
907+
"@babel/template@^7.10.4", "@babel/template@^7.12.7":
908+
version "7.12.7"
909+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
910+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
889911
dependencies:
890912
"@babel/code-frame" "^7.10.4"
891-
"@babel/parser" "^7.10.4"
892-
"@babel/types" "^7.10.4"
913+
"@babel/parser" "^7.12.7"
914+
"@babel/types" "^7.12.7"
893915

894-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.7.0":
895-
version "7.12.1"
896-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
897-
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
898-
dependencies:
899-
"@babel/code-frame" "^7.10.4"
900-
"@babel/generator" "^7.12.1"
901-
"@babel/helper-function-name" "^7.10.4"
902-
"@babel/helper-split-export-declaration" "^7.11.0"
903-
"@babel/parser" "^7.12.1"
904-
"@babel/types" "^7.12.1"
916+
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0":
917+
version "7.12.12"
918+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
919+
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
920+
dependencies:
921+
"@babel/code-frame" "^7.12.11"
922+
"@babel/generator" "^7.12.11"
923+
"@babel/helper-function-name" "^7.12.11"
924+
"@babel/helper-split-export-declaration" "^7.12.11"
925+
"@babel/parser" "^7.12.11"
926+
"@babel/types" "^7.12.12"
905927
debug "^4.1.0"
906928
globals "^11.1.0"
907929
lodash "^4.17.19"
908930

909-
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
931+
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
910932
version "7.12.12"
911933
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
912934
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
@@ -5977,7 +5999,7 @@ resolve-url@^0.2.1:
59775999
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
59786000
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
59796001

5980-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.16.0, resolve@^1.17.0, resolve@^1.3.2:
6002+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.16.0, resolve@^1.17.0:
59816003
version "1.17.0"
59826004
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
59836005
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==

0 commit comments

Comments
 (0)