mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update dependency @nestjs/axios to v0.1.0
This commit is contained in:
parent
7e7b3558d4
commit
803cd32ed4
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@hapi/joi": "17.1.1",
|
||||
"@narando/nest-axios-interceptor": "2.2.0",
|
||||
"@nestjs/axios": "0.0.8",
|
||||
"@nestjs/axios": "0.1.0",
|
||||
"@nestjs/common": "8.4.7",
|
||||
"@nestjs/config": "2.2.0",
|
||||
"@nestjs/core": "8.4.7",
|
||||
|
|
@ -1609,14 +1609,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nestjs/axios": {
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.0.8.tgz",
|
||||
"integrity": "sha512-oJyfR9/h9tVk776il0829xyj3b2e81yTu6HjPraxynwNtMNGqZBHHmAQL24yMB3tVbBM0RvG3eUXH8+pRCGwlg==",
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.1.0.tgz",
|
||||
"integrity": "sha512-b2TT2X6BFbnNoeteiaxCIiHaFcSbVW+S5yygYqiIq5i6H77yIU3IVuLdpQkHq8/EqOWFwMopLN8jdkUT71Am9w==",
|
||||
"dependencies": {
|
||||
"axios": "0.27.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^7.0.0 || ^8.0.0",
|
||||
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
|
||||
"reflect-metadata": "^0.1.12",
|
||||
"rxjs": "^6.0.0 || ^7.0.0"
|
||||
}
|
||||
|
|
@ -13310,9 +13310,9 @@
|
|||
}
|
||||
},
|
||||
"@nestjs/axios": {
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.0.8.tgz",
|
||||
"integrity": "sha512-oJyfR9/h9tVk776il0829xyj3b2e81yTu6HjPraxynwNtMNGqZBHHmAQL24yMB3tVbBM0RvG3eUXH8+pRCGwlg==",
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.1.0.tgz",
|
||||
"integrity": "sha512-b2TT2X6BFbnNoeteiaxCIiHaFcSbVW+S5yygYqiIq5i6H77yIU3IVuLdpQkHq8/EqOWFwMopLN8jdkUT71Am9w==",
|
||||
"requires": {
|
||||
"axios": "0.27.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"dependencies": {
|
||||
"@hapi/joi": "17.1.1",
|
||||
"@narando/nest-axios-interceptor": "2.2.0",
|
||||
"@nestjs/axios": "0.0.8",
|
||||
"@nestjs/axios": "0.1.0",
|
||||
"@nestjs/common": "8.4.7",
|
||||
"@nestjs/config": "2.2.0",
|
||||
"@nestjs/core": "8.4.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue