diff --git a/package-lock.json b/package-lock.json index 5e88e43..b262bc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eslint-plugin-censor", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.14.5", @@ -41,7 +41,7 @@ "eslint-plugin-no-secrets": "^0.8.9", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-regexp": "^0.11.0", + "eslint-plugin-regexp": "^0.12.0", "eslint-plugin-scanjs-rules": "^0.2.1", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.7.0", @@ -6446,15 +6446,16 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "0.11.0", + "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, - "license": "MIT", "dependencies": { "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" }, "peerDependencies": { @@ -13450,8 +13451,9 @@ }, "node_modules/refa": { "version": "0.8.0", + "resolved": "https://registry.npmjs.org/refa/-/refa-0.8.0.tgz", + "integrity": "sha512-qOf9zk1McAuGPtQ16nzuWCUg9zx3Quc48i6oD6nxWJdrFeh3Do0vCpIGYLij/1ysAbh5rxdUNg+YzSVBRycX5g==", "dev": true, - "license": "MIT", "dependencies": { "regexpp": "^3.1.0" } @@ -13498,9 +13500,10 @@ } }, "node_modules/regexp-ast-analysis": { - "version": "0.2.0", + "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, - "license": "MIT", "dependencies": { "refa": "^0.8.0", "regexpp": "^3.1.0" @@ -20392,14 +20395,16 @@ "requires": {} }, "eslint-plugin-regexp": { - "version": "0.11.0", + "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": { @@ -24887,6 +24892,8 @@ }, "refa": { "version": "0.8.0", + "resolved": "https://registry.npmjs.org/refa/-/refa-0.8.0.tgz", + "integrity": "sha512-qOf9zk1McAuGPtQ16nzuWCUg9zx3Quc48i6oD6nxWJdrFeh3Do0vCpIGYLij/1ysAbh5rxdUNg+YzSVBRycX5g==", "dev": true, "requires": { "regexpp": "^3.1.0" @@ -24923,7 +24930,9 @@ } }, "regexp-ast-analysis": { - "version": "0.2.0", + "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", diff --git a/package.json b/package.json index 3d949db..499d470 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint-plugin-no-secrets": "^0.8.9", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-regexp": "^0.11.0", + "eslint-plugin-regexp": "^0.12.0", "eslint-plugin-scanjs-rules": "^0.2.1", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.7.0",