Skip to content

Commit 1de9287

Browse files
ArtemHoruzhenkosnyk-botKristiyan Ivanov
authored
fix: package.json & yarn.lock to reduce vulnerabilities (#4144)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Kristiyan Ivanov <[email protected]>
1 parent 258d1ee commit 1de9287

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"@elastic/eui": "34.6.0",
228228
"@reduxjs/toolkit": "^1.6.2",
229229
"@stablelib/snappy": "^1.0.2",
230-
"axios": "^1.7.4",
230+
"axios": "^1.7.8",
231231
"brotli-dec-wasm": "^2.3.0",
232232
"buffer": "^6.0.3",
233233
"classnames": "^2.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3879,10 +3879,10 @@ axe-core@^4.0.2:
38793879
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
38803880
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
38813881

3882-
axios@^1.7.4:
3883-
version "1.7.7"
3884-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
3885-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
3882+
axios@^1.7.8:
3883+
version "1.7.8"
3884+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.8.tgz#1997b1496b394c21953e68c14aaa51b7b5de3d6e"
3885+
integrity sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==
38863886
dependencies:
38873887
follow-redirects "^1.15.6"
38883888
form-data "^4.0.0"

0 commit comments

Comments
 (0)