From 0372e1daa6a807c3e8a9ea0eb67c7d574ccaf77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:23:38 +0000 Subject: [PATCH] chore(deps-dev): update axios requirement from ^1.6.3 to ^1.6.5 (#114) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dca224..eaf1337 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.20", "@types/sinon-chai": "^3.2.12", - "axios": "^1.6.3", + "axios": "^1.6.5", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "eslint": "^8.56.0",