From d8b336294da92e23ffa8ea47a08ec32433f58e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 03:21:32 +0000 Subject: [PATCH] Bump eslint-plugin-regexp from 2.10.0 to 3.0.0 Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-regexp/compare/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-regexp dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13191236..aa9f79f7 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint": "9.39.2", "eslint-plugin-jsdoc": "62.3.0", "eslint-plugin-n": "17.23.2", - "eslint-plugin-regexp": "2.10.0", + "eslint-plugin-regexp": "3.0.0", "eslint-plugin-unicorn": "62.0.0", "gemoji": "8.1.0", "globby": "16.1.0",