diff --git a/eslint-configs/eslint-config-react/package.json b/eslint-configs/eslint-config-react/package.json index b57d1bfd..a3e09934 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.18.2", + "@babel/eslint-parser": "^7.21.8", "@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 f0a1ddfe..4e1e8b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "version": "1.6.2", "license": "MIT", "dependencies": { - "@babel/eslint-parser": "^7.18.2", + "@babel/eslint-parser": "^7.21.8", "@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.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", @@ -13180,9 +13180,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", @@ -13664,7 +13664,7 @@ "@inrupt/eslint-config-react": { "version": "file:eslint-configs/eslint-config-react", "requires": { - "@babel/eslint-parser": "^7.18.2", + "@babel/eslint-parser": "^7.21.8", "@inrupt/eslint-config-base": "file:../eslint-config-base", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-jsx-a11y": "^6.2.3",