diff --git a/package-lock.json b/package-lock.json index 60e50961ef..3d2d7978f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1918,9 +1918,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz", - "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==", + "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==", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -8176,7 +8176,7 @@ "license": "MIT", "dependencies": { "@babel/core": "7.21.8", - "@babel/eslint-parser": "7.21.3", + "@babel/eslint-parser": "7.21.8", "@babel/plugin-syntax-class-properties": "7.12.13", "eslint": "8.39.0", "eslint-config-prettier": "8.8.0", @@ -9711,9 +9711,9 @@ } }, "@babel/eslint-parser": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz", - "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==", + "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==", "requires": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -9946,7 +9946,7 @@ "version": "file:packages/eslint-plugin", "requires": { "@babel/core": "7.21.8", - "@babel/eslint-parser": "7.21.3", + "@babel/eslint-parser": "7.21.8", "@babel/plugin-syntax-class-properties": "7.12.13", "eslint": "8.39.0", "eslint-config-prettier": "8.8.0", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 34931beae9..885f8d3c42 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "@babel/core": "7.21.8", - "@babel/eslint-parser": "7.21.3", + "@babel/eslint-parser": "7.21.8", "@babel/plugin-syntax-class-properties": "7.12.13", "eslint": "8.39.0", "eslint-config-prettier": "8.8.0",