From 21c25d5635d30dce4fa10210c9a8232bff9a1ba6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 07:25:13 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v8.27.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- packages/jsdoc-eslint-config/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f07452c4..a06171e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@jsdoc/eslint-config": "^1.0.8", "@jsdoc/test-matchers": "^0.1.9", "ajv": "^8.11.0", - "eslint": "^8.26.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "gulp": "^4.0.2", @@ -5903,9 +5903,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", @@ -20370,9 +20370,9 @@ "dev": true }, "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 76731d6c..a7c936da 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@jsdoc/eslint-config": "^1.0.8", "@jsdoc/test-matchers": "^0.1.9", "ajv": "^8.11.0", - "eslint": "^8.26.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "gulp": "^4.0.2", diff --git a/packages/jsdoc-eslint-config/package.json b/packages/jsdoc-eslint-config/package.json index e2047a59..b43582d9 100644 --- a/packages/jsdoc-eslint-config/package.json +++ b/packages/jsdoc-eslint-config/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "main": "index.js", "peerDependencies": { - "eslint": ">= 8.26.0" + "eslint": ">= 8.27.0" }, "publishConfig": { "access": "public"