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",