Skip to content

Commit

Permalink
fix: package.json & yarn.lock 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-INFLIGHT-6095116
- https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509
  • Loading branch information
snyk-bot committed Aug 10, 2024
1 parent d4b077d commit 240f8e2
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 119 deletions.
6 changes: 3 additions & 3 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"tough-cookie": "4.1.3"
},
"dependencies": {
"@codefresh-io/kube-integration": "1.31.0",
"@codefresh-io/kube-integration": "1.31.7",
"bluebird": "^3.5.4",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "4.17.3",
"express": "4.19.2",
"json-stream": "^1.0.0",
"kubernetes-client": "9.0.0",
"@kubernetes/client-node": "0.17.1",
"@kubernetes/client-node": "0.18.1",
"lodash": "^4.17.21",
"morgan": "~1.9.0",
"request": "^2.88.0",
Expand Down
Loading

0 comments on commit 240f8e2

Please sign in to comment.