Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lautis committed Nov 29, 2023
1 parent 19feb5d commit f5d0e5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"axios": "0.27.2",
"axios": "1.6.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-axios-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@jest/globals": "29.5.0",
"@smartlyio/oats-runtime": "^7.4.0",
"@types/form-data": "2.5.0",
"axios": "0.27.2",
"axios": "1.6.0",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"axios": "0.27.2",
"axios": "1.6.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"axios": "0.27.2",
"axios": "1.6.0",
"fast-check": "2.25.0",
"form-data": "4.0.0",
"jest": "29.5.0",
Expand Down

0 comments on commit f5d0e5d

Please sign in to comment.