From 228f66cf3ce1c3881fb8d2d361524fdadbedf82f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 02:14:01 +0000 Subject: [PATCH] Bump eslint-plugin-regexp from 1.11.0 to 1.12.0 Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-regexp/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: eslint-plugin-regexp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f339224..c514a068 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "39.6.4", "eslint-plugin-n": "15.6.0", - "eslint-plugin-regexp": "1.11.0", + "eslint-plugin-regexp": "1.12.0", "eslint-plugin-unicorn": "45.0.2", "globby": "13.1.3", "js-yaml": "4.1.0",