Skip to content

Commit f3918f0

Browse files
fix(deps): update dependency @nestjs/axios to v4
1 parent fbcecee commit f3918f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
}
8080
},
8181
"dependencies": {
82-
"@nestjs/axios": "3.1.3",
82+
"@nestjs/axios": "4.0.0",
8383
"@nestjs/common": "10.4.15",
8484
"@nestjs/core": "10.4.15",
8585
"@nestjs/platform-express": "10.4.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,10 +1747,10 @@
17471747
"@emnapi/runtime" "^1.1.0"
17481748
"@tybys/wasm-util" "^0.9.0"
17491749

1750-
"@nestjs/axios@3.1.3":
1751-
version "3.1.3"
1752-
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.1.3.tgz#cf73f317f89800ec2f6f04b577677617c5aef0d9"
1753-
integrity sha512-RZ/63c1tMxGLqyG3iOCVt7A72oy4x1eM6QEhd4KzCYpaVWW0igq0WSREeRoEZhIxRcZfDfIIkvsOMiM7yfVGZQ==
1750+
"@nestjs/axios@4.0.0":
1751+
version "4.0.0"
1752+
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-4.0.0.tgz#520ff7c6238e635658fe334ee62db9d1b9c5546f"
1753+
integrity sha512-1cB+Jyltu/uUPNQrpUimRHEQHrnQrpLzVj6dU3dgn6iDDDdahr10TgHFGTmw5VuJ9GzKZsCLDL78VSwJAs/9JQ==
17541754

17551755
"@nestjs/common@10.4.15":
17561756
version "10.4.15"

0 commit comments

Comments
 (0)