Skip to content

Commit

Permalink
chore(dependencies): updating lodash version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviernt committed Jul 10, 2019
1 parent cefaf1d commit 16cdb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"invariant": "^2.2.2",
"lodash": "4.17.11"
"lodash": "4.17.13"
},
"peerDependencies": {
"redux": ">3.0.0"
Expand Down

4 comments on commit 16cdb78

@111one111
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Collaborator Author

@oliviernt oliviernt commented on 16cdb78 Aug 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@leandrocrs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me, the same issues.

What should we do to make this available in npm?

@oliviernt
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leandrw @111one111 v4.4.1 has been released

Thank you @AntJanus for addressing this!

Please sign in to comment.