diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 4ba1baffdf..e7363122ab 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -78,7 +78,7 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "6.5.0", "eslint": "^8.0.1", - "eslint-config-standard-with-typescript": "^36.0.0", + "eslint-config-standard-with-typescript": "^39.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^5.0.0", diff --git a/packages/portail-usagers/package.json b/packages/portail-usagers/package.json index 8086f1510a..c3a24ddfcc 100644 --- a/packages/portail-usagers/package.json +++ b/packages/portail-usagers/package.json @@ -61,7 +61,7 @@ "@typescript-eslint/eslint-plugin": "6.5.0", "@typescript-eslint/parser": "6.5.0", "eslint": "^8.0.1", - "eslint-config-standard-with-typescript": "^36.0.0", + "eslint-config-standard-with-typescript": "^39.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index e241f5ccba..b0f09fb3d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4593,7 +4593,7 @@ eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/parser@6.5.0", "@typescript-eslint/parser@^6.0.0": +"@typescript-eslint/parser@6.5.0", "@typescript-eslint/parser@^6.0.0", "@typescript-eslint/parser@^6.4.0": version "6.5.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.5.0.tgz#3d6ed231c5e307c5f5f4a0d86893ec01e92b8c77" integrity sha512-LMAVtR5GN8nY0G0BadkG0XIe4AcNMeyEy3DyhKGAh9k4pLSMBO7rF29JvDBpZGCmp5Pgz5RLHP6eCpSYZJQDuQ== @@ -4604,16 +4604,6 @@ "@typescript-eslint/visitor-keys" "6.5.0" debug "^4.3.4" -"@typescript-eslint/parser@^5.50.0": - version "5.62.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" - integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== - dependencies: - "@typescript-eslint/scope-manager" "5.62.0" - "@typescript-eslint/types" "5.62.0" - "@typescript-eslint/typescript-estree" "5.62.0" - debug "^4.3.4" - "@typescript-eslint/parser@~4.33.0": version "4.33.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" @@ -8065,12 +8055,12 @@ eslint-config-prettier@~8.6.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207" integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA== -eslint-config-standard-with-typescript@^36.0.0: - version "36.1.1" - resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-36.1.1.tgz#b57ebc91be31e424eca8475babc7ebb9286e0540" - integrity sha512-ggLAYiSm+fsriYbq9DyehiZgtBD/QObS6ZPjN7cZFEnJvAOWNgtYxre2T0d/hFt5WOYkGWii/4SEHnOofIKFQA== +eslint-config-standard-with-typescript@^39.0.0: + version "39.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-39.0.0.tgz#310847a474298cd64a8664a1d5b5434fb30e37b9" + integrity sha512-CiV2LS4NUeeRmDTDf1ocUMpMxitSyW0g+Y/N7ecElwGj188GahbcQgqfBNyVsIXQxHlZVBlOjkbg3oUI0R3KBg== dependencies: - "@typescript-eslint/parser" "^5.50.0" + "@typescript-eslint/parser" "^6.4.0" eslint-config-standard "17.1.0" eslint-config-standard@17.1.0: