Skip to content

Commit 8766dc3

Browse files
fix(deps): update dependency @nestjs/axios to v3.1.2
1 parent 4152f6b commit 8766dc3

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:e2e": "jest --config ./test/jest-e2e.json"
2222
},
2323
"dependencies": {
24-
"@nestjs/axios": "3.0.2",
24+
"@nestjs/axios": "3.1.2",
2525
"@nestjs/common": "10.3.3",
2626
"@nestjs/config": "3.2.0",
2727
"@nestjs/core": "10.3.3",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -729,10 +729,10 @@
729729
resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe"
730730
integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==
731731

732-
"@nestjs/axios@3.0.2":
733-
version "3.0.2"
734-
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.0.2.tgz#0078c101a29fb46f5c566d68a4315fddabc083ed"
735-
integrity sha512-Z6GuOUdNQjP7FX+OuV2Ybyamse+/e0BFdTWBX5JxpBDKA+YkdLynDgG6HTF04zy6e9zPa19UX0WA2VDoehwhXQ==
732+
"@nestjs/axios@3.1.2":
733+
version "3.1.2"
734+
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-3.1.2.tgz#e55c39cfd2e0ed24304b9aa31d1854ecbfe760c7"
735+
integrity sha512-pFlfi4ZQsZtTNNhvgssbxjCHUd1nMpV3sXy/xOOB2uEJhw3M8j8SFR08gjFNil2we2Har7VCsXLfCkwbMHECFQ==
736736

737737
"@nestjs/cli@10.3.2":
738738
version "10.3.2"
@@ -8411,7 +8411,16 @@ string-length@^4.0.1:
84118411
char-regex "^1.0.2"
84128412
strip-ansi "^6.0.0"
84138413

8414-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
8414+
"string-width-cjs@npm:string-width@^4.2.0":
8415+
version "4.2.3"
8416+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8417+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8418+
dependencies:
8419+
emoji-regex "^8.0.0"
8420+
is-fullwidth-code-point "^3.0.0"
8421+
strip-ansi "^6.0.1"
8422+
8423+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
84158424
version "4.2.3"
84168425
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
84178426
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8475,7 +8484,14 @@ string_decoder@~1.1.1:
84758484
dependencies:
84768485
safe-buffer "~5.1.0"
84778486

8478-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8487+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8488+
version "6.0.1"
8489+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8490+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8491+
dependencies:
8492+
ansi-regex "^5.0.1"
8493+
8494+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
84798495
version "6.0.1"
84808496
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
84818497
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9298,7 +9314,7 @@ wordwrap@^1.0.0:
92989314
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
92999315
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
93009316

9301-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9317+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
93029318
version "7.0.0"
93039319
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
93049320
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9316,6 +9332,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
93169332
string-width "^4.1.0"
93179333
strip-ansi "^6.0.0"
93189334

9335+
wrap-ansi@^7.0.0:
9336+
version "7.0.0"
9337+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9338+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9339+
dependencies:
9340+
ansi-styles "^4.0.0"
9341+
string-width "^4.1.0"
9342+
strip-ansi "^6.0.0"
9343+
93199344
wrap-ansi@^8.1.0:
93209345
version "8.1.0"
93219346
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)