Skip to content

Commit 058220a

Browse files
committed
Update dependency babel-plugin-lodash to v3.3.4
1 parent a69daed commit 058220a

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"autoprefixer": "7.2.5",
4242
"babel-eslint": "8.2.1",
43-
"babel-plugin-lodash": "3.3.2",
43+
"babel-plugin-lodash": "3.3.4",
4444
"babel-plugin-styled-components": "1.4.0",
4545
"babel-plugin-transform-flow-strip-types": "6.22.0",
4646
"css-loader": "0.28.9",

yarn.lock

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
dependencies:
2525
"@babel/types" "7.0.0-beta.36"
2626

27+
"@babel/helper-module-imports@^7.0.0-beta.49":
28+
version "7.0.0"
29+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
30+
dependencies:
31+
"@babel/types" "^7.0.0"
32+
2733
2834
version "7.0.0-beta.36"
2935
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
@@ -54,6 +60,14 @@
5460
lodash "^4.2.0"
5561
to-fast-properties "^2.0.0"
5662

63+
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49":
64+
version "7.0.0"
65+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
66+
dependencies:
67+
esutils "^2.0.2"
68+
lodash "^4.17.10"
69+
to-fast-properties "^2.0.0"
70+
5771
"@semantic-release/commit-analyzer@^3.0.1":
5872
version "3.0.7"
5973
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-3.0.7.tgz#dc955444a6d3d2ae9b8e21f90c2c80c4e9142b2f"
@@ -526,13 +540,6 @@ babel-helper-hoist-variables@^6.24.1:
526540
babel-runtime "^6.22.0"
527541
babel-types "^6.24.1"
528542

529-
babel-helper-module-imports@^7.0.0-beta.3:
530-
version "7.0.0-beta.3"
531-
resolved "https://registry.yarnpkg.com/babel-helper-module-imports/-/babel-helper-module-imports-7.0.0-beta.3.tgz#e15764e3af9c8e11810c09f78f498a2bdc71585a"
532-
dependencies:
533-
babel-types "7.0.0-beta.3"
534-
lodash "^4.2.0"
535-
536543
babel-helper-optimise-call-expression@^6.24.1:
537544
version "6.24.1"
538545
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
@@ -596,14 +603,14 @@ babel-plugin-check-es2015-constants@^6.22.0:
596603
dependencies:
597604
babel-runtime "^6.22.0"
598605

599-
600-
version "3.3.2"
601-
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.2.tgz#da3a5b49ba27447f54463f6c4fa81396ccdd463f"
606+
607+
version "3.3.4"
608+
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
602609
dependencies:
603-
babel-helper-module-imports "^7.0.0-beta.3"
604-
babel-types "^6.26.0"
610+
"@babel/helper-module-imports" "^7.0.0-beta.49"
611+
"@babel/types" "^7.0.0-beta.49"
605612
glob "^7.1.1"
606-
lodash "^4.17.4"
613+
lodash "^4.17.10"
607614
require-package-name "^2.0.1"
608615

609616
@@ -1029,14 +1036,6 @@ [email protected], babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.
10291036
lodash "^4.17.4"
10301037
to-fast-properties "^1.0.3"
10311038

1032-
1033-
version "7.0.0-beta.3"
1034-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-beta.3.tgz#cd927ca70e0ae8ab05f4aab83778cfb3e6eb20b4"
1035-
dependencies:
1036-
esutils "^2.0.2"
1037-
lodash "^4.2.0"
1038-
to-fast-properties "^2.0.0"
1039-
10401039
10411040
version "7.0.0-beta.36"
10421041
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
@@ -4280,6 +4279,10 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, l
42804279
version "4.17.4"
42814280
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
42824281

4282+
lodash@^4.17.10:
4283+
version "4.17.10"
4284+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
4285+
42834286
lodash@~1.3.1:
42844287
version "1.3.1"
42854288
resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.3.1.tgz#a4663b53686b895ff074e2ba504dfb76a8e2b770"

0 commit comments

Comments
 (0)