From 8b34a375cec41aa4b40615e2d2d4f8a95959dad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 05:31:43 +0000 Subject: [PATCH] Bump eslint-plugin-regexp from 2.0.0 to 2.1.1 Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 2.0.0 to 2.1.1. - [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.0.0...v2.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-regexp dependency-type: direct:development 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 caf6e2077..ecfeb522e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-ava": "14.0.0", "eslint-plugin-jsdoc": "46.8.2", "eslint-plugin-jsonc": "2.10.0", - "eslint-plugin-regexp": "2.0.0", + "eslint-plugin-regexp": "2.1.1", "eslint-plugin-yml": "1.10.0", "fast-check": "3.13.2", "husky": "8.0.3", @@ -5134,9 +5134,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.0.0.tgz", - "integrity": "sha512-VT3J6rOt3Lp+Mxw4jfvox5f31Do5UEsgRNXLy2Afl/gv5HiwMu7n+xt4J9bxePC1ds5uXTsPYMOKiCjfXsHapA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.1.1.tgz", + "integrity": "sha512-FGa/idrL5tzMCnGylyx8DCWTX3vDuEtE/CVqTx+yYwe5qY3JRppbNVkOVGIkQF0klVlrG+LxwAXRXTUr5yU5uA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", diff --git a/package.json b/package.json index 2f0b92d83..b1f2aaafb 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-ava": "14.0.0", "eslint-plugin-jsdoc": "46.8.2", "eslint-plugin-jsonc": "2.10.0", - "eslint-plugin-regexp": "2.0.0", + "eslint-plugin-regexp": "2.1.1", "eslint-plugin-yml": "1.10.0", "fast-check": "3.13.2", "husky": "8.0.3",