chore(deps): update dependency @nestjs/axios to v3.0.2

This commit is contained in:
renovate[bot] 2024-02-07 10:22:31 +00:00 committed by GitHub
parent 53d6578042
commit fb21bd8e8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": {
"@apricote/nest-pg-boss": "2.1.0",
"@narando/nest-axios-interceptor": "3.0.0",
"@nestjs/axios": "3.0.1",
"@nestjs/axios": "3.0.2",
"@nestjs/common": "10.3.1",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.3.1",
@ -1939,13 +1939,12 @@
}
},
"node_modules/@nestjs/axios": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-3.0.1.tgz",
"integrity": "sha512-VlOZhAGDmOoFdsmewn8AyClAdGpKXQQaY1+3PGB+g6ceurGIdTxZgRX3VXc1T6Zs60PedWjg3A82TDOB05mrzQ==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-3.0.2.tgz",
"integrity": "sha512-Z6GuOUdNQjP7FX+OuV2Ybyamse+/e0BFdTWBX5JxpBDKA+YkdLynDgG6HTF04zy6e9zPa19UX0WA2VDoehwhXQ==",
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"axios": "^1.3.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0"
}
},