Skip to content

Commit

Permalink
fix: downgrade needle for CONNECT mode proxy support (#4953)
Browse files Browse the repository at this point in the history
* fix: downgrade needle for CONNECT mode proxy support

* fix: upgrade @snyk/code-client
  • Loading branch information
neonnoon committed Nov 30, 2023
1 parent dbc5b92 commit ad6ec05
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 129 deletions.
199 changes: 99 additions & 100 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@sentry/node": "^7.34.0",
"@snyk/cli-interface": "2.12.0",
"@snyk/cloud-config-parser": "^1.14.5",
"@snyk/code-client": "^4.23.0",
"@snyk/code-client": "^4.23.3",
"@snyk/dep-graph": "^2.7.4",
"@snyk/docker-registry-v2-client": "^2.10.0",
"@snyk/fix": "file:packages/snyk-fix",
Expand Down Expand Up @@ -105,7 +105,7 @@
"lodash.values": "^4.3.0",
"marked": "^4.0.1",
"micromatch": "4.0.2",
"needle": "3.2.0",
"needle": "3.0.0",
"open": "^7.0.3",
"ora": "5.4.0",
"os-name": "^5.1.0",
Expand Down Expand Up @@ -161,7 +161,6 @@
"jest": "^27.4.7",
"lodash": "^4.17.20",
"mock-fs": "^4.13.0",
"nock": "^13.3.4",
"node-loader": "^2.0.0",
"npm-run-all": "^4.1.5",
"patch-package": "^6.5.0",
Expand Down

0 comments on commit ad6ec05

Please sign in to comment.