From ac9f309e9e77abd2baa1c101a1faac8bed6df2fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 08:51:29 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v8.27.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9796ac3..ca43f41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "winston-daily-rotate-file": "^4.5.5" }, "devDependencies": { - "eslint": "8.26.0", + "eslint": "8.27.0", "eslint-config-prettier": "8.5.0", "husky": "8.0.1", "lint-staged": "13.0.3", @@ -3168,9 +3168,9 @@ } }, "node_modules/eslint": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", - "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", + "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.3", @@ -10772,9 +10772,9 @@ } }, "eslint": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", - "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", + "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.3", diff --git a/package.json b/package.json index 2c6c432..616268a 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "winston-daily-rotate-file": "^4.5.5" }, "devDependencies": { - "eslint": "8.26.0", + "eslint": "8.27.0", "eslint-config-prettier": "8.5.0", "husky": "8.0.1", "lint-staged": "13.0.3",