Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-6139239
  • Loading branch information
snyk-bot committed Apr 16, 2024
commit 3e1e2eaa5a012cc820e75c1b22dea4a738fa8d2a
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"license": "MIT",
"dependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-jquery-content": "3.0.1",
"grunt": "1.0.3",
"grunt-cli": "1.0.0",
"grunt-jquery-content": "3.1.0",
"grunt-sri": "0.0.5",
"handlebars": "4.0.5",
"lodash": "4.12.0",
"lodash": "4.17.17",
"semver": "5.1.0"
}
}