diff --git a/tools/build/package.json b/tools/build/package.json index 06013188d..17dbb2faa 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/eclipse-che/che-plugin-registry/blob/main/tools/build/README.md", "dependencies": { "@devfile/api": "2.2.2-1716821574", - "axios": "^1.7.3", + "axios": "^1.7.4", "decompress": "^4.2.1", "docker-image-name-parser": "^0.1.0", "fs-extra": "^11.2.0", diff --git a/yarn.lock b/yarn.lock index 98f9c82c3..b84a420d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1351,10 +1351,10 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -axios@^1.7.3: - version "1.7.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85" - integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw== +axios@^1.7.4: + version "1.7.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2" + integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"