diff --git a/webapp/package.json b/webapp/package.json index 52805d1cc..3faf03758 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -111,7 +111,7 @@ "core-js": "~2.6.10", "css-loader": "~3.2.0", "eslint": "~5.16.0", - "eslint-config-prettier": "~6.4.0", + "eslint-config-prettier": "~6.5.0", "eslint-config-standard": "~12.0.0", "eslint-loader": "~3.0.2", "eslint-plugin-import": "~2.18.2", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index aeb6d689a..459c912d1 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -6707,10 +6707,10 @@ escodegen@^1.9.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@^6.0.0, eslint-config-prettier@~6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.4.0.tgz#0a04f147e31d33c6c161b2dd0971418ac52d0477" - integrity sha512-YrKucoFdc7SEko5Sxe4r6ixqXPDP1tunGw91POeZTTRKItf/AMFYt/YLEQtZMkR2LVpAVhcAcZgcWpm1oGPW7w== +eslint-config-prettier@^6.0.0, eslint-config-prettier@~6.5.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.5.0.tgz#aaf9a495e2a816865e541bfdbb73a65cc162b3eb" + integrity sha512-cjXp8SbO9VFGW/Z7mbTydqS9to8Z58E5aYhj3e1+Hx7lS9s6gL5ILKNpCqZAFOVYRcSkWPFYljHrEh8QFEK5EQ== dependencies: get-stdin "^6.0.0"