Skip to content

Commit 19e6405

Browse files
Bump @babel/core from 7.10.4 to 7.10.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.4 to 7.10.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 658250a commit 19e6405

File tree

1 file changed

+39
-40
lines changed

1 file changed

+39
-40
lines changed

yarn.lock

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -35,35 +35,34 @@
3535
semver "^5.5.0"
3636

3737
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
38-
version "7.10.4"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
40-
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
38+
version "7.10.5"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
40+
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
4141
dependencies:
4242
"@babel/code-frame" "^7.10.4"
43-
"@babel/generator" "^7.10.4"
44-
"@babel/helper-module-transforms" "^7.10.4"
43+
"@babel/generator" "^7.10.5"
44+
"@babel/helper-module-transforms" "^7.10.5"
4545
"@babel/helpers" "^7.10.4"
46-
"@babel/parser" "^7.10.4"
46+
"@babel/parser" "^7.10.5"
4747
"@babel/template" "^7.10.4"
48-
"@babel/traverse" "^7.10.4"
49-
"@babel/types" "^7.10.4"
48+
"@babel/traverse" "^7.10.5"
49+
"@babel/types" "^7.10.5"
5050
convert-source-map "^1.7.0"
5151
debug "^4.1.0"
5252
gensync "^1.0.0-beta.1"
5353
json5 "^2.1.2"
54-
lodash "^4.17.13"
54+
lodash "^4.17.19"
5555
resolve "^1.3.2"
5656
semver "^5.4.1"
5757
source-map "^0.5.0"
5858

59-
"@babel/generator@^7.10.4":
60-
version "7.10.4"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
62-
integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
59+
"@babel/generator@^7.10.5":
60+
version "7.10.5"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
62+
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
6363
dependencies:
64-
"@babel/types" "^7.10.4"
64+
"@babel/types" "^7.10.5"
6565
jsesc "^2.5.1"
66-
lodash "^4.17.13"
6766
source-map "^0.5.0"
6867

6968
"@babel/helper-annotate-as-pure@^7.10.4":
@@ -167,18 +166,18 @@
167166
dependencies:
168167
"@babel/types" "^7.10.4"
169168

170-
"@babel/helper-module-transforms@^7.10.4":
171-
version "7.10.4"
172-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d"
173-
integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==
169+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5":
170+
version "7.10.5"
171+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
172+
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
174173
dependencies:
175174
"@babel/helper-module-imports" "^7.10.4"
176175
"@babel/helper-replace-supers" "^7.10.4"
177176
"@babel/helper-simple-access" "^7.10.4"
178177
"@babel/helper-split-export-declaration" "^7.10.4"
179178
"@babel/template" "^7.10.4"
180-
"@babel/types" "^7.10.4"
181-
lodash "^4.17.13"
179+
"@babel/types" "^7.10.5"
180+
lodash "^4.17.19"
182181

183182
"@babel/helper-optimise-call-expression@^7.10.4":
184183
version "7.10.4"
@@ -282,10 +281,10 @@
282281
resolve "^1.13.1"
283282
v8flags "^3.1.1"
284283

285-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.7.5":
286-
version "7.10.4"
287-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
288-
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
284+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.5":
285+
version "7.10.5"
286+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
287+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
289288

290289
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
291290
version "7.10.4"
@@ -820,28 +819,28 @@
820819
"@babel/parser" "^7.10.4"
821820
"@babel/types" "^7.10.4"
822821

823-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.7.4":
824-
version "7.10.4"
825-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
826-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
822+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.4":
823+
version "7.10.5"
824+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
825+
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
827826
dependencies:
828827
"@babel/code-frame" "^7.10.4"
829-
"@babel/generator" "^7.10.4"
828+
"@babel/generator" "^7.10.5"
830829
"@babel/helper-function-name" "^7.10.4"
831830
"@babel/helper-split-export-declaration" "^7.10.4"
832-
"@babel/parser" "^7.10.4"
833-
"@babel/types" "^7.10.4"
831+
"@babel/parser" "^7.10.5"
832+
"@babel/types" "^7.10.5"
834833
debug "^4.1.0"
835834
globals "^11.1.0"
836-
lodash "^4.17.13"
835+
lodash "^4.17.19"
837836

838-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
839-
version "7.10.4"
840-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
841-
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
837+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
838+
version "7.10.5"
839+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
840+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
842841
dependencies:
843842
"@babel/helper-validator-identifier" "^7.10.4"
844-
lodash "^4.17.13"
843+
lodash "^4.17.19"
845844
to-fast-properties "^2.0.0"
846845

847846
"@bcoe/v8-coverage@^0.2.3":
@@ -1669,7 +1668,7 @@ chalk@^3.0.0:
16691668
ansi-styles "^4.1.0"
16701669
supports-color "^7.1.0"
16711670

1672-
chalk@^4.0.0:
1671+
"chalk@^3.0.0 || ^4.0.0", chalk@^4.0.0:
16731672
version "4.1.0"
16741673
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
16751674
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
@@ -3745,7 +3744,7 @@ lodash.toarray@^4.4.0:
37453744
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
37463745
integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE=
37473746

3748-
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
3747+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
37493748
version "4.17.19"
37503749
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
37513750
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

0 commit comments

Comments
 (0)