Skip to content

Commit

Permalink
chore(js-sdk): bump axios dependency to ^1.7.4 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Aug 14, 2024
2 parents 2128d32 + d21356c commit 07c7c8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/clients/js/template/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"axios": "^1.6.8",
"@opentelemetry/semantic-conventions": "^1.25.1",
"axios": "^1.7.4",
"tiny-async-pool": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/node": "^22.2.0",
"@types/tiny-async-pool": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"nock": "^13.5.4",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
},
"files": [
"CHANGELOG.md",
Expand Down

0 comments on commit 07c7c8a

Please sign in to comment.