From bd5a695f688890a421eef711295afa287966ac36 Mon Sep 17 00:00:00 2001
From: Snyk bot <snyk-bot@snyk.io>
Date: Thu, 10 Feb 2022 20:51:35 +0200
Subject: [PATCH] fix: upgrade pretty-quick from 3.1.1 to 3.1.2 (#206)

Snyk has created this PR to upgrade pretty-quick from 3.1.1 to 3.1.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/ocean-ds/project/9c37162e-743a-4ecf-927e-f9ac17daeff9?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: Gabriel Fernandes da Silva <gabrielxfds@gmail.com>
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 5019adf..52fd281 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
     "is-ci": "^3.0.0",
     "lodash": "^4.17.21",
     "prettier": "^2.4.0",
-    "pretty-quick": "^3.1.0",
+    "pretty-quick": "^3.1.2",
     "semantic-release": "^18.0.0",
     "theo": "^8.1.5",
     "through2": "^4.0.2",
diff --git a/yarn.lock b/yarn.lock
index 03da5cf..cc88b26 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6221,10 +6221,10 @@ pretty-hrtime@^1.0.0:
   resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
   integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
 
-pretty-quick@^3.1.0:
-  version "3.1.1"
-  resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.1.tgz#93ca4e2dd38cc4e970e3f54a0ead317a25454688"
-  integrity sha512-ZYLGiMoV2jcaas3vTJrLvKAYsxDoXQBUn8OSTxkl67Fyov9lyXivJTl0+2WVh+y6EovGcw7Lm5ThYpH+Sh3XxQ==
+pretty-quick@^3.1.2:
+  version "3.1.2"
+  resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.2.tgz#89d8741af7122cbd7f34182df746c5a7ea360b5c"
+  integrity sha512-T+fpTJrDjTzewql4p3lKrRA7z3MrNyjBK1MKeaBm5PpKwATgVm885TpY7TgY8KFt5Q1Qn3QDseRQcyX9AKTKkA==
   dependencies:
     chalk "^3.0.0"
     execa "^4.0.0"