Skip to content

Commit 16cdb78

Browse files
committedJul 10, 2019
chore(dependencies): updating lodash version
1 parent cefaf1d commit 16cdb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"babel-runtime": "^6.26.0",
6060
"invariant": "^2.2.2",
61-
"lodash": "4.17.11"
61+
"lodash": "4.17.13"
6262
},
6363
"peerDependencies": {
6464
"redux": ">3.0.0"

4 commit comments

Comments
 (4)

111one111 commented on Aug 12, 2019

@111one111

Hi, so I have an angular 8 application I am working on that's still getting the security message from npm. Has this been released? I may need to delete a directory or something?

oliviernt commented on Aug 13, 2019

@oliviernt
Collaborator

I think a release is still missing... at least I can't find any after 4.4.0 in npm.

leandrocrs commented on Sep 3, 2019

@leandrocrs

For me, the same issues.

What should we do to make this available in npm?

oliviernt commented on Sep 4, 2019

@oliviernt
Collaborator

@leandrw @111one111 v4.4.1 has been released

Thank you @AntJanus for addressing this!

Please sign in to comment.