From 1cef6aca1b5ba2ccc7ecdef6d144c23fc225d223 Mon Sep 17 00:00:00 2001 From: Abhijith N T Date: Mon, 8 Nov 2021 21:10:59 +0530 Subject: [PATCH] chore(deps): update axios to 0.24.0 (https://github.com/axios/axios/pull/3410) (#1446) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b615a2ac..345388f9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@actions/github": "^4.0.0", "@testing-library/dom": "^7.20.0", "@testing-library/jest-dom": "^5.11.0", - "axios": "^0.19.2", + "axios": "^0.24.0", "axios-mock-adapter": "^1.18.1", "color-contrast-checker": "^2.1.0", "css-to-object": "^1.1.0",