diff --git a/package-lock.json b/package-lock.json index cb06a37..381d309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "41.1.2", "eslint-plugin-n": "15.7.0", - "eslint-plugin-regexp": "1.13.0", + "eslint-plugin-regexp": "1.14.0", "eslint-plugin-unicorn": "46.0.0", "markdownlint": "^0.28.0", "markdownlint-cli2": "^0.6.0" @@ -119,9 +119,9 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.4.0.tgz", - "integrity": "sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", + "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" @@ -1077,9 +1077,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.13.0.tgz", - "integrity": "sha512-MAyx+n+gmkuK2kWPHoSITi+r8eEK9oCYEx4yrKwpePSzklsdEm5afDHVAjl7VEY0OZ/2iEi9jsxJwPpcgFbt+A==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-1.14.0.tgz", + "integrity": "sha512-5+bBSsRTTtkSf8+/iNSjiOW6qbjAdGyqv88HxPaBNFKxROK+UAdOGDl5Jr+csV5wW2BuOOvaG82zsvTriQBRFA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -1087,9 +1087,9 @@ "comment-parser": "^1.1.2", "grapheme-splitter": "^1.0.4", "jsdoctypeparser": "^9.0.0", - "refa": "^0.9.0", - "regexp-ast-analysis": "^0.5.1", - "scslre": "^0.1.6" + "refa": "^0.11.0", + "regexp-ast-analysis": "^0.6.0", + "scslre": "^0.2.0" }, "engines": { "node": "^12 || >=14" @@ -2707,20 +2707,28 @@ } }, "node_modules/refa": { - "version": "0.9.1", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/refa/-/refa-0.11.0.tgz", + "integrity": "sha512-486O8/pQXwj9jV0mVvUnTsxq0uknpBnNJ0eCUhkZqJRQ8KutrT1PhzmumdCeM1hSBF2eMlFPmwECRER4IbKXlQ==", "dev": true, - "license": "MIT", "dependencies": { - "regexpp": "^3.2.0" + "@eslint-community/regexpp": "^4.5.0" + }, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/regexp-ast-analysis": { - "version": "0.5.1", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/regexp-ast-analysis/-/regexp-ast-analysis-0.6.0.tgz", + "integrity": "sha512-OLxjyjPkVH+rQlBLb1I/P/VTmamSjGkvN5PTV5BXP432k3uVz727J7H29GA5IFiY0m7e1xBN7049Wn59FY3DEQ==", "dev": true, - "license": "MIT", "dependencies": { - "refa": "^0.9.0", - "regexpp": "^3.2.0" + "@eslint-community/regexpp": "^4.5.0", + "refa": "^0.11.0" + }, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/regexp-tree": { @@ -2865,22 +2873,14 @@ } }, "node_modules/scslre": { - "version": "0.1.6", - "dev": true, - "license": "MIT", - "dependencies": { - "refa": "^0.9.0", - "regexp-ast-analysis": "^0.2.3", - "regexpp": "^3.2.0" - } - }, - "node_modules/scslre/node_modules/regexp-ast-analysis": { - "version": "0.2.4", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/scslre/-/scslre-0.2.0.tgz", + "integrity": "sha512-4hc49fUMmX3jM0XdFUAPBrs1xwEcdHa0KyjEsjFs+Zfc66mpFpq5YmRgDtl+Ffo6AtJIilfei+yKw8fUn3N88w==", "dev": true, - "license": "MIT", "dependencies": { - "refa": "^0.9.0", - "regexpp": "^3.2.0" + "@eslint-community/regexpp": "^4.5.0", + "refa": "^0.11.0", + "regexp-ast-analysis": "^0.6.0" } }, "node_modules/semver": { diff --git a/package.json b/package.json index 01b9c92..012860a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-es": "4.1.0", "eslint-plugin-jsdoc": "41.1.2", "eslint-plugin-n": "15.7.0", - "eslint-plugin-regexp": "1.13.0", + "eslint-plugin-regexp": "1.14.0", "eslint-plugin-unicorn": "46.0.0", "markdownlint": "^0.28.0", "markdownlint-cli2": "^0.6.0"