Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-608086
  • Loading branch information
snyk-bot committed Aug 30, 2020
1 parent 8eb6012 commit 5e8cbf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
}
],
"devDependencies": {
"grunt": "~0.4.0",
"grunt": "~1.0.3",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "1.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-qunit": "1.2.0",
"grunt-contrib-requirejs": "1.0.0",
Expand Down

1 comment on commit 5e8cbf1

@datreeio
Copy link

@datreeio datreeio bot commented on 5e8cbf1 Aug 30, 2020

Choose a reason for hiding this comment

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

1 / 5 Rules Failed

:octocat: Ensure a .gitignore file is included in project

Please sign in to comment.