Skip to content

Commit

Permalink
update axios to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
pgier committed Aug 28, 2024
1 parent 7845131 commit 4bbd82f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 13 deletions.
42 changes: 32 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/synthetics-sdk-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@opentelemetry/sdk-node": "0.43.0",
"@opentelemetry/sdk-trace-base": "1.17.0",
"@opentelemetry/sdk-trace-node": "1.17.0",
"axios": "^1.7.5",
"error-stack-parser": "2.1.4",
"google-auth-library": "9.0.0",
"ts-proto": "1.148.1",
"winston": "3.10.0",
"axios": "1.6.7"
"winston": "3.10.0"
},
"author": "Google Inc.",
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/synthetics-sdk-broken-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"chai": "^4.3.7",
"chai-exclude": "^2.1.0",
"express": "^4.18.2",
"proxyquire": "^2.1.3",
"node-mocks-http": "^1.13.0",
"proxyquire": "^2.1.3",
"sinon": "^16.1.1",
"supertest": "^6.3.3",
"synthetics-sdk-broken-links": "file:./"
Expand Down

0 comments on commit 4bbd82f

Please sign in to comment.