From 3c1bf447a4f9f0f6efd46753c3f30bb2cd88565e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:08:15 +0000 Subject: [PATCH] chore(deps-dev): bump @dsmjs/eslint-config from 1.0.126 to 1.0.127 Bumps [@dsmjs/eslint-config](https://github.com/dsmjs/eslint-config) from 1.0.126 to 1.0.127. - [Release notes](https://github.com/dsmjs/eslint-config/releases) - [Commits](https://github.com/dsmjs/eslint-config/compare/v1.0.126...v1.0.127) --- updated-dependencies: - dependency-name: "@dsmjs/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 62 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc8c039..1db8177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@form8ion/remark-lint-preset": "^6.0.2" }, "devDependencies": { - "@dsmjs/eslint-config": "1.0.126", + "@dsmjs/eslint-config": "1.0.127", "ban-sensitive-files": "^1.9.2", "commitlint-config-dsmjs": "1.0.51", "cz-conventional-changelog": "^3.0.2", @@ -583,12 +583,12 @@ } }, "node_modules/@dsmjs/eslint-config": { - "version": "1.0.126", - "resolved": "https://registry.npmjs.org/@dsmjs/eslint-config/-/eslint-config-1.0.126.tgz", - "integrity": "sha512-O6mP3DMAiUdLoL1pycItpb4e5alWWV9oshXjTDpSSHZrfQlBfj7j7qqmrm9JBQeH3RtXEFuALMcefx72NptmKA==", + "version": "1.0.127", + "resolved": "https://registry.npmjs.org/@dsmjs/eslint-config/-/eslint-config-1.0.127.tgz", + "integrity": "sha512-lCI/7XzNfxdFwR6+csqFJfqrcqV62Mt1DlWEoEiYe6Y9E1sPfmbWQE66yTELe3qgotJnVgDFNWwVHaiNaQE3kg==", "dev": true, "dependencies": { - "@form8ion/eslint-config": "7.0.7" + "@form8ion/eslint-config": "7.0.8" } }, "node_modules/@eslint-community/eslint-utils": { @@ -651,9 +651,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.55.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz", - "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==", + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", + "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -670,12 +670,12 @@ } }, "node_modules/@form8ion/eslint-config": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-7.0.7.tgz", - "integrity": "sha512-2GsOhqfPe2p9zzA4V90gwO1s30OH+zAN0mjNK8UI2ltuk54dmygeYWoD1kXe6hwle9/e18VOhMvuG8gNmMr2OQ==", + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-7.0.8.tgz", + "integrity": "sha512-pDcc9OnMfZQPYKgHdlJy3SWaW34VGJVfvS8T/tttT0DdfOvTDXJIH2+zK1PyBTH7N4/3VtSlNeXx9t8HDSAtUQ==", "dev": true, "dependencies": { - "eslint": "8.55.0", + "eslint": "8.56.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-anti-trojan-source": "1.1.1", "eslint-plugin-eslint-comments": "3.2.0", @@ -3053,15 +3053,15 @@ } }, "node_modules/eslint": { - "version": "8.55.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz", - "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==", + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", + "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.55.0", + "@eslint/js": "8.56.0", "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -12904,12 +12904,12 @@ } }, "@dsmjs/eslint-config": { - "version": "1.0.126", - "resolved": "https://registry.npmjs.org/@dsmjs/eslint-config/-/eslint-config-1.0.126.tgz", - "integrity": "sha512-O6mP3DMAiUdLoL1pycItpb4e5alWWV9oshXjTDpSSHZrfQlBfj7j7qqmrm9JBQeH3RtXEFuALMcefx72NptmKA==", + "version": "1.0.127", + "resolved": "https://registry.npmjs.org/@dsmjs/eslint-config/-/eslint-config-1.0.127.tgz", + "integrity": "sha512-lCI/7XzNfxdFwR6+csqFJfqrcqV62Mt1DlWEoEiYe6Y9E1sPfmbWQE66yTELe3qgotJnVgDFNWwVHaiNaQE3kg==", "dev": true, "requires": { - "@form8ion/eslint-config": "7.0.7" + "@form8ion/eslint-config": "7.0.8" } }, "@eslint-community/eslint-utils": { @@ -12953,9 +12953,9 @@ } }, "@eslint/js": { - "version": "8.55.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz", - "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==", + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", + "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", "dev": true }, "@form8ion/commitlint-config": { @@ -12969,12 +12969,12 @@ } }, "@form8ion/eslint-config": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-7.0.7.tgz", - "integrity": "sha512-2GsOhqfPe2p9zzA4V90gwO1s30OH+zAN0mjNK8UI2ltuk54dmygeYWoD1kXe6hwle9/e18VOhMvuG8gNmMr2OQ==", + "version": "7.0.8", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-7.0.8.tgz", + "integrity": "sha512-pDcc9OnMfZQPYKgHdlJy3SWaW34VGJVfvS8T/tttT0DdfOvTDXJIH2+zK1PyBTH7N4/3VtSlNeXx9t8HDSAtUQ==", "dev": true, "requires": { - "eslint": "8.55.0", + "eslint": "8.56.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-anti-trojan-source": "1.1.1", "eslint-plugin-eslint-comments": "3.2.0", @@ -14727,15 +14727,15 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "8.55.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz", - "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==", + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", + "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.55.0", + "@eslint/js": "8.56.0", "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", diff --git a/package.json b/package.json index 662497c..b2f196d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prepare": "husky install" }, "devDependencies": { - "@dsmjs/eslint-config": "1.0.126", + "@dsmjs/eslint-config": "1.0.127", "ban-sensitive-files": "^1.9.2", "commitlint-config-dsmjs": "1.0.51", "cz-conventional-changelog": "^3.0.2",