From 99df4a0c3b250a1a65eab3167a662e72c0909cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:42:49 +0000 Subject: [PATCH] Bump eslint-plugin-regexp from 2.2.0 to 2.4.0 Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 2.2.0 to 2.4.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.2.0...v2.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-regexp dependency-type: direct:production 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 db76623..a90ba02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "eslint-config-prettier": "^9.1.0", "eslint-plugin-n": "^16.6.2", - "eslint-plugin-regexp": "^2.2.0" + "eslint-plugin-regexp": "^2.4.0" }, "devDependencies": { "@stylelint/prettier-config": "^3.0.0", @@ -1993,9 +1993,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.2.0.tgz", - "integrity": "sha512-0kwpiWiLRVBkVr3oIRQLl196sXP/NF6DQFefv9jtR4ZOgQR+6WID2pIZ0I+wIt54qgBPwBB7Gm2a+ueh8/WsFQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.4.0.tgz", + "integrity": "sha512-OL2S6VPjQhs9s/NclQ0qattVq1J0GU8ox70/HIVy5Dxw+qbbdd7KQkyucsez2clEQjvdtDe12DTnPphFFUyXFg==", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.9.1", diff --git a/package.json b/package.json index 105b169..78bc8cb 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "eslint-config-prettier": "^9.1.0", "eslint-plugin-n": "^16.6.2", - "eslint-plugin-regexp": "^2.2.0" + "eslint-plugin-regexp": "^2.4.0" }, "devDependencies": { "@stylelint/prettier-config": "^3.0.0",