From 2fdc90efa4659dfc37cdd53341607c3d76cf38c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 05:04:00 +0000 Subject: [PATCH 1/2] chore(deps): bump axios from 1.2.6 to 1.3.3 Bumps [axios](https://github.com/axios/axios) from 1.2.6 to 1.3.3. - [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.2.6...v1.3.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... 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 41fbf941641..ef311a798e1 100644 --- a/packages/new-design/package.json +++ b/packages/new-design/package.json @@ -32,7 +32,7 @@ }, "peerDependencies": {}, "dependencies": { - "axios": "1.2.6", + "axios": "1.3.3", "chalk": "5.0.1", "execa": "6.1.0", "mustache": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 39b268a95ab..4bb3898e6e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6096,10 +6096,10 @@ axios@0.21.4: dependencies: follow-redirects "^1.14.0" -axios@1.2.6, axios@^1.0.0, axios@^1.1.2: - version "1.2.6" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.6.tgz#eacb6d065baa11bad5959e7ffa0cb6745c65f392" - integrity sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ== +axios@1.3.3, axios@^1.0.0, axios@^1.1.2: + version "1.3.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b" + integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0" From d1a15ae41863f1965e10d4fcdee1dc2fd55fa5a4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 21 Feb 2023 05:06:54 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/axios-1.3.3 changes in config/dependencies.yaml --- config/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 37709bdb65b..b99b91865a5 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -96,7 +96,7 @@ jaeger: '@freesewing/plugin-mirror': *freesewing new-design: _: - 'axios': '1.2.6' + 'axios': '1.3.3' 'chalk': '5.0.1' 'execa': '6.1.0' 'mustache': '4.2.0'