Skip to content

Commit 5f34ed2

Browse files
authoredJan 22, 2025··
fix(deps): update dependency @nestjs/axios to v3.1.3 (#858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72265dd commit 5f34ed2

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
@@ -79,7 +79,7 @@
7979
}
8080
},
8181
"dependencies": {
82-
"@nestjs/axios": "3.1.1",
82+
"@nestjs/axios": "3.1.3",
8383
"@nestjs/common": "10.4.6",
8484
"@nestjs/core": "10.4.6",
8585
"@nestjs/platform-express": "10.4.6",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1868,10 +1868,10 @@
18681868
"@emnapi/runtime" "^1.1.0"
18691869
"@tybys/wasm-util" "^0.9.0"
18701870

1871-
"@nestjs/axios@3.1.1":
1872-
version "3.1.1"
1873-
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.1.1.tgz#565160180c81b580e4b192792fe506f5db9e1bcc"
1874-
integrity sha512-ySoxrzqX80P1q6LKLKGcgyBd2utg4gbC+4FsJNpXYvILorMlxss/ECNogD9EXLCE4JS5exVFD5ez0nK5hXcNTQ==
1871+
"@nestjs/axios@3.1.3":
1872+
version "3.1.3"
1873+
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.1.3.tgz#cf73f317f89800ec2f6f04b577677617c5aef0d9"
1874+
integrity sha512-RZ/63c1tMxGLqyG3iOCVt7A72oy4x1eM6QEhd4KzCYpaVWW0igq0WSREeRoEZhIxRcZfDfIIkvsOMiM7yfVGZQ==
18751875

18761876
"@nestjs/common@10.4.6":
18771877
version "10.4.6"

0 commit comments

Comments
 (0)
Please sign in to comment.