Commit 1e941e8df440a04278e3172e5ac3c3a14096f9c0

Michael Schmidt 2022-03-21T21:25:09

Update to `eslint-plugin-regexp` v1.6.0 (#3409)

diff --git a/package-lock.json b/package-lock.json
index d9b3311..6a4b78c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
 				"docdash": "^1.2.0",
 				"eslint": "^7.22.0",
 				"eslint-plugin-jsdoc": "^32.3.0",
-				"eslint-plugin-regexp": "^1.4.0",
+				"eslint-plugin-regexp": "^1.6.0",
 				"gulp": "^4.0.2",
 				"gulp-clean-css": "^4.3.0",
 				"gulp-concat": "^2.3.4",
@@ -2813,9 +2813,9 @@
 			}
 		},
 		"node_modules/eslint-plugin-regexp": {
-			"version": "1.4.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.4.0.tgz",
-			"integrity": "sha512-H+APSyKFrhPOaVAdsLa3qLPD6SgkzNPypxM+lnx5fwbUY9Pcw5XV3bJkxt7JIjdsL1B5NMdQXOhN3N8LtyVa5A==",
+			"version": "1.6.0",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.6.0.tgz",
+			"integrity": "sha512-xkaQOzyY4PUukRd8b6zTq+QTtg0dePlCP2dZiM+XGSmvlpDeYiPJHfRDpAfS/sP9YtK6q7DGes1smCyPTD3Lkg==",
 			"dev": true,
 			"dependencies": {
 				"comment-parser": "^1.1.2",
@@ -13477,9 +13477,9 @@
 			}
 		},
 		"eslint-plugin-regexp": {
-			"version": "1.4.0",
-			"resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.4.0.tgz",
-			"integrity": "sha512-H+APSyKFrhPOaVAdsLa3qLPD6SgkzNPypxM+lnx5fwbUY9Pcw5XV3bJkxt7JIjdsL1B5NMdQXOhN3N8LtyVa5A==",
+			"version": "1.6.0",
+			"resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.6.0.tgz",
+			"integrity": "sha512-xkaQOzyY4PUukRd8b6zTq+QTtg0dePlCP2dZiM+XGSmvlpDeYiPJHfRDpAfS/sP9YtK6q7DGes1smCyPTD3Lkg==",
 			"dev": true,
 			"requires": {
 				"comment-parser": "^1.1.2",
diff --git a/package.json b/package.json
index 033179b..2367b9f 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
 		"docdash": "^1.2.0",
 		"eslint": "^7.22.0",
 		"eslint-plugin-jsdoc": "^32.3.0",
-		"eslint-plugin-regexp": "^1.4.0",
+		"eslint-plugin-regexp": "^1.6.0",
 		"gulp": "^4.0.2",
 		"gulp-clean-css": "^4.3.0",
 		"gulp-concat": "^2.3.4",