Skip to content

Commit ebf363e

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent b4073ff commit ebf363e

2 files changed

Lines changed: 39 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@smithy/node-http-handler": "^2.5.0",
5454
"@types/aws-lambda": "^8.10.134",
5555
"alai": "1.0.3",
56-
"axios": "^1.6.7",
56+
"axios": "^1.8.2",
5757
"useragent": "2.3.0",
5858
"uuid": "^9.0.1",
5959
"validate.js": "0.13.1",

yarn.lock

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,12 +2899,12 @@ axios@1.6.5:
28992899
form-data "^4.0.0"
29002900
proxy-from-env "^1.1.0"
29012901

2902-
axios@^1.6.7:
2903-
version "1.6.7"
2904-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
2905-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
2902+
axios@^1.8.2:
2903+
version "1.8.2"
2904+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
2905+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
29062906
dependencies:
2907-
follow-redirects "^1.15.4"
2907+
follow-redirects "^1.15.6"
29082908
form-data "^4.0.0"
29092909
proxy-from-env "^1.1.0"
29102910

@@ -4224,6 +4224,11 @@ follow-redirects@^1.15.4:
42244224
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
42254225
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
42264226

4227+
follow-redirects@^1.15.6:
4228+
version "1.15.9"
4229+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
4230+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
4231+
42274232
foreground-child@^2.0.0:
42284233
version "2.0.0"
42294234
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53"
@@ -7425,7 +7430,16 @@ string-length@^4.0.1:
74257430
char-regex "^1.0.2"
74267431
strip-ansi "^6.0.0"
74277432

7428-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7433+
"string-width-cjs@npm:string-width@^4.2.0":
7434+
version "4.2.3"
7435+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7436+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7437+
dependencies:
7438+
emoji-regex "^8.0.0"
7439+
is-fullwidth-code-point "^3.0.0"
7440+
strip-ansi "^6.0.1"
7441+
7442+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
74297443
version "4.2.3"
74307444
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
74317445
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7475,7 +7489,14 @@ string_decoder@~1.1.1:
74757489
dependencies:
74767490
safe-buffer "~5.1.0"
74777491

7478-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7492+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7493+
version "6.0.1"
7494+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7495+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7496+
dependencies:
7497+
ansi-regex "^5.0.1"
7498+
7499+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
74797500
version "6.0.1"
74807501
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
74817502
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8075,7 +8096,7 @@ wordwrap@^1.0.0:
80758096
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
80768097
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
80778098

8078-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8099+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
80798100
version "7.0.0"
80808101
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
80818102
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8093,6 +8114,15 @@ wrap-ansi@^6.2.0:
80938114
string-width "^4.1.0"
80948115
strip-ansi "^6.0.0"
80958116

8117+
wrap-ansi@^7.0.0:
8118+
version "7.0.0"
8119+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8120+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8121+
dependencies:
8122+
ansi-styles "^4.0.0"
8123+
string-width "^4.1.0"
8124+
strip-ansi "^6.0.0"
8125+
80968126
wrap-ansi@^8.1.0:
80978127
version "8.1.0"
80988128
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)