Merge pull request #269 from furality/spr/main/abdc380d

build(deps): update axios peer dep
This commit is contained in:
ttshivers 2024-01-23 22:32:43 -06:00 committed by GitHub
commit 76b327300b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

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

View file

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