Skip to content

Commit 62aff19

Browse files
fix: package.json & yarn.lock to reduce vulnerabilities (#114)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 Co-authored-by: snyk-bot <[email protected]>
1 parent 16ed6f3 commit 62aff19

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"yarn.lock"
5757
],
5858
"dependencies": {
59-
"axios": "^1.6.0"
59+
"axios": "^1.6.4"
6060
},
6161
"devDependencies": {
6262
"@commitlint/cli": "^8.1.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3309,12 +3309,12 @@ axios-mock-adapter@^1.22.0:
33093309
fast-deep-equal "^3.1.3"
33103310
is-buffer "^2.0.5"
33113311

3312-
axios@^1.6.0:
3313-
version "1.6.2"
3314-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
3315-
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
3312+
axios@^1.6.4:
3313+
version "1.6.4"
3314+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.4.tgz#184ee1f63d412caffcf30d2c50982253c3ee86e0"
3315+
integrity sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A==
33163316
dependencies:
3317-
follow-redirects "^1.15.0"
3317+
follow-redirects "^1.15.4"
33183318
form-data "^4.0.0"
33193319
proxy-from-env "^1.1.0"
33203320

@@ -5942,10 +5942,10 @@ flatted@^3.2.7:
59425942
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
59435943
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
59445944

5945-
follow-redirects@^1.15.0:
5946-
version "1.15.3"
5947-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
5948-
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
5945+
follow-redirects@^1.15.4:
5946+
version "1.15.4"
5947+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
5948+
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
59495949

59505950
for-each@^0.3.3:
59515951
version "0.3.3"

0 commit comments

Comments
 (0)