From 4d5d0ffb475891a5cddf33626af69fc27cb9df64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 03:07:29 +0000 Subject: [PATCH] Update eslint requirement from ^8.31.0 to ^8.33.0 (#192) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bdbe85..c1897c2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "axios": "^0.27.2", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", - "eslint": "^8.31.0", + "eslint": "^8.33.0", "gulp": "^4.0.2", "mocha": "^9.2.2", "proxyquire": "^2.1.3",