Skip to content

Commit

Permalink
fix: upgrade pretty-quick from 3.1.1 to 3.1.2 (#206)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
snyk-bot and GabrielFn authored Feb 10, 2022
1 parent 1879f13 commit bd5a695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd5a695

Please sign in to comment.