diff --git a/package-lock.json b/package-lock.json index bfcbf9a1d..c88096b73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-regexp", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-regexp", - "version": "2.1.2", + "version": "2.2.0", "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -42,7 +42,7 @@ "eslint-plugin-jsonc": "^2.0.0", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-regexp": "~2.1.0", + "eslint-plugin-regexp": "~2.2.0", "eslint-plugin-vue": "^9.0.0", "eslint-plugin-yml": "^1.0.0", "intl-segmenter-polyfill": "^0.4.4", @@ -5562,9 +5562,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.1.0.tgz", - "integrity": "sha512-MW0Tq5PH/77rctyDjYahJp3+hQknatIHarOdpvXT5OQ3VGc7cd3UC37vkYEOzdoDPB34zCL/LWI7Dla7L8UBCQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.2.0.tgz", + "integrity": "sha512-0kwpiWiLRVBkVr3oIRQLl196sXP/NF6DQFefv9jtR4ZOgQR+6WID2pIZ0I+wIt54qgBPwBB7Gm2a+ueh8/WsFQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -15485,9 +15485,9 @@ } }, "eslint-plugin-regexp": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.1.0.tgz", - "integrity": "sha512-MW0Tq5PH/77rctyDjYahJp3+hQknatIHarOdpvXT5OQ3VGc7cd3UC37vkYEOzdoDPB34zCL/LWI7Dla7L8UBCQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.2.0.tgz", + "integrity": "sha512-0kwpiWiLRVBkVr3oIRQLl196sXP/NF6DQFefv9jtR4ZOgQR+6WID2pIZ0I+wIt54qgBPwBB7Gm2a+ueh8/WsFQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", diff --git a/package.json b/package.json index 2267bdc23..fec27a117 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "eslint-plugin-jsonc": "^2.0.0", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-regexp": "~2.1.0", + "eslint-plugin-regexp": "~2.2.0", "eslint-plugin-vue": "^9.0.0", "eslint-plugin-yml": "^1.0.0", "intl-segmenter-polyfill": "^0.4.4",