Skip to content

Commit 600baed

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

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
@@ -56,7 +56,7 @@
5656
"yarn.lock"
5757
],
5858
"dependencies": {
59-
"axios": "^1.7.0"
59+
"axios": "^1.7.4"
6060
},
6161
"devDependencies": {
6262
"@commitlint/cli": "^8.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3528,10 +3528,10 @@ axios-mock-adapter@^1.22.0:
35283528
fast-deep-equal "^3.1.3"
35293529
is-buffer "^2.0.5"
35303530

3531-
axios@^1.7.0:
3532-
version "1.7.2"
3533-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
3534-
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
3531+
axios@^1.7.4:
3532+
version "1.7.4"
3533+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
3534+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
35353535
dependencies:
35363536
follow-redirects "^1.15.6"
35373537
form-data "^4.0.0"

0 commit comments

Comments
 (0)