From c14af2822569edf3fa56b2e3a5d157616b0a7dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 00:02:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.0.3 to 5.0.7 Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 5.0.3 to 5.0.7. - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-plugin/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-eslint-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-eslint-plugin/compare/v5.0.3...v5.0.7) --- updated-dependencies: - dependency-name: eslint-plugin-eslint-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1546c49..570ce923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1194,13 +1194,13 @@ } }, "node_modules/eslint-plugin-eslint-plugin": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-5.0.3.tgz", - "integrity": "sha512-GcJO7etUAql3mvw2pyEuIFRTR0i+b3W44hcxE1JOTPrf+bbkRtgeNfL+DFBGeYCe25hzMfuRvd0FmqHBtLmdcg==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-5.0.7.tgz", + "integrity": "sha512-hcz4Bze1ECwv3Q/Bi/ZMZZNiuvI2YclNuxjnczkblQ0skrlPhdO83rSM7felf5n+7ZJOZi4GS8y8gNiRtvI0hA==", "dev": true, "dependencies": { "eslint-utils": "^3.0.0", - "estraverse": "^5.2.0" + "estraverse": "^5.3.0" }, "engines": { "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" @@ -4279,13 +4279,13 @@ } }, "eslint-plugin-eslint-plugin": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-5.0.3.tgz", - "integrity": "sha512-GcJO7etUAql3mvw2pyEuIFRTR0i+b3W44hcxE1JOTPrf+bbkRtgeNfL+DFBGeYCe25hzMfuRvd0FmqHBtLmdcg==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-5.0.7.tgz", + "integrity": "sha512-hcz4Bze1ECwv3Q/Bi/ZMZZNiuvI2YclNuxjnczkblQ0skrlPhdO83rSM7felf5n+7ZJOZi4GS8y8gNiRtvI0hA==", "dev": true, "requires": { "eslint-utils": "^3.0.0", - "estraverse": "^5.2.0" + "estraverse": "^5.3.0" }, "dependencies": { "estraverse": {