diff --git a/package-lock.json b/package-lock.json index 238877d..40ad943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-evelyn": "^6.2.0", "eslint-plugin-import": "^2.23.3", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-regexp": "^0.10.0", + "eslint-plugin-regexp": "^0.11.0", "eslint-plugin-testing-library": "^4.6.0", "eslint-plugin-unicorn": "^32.0.1", "husky": "^6.0.0", @@ -3847,12 +3847,13 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "0.10.0", + "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==", "dev": true, - "license": "MIT", "dependencies": { "comment-parser": "^1.1.2", - "eslint-utils": "^2.1.0", + "eslint-utils": "^3.0.0", "jsdoctypeparser": "^9.0.0", "refa": "^0.8.0", "regexp-ast-analysis": "^0.2.0", @@ -3862,6 +3863,33 @@ "eslint": ">=6.0.0" } }, + "node_modules/eslint-plugin-regexp/node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "node_modules/eslint-plugin-regexp/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/eslint-plugin-testing-library": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.6.0.tgz", @@ -15931,15 +15959,34 @@ } }, "eslint-plugin-regexp": { - "version": "0.10.0", + "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==", "dev": true, "requires": { "comment-parser": "^1.1.2", - "eslint-utils": "^2.1.0", + "eslint-utils": "^3.0.0", "jsdoctypeparser": "^9.0.0", "refa": "^0.8.0", "regexp-ast-analysis": "^0.2.0", "regexpp": "^3.1.0" + }, + "dependencies": { + "eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^2.0.0" + } + }, + "eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true + } } }, "eslint-plugin-testing-library": { diff --git a/package.json b/package.json index 412e542..4ff03ce 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-evelyn": "^6.2.0", "eslint-plugin-import": "^2.23.3", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-regexp": "^0.10.0", + "eslint-plugin-regexp": "^0.11.0", "eslint-plugin-testing-library": "^4.6.0", "eslint-plugin-unicorn": "^32.0.1", "husky": "^6.0.0",