chore(deps): update dependency @nestjs/axios to v0.0.4

This commit is contained in:
Renovate Bot 2022-01-13 02:49:05 +00:00
parent 1bd2c4e6d2
commit d1a5eb57d7
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 28 additions and 10 deletions

36
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": {
"@digikare/nestjs-prom": "1.0.0",
"@hapi/joi": "17.1.1",
"@nestjs/axios": "0.0.3",
"@nestjs/axios": "0.0.4",
"@nestjs/common": "8.1.2",
"@nestjs/config": "1.1.5",
"@nestjs/core": "8.1.2",
@ -1617,11 +1617,11 @@
}
},
"node_modules/@nestjs/axios": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.0.3.tgz",
"integrity": "sha512-Cc+D2S2uesthRpalmZEPdm5wF2N9ji4l9Wsb2vFaug/CVWg2BoegHm0L1jzFUL+6kS+mXWSFvwXJmofv+7bajw==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.0.4.tgz",
"integrity": "sha512-EXbidAhJYaDjEA+6N0SkERjHpjsh8cfeBuFmxaG5hjzUTDrGj3FVE/0cBxV0Nfa2I1qki6QzqGHmnx9mN3JONw==",
"dependencies": {
"axios": "0.23.0"
"axios": "0.24.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0",
@ -1629,6 +1629,14 @@
"rxjs": "^6.0.0 || ^7.0.0"
}
},
"node_modules/@nestjs/axios/node_modules/axios": {
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
"integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
"dependencies": {
"follow-redirects": "^1.14.4"
}
},
"node_modules/@nestjs/cli": {
"version": "8.1.4",
"resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-8.1.4.tgz",
@ -13200,11 +13208,21 @@
}
},
"@nestjs/axios": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.0.3.tgz",
"integrity": "sha512-Cc+D2S2uesthRpalmZEPdm5wF2N9ji4l9Wsb2vFaug/CVWg2BoegHm0L1jzFUL+6kS+mXWSFvwXJmofv+7bajw==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.0.4.tgz",
"integrity": "sha512-EXbidAhJYaDjEA+6N0SkERjHpjsh8cfeBuFmxaG5hjzUTDrGj3FVE/0cBxV0Nfa2I1qki6QzqGHmnx9mN3JONw==",
"requires": {
"axios": "0.23.0"
"axios": "0.24.0"
},
"dependencies": {
"axios": {
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
"integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
"requires": {
"follow-redirects": "^1.14.4"
}
}
}
},
"@nestjs/cli": {