From cd52c9e09a1f646ee05247db0b8ae6406860c401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 06:58:31 +0000 Subject: [PATCH] chore(deps): bump axios from 1.3.5 to 1.3.6 Bumps [axios](https://github.com/axios/axios) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.3.5...v1.3.6) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/new-design/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"