From 1f78f02be97ec28fa12c35f8ac5dbf31eb259777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 03:55:41 +0000 Subject: [PATCH] Bump eslint-plugin-regexp from 1.12.0 to 1.13.0 Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-regexp/compare/v1.12.0...v1.13.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 7bb83e93..5f5db6a5 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "40.0.3", "eslint-plugin-n": "15.6.1", - "eslint-plugin-regexp": "1.12.0", + "eslint-plugin-regexp": "1.13.0", "eslint-plugin-unicorn": "46.0.0", "globby": "13.1.3", "js-yaml": "4.1.0",