diff --git a/eslint-configs/eslint-config-react/package.json b/eslint-configs/eslint-config-react/package.json index 93eb32cc..db36207a 100644 --- a/eslint-configs/eslint-config-react/package.json +++ b/eslint-configs/eslint-config-react/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/inrupt/typescript-sdk-tools/tree/main/eslint-configs/eslint-config-react#readme", "dependencies": { - "@babel/eslint-parser": "^7.21.8", + "@babel/eslint-parser": "^7.22.5", "@inrupt/eslint-config-base": "file:../eslint-config-base", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-jsx-a11y": "^6.2.3", diff --git a/package-lock.json b/package-lock.json index 77a21902..8798a7c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "version": "1.8.0", "license": "MIT", "dependencies": { - "@babel/eslint-parser": "^7.21.8", + "@babel/eslint-parser": "^7.22.5", "@inrupt/eslint-config-base": "file:../eslint-config-base", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-jsx-a11y": "^6.2.3", @@ -177,9 +177,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", @@ -13915,9 +13915,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", @@ -14399,7 +14399,7 @@ "@inrupt/eslint-config-react": { "version": "file:eslint-configs/eslint-config-react", "requires": { - "@babel/eslint-parser": "^7.21.8", + "@babel/eslint-parser": "^7.22.5", "@inrupt/eslint-config-base": "file:../eslint-config-base", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-jsx-a11y": "^6.2.3",