diff --git a/package-lock.json b/package-lock.json index af2085c..82fb46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9425,9 +9425,9 @@ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" }, "prettier": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", - "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==" + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz", + "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==" }, "process": { "version": "0.11.10", diff --git a/package.json b/package.json index 2ea57ea..79fbfbf 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "postcss": "^8.4.7", "postcss-preset-env": "^6.7.0", "posthtml-extend": "^0.6.2", - "prettier": "^2.5.1", + "prettier": "^2.8.0", "quill": "^1.3.6", "react": "^17.0.2", "react-dom": "^17.0.2",