From b67e93646b6f4d4d3ab53116f255e36b01d28d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:17:32 +0000 Subject: [PATCH] Update eslint requirement from ^8.48.0 to ^8.49.0 (#110) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74c22e5..286da30 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/sinon-chai": "^3.2.9", "chai": "^4.3.8", "chai-as-promised": "^7.1.1", - "eslint": "^8.48.0", + "eslint": "^8.49.0", "gulp": "^4.0.2", "mocha": "^10.2.0", "proxyquire": "^2.1.3",