From 7fc78403b11fd093ed3b100e38160338ed3a91b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 11:24:43 +0000 Subject: [PATCH] chore(deps): bump @babel/eslint-parser from 7.21.3 to 7.21.8 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.21.3 to 7.21.8. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.21.8/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eslint-configs/eslint-config-react/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) 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",