Skip to content

Commit

Permalink
fix: upgrade dependencies to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-roys committed Jun 5, 2023
1 parent 4d6883f commit 0afe198
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,20 @@
"snyk-filter": "./index.js"
},
"dependencies": {
"@snyk/protect": "1.1022.0",
"chalk": "^2.3.2",
"@snyk/protect": "1.1167.0",
"chalk": "5.2.0",
"debug": "4.3.4",
"is-relative": "1.0.0",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"minimist": "1.2.6",
"node-jq": "2.3.4"
"minimist": "1.2.8",
"node-jq": "2.3.5",
"mkdirp": "0.5.2",
"cacheable-request": "3.0.0"
},
"devDependencies": {
"mocha": "^5.0.4",
"prettier": "^2.2.1"
"mocha": "10.1.0",
"prettier": "2.8.8"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 0afe198

Please sign in to comment.