From 684c5f685759458accf7e3ee9812e7106c2e98fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Feb 2021 10:40:08 +0000 Subject: [PATCH] chore(deps): update dependency @html-validate/eslint-config to v4 Signed-off-by: Renovate Bot --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56bf4351..e059c46a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "devDependencies": { "@commitlint/cli": "12.0.1", "@html-validate/commitlint-config": "1.3.1", - "@html-validate/eslint-config": "3.2.0", + "@html-validate/eslint-config": "4.0.0", "@html-validate/eslint-config-jest": "3.0.0", "@html-validate/eslint-config-typescript": "3.0.0", "@html-validate/jest-config": "1.2.6", @@ -933,13 +933,13 @@ } }, "node_modules/@html-validate/eslint-config": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@html-validate/eslint-config/-/eslint-config-3.2.0.tgz", - "integrity": "sha512-55HkSOYxy1Esn3LMtqGZO5EJYUhMjNyQQzmOWHVR2gUydoGvqoJcl6YNNIHVwpokFurL8JEP6QJc9sThhm+Igg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@html-validate/eslint-config/-/eslint-config-4.0.0.tgz", + "integrity": "sha512-1mDBigcNdLR6HxF8vJov7/Lf0b3WGA1ZThDwACVgW2mmY2kxAKKeqyg5BmXFtm03Lf5nt+PCDCXS+UrzR2nSOQ==", "dev": true, "dependencies": { "argparse": "^2.0.1", - "eslint-config-prettier": "^7.0.0", + "eslint-config-prettier": "^8.0.0", "eslint-config-sidvind": "^1.3.2", "eslint-formatter-gitlab": "^2.2.0", "eslint-plugin-array-func": "^3.1.7", @@ -10257,9 +10257,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.1.0.tgz", - "integrity": "sha512-9sm5/PxaFG7qNJvJzTROMM1Bk1ozXVTKI0buKOyb0Bsr1hrwi0H/TzxF/COtf1uxikIK8SwhX7K6zg78jAzbeA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz", + "integrity": "sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -19235,13 +19235,13 @@ } }, "@html-validate/eslint-config": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@html-validate/eslint-config/-/eslint-config-3.2.0.tgz", - "integrity": "sha512-55HkSOYxy1Esn3LMtqGZO5EJYUhMjNyQQzmOWHVR2gUydoGvqoJcl6YNNIHVwpokFurL8JEP6QJc9sThhm+Igg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@html-validate/eslint-config/-/eslint-config-4.0.0.tgz", + "integrity": "sha512-1mDBigcNdLR6HxF8vJov7/Lf0b3WGA1ZThDwACVgW2mmY2kxAKKeqyg5BmXFtm03Lf5nt+PCDCXS+UrzR2nSOQ==", "dev": true, "requires": { "argparse": "^2.0.1", - "eslint-config-prettier": "^7.0.0", + "eslint-config-prettier": "^8.0.0", "eslint-config-sidvind": "^1.3.2", "eslint-formatter-gitlab": "^2.2.0", "eslint-plugin-array-func": "^3.1.7", @@ -26476,9 +26476,9 @@ } }, "eslint-config-prettier": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.1.0.tgz", - "integrity": "sha512-9sm5/PxaFG7qNJvJzTROMM1Bk1ozXVTKI0buKOyb0Bsr1hrwi0H/TzxF/COtf1uxikIK8SwhX7K6zg78jAzbeA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz", + "integrity": "sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index cac1b780..be9c5b0f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "devDependencies": { "@commitlint/cli": "12.0.1", "@html-validate/commitlint-config": "1.3.1", - "@html-validate/eslint-config": "3.2.0", + "@html-validate/eslint-config": "4.0.0", "@html-validate/eslint-config-jest": "3.0.0", "@html-validate/eslint-config-typescript": "3.0.0", "@html-validate/jest-config": "1.2.6",