From 6b763449ef38a1dba8d798f46efefbf141cfc61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 08:12:21 +0000 Subject: [PATCH] Bump axios from 1.0.0 to 1.3.4 Bumps [axios](https://github.com/axios/axios) from 1.0.0 to 1.3.4. - [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.0.0...v1.3.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44212db0..25250510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@koa/cors": "^3.4.1", "activedirectory2": "^2.1.0", "adm-zip": "^0.5.9", - "axios": "^1.0.0", + "axios": "^1.3.4", "koa": "^2.13.4", "koa-bodyparser": "^4.3.0", "koa-router": "^12.0.0", @@ -372,9 +372,9 @@ } }, "node_modules/axios": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.0.0.tgz", - "integrity": "sha512-SsHsGFN1qNPFT5QhSoSD37SHDfGyLSW5AESmyLk2JeCMHv5g0I9g0Hz/zQHx2KNe0jGXh2q2hAm7OdkXm360CA==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.4.tgz", + "integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -4453,9 +4453,9 @@ "dev": true }, "axios": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.0.0.tgz", - "integrity": "sha512-SsHsGFN1qNPFT5QhSoSD37SHDfGyLSW5AESmyLk2JeCMHv5g0I9g0Hz/zQHx2KNe0jGXh2q2hAm7OdkXm360CA==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.4.tgz", + "integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 51cc42ce..9021348d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@koa/cors": "^3.4.1", "activedirectory2": "^2.1.0", "adm-zip": "^0.5.9", - "axios": "^1.0.0", + "axios": "^1.3.4", "koa": "^2.13.4", "koa-bodyparser": "^4.3.0", "koa-router": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index 7f1fa2fc..14fa214c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -215,9 +215,9 @@ at-least-node@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz" -axios@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.0.0.tgz#16ded6096c1d37650db9f6a8d48a2f7c1bb58622" +axios@^1.3.4: + version "1.3.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024" dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"