diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5a52cf649f..22b8245c42 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -86,7 +86,7 @@ "cypress-plugin-snapshots": "github:ivangabriele/cypress-plugin-snapshots", "eslint": "8.44.0", "eslint-config-airbnb": "19.0.4", - "eslint-config-airbnb-typescript": "17.0.0", + "eslint-config-airbnb-typescript": "17.1.0", "eslint-config-prettier": "8.8.0", "eslint-config-standard": "17.1.0", "eslint-plugin-cypress": "2.13.3", @@ -9912,16 +9912,16 @@ } }, "node_modules/eslint-config-airbnb-typescript": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.0.0.tgz", - "integrity": "sha512-elNiuzD0kPAPTXjFWg+lE24nMdHMtuxgYoD30OyMD6yrW1AhFZPAg27VX7d3tzOErw+dgJTNWfRSDqEcXb4V0g==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.1.0.tgz", + "integrity": "sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==", "dev": true, "dependencies": { "eslint-config-airbnb-base": "^15.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.13.0", - "@typescript-eslint/parser": "^5.0.0", + "@typescript-eslint/eslint-plugin": "^5.13.0 || ^6.0.0", + "@typescript-eslint/parser": "^5.0.0 || ^6.0.0", "eslint": "^7.32.0 || ^8.2.0", "eslint-plugin-import": "^2.25.3" } diff --git a/frontend/package.json b/frontend/package.json index 35e1c47340..8785293e97 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -106,7 +106,7 @@ "cypress-plugin-snapshots": "github:ivangabriele/cypress-plugin-snapshots", "eslint": "8.44.0", "eslint-config-airbnb": "19.0.4", - "eslint-config-airbnb-typescript": "17.0.0", + "eslint-config-airbnb-typescript": "17.1.0", "eslint-config-prettier": "8.8.0", "eslint-config-standard": "17.1.0", "eslint-plugin-cypress": "2.13.3",