diff --git a/config/dependencies.yaml b/config/dependencies.yaml index aa9cd9feee1..a7e062751fc 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -100,7 +100,7 @@ jaeger: '@freesewing/plugin-mirror': *freesewing new-design: _: - 'axios': &axios '1.5.0' + 'axios': &axios '1.5.1' 'chalk': '5.0.1' 'execa': '7.2.0' 'mustache': &mustache '4.2.0' diff --git a/packages/new-design/package.json b/packages/new-design/package.json index d2c032d5932..66cc39667cd 100644 --- a/packages/new-design/package.json +++ b/packages/new-design/package.json @@ -36,7 +36,7 @@ }, "peerDependencies": {}, "dependencies": { - "axios": "1.5.0", + "axios": "1.5.1", "chalk": "5.0.1", "execa": "7.2.0", "mustache": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 7dce4671eb2..44579376213 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3652,7 +3652,7 @@ axe-core@^4.6.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae" integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g== -axios@, axios@^1.0.0, axios@^1.1.2: +axios@, axios@1.5.1, axios@^1.0.0, axios@^1.1.2: version "1.5.1" resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== @@ -3661,15 +3661,6 @@ axios@, axios@^1.0.0, axios@^1.1.2: form-data "^4.0.0" proxy-from-env "^1.1.0" -axios@1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267" - integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ== - dependencies: - follow-redirects "^1.15.0" - form-data "^4.0.0" - proxy-from-env "^1.1.0" - axobject-query@^3.1.1: version "3.2.1" resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a"