Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 98cd3cd

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/core to v7.10.5
1 parent 2dd0402 commit 98cd3cd

2 files changed

Lines changed: 67 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"reason-react": "0.8.0"
6161
},
6262
"devDependencies": {
63-
"@babel/core": "7.10.4",
63+
"@babel/core": "7.10.5",
6464
"@babel/polyfill": "7.10.4",
6565
"@babel/preset-env": "7.10.4",
6666
"@babel/preset-react": "7.10.4",

yarn.lock

Lines changed: 66 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
invariant "^2.2.4"
3333
semver "^5.5.0"
3434

35-
"@babel/core@7.10.4":
36-
version "7.10.4"
37-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
38-
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
35+
"@babel/core@7.10.5":
36+
version "7.10.5"
37+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
38+
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
3939
dependencies:
4040
"@babel/code-frame" "^7.10.4"
41-
"@babel/generator" "^7.10.4"
42-
"@babel/helper-module-transforms" "^7.10.4"
41+
"@babel/generator" "^7.10.5"
42+
"@babel/helper-module-transforms" "^7.10.5"
4343
"@babel/helpers" "^7.10.4"
44-
"@babel/parser" "^7.10.4"
44+
"@babel/parser" "^7.10.5"
4545
"@babel/template" "^7.10.4"
46-
"@babel/traverse" "^7.10.4"
47-
"@babel/types" "^7.10.4"
46+
"@babel/traverse" "^7.10.5"
47+
"@babel/types" "^7.10.5"
4848
convert-source-map "^1.7.0"
4949
debug "^4.1.0"
5050
gensync "^1.0.0-beta.1"
5151
json5 "^2.1.2"
52-
lodash "^4.17.13"
52+
lodash "^4.17.19"
5353
resolve "^1.3.2"
5454
semver "^5.4.1"
5555
source-map "^0.5.0"
@@ -106,6 +106,15 @@
106106
lodash "^4.17.13"
107107
source-map "^0.5.0"
108108

109+
"@babel/generator@^7.10.5":
110+
version "7.10.5"
111+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
112+
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
113+
dependencies:
114+
"@babel/types" "^7.10.5"
115+
jsesc "^2.5.1"
116+
source-map "^0.5.0"
117+
109118
"@babel/generator@^7.7.4", "@babel/generator@^7.7.7":
110119
version "7.7.7"
111120
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
@@ -427,6 +436,19 @@
427436
"@babel/types" "^7.10.4"
428437
lodash "^4.17.13"
429438

439+
"@babel/helper-module-transforms@^7.10.5":
440+
version "7.10.5"
441+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
442+
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
443+
dependencies:
444+
"@babel/helper-module-imports" "^7.10.4"
445+
"@babel/helper-replace-supers" "^7.10.4"
446+
"@babel/helper-simple-access" "^7.10.4"
447+
"@babel/helper-split-export-declaration" "^7.10.4"
448+
"@babel/template" "^7.10.4"
449+
"@babel/types" "^7.10.5"
450+
lodash "^4.17.19"
451+
430452
"@babel/helper-module-transforms@^7.7.4", "@babel/helper-module-transforms@^7.7.5":
431453
version "7.7.5"
432454
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.5.tgz#d044da7ffd91ec967db25cd6748f704b6b244835"
@@ -710,6 +732,11 @@
710732
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
711733
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
712734

735+
"@babel/parser@^7.10.5":
736+
version "7.10.5"
737+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
738+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
739+
713740
"@babel/parser@^7.7.5", "@babel/parser@^7.8.3":
714741
version "7.8.3"
715742
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
@@ -1971,6 +1998,21 @@
19711998
globals "^11.1.0"
19721999
lodash "^4.17.13"
19732000

2001+
"@babel/traverse@^7.10.5":
2002+
version "7.10.5"
2003+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
2004+
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
2005+
dependencies:
2006+
"@babel/code-frame" "^7.10.4"
2007+
"@babel/generator" "^7.10.5"
2008+
"@babel/helper-function-name" "^7.10.4"
2009+
"@babel/helper-split-export-declaration" "^7.10.4"
2010+
"@babel/parser" "^7.10.5"
2011+
"@babel/types" "^7.10.5"
2012+
debug "^4.1.0"
2013+
globals "^11.1.0"
2014+
lodash "^4.17.19"
2015+
19742016
"@babel/traverse@^7.8.6":
19752017
version "7.8.6"
19762018
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
@@ -2019,6 +2061,15 @@
20192061
lodash "^4.17.13"
20202062
to-fast-properties "^2.0.0"
20212063

2064+
"@babel/types@^7.10.5":
2065+
version "7.10.5"
2066+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
2067+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
2068+
dependencies:
2069+
"@babel/helper-validator-identifier" "^7.10.4"
2070+
lodash "^4.17.19"
2071+
to-fast-properties "^2.0.0"
2072+
20222073
"@babel/types@^7.3.3":
20232074
version "7.9.5"
20242075
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
@@ -10161,6 +10212,11 @@ lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17
1016110212
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1016210213
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1016310214

10215+
lodash@^4.17.19:
10216+
version "4.17.19"
10217+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
10218+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
10219+
1016410220
log-symbols@^2.2.0:
1016510221
version "2.2.0"
1016610222
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"

0 commit comments

Comments
 (0)