diff --git a/editor/package.json b/editor/package.json index 4380a40b2..d83040481 100644 --- a/editor/package.json +++ b/editor/package.json @@ -74,7 +74,7 @@ "@xterm/addon-fit": "0.11.0", "@xterm/xterm": "6.1.0-beta.22", "assimpjs": "0.0.10", - "axios": "1.15.0", + "axios": "1.15.2", "babylonjs": "9.4.1", "babylonjs-addons": "9.4.1", "babylonjs-editor-cli": "latest", diff --git a/yarn.lock b/yarn.lock index 01b0806ac..d495f7214 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6690,10 +6690,10 @@ axios@1.12.0: form-data "^4.0.4" proxy-from-env "^1.1.0" -axios@1.15.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f" - integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q== +axios@1.15.2: + version "1.15.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b" + integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A== dependencies: follow-redirects "^1.15.11" form-data "^4.0.5"