Skip to content

Commit 4291358

Browse files
fix(deps): update dependency @nestjs/axios to v4
1 parent 5f65ebd commit 4291358

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.6",
3838
"@mikro-orm/nestjs": "6.1.0",
3939
"@mikro-orm/postgresql": "6.4.6",
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
@@ -1050,10 +1050,10 @@
10501050
postgres-date "2.1.0"
10511051
postgres-interval "4.0.2"
10521052

1053-
"@nestjs/axios@3.1.3":
1054-
version "3.1.3"
1055-
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.1.3.tgz#cf73f317f89800ec2f6f04b577677617c5aef0d9"
1056-
integrity sha512-RZ/63c1tMxGLqyG3iOCVt7A72oy4x1eM6QEhd4KzCYpaVWW0igq0WSREeRoEZhIxRcZfDfIIkvsOMiM7yfVGZQ==
1053+
"@nestjs/axios@4.0.0":
1054+
version "4.0.0"
1055+
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-4.0.0.tgz#520ff7c6238e635658fe334ee62db9d1b9c5546f"
1056+
integrity sha512-1cB+Jyltu/uUPNQrpUimRHEQHrnQrpLzVj6dU3dgn6iDDDdahr10TgHFGTmw5VuJ9GzKZsCLDL78VSwJAs/9JQ==
10571057

10581058
10591059
version "10.4.9"

0 commit comments

Comments
 (0)