diff --git a/package.json b/package.json index 11334c6..361d68f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "copy-webpack-plugin": "^5.0.4", "css-loader": "^3.2.0", "eslint": "^6.2.2", - "eslint-config-prettier": "^6.1.0", + "eslint-config-prettier": "^6.4.0", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-vue": "^5.2.3", "file-loader": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 9ced282..1e3bfc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2807,10 +2807,10 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-prettier@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.1.0.tgz#e6f678ba367fbd1273998d5510f76f004e9dce7b" - integrity sha512-k9fny9sPjIBQ2ftFTesJV21Rg4R/7a7t7LCtZVrYQiHEp8Nnuk3EGaDmsKSAnsPj0BYcgB2zxzHa2NTkIxcOLg== +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== dependencies: get-stdin "^6.0.0"