Commit 8e93c5daa808a4ff74c073d42017bc1dad47a9cc

Michael Schmidt 2021-06-13T20:35:52

Update `eslint-plugin-regexp` (#2942)

diff --git a/package-lock.json b/package-lock.json
index 24ce4e6..c20cd72 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2329,16 +2329,16 @@
       }
     },
     "eslint-plugin-regexp": {
-      "version": "0.11.0",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-0.11.0.tgz",
-      "integrity": "sha512-+I/iCVkdjRRG+EPnw+hdbh1daNGkeiwEhPQuwM2AMOxvOuuI2nvjjg3PIPsdWsrVzUOzY0d7boLlSmFR7Z7G/Q==",
+      "version": "0.12.1",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-0.12.1.tgz",
+      "integrity": "sha512-kALWA1C1O/8kxLB42ypK9ildKydilhfaF2i/cSL3mvSVODgjumn9ILsfdkOpkZwjruioSn89Oe24M5tBXTU3kw==",
       "dev": true,
       "requires": {
         "comment-parser": "^1.1.2",
         "eslint-utils": "^3.0.0",
         "jsdoctypeparser": "^9.0.0",
         "refa": "^0.8.0",
-        "regexp-ast-analysis": "^0.2.0",
+        "regexp-ast-analysis": "^0.2.2",
         "regexpp": "^3.1.0"
       },
       "dependencies": {
@@ -2350,6 +2350,16 @@
           "requires": {
             "eslint-visitor-keys": "^2.0.0"
           }
+        },
+        "regexp-ast-analysis": {
+          "version": "0.2.2",
+          "resolved": "https://registry.npmjs.org/regexp-ast-analysis/-/regexp-ast-analysis-0.2.2.tgz",
+          "integrity": "sha512-inLIbwizLLAZkpC9/8zp8CeSkJJPsRaqXGDVpxEbNRZD10E+OP6vRDHt7OS9JjWECQLvOI2EmHx7DgdpyAvdrQ==",
+          "dev": true,
+          "requires": {
+            "refa": "^0.8.0",
+            "regexpp": "^3.1.0"
+          }
         }
       }
     },
diff --git a/package.json b/package.json
index 474f77b..f71afdd 100755
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
     "docdash": "^1.2.0",
     "eslint": "^7.22.0",
     "eslint-plugin-jsdoc": "^32.3.0",
-    "eslint-plugin-regexp": "^0.11.0",
+    "eslint-plugin-regexp": "^0.12.1",
     "gulp": "^4.0.2",
     "gulp-concat": "^2.3.4",
     "gulp-header": "^2.0.7",