From 6611725af6b31779738c60576a041b77d837fca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 05:07:41 +0000 Subject: [PATCH] chore(deps): bump axios from 1.3.4 to 1.3.5 Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.3.5. - [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.4...v1.3.5) --- 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 | 20 ++++---------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/packages/new-design/package.json b/packages/new-design/package.json index 27367e8c65e..ff40f08f9cc 100644 --- a/packages/new-design/package.json +++ b/packages/new-design/package.json @@ -32,7 +32,7 @@ }, "peerDependencies": {}, "dependencies": { - "axios": "1.3.4", + "axios": "1.3.5", "chalk": "5.0.1", "execa": "7.1.1", "mustache": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 3790a961d9f..ad9248bf123 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3934,18 +3934,6 @@ get-random-values-esm "^1.0.0" lodash "^4.17.21" -"@sanity/cli@3.8.2": - version "3.8.2" - resolved "https://registry.yarnpkg.com/@sanity/cli/-/cli-3.8.2.tgz#cee96729db2f114d0208ecc029ce28af0c4d89c4" - integrity sha512-v3UAy4g4Pf+OxTfR61yJ1aqqEE6VNy3Q9QQA2HeIsyLkz9fY5OfsOu8UizmYEEd+rAWohR4yEYUGzWgIT4zdUg== - dependencies: - "@babel/traverse" "^7.19.0" - chalk "^4.1.2" - esbuild "^0.16.5" - esbuild-register "^3.4.1" - get-it "^8.0.9" - pkg-dir "^5.0.0" - "@sanity/cli@3.8.3": version "3.8.3" resolved "https://registry.yarnpkg.com/@sanity/cli/-/cli-3.8.3.tgz#bfc6b147d8ee589a740e9970dc1e7a8bddf22b67" @@ -5625,10 +5613,10 @@ axios@0.21.4: dependencies: follow-redirects "^1.14.0" -axios@1.3.4, axios@^1.0.0, axios@^1.1.2: - version "1.3.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024" - integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ== +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== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"