diff --git a/package.json b/package.json index 4461a5f..9450b1a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@types/node": "^24.1.0", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", - "axios": "^1.15.0", + "axios": "^1.15.2", "colorthief": "^2.6.0", "crypto-js": "^4.0.0", "gh-pages": "^6.3.0", diff --git a/yarn.lock b/yarn.lock index 47d0a10..73c9dec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3183,10 +3183,10 @@ axe-core@^4.10.0: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.3.tgz#04145965ac7894faddbac30861e5d8f11bfd14fc" integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg== -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"