From 8931981d9cac2b0c7c59f1f633bf2e973fc38508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 02:48:27 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-regexp from 2.7.0 to 2.9.0 Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 2.7.0 to 2.9.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.7.0...v2.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-regexp dependency-version: 2.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 d59f7f8..784b235 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "cross-env": "^7.0.3", "del-cli": "^6.0.0", "eslint": "^9.28.0", - "eslint-plugin-regexp": "^2.7.0", + "eslint-plugin-regexp": "^2.9.0", "globals": "^16.2.0", "jest": "^29.7.0", "node-gyp": "^11.2.0", @@ -5236,9 +5236,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.7.0.tgz", - "integrity": "sha512-U8oZI77SBtH8U3ulZ05iu0qEzIizyEDXd+BWHvyVxTOjGwcDcvy/kEpgFG4DYca2ByRLiVPFZ2GeH7j1pdvZTA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.9.0.tgz", + "integrity": "sha512-9WqJMnOq8VlE/cK+YAo9C9YHhkOtcEtEk9d12a+H7OSZFwlpI6stiHmYPGa2VE0QhTzodJyhlyprUaXDZLgHBw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ed909e5..b157e84 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "cross-env": "^7.0.3", "del-cli": "^6.0.0", "eslint": "^9.28.0", - "eslint-plugin-regexp": "^2.7.0", + "eslint-plugin-regexp": "^2.9.0", "globals": "^16.2.0", "jest": "^29.7.0", "node-gyp": "^11.2.0",