From 6995054424e30ce35fd8bb8fc9cfd27a6f407b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:05:11 +0000 Subject: [PATCH] Bump eslint-config-react-app from 6.0.0 to 7.0.1 in /frontend Bumps [eslint-config-react-app](https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/eslint-config-react-app@7.0.1/packages/eslint-config-react-app) --- updated-dependencies: - dependency-name: eslint-config-react-app dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index fc4b975..e7bd56b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -77,7 +77,7 @@ "eslint": "^7.32.0", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^8.1.0", - "eslint-config-react-app": "^6.0.0", + "eslint-config-react-app": "^7.0.1", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-flowtype": "^5.10.0", "eslint-plugin-import": "^2.22.1",