Skip to content

Commit

Permalink
fix: docs/recipes/gulp/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-6139239
  • Loading branch information
snyk-bot committed Apr 17, 2024
1 parent 5b2ffd8 commit 5b82792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "gulp"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp": "^4.0.0",
"gulp-connect": "^5.0.0",
"lighthouse": "^8.6.0"
}
Expand Down

0 comments on commit 5b82792

Please sign in to comment.