Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1.6.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent d070dab commit 76dd16d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/schedule": "^2.1.0",
"axios": "^1.0.1",
"axios": "^1.6.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.3.0"
},
Expand Down Expand Up @@ -77,7 +77,7 @@
"@types/node": "^14.14.10",
"@types/supertest": "^2.0.10",
"@unleash/client-specification": "^4.2.2",
"axios": "1.2.1",
"axios": "1.6.0",
"express": "^4.17.1",
"husky": "^8.0.0",
"is-ci": "^3.0.0",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2441,6 +2441,15 @@ axios@1.2.1:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

babel-jest@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.1.3.tgz#c1187258197c099072156a0a121c11ee1e3917d5"
Expand Down

0 comments on commit 76dd16d

Please sign in to comment.