diff --git a/package-lock.json b/package-lock.json index d344974..5a536d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "8.33.0", "eslint-config-next": "13.1.1", "postcss": "8.4.21", - "prettier": "2.8.0", + "prettier": "2.8.3", "prettier-plugin-tailwindcss": "0.2.1", "tailwindcss": "3.2.4", "typescript": "4.9.3" @@ -3076,9 +3076,9 @@ } }, "node_modules/prettier": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz", - "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", + "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -5840,9 +5840,9 @@ "dev": true }, "prettier": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz", - "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", + "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "dev": true }, "prettier-plugin-tailwindcss": { diff --git a/package.json b/package.json index 4812592..880cc6c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "8.33.0", "eslint-config-next": "13.1.1", "postcss": "8.4.21", - "prettier": "2.8.0", + "prettier": "2.8.3", "prettier-plugin-tailwindcss": "0.2.1", "tailwindcss": "3.2.4", "typescript": "4.9.3"