diff --git a/packages/new-design/package.json b/packages/new-design/package.json index ddbcd1d24a6..5412c1538d4 100644 --- a/packages/new-design/package.json +++ b/packages/new-design/package.json @@ -32,7 +32,7 @@ }, "peerDependencies": {}, "dependencies": { - "axios": "1.3.5", + "axios": "1.3.6", "chalk": "5.0.1", "execa": "7.1.1", "mustache": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 4be1892735b..d789709b35c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5620,10 +5620,10 @@ axios@0.21.4: dependencies: follow-redirects "^1.14.0" -axios@1.3.5, axios@^1.0.0, axios@^1.1.2: - version "1.3.5" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542" - integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw== +axios@1.3.6, axios@^1.0.0, axios@^1.1.2: + version "1.3.6" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.6.tgz#1ace9a9fb994314b5f6327960918406fa92c6646" + integrity sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"