From 1eddb61a01a0e486caaa9ebb05b81617a2706c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 05:59:37 +0000 Subject: [PATCH] build(deps): bump eslint-plugin-regexp from 1.3.1 to 1.5.0 Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.3.1 to 1.5.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-regexp/compare/v1.3.1...v1.5.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c497db7..9e873e7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-regexp": "^1.3.1" + "eslint-plugin-regexp": "^1.5.0" }, "devDependencies": { "@tsconfig/node12": "^1.0.9", @@ -5278,9 +5278,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.3.1.tgz", - "integrity": "sha512-3R0743T+Gn7qXEgzVx4j0MVJQSM0zlql4zY/21OKrrWqH3k0/ttdk5pS27j3RbDIsGsy3N9QtllA1IlI4mFNsA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.5.0.tgz", + "integrity": "sha512-OuYlOF6z2VyurEmELUjY58Wqi4TzsWwgF8+XnToItLwSzNHpDuThy/CxWZ6szIcgQ/02plg7/ZAXQ/RPl7uRxQ==", "dependencies": { "comment-parser": "^1.1.2", "eslint-utils": "^3.0.0", @@ -19220,9 +19220,9 @@ "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==" }, "eslint-plugin-regexp": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.3.1.tgz", - "integrity": "sha512-3R0743T+Gn7qXEgzVx4j0MVJQSM0zlql4zY/21OKrrWqH3k0/ttdk5pS27j3RbDIsGsy3N9QtllA1IlI4mFNsA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.5.0.tgz", + "integrity": "sha512-OuYlOF6z2VyurEmELUjY58Wqi4TzsWwgF8+XnToItLwSzNHpDuThy/CxWZ6szIcgQ/02plg7/ZAXQ/RPl7uRxQ==", "requires": { "comment-parser": "^1.1.2", "eslint-utils": "^3.0.0", diff --git a/package.json b/package.json index 65552e87..4b8261f8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-regexp": "^1.3.1" + "eslint-plugin-regexp": "^1.5.0" }, "devDependencies": { "@tsconfig/node12": "^1.0.9",