From a8cb1b1f73c0fbcd8ef61aba635385aa172c6407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:45:49 +0000 Subject: [PATCH] Bump @eslint-community/eslint-plugin-eslint-comments from 4.7.1 to 4.7.2 Bumps [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-eslint-comments/compare/v4.7.1...v4.7.2) --- updated-dependencies: - dependency-name: "@eslint-community/eslint-plugin-eslint-comments" dependency-version: 4.7.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 116bf03f5..423517b39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "wp.stories.google", "license": "Apache-2.0", "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1", + "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "10.0.1", "@typescript-eslint/eslint-plugin": "^8.62.1", @@ -866,9 +866,9 @@ } }, "node_modules/@eslint-community/eslint-plugin-eslint-comments": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.7.1.tgz", - "integrity": "sha512-Ql2nJFwA8wUGpILYGOQaT1glPsmvEwE0d+a+l7AALLzQvInqdbXJdx7aSu0DpUX9dB1wMVBMhm99/++S3MdEtQ==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.7.2.tgz", + "integrity": "sha512-LF03qURSwEWm2dz5wtdDCzNk+7Opl0X7q6I3undsaIuNsEiNvRV3BCtqu14Q/6Pzg1tBj44LcxpW2EpSLZStZw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 50065184b..215f6b72b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ] }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1", + "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "10.0.1", "@typescript-eslint/eslint-plugin": "^8.62.1",