From fe189b5c31b96d465a974d038297c80b915bb375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:00:19 +0000 Subject: [PATCH] build(deps): bump axios from 1.3.2 to 1.6.0 in /scripts Bumps [axios](https://github.com/axios/axios) from 1.3.2 to 1.6.0. - [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.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/package.json | 2 +- scripts/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/package.json b/scripts/package.json index fcefae62162..10d66758e98 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -9,7 +9,7 @@ "author": "Joost De Cock (https://github.com/joostdecock)", "license": "MIT", "dependencies": { - "axios": "^1.3.2", + "axios": "^1.6.0", "chalk": "^5.2.0", "glob": "^8.0.3", "i18n": "^0.15.1", diff --git a/scripts/yarn.lock b/scripts/yarn.lock index 1d6799491f5..b94c3578275 100644 --- a/scripts/yarn.lock +++ b/scripts/yarn.lock @@ -84,10 +84,10 @@ asynckit@^0.4.0: resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^1.3.2: - version "1.3.2" - resolved "https://registry.npmjs.org/axios/-/axios-1.3.2.tgz" - integrity sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"