Skip to content

Commit

Permalink
Merge ea94ef6 into b70cd72
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 3, 2022
2 parents b70cd72 + ea94ef6 commit ee48961
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -43,7 +43,7 @@
"murmurhash3js": "^3.0.1"
},
"peerDependencies": {
"@nestjs/axios": "^0.0.3",
"@nestjs/axios": "^0.0.4",
"@nestjs/common": "^8.0.5",
"@nestjs/core": "^8.0.5",
"@nestjs/schedule": "^1.0.1",
Expand All @@ -55,7 +55,7 @@
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@heise/eslint-config": "^20.0.7",
"@nestjs/axios": "^0.0.3",
"@nestjs/axios": "^0.0.4",
"@nestjs/cli": "^8.1.0",
"@nestjs/common": "^8.0.5",
"@nestjs/config": "^1.0.0",
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Expand Up @@ -793,12 +793,12 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@nestjs/axios@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-0.0.3.tgz#f53ba265e15687b9acb036642ed5f29998695bd1"
integrity sha512-Cc+D2S2uesthRpalmZEPdm5wF2N9ji4l9Wsb2vFaug/CVWg2BoegHm0L1jzFUL+6kS+mXWSFvwXJmofv+7bajw==
"@nestjs/axios@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-0.0.4.tgz#cc90672e8d808df0638635d7fc41b88625858c98"
integrity sha512-EXbidAhJYaDjEA+6N0SkERjHpjsh8cfeBuFmxaG5hjzUTDrGj3FVE/0cBxV0Nfa2I1qki6QzqGHmnx9mN3JONw==
dependencies:
axios "0.23.0"
axios "0.24.0"

"@nestjs/cli@^8.1.0":
version "8.1.6"
Expand Down Expand Up @@ -2169,13 +2169,6 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==

axios@0.23.0:
version "0.23.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.23.0.tgz#b0fa5d0948a8d1d75e3d5635238b6c4625b05149"
integrity sha512-NmvAE4i0YAv5cKq8zlDoPd1VLKAqX5oLuZKs8xkJa4qi6RGn0uhCYFjWtHHC9EM/MwOwYWOs53W+V0aqEXq1sg==
dependencies:
follow-redirects "^1.14.4"

axios@0.24.0, axios@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
Expand Down

0 comments on commit ee48961

Please sign in to comment.