diff --git a/infrastructure/package.json b/infrastructure/package.json index 79835494..7505d259 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -23,7 +23,7 @@ "@typescript-eslint/eslint-plugin": "5.5.0", "@typescript-eslint/parser": "5.5.0", "eslint": "8.3.0", - "prettier": "2.6.0", + "prettier": "2.6.1", "rimraf": "3.0.2", "typescript": "4.6.3" }, diff --git a/infrastructure/yarn.lock b/infrastructure/yarn.lock index 7c8b0cf9..6f62a041 100644 --- a/infrastructure/yarn.lock +++ b/infrastructure/yarn.lock @@ -910,10 +910,10 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -prettier@2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4" - integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A== +prettier@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17" + integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A== progress@^2.0.0: version "2.0.3"