Skip to content

Commit 8fbd311

Browse files
fix(deps): update dependency @nestjs/axios to v4
1 parent d51387b commit 8fbd311

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@mikro-orm/core": "6.4.4",
3838
"@mikro-orm/nestjs": "6.0.2",
3939
"@mikro-orm/postgresql": "6.4.4",
40-
"@nestjs/axios": "3.1.3",
40+
"@nestjs/axios": "4.0.0",
4141
"@nestjs/common": "10.4.15",
4242
"@nestjs/config": "3.3.0",
4343
"@nestjs/core": "10.4.15",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1043,10 +1043,10 @@
10431043
postgres-date "2.1.0"
10441044
postgres-interval "4.0.2"
10451045

1046-
"@nestjs/axios@3.1.3":
1047-
version "3.1.3"
1048-
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.1.3.tgz#cf73f317f89800ec2f6f04b577677617c5aef0d9"
1049-
integrity sha512-RZ/63c1tMxGLqyG3iOCVt7A72oy4x1eM6QEhd4KzCYpaVWW0igq0WSREeRoEZhIxRcZfDfIIkvsOMiM7yfVGZQ==
1046+
"@nestjs/axios@4.0.0":
1047+
version "4.0.0"
1048+
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-4.0.0.tgz#520ff7c6238e635658fe334ee62db9d1b9c5546f"
1049+
integrity sha512-1cB+Jyltu/uUPNQrpUimRHEQHrnQrpLzVj6dU3dgn6iDDDdahr10TgHFGTmw5VuJ9GzKZsCLDL78VSwJAs/9JQ==
10501050

10511051
10521052
version "10.4.9"

0 commit comments

Comments
 (0)