From e644e845d4ecc9923fe6eba94386f26f4a61a870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:03:04 +0000 Subject: [PATCH] Bump eslint-config-airbnb from 17.1.1 to 19.0.4 Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 17.1.1 to 19.0.4. - [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-v17.1.1...eslint-config-airbnb-v19.0.4) --- updated-dependencies: - dependency-name: eslint-config-airbnb dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80f2e29..065590f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "eslint": "^5.16.0", - "eslint-config-airbnb": "^17.1.1", + "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^4.3.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3",