diff --git a/package-lock.json b/package-lock.json index 3c34ea477f..18cbf05150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1753,9 +1753,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.8.tgz", - "integrity": "sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz", + "integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -9041,7 +9041,7 @@ "license": "MIT", "dependencies": { "@babel/core": "7.22.1", - "@babel/eslint-parser": "7.21.8", + "@babel/eslint-parser": "7.22.5", "@babel/plugin-syntax-class-properties": "7.12.13", "eslint": "8.42.0", "eslint-config-prettier": "8.8.0", @@ -10417,9 +10417,9 @@ } }, "@babel/eslint-parser": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.8.tgz", - "integrity": "sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz", + "integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==", "requires": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -10652,7 +10652,7 @@ "version": "file:packages/eslint-plugin", "requires": { "@babel/core": "7.22.1", - "@babel/eslint-parser": "7.21.8", + "@babel/eslint-parser": "7.22.5", "@babel/plugin-syntax-class-properties": "7.12.13", "eslint": "8.42.0", "eslint-config-prettier": "8.8.0", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index fb80566b72..e7cd1a1b84 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "@babel/core": "7.22.1", - "@babel/eslint-parser": "7.21.8", + "@babel/eslint-parser": "7.22.5", "@babel/plugin-syntax-class-properties": "7.12.13", "eslint": "8.42.0", "eslint-config-prettier": "8.8.0",