build(deps): update axios peer dep

Update axios peer dep

commit-id:abdc380d
This commit is contained in:
Conicaw 2024-01-23 22:14:32 -06:00
parent a777e96076
commit 2e86ca1887
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -34,7 +34,7 @@
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"axios": "^1.6.3"
"axios": "^1.6.5"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -913,12 +913,12 @@
}
},
"node_modules/axios": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz",
"integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==",
"version": "1.6.5",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz",
"integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==",
"peer": true,
"dependencies": {
"follow-redirects": "^1.15.0",
"follow-redirects": "^1.15.4",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}

View file

@ -47,7 +47,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"axios": "^1.6.3",
"axios": "^1.6.5",
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"lint-staged": {