From 2758540b877898c38e8797ee1b2e021f2fe426c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 22:16:33 +0000 Subject: [PATCH] Bump axios from 0.21.1 to 0.21.2 in /ui Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 15 +++++++++++---- ui/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) mode change 100755 => 100644 ui/package.json diff --git a/ui/package-lock.json b/ui/package-lock.json index cd5f2542..0484121f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3301,11 +3301,18 @@ "integrity": "sha512-Pdgfv6iP0gNx9ejRGa3zE7Xgkj/iclXqLfe7BnatdZz0QnLZ3jrRHUVH8wNSdN68w05Sk3ShGTb3ydktMTooig==" }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" + }, + "dependencies": { + "follow-redirects": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz", + "integrity": "sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==" + } } }, "axobject-query": { diff --git a/ui/package.json b/ui/package.json old mode 100755 new mode 100644 index 98470a7c..e26b0ef0 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,7 @@ "@types/react-dom": "^17.0.2", "@types/react-router-dom": "^5.1.7", "autoprefixer": "^10.2.5", - "axios": "^0.21.1", + "axios": "^0.21.2", "date-fns": "^2.19.0", "istextorbinary": "^5.12.0", "lodash.debounce": "^4.0.8",