Skip to content

Commit 0765fdd

Browse files
fix(deps): update dependency axios to v1.7.4 [security]
1 parent 4152f6b commit 0765fdd

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nestjs/platform-express": "10.3.3",
2929
"@nestjs/schedule": "4.0.1",
3030
"@nestjs/terminus": "10.2.3",
31-
"axios": "1.6.7",
31+
"axios": "1.7.4",
3232
"body-parser": "1.20.2",
3333
"cheerio": "1.0.0-rc.12",
3434
"dotenv": "16.4.5",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,12 +2394,12 @@ available-typed-arrays@^1.0.6:
23942394
dependencies:
23952395
possible-typed-array-names "^1.0.0"
23962396

2397-
axios@1.6.7:
2398-
version "1.6.7"
2399-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
2400-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
2397+
axios@1.7.4:
2398+
version "1.7.4"
2399+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
2400+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
24012401
dependencies:
2402-
follow-redirects "^1.15.4"
2402+
follow-redirects "^1.15.6"
24032403
form-data "^4.0.0"
24042404
proxy-from-env "^1.1.0"
24052405

@@ -4300,10 +4300,10 @@ flatted@^3.2.7:
43004300
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
43014301
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
43024302

4303-
follow-redirects@^1.15.4:
4304-
version "1.15.5"
4305-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
4306-
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
4303+
follow-redirects@^1.15.6:
4304+
version "1.15.9"
4305+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
4306+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
43074307

43084308
for-each@^0.3.3:
43094309
version "0.3.3"
@@ -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)