Skip to content

Commit

Permalink
chore(deps): update dependency @nestjs/axios to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2023
1 parent 7d3967c commit 7cfeabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -43,7 +43,7 @@
"murmurhash3js": "^3.0.1"
},
"peerDependencies": {
"@nestjs/axios": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/schedule": "^2.1.0",
Expand All @@ -55,7 +55,7 @@
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@heise/eslint-config": "^20.0.7",
"@nestjs/axios": "1.0.1",
"@nestjs/axios": "3.0.0",
"@nestjs/cli": "^9.1.5",
"@nestjs/common": "9.3.9",
"@nestjs/config": "^2.2.0",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Expand Up @@ -1091,12 +1091,10 @@
resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.0.1.tgz#625e93a0edb2c830e3c52ce2d67b9d53377c6a66"
integrity sha512-uSvJdwQU5nK+Vdf6zxcWAY2A8r7uqe+gePwLWzJ+fsQehq18pc0I2hJKwypZ2aLM90+Er9u1xn4iLJPZ+xlL4g==

"@nestjs/axios@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-1.0.1.tgz#7a872e032b9d12037f2663a7316b81507cd7957a"
integrity sha512-TpoZM/0ZJ9xiC04qkRDFod93LCZ12TQARRU3ejDvBK2E8emvzM4HThOs5ePklVxce4Q1ZsnrIWqnImvoDmJYnQ==
dependencies:
axios "1.2.1"
"@nestjs/axios@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.0.0.tgz#a2e70b118e3058f3d4b9c3deacd496ec4e3ee69e"
integrity sha512-ULdH03jDWkS5dy9X69XbUVbhC+0pVnrRcj7bIK/ytTZ76w7CgvTZDJqsIyisg3kNOiljRW/4NIjSf3j6YGvl+g==

"@nestjs/cli@^9.1.5":
version "9.1.5"
Expand Down

0 comments on commit 7cfeabd

Please sign in to comment.