Compare commits

...

2 Commits

Author SHA1 Message Date
Nikita
8f0360cebf Merge pull request #3 from n08i40k/dependabot/npm_and_yarn/axios-1.8.2
Bump axios from 1.7.9 to 1.8.2
2025-03-20 22:09:05 +04:00
dependabot[bot]
55ae9f43e6 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>
2025-03-20 18:02:33 +00:00
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/swagger": "^11.0.3",
"@prisma/client": "^6.2.1",
"axios": "^1.7.9",
"axios": "^1.8.2",
"bcrypt": "^5.1.1",
"bson-objectid": "^2.0.4",
"cache-manager": "^6.4.0",
@@ -4994,9 +4994,9 @@
}
},
"node_modules/axios": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View File

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