Bump axios from 1.7.9 to 1.8.2

Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-20 18:02:33 +00:00
committed by GitHub
parent 8c3f83ed00
commit 55ae9f43e6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"@nestjs/platform-fastify": "^11.0.5", "@nestjs/platform-fastify": "^11.0.5",
"@nestjs/swagger": "^11.0.3", "@nestjs/swagger": "^11.0.3",
"@prisma/client": "^6.2.1", "@prisma/client": "^6.2.1",
"axios": "^1.7.9", "axios": "^1.8.2",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"bson-objectid": "^2.0.4", "bson-objectid": "^2.0.4",
"cache-manager": "^6.4.0", "cache-manager": "^6.4.0",
@@ -4994,9 +4994,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.9", "version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View File

@@ -30,7 +30,7 @@
"@nestjs/platform-fastify": "^11.0.5", "@nestjs/platform-fastify": "^11.0.5",
"@nestjs/swagger": "^11.0.3", "@nestjs/swagger": "^11.0.3",
"@prisma/client": "^6.2.1", "@prisma/client": "^6.2.1",
"axios": "^1.7.9", "axios": "^1.8.2",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"bson-objectid": "^2.0.4", "bson-objectid": "^2.0.4",
"cache-manager": "^6.4.0", "cache-manager": "^6.4.0",