8000 Update babel monorepo to v7.10.5 · make-github-pseudonymous-again/js-itertools@65968ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 65968ba

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.10.5
1 parent 305d3f9 commit 65968ba

File tree

2 files changed

+92
-14
lines changed

2 files changed

+92
-14
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@aureooms/js-compare": "1.4.5",
3636
"@aureooms/js-operator": "1.0.2",
3737
"@aureooms/js-predicate": "2.0.2",
38-
"@babel/cli": "7.10.4",
39-
"@babel/core": "7.10.4",
38+
"@babel/cli": "7.10.5",
39+
"@babel/core": "7.10.5",
4040
"@babel/preset-env": "7.10.4",
41-
"@babel/register": "7.10.4",
41+
"@babel/register": "7.10.5",
4242
"ava": "3.9.0",
4343
"coveralls": "3.1.0",
4444
"esdoc": "1.1.0",

yarn.lock

Lines changed: 89 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
resolved "https://registry.yarnpkg.com/@aureooms/js-predicate/-/js-predicate-2.0.2.tgz#0c09bfbd6616fdb9c2b8f9b894201e8807e810d9"
3030
integrity sha1-DAm/vWYW/bnCuPm4lCAeiAfoENk=
3131

32-
"@babel/cli@7.10.4":
33-
version "7.10.4"
34-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.4.tgz#ba38ad6d0b4b772a67b106934b7c33d656031896"
35-
integrity sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA==
32+
"@babel/cli@7.10.5":
33+
version "7.10.5"
34+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a"
35+
integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==
3636
dependencies:
3737
commander "^4.0.1"
3838
convert-source-map "^1.1.0"
3939
fs-readdir-recursive "^1.1.0"
4040
glob "^7.0.0"
41-
lodash "^4.17.13"
41+
lodash "^4.17.19"
4242
make-dir "^2.1.0"
4343
slash "^2.0.0"
4444
source-map "^0.5.0"
@@ -61,7 +61,29 @@
6161
invariant "^2.2.4"
6262
semver "^5.5.0"
6363

64-
"@babel/core@7.10.4", "@babel/core@^7.7.5":
64+
"@babel/core@7.10.5":
65+
version "7.10.5"
66+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
67+
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
68+
dependencies:
69+
"@babel/code-frame" "^7.10.4"
70+
"@babel/generator" "^7.10.5"
71+
"@babel/helper-module-transforms" "^7.10.5"
72+
"@babel/helpers" "^7.10.4"
73+
"@babel/parser" "^7.10.5"
74+
"@babel/template" "^7.10.4"
75+
"@babel/traverse" "^7.10.5"
76+
"@babel/types" "^7.10.5"
77+
convert-source-map "^1.7.0"
78+
debug "^4.1.0"
79+
gensync "^1.0.0-beta.1"
80+
json5 "^2.1.2"
81+
lodash "^4.17.19"
82+
resolve "^1.3.2"
83+
semver "^5.4.1"
84+
source-map "^0.5.0"
85+
86+
"@babel/core@^7.7.5":
6587
version "7.10.4"
6688
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
6789
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
@@ -93,6 +115,15 @@
93115
lodash "^4.17.13"
94116
source-map "^0.5.0"
95117

118+
"@babel/generator@^7.10.5":
119+
version "7.10.5"
120+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
121+
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
122+
dependencies:
123+
"@babel/types" "^7.10.5"
124+
jsesc "^2.5.1"
125+
source-map "^0.5.0"
126+
96127
"@babel/helper-annotate-as-pure@^7.10.4":
97128
version "7.10.4"
98129
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -207,6 +238,19 @@
207238
"@babel/types" "^7.10.4"
208239
lodash "^4.17.13"
209240

241+
"@babel/helper-module-transforms@^7.10.5":
242+
version "7.10.5"
243+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
244+
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
245+
dependencies:
246+
"@babel/helper-module-imports" "^7.10.4"
247+
"@babel/helper-replace-supers" "^7.10.4"
248+
"@babel/helper-simple-access" "^7.10.4"
249+
"@babel/helper-split-export-declaration" "^7.10.4"
250+
"@babel/template" "^7.10.4"
251+
"@babel/types" "^7.10.5"
252+
lodash "^4.17.19"
253+
210254
"@babel/helper-optimise-call-expression@^7.10.4":
211255
version "7.10.4"
212256
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -300,6 +344,11 @@
300344
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
301345
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
302346

347+
"@babel/parser@^7.10.5":
348+
version "7.10.5"
349+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
350+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
351+
303352
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
304353
version "7.10.4"
305354
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6"
@@ -792,13 +841,13 @@
792841
"@babel/types" "^7.4.4"
793842
esutils "^2.0.2"
794843

795-
"@babel/register@7.10.4":
796-
version "7.10.4"
797-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.4.tgz#53004ba8b04c4af3cbd84508e03ad150669746e4"
798-
integrity sha512-whHmgGiWNVyTVnYTSawtDWhaeYsc+noeU8Rmi+MPnbGhDYmr5QpEDMrQcIA07D2RUv0BlThPcN89XcHCqq/O4g==
844+
"@babel/register@7.10.5":
845+
version "7.10.5"
846+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89"
847+
integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw==
799848
dependencies:
800849
find-cache-dir "^2.0.0"
801-
lodash "^4.17.13"
850+
lodash "^4.17.19"
802851
make-dir "^2.1.0"
803852
pirates "^4.0.0"
804853
source-map-support "^0.5.16"
@@ -842,6 +891,21 @@
842891
globals "^11.1.0"
843892
lodash "^4.17.13"
844893

894+
"@babel/traverse@^7.10.5":
895+
version "7.10.5"
896+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
897+
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
898+
dependencies:
899+
"@babel/code-frame" "^7.10.4"
900+
"@babel/generator" "^7.10.5"
901+
"@babel/helper-function-name" "^7.10.4"
902+
"@babel/helper-split-export-declaration" "^7.10.4"
903+
"@babel/parser" "^7.10.5"
904+
"@babel/types" "^7.10.5"
905+
debug "^4.1.0"
906+
globals "^11.1.0"
907+
lodash "^4.17.19"
908+
845909
"@babel/types@^7.10.4", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
846910
version "7.10.4"
847911
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
@@ -851,6 +915,15 @@
851915
lodash "^4.17.13"
852916
to-fast-properties "^2.0.0"
853917

918+
"@babel/types@^7.10.5":
919+
version "7.10.5"
920+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
921+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
922+
dependencies:
923+
"@babel/helper-validator-identifier" "^7.10.4"
924+
lodash "^4.17.19"
925+
to-fast-properties "^2.0.0"
926+
854927
"@concordance/react@^2.0.0":
855928
version "2.0.0"
856929
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
@@ -5148,6 +5221,11 @@ lodash@^4.1.0, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.12, lodash@^4.17.13,
51485221
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
51495222
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
51505223

5224+
lodash@^4.17.19:
5225+
version "4.17.19"
5226+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
5227+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
5228+
51515229
log-driver@^1.2.7:
51525230
version "1.2.7"
51535231
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"

0 commit comments

Comments
 (0)
0