From e6b1bfcb9b92b8027b736e8410b871244933355f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Dec 2023 14:59:32 +0000 Subject: [PATCH] fix: upgrade eslint from 8.53.0 to 8.54.0 Snyk has created this PR to upgrade eslint from 8.53.0 to 8.54.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/mmomtchev/project/41534006-a12f-4509-bb4e-13cc1a6f415c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e98f91a..dc35303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "chai": "^4.3.6", "chai-spies": "^1.1.0", "documentation": "^14.0.0", - "eslint": "^8.53.0", + "eslint": "^8.54.0", "eslint-plugin-array-func": "^3.1.7", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-prefer-arrow": "^1.2.3", @@ -665,9 +665,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.53.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz", - "integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==", + "version": "8.54.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.54.0.tgz", + "integrity": "sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -2511,15 +2511,15 @@ } }, "node_modules/eslint": { - "version": "8.53.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz", - "integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==", + "version": "8.54.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.54.0.tgz", + "integrity": "sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.3", - "@eslint/js": "8.53.0", + "@eslint/js": "8.54.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 238cae4..3932460 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "chai": "^4.3.6", "chai-spies": "^1.1.0", "documentation": "^14.0.0", - "eslint": "^8.53.0", + "eslint": "^8.54.0", "eslint-plugin-array-func": "^3.1.7", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-prefer-arrow": "^1.2.3",