diff --git a/ui/package-lock.json b/ui/package-lock.json index 1466380..8a979a7 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -2712,9 +2712,9 @@ "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==" }, "axios": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz", - "integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { "follow-redirects": "^1.10.0" } diff --git a/ui/package.json b/ui/package.json index d79ad0b..4ccfa77 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,7 +17,7 @@ "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "autosuggest-highlight": "^3.1.1", - "axios": "^0.20.0", + "axios": "^0.21.1", "babel-plugin-import": "^1.13.0", "babel-plugin-styled-components": "^1.11.1", "clsx": "^1.1.1",