Merge pull request #3 from n08i40k/dependabot/npm_and_yarn/axios-1.8.2

Bump axios from 1.7.9 to 1.8.2
This commit is contained in:
Nikita
2025-03-20 22:09:05 +04:00
committed by GitHub
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",