From f0e47f04fd56c28b28fff8a2d48d9401507985ad Mon Sep 17 00:00:00 2001 From: lChen-dev 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 b615a2a..345388f 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",