Skip to content

Commit 167ca66

Browse files
committed
chore(deps): update babel monorepo to v7.10.5
1 parent fcabd36 commit 167ca66

File tree

2 files changed

+49
-50
lines changed

2 files changed

+49
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {},
1313
"devDependencies": {
14-
"@babel/cli": "7.10.4",
15-
"@babel/core": "7.10.4",
14+
"@babel/cli": "7.10.5",
15+
"@babel/core": "7.10.5",
1616
"@babel/preset-typescript": "7.10.4",
1717
"@researchgate/babel-preset": "2.0.1",
1818
"@researchgate/spire-config": "4.0.3",

yarn.lock

Lines changed: 47 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].4":
6-
version "7.10.4"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.4.tgz#ba38ad6d0b4b772a67b106934b7c33d656031896"
8-
integrity sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA==
5+
"@babel/[email protected].5":
6+
version "7.10.5"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a"
8+
integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
1212
fs-readdir-recursive "^1.1.0"
1313
glob "^7.0.0"
14-
lodash "^4.17.13"
14+
lodash "^4.17.19"
1515
make-dir "^2.1.0"
1616
slash "^2.0.0"
1717
source-map "^0.5.0"
@@ -41,36 +41,35 @@
4141
invariant "^2.2.4"
4242
semver "^5.5.0"
4343

44-
"@babel/[email protected].4", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
45-
version "7.10.4"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
47-
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
44+
"@babel/[email protected].5", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
45+
version "7.10.5"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
47+
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
4848
dependencies:
4949
"@babel/code-frame" "^7.10.4"
50-
"@babel/generator" "^7.10.4"
51-
"@babel/helper-module-transforms" "^7.10.4"
50+
"@babel/generator" "^7.10.5"
51+
"@babel/helper-module-transforms" "^7.10.5"
5252
"@babel/helpers" "^7.10.4"
53-
"@babel/parser" "^7.10.4"
53+
"@babel/parser" "^7.10.5"
5454
"@babel/template" "^7.10.4"
55-
"@babel/traverse" "^7.10.4"
56-
"@babel/types" "^7.10.4"
55+
"@babel/traverse" "^7.10.5"
56+
"@babel/types" "^7.10.5"
5757
convert-source-map "^1.7.0"
5858
debug "^4.1.0"
5959
gensync "^1.0.0-beta.1"
6060
json5 "^2.1.2"
61-
lodash "^4.17.13"
61+
lodash "^4.17.19"
6262
resolve "^1.3.2"
6363
semver "^5.4.1"
6464
source-map "^0.5.0"
6565

66-
"@babel/generator@^7.10.4", "@babel/generator@^7.4.0":
67-
version "7.10.4"
68-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
69-
integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
66+
"@babel/generator@^7.10.5", "@babel/generator@^7.4.0":
67+
version "7.10.5"
68+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
69+
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
7070
dependencies:
71-
"@babel/types" "^7.10.4"
71+
"@babel/types" "^7.10.5"
7272
jsesc "^2.5.1"
73-
lodash "^4.17.13"
7473
source-map "^0.5.0"
7574

7675
"@babel/helper-annotate-as-pure@^7.8.3":
@@ -191,18 +190,18 @@
191190
dependencies:
192191
"@babel/types" "^7.10.4"
193192

194-
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.9.0":
195-
version "7.10.4"
196-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d"
197-
integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==
193+
"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.9.0":
194+
version "7.10.5"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
196+
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
198197
dependencies:
199198
"@babel/helper-module-imports" "^7.10.4"
200199
"@babel/helper-replace-supers" "^7.10.4"
201200
"@babel/helper-simple-access" "^7.10.4"
202201
"@babel/helper-split-export-declaration" "^7.10.4"
203202
"@babel/template" "^7.10.4"
204-
"@babel/types" "^7.10.4"
205-
lodash "^4.17.13"
203+
"@babel/types" "^7.10.5"
204+
lodash "^4.17.19"
206205

207206
"@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.8.3":
208207
version "7.10.4"
@@ -292,10 +291,10 @@
292291
chalk "^2.0.0"
293292
js-tokens "^4.0.0"
294293

295-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
296-
version "7.10.4"
297-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
298-
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
294+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
295+
version "7.10.5"
296+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
297+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
299298

300299
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
301300
version "7.8.3"
@@ -923,28 +922,28 @@
923922
"@babel/parser" "^7.10.4"
924923
"@babel/types" "^7.10.4"
925924

926-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
927-
version "7.10.4"
928-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
929-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
925+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
926+
version "7.10.5"
927+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
928+
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
930929
dependencies:
931930
"@babel/code-frame" "^7.10.4"
932-
"@babel/generator" "^7.10.4"
931+
"@babel/generator" "^7.10.5"
933932
"@babel/helper-function-name" "^7.10.4"
934933
"@babel/helper-split-export-declaration" "^7.10.4"
935-
"@babel/parser" "^7.10.4"
936-
"@babel/types" "^7.10.4"
934+
"@babel/parser" "^7.10.5"
935+
"@babel/types" "^7.10.5"
937936
debug "^4.1.0"
938937
globals "^11.1.0"
939-
lodash "^4.17.13"
938+
lodash "^4.17.19"
940939

941-
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
942-
version "7.10.4"
943-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
944-
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
940+
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
941+
version "7.10.5"
942+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
943+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
945944
dependencies:
946945
"@babel/helper-validator-identifier" "^7.10.4"
947-
lodash "^4.17.13"
946+
lodash "^4.17.19"
948947
to-fast-properties "^2.0.0"
949948

950949
@@ -9458,10 +9457,10 @@ lodash.without@~4.4.0:
94589457
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
94599458
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
94609459

9461-
lodash@^4.0.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.6.1:
9462-
version "4.17.15"
9463-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
9464-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
9460+
lodash@^4.0.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.6.1:
9461+
version "4.17.19"
9462+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
9463+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
94659464

94669465
log-symbols@^4.0.0:
94679466
version "4.0.0"

0 commit comments

Comments
 (0)