Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit f11ef4a

Browse files
authored
Merge pull request #52 from react-native-windows/dependabot/npm_and_yarn/babel/core-7.6.3
Bump @babel/core from 7.6.2 to 7.6.3
2 parents 5493e1b + a5b1e5f commit f11ef4a

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
"@babel/highlight" "^7.0.0"
1111

1212
"@babel/core@^7.1.0", "@babel/core@^7.5.5":
13-
version "7.6.2"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
15-
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
13+
version "7.6.3"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.3.tgz#44de824e89eaa089bb12da7337bc9bdff2ab68f9"
15+
integrity sha512-QfQ5jTBgXLzJuo7Mo8bZK/ePywmgNRgk/UQykiKwEtZPiFIn8ZqE6jB+AnD1hbB1S2xQyL4//it5vuAUOVAMTw==
1616
dependencies:
1717
"@babel/code-frame" "^7.5.5"
18-
"@babel/generator" "^7.6.2"
18+
"@babel/generator" "^7.6.3"
1919
"@babel/helpers" "^7.6.2"
20-
"@babel/parser" "^7.6.2"
20+
"@babel/parser" "^7.6.3"
2121
"@babel/template" "^7.6.0"
22-
"@babel/traverse" "^7.6.2"
23-
"@babel/types" "^7.6.0"
22+
"@babel/traverse" "^7.6.3"
23+
"@babel/types" "^7.6.3"
2424
convert-source-map "^1.1.0"
2525
debug "^4.1.0"
2626
json5 "^2.1.0"
2727
lodash "^4.17.13"
2828
resolve "^1.3.2"
2929
semver "^5.4.1"
30-
source-map "^0.5.0"
30+
source-map "^0.6.1"
3131

32-
"@babel/generator@^7.4.0", "@babel/generator@^7.6.2":
33-
version "7.6.2"
34-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03"
35-
integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==
32+
"@babel/generator@^7.4.0", "@babel/generator@^7.6.3":
33+
version "7.6.3"
34+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.3.tgz#71d5375264f93ec7bac7d9f35a67067733f5578e"
35+
integrity sha512-hLhYbAb3pHwxjlijC4AQ7mqZdcoujiNaW7izCT04CIowHK8psN0IN8QjDv0iyFtycF5FowUOTwDloIheI25aMw==
3636
dependencies:
37-
"@babel/types" "^7.6.0"
37+
"@babel/types" "^7.6.3"
3838
jsesc "^2.5.1"
3939
lodash "^4.17.13"
40-
source-map "^0.5.0"
40+
source-map "^0.6.1"
4141

4242
"@babel/helper-annotate-as-pure@^7.0.0":
4343
version "7.0.0"
@@ -224,10 +224,10 @@
224224
esutils "^2.0.2"
225225
js-tokens "^4.0.0"
226226

227-
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.2":
228-
version "7.6.2"
229-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
230-
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
227+
"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3":
228+
version "7.6.3"
229+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.3.tgz#9eff8b9c3eeae16a74d8d4ff30da2bd0d6f0487e"
230+
integrity sha512-sUZdXlva1dt2Vw2RqbMkmfoImubO0D0gaCrNngV6Hi0DA4x3o4mlrq0tbfY0dZEUIccH8I6wQ4qgEtwcpOR6Qg==
231231

232232
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
233233
version "7.2.0"
@@ -664,25 +664,25 @@
664664
"@babel/parser" "^7.6.0"
665665
"@babel/types" "^7.6.0"
666666

667-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2":
668-
version "7.6.2"
669-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c"
670-
integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==
667+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
668+
version "7.6.3"
669+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
670+
integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==
671671
dependencies:
672672
"@babel/code-frame" "^7.5.5"
673-
"@babel/generator" "^7.6.2"
673+
"@babel/generator" "^7.6.3"
674674
"@babel/helper-function-name" "^7.1.0"
675675
"@babel/helper-split-export-declaration" "^7.4.4"
676-
"@babel/parser" "^7.6.2"
677-
"@babel/types" "^7.6.0"
676+
"@babel/parser" "^7.6.3"
677+
"@babel/types" "^7.6.3"
678678
debug "^4.1.0"
679679
globals "^11.1.0"
680680
lodash "^4.17.13"
681681

682-
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0":
683-
version "7.6.1"
684-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
685-
integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==
682+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
683+
version "7.6.3"
684+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
685+
integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==
686686
dependencies:
687687
esutils "^2.0.2"
688688
lodash "^4.17.13"
@@ -7354,7 +7354,7 @@ source-map-url@^0.4.0:
73547354
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
73557355
integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
73567356

7357-
source-map@^0.5.0, source-map@^0.5.6:
7357+
source-map@^0.5.6:
73587358
version "0.5.7"
73597359
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
73607360
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=

0 commit comments

Comments
 (0)