From 07b32f18b6c958b9ff735e7bb20962c9ac1a8641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:40:30 +0000 Subject: [PATCH] chore(deps): update dependency @form8ion/eslint-config to v7.0.11 --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed6dad76..c758818b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/register": "7.24.6", "@cucumber/cucumber": "11.0.1", "@form8ion/commitlint-config": "1.0.76", - "@form8ion/eslint-config": "7.0.10", + "@form8ion/eslint-config": "7.0.11", "@form8ion/eslint-config-cucumber": "1.4.1", "@form8ion/remark-lint-preset": "6.0.4", "@travi/any": "3.1.2", @@ -1889,9 +1889,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", - "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", "dev": true, "license": "MIT", "engines": { @@ -1910,13 +1910,13 @@ } }, "node_modules/@form8ion/eslint-config": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-7.0.10.tgz", - "integrity": "sha512-dg72B29ygNULOZdxd0BEZDUozOra21oy+1pUd6bvb1wqKiqeGlFLjfW8knztn+v1k0ufUKogMjo8qBV5A9rtXg==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-7.0.11.tgz", + "integrity": "sha512-4u1T/S/zvI1mOJRkco5W+UObqJQdrllI3+E0GLwCL/950AVhSUSbdTpK+U8V9uk0PxpejJnaCzm9hg6o4A69JQ==", "dev": true, "license": "MIT", "dependencies": { - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-anti-trojan-source": "1.1.1", "eslint-plugin-eslint-comments": "3.2.0", @@ -1960,14 +1960,14 @@ } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", "deprecated": "Use @eslint/config-array instead", "dev": true, "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/object-schema": "^2.0.2", + "@humanwhocodes/object-schema": "^2.0.3", "debug": "^4.3.1", "minimatch": "^3.0.5" }, @@ -7118,17 +7118,17 @@ } }, "node_modules/eslint": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", - "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "@ungap/structured-clone": "^1.2.0", diff --git a/package.json b/package.json index 64d100d8..b808a835 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@babel/register": "7.24.6", "@cucumber/cucumber": "11.0.1", "@form8ion/commitlint-config": "1.0.76", - "@form8ion/eslint-config": "7.0.10", + "@form8ion/eslint-config": "7.0.11", "@form8ion/eslint-config-cucumber": "1.4.1", "@form8ion/remark-lint-preset": "6.0.4", "@travi/any": "3.1.2",