Skip to content

Commit 84d8355

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.10.5
1 parent d129164 commit 84d8355

File tree

2 files changed

+79
-23
lines changed

2 files changed

+79
-23
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"devDependencies": {
3131
"@aureooms/js-in-situ-sort-spec": "7.0.2",
3232
"@aureooms/js-partition": "8.0.0",
33-
"@babel/cli": "7.10.4",
34-
"@babel/core": "7.10.4",
33+
"@babel/cli": "7.10.5",
34+
"@babel/core": "7.10.5",
3535
"@babel/polyfill": "7.10.4",
3636
"@babel/preset-env": "7.10.4",
37-
"@babel/register": "7.10.4",
37+
"@babel/register": "7.10.5",
3838
"ava": "3.9.0",
3939
"coveralls": "3.1.0",
4040
"esdoc": "1.1.0",

yarn.lock

Lines changed: 76 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
resolved "https://registry.yarnpkg.com/@aureooms/js-sort/-/js-sort-7.0.0.tgz#db3c8b93acd93ee0500462b2cec29239c3deb34d"
6464
integrity sha1-2zyLk6zZPuBQBGKyzsKSOcPes00=
6565

66-
"@babel/[email protected].4":
67-
version "7.10.4"
68-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.4.tgz#ba38ad6d0b4b772a67b106934b7c33d656031896"
69-
integrity sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA==
66+
"@babel/[email protected].5":
67+
version "7.10.5"
68+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a"
69+
integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==
7070
dependencies:
7171
commander "^4.0.1"
7272
convert-source-map "^1.1.0"
7373
fs-readdir-recursive "^1.1.0"
7474
glob "^7.0.0"
75-
lodash "^4.17.13"
75+
lodash "^4.17.19"
7676
make-dir "^2.1.0"
7777
slash "^2.0.0"
7878
source-map "^0.5.0"
@@ -102,24 +102,24 @@
102102
invariant "^2.2.4"
103103
semver "^5.5.0"
104104

105-
"@babel/[email protected].4":
106-
version "7.10.4"
107-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
108-
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
105+
"@babel/[email protected].5":
106+
version "7.10.5"
107+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
108+
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
109109
dependencies:
110110
"@babel/code-frame" "^7.10.4"
111-
"@babel/generator" "^7.10.4"
112-
"@babel/helper-module-transforms" "^7.10.4"
111+
"@babel/generator" "^7.10.5"
112+
"@babel/helper-module-transforms" "^7.10.5"
113113
"@babel/helpers" "^7.10.4"
114-
"@babel/parser" "^7.10.4"
114+
"@babel/parser" "^7.10.5"
115115
"@babel/template" "^7.10.4"
116-
"@babel/traverse" "^7.10.4"
117-
"@babel/types" "^7.10.4"
116+
"@babel/traverse" "^7.10.5"
117+
"@babel/types" "^7.10.5"
118118
convert-source-map "^1.7.0"
119119
debug "^4.1.0"
120120
gensync "^1.0.0-beta.1"
121121
json5 "^2.1.2"
122-
lodash "^4.17.13"
122+
lodash "^4.17.19"
123123
resolve "^1.3.2"
124124
semver "^5.4.1"
125125
source-map "^0.5.0"
@@ -156,6 +156,15 @@
156156
lodash "^4.17.13"
157157
source-map "^0.5.0"
158158

159+
"@babel/generator@^7.10.5":
160+
version "7.10.5"
161+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
162+
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
163+
dependencies:
164+
"@babel/types" "^7.10.5"
165+
jsesc "^2.5.1"
166+
source-map "^0.5.0"
167+
159168
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
160169
version "7.9.5"
161170
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
@@ -326,6 +335,19 @@
326335
"@babel/types" "^7.10.4"
327336
lodash "^4.17.13"
328337

338+
"@babel/helper-module-transforms@^7.10.5":
339+
version "7.10.5"
340+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
341+
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
342+
dependencies:
343+
"@babel/helper-module-imports" "^7.10.4"
344+
"@babel/helper-replace-supers" "^7.10.4"
345+
"@babel/helper-simple-access" "^7.10.4"
346+
"@babel/helper-split-export-declaration" "^7.10.4"
347+
"@babel/template" "^7.10.4"
348+
"@babel/types" "^7.10.5"
349+
lodash "^4.17.19"
350+
329351
"@babel/helper-module-transforms@^7.9.0":
330352
version "7.9.0"
331353
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
@@ -499,6 +521,11 @@
499521
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
500522
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
501523

524+
"@babel/parser@^7.10.5":
525+
version "7.10.5"
526+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
527+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
528+
502529
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
503530
version "7.9.4"
504531
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
@@ -1020,13 +1047,13 @@
10201047
"@babel/types" "^7.4.4"
10211048
esutils "^2.0.2"
10221049

1023-
"@babel/[email protected].4":
1024-
version "7.10.4"
1025-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.4.tgz#53004ba8b04c4af3cbd84508e03ad150669746e4"
1026-
integrity sha512-whHmgGiWNVyTVnYTSawtDWhaeYsc+noeU8Rmi+MPnbGhDYmr5QpEDMrQcIA07D2RUv0BlThPcN89XcHCqq/O4g==
1050+
"@babel/[email protected].5":
1051+
version "7.10.5"
1052+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89"
1053+
integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw==
10271054
dependencies:
10281055
find-cache-dir "^2.0.0"
1029-
lodash "^4.17.13"
1056+
lodash "^4.17.19"
10301057
make-dir "^2.1.0"
10311058
pirates "^4.0.0"
10321059
source-map-support "^0.5.16"
@@ -1071,6 +1098,21 @@
10711098
globals "^11.1.0"
10721099
lodash "^4.17.13"
10731100

1101+
"@babel/traverse@^7.10.5":
1102+
version "7.10.5"
1103+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
1104+
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
1105+
dependencies:
1106+
"@babel/code-frame" "^7.10.4"
1107+
"@babel/generator" "^7.10.5"
1108+
"@babel/helper-function-name" "^7.10.4"
1109+
"@babel/helper-split-export-declaration" "^7.10.4"
1110+
"@babel/parser" "^7.10.5"
1111+
"@babel/types" "^7.10.5"
1112+
debug "^4.1.0"
1113+
globals "^11.1.0"
1114+
lodash "^4.17.19"
1115+
10741116
"@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
10751117
version "7.9.5"
10761118
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
@@ -1095,6 +1137,15 @@
10951137
lodash "^4.17.13"
10961138
to-fast-properties "^2.0.0"
10971139

1140+
"@babel/types@^7.10.5":
1141+
version "7.10.5"
1142+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
1143+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
1144+
dependencies:
1145+
"@babel/helper-validator-identifier" "^7.10.4"
1146+
lodash "^4.17.19"
1147+
to-fast-properties "^2.0.0"
1148+
10981149
"@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
10991150
version "7.9.5"
11001151
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
@@ -4297,6 +4348,11 @@ lodash@^4.1.0, lodash@^4.15.0, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15
42974348
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
42984349
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
42994350

4351+
lodash@^4.17.19:
4352+
version "4.17.19"
4353+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
4354+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
4355+
43004356
log-driver@^1.2.7:
43014357
version "1.2.7"
43024358
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"

0 commit comments

Comments
 (0)