diff --git a/usecases/api-auth/server/package.json b/usecases/api-auth/server/package.json index 6df16799..8781a4d1 100644 --- a/usecases/api-auth/server/package.json +++ b/usecases/api-auth/server/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@faker-js/faker": "^7.6.0", - "axios": "^1.3.5", + "axios": "^1.6.0", "cors": "^2.8.5", "express": "^4.18.2", "faker": "^6.6.6", diff --git a/usecases/api-auth/server/yarn.lock b/usecases/api-auth/server/yarn.lock index f2cbf29f..cde00c15 100644 --- a/usecases/api-auth/server/yarn.lock +++ b/usecases/api-auth/server/yarn.lock @@ -57,10 +57,10 @@ aws4@^1.8.0: resolved "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz" integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== -axios@^1.3.5: - version "1.3.5" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542" - integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw== +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"