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",