From c27716254180da811d7b6aaddeb4afc0ef4082db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 03:08:37 +0000 Subject: [PATCH] Bump eslint-plugin-regexp from 1.14.0 to 1.15.0 Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-regexp/compare/v1.14.0...v1.15.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 ebd73e6d..62e20f1b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "44.1.0", "eslint-plugin-n": "15.7.0", - "eslint-plugin-regexp": "1.14.0", + "eslint-plugin-regexp": "1.15.0", "eslint-plugin-unicorn": "47.0.0", "globby": "13.1.4", "js-yaml": "4.1.0",