From e6060d0817864d530dece53b82260335902e2f4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 09:24:41 +0000 Subject: [PATCH] build(deps): update dependency eslint to ^8.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 f11689a1..7e625718 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@xml-conformance-suite/test-data": "^3.0.0", "chai": "^4.3.6", "conventional-changelog-cli": "^2.2.2", - "eslint": "^8.26.0", + "eslint": "^8.27.0", "eslint-config-lddubeau-base": "^6.1.0", "eslint-config-lddubeau-ts": "^2.0.2", "eslint-import-resolver-typescript": "^2.7.1", @@ -2090,9 +2090,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", @@ -8143,9 +8143,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 06567d74..a83d78ca 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@xml-conformance-suite/test-data": "^3.0.0", "chai": "^4.3.6", "conventional-changelog-cli": "^2.2.2", - "eslint": "^8.26.0", + "eslint": "^8.27.0", "eslint-config-lddubeau-base": "^6.1.0", "eslint-config-lddubeau-ts": "^2.0.2", "eslint-import-resolver-typescript": "^2.7.1",