Skip to content

Commit 4bc2c54

Browse files
Merge pull request #4 from salesforcecli/dependabot-npm_and_yarn-pretty-quick-3.1.0
Bump pretty-quick from 2.0.1 to 3.1.0
2 parents 2c22253 + 8e3a2d1 commit 4bc2c54

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"mocha": "^7.2.0",
4040
"nyc": "^15.1.0",
4141
"prettier": "^2.0.5",
42-
"pretty-quick": "^2.0.1",
42+
"pretty-quick": "^3.1.0",
4343
"shx": "0.3.3",
4444
"sinon": "^9.0.2",
4545
"ts-node": "^9.1.1",

yarn.lock

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@ execa@^2.1.0:
25482548
signal-exit "^3.0.2"
25492549
strip-final-newline "^2.0.0"
25502550

2551-
execa@^4.1.0:
2551+
execa@^4.0.0, execa@^4.1.0:
25522552
version "4.1.0"
25532553
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
25542554
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
@@ -4589,7 +4589,7 @@ mock-stdin@^1.0.0:
45894589
resolved "https://registry.yarnpkg.com/mock-stdin/-/mock-stdin-1.0.0.tgz#efcfaf4b18077e14541742fd758b9cae4e5365ea"
45904590
integrity sha512-tukRdb9Beu27t6dN+XztSRHq9J0B/CoAOySGzHfn8UTfmqipA5yNT/sDUEyYdAV3Hpka6Wx6kOMxuObdOex60Q==
45914591

4592-
mri@^1.1.4:
4592+
mri@^1.1.4, mri@^1.1.5:
45934593
version "1.1.6"
45944594
resolved "https://registry.yarnpkg.com/mri/-/mri-1.1.6.tgz#49952e1044db21dbf90f6cd92bc9c9a777d415a6"
45954595
integrity sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==
@@ -5264,6 +5264,18 @@ pretty-quick@^2.0.1:
52645264
mri "^1.1.4"
52655265
multimatch "^4.0.0"
52665266

5267+
pretty-quick@^3.1.0:
5268+
version "3.1.0"
5269+
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.0.tgz#cb172e9086deb57455dea7c7e8f136cd0a4aef6c"
5270+
integrity sha512-DtxIxksaUWCgPFN7E1ZZk4+Aav3CCuRdhrDSFZENb404sYMtuo9Zka823F+Mgeyt8Zt3bUiCjFzzWYE9LYqkmQ==
5271+
dependencies:
5272+
chalk "^3.0.0"
5273+
execa "^4.0.0"
5274+
find-up "^4.1.0"
5275+
ignore "^5.1.4"
5276+
mri "^1.1.5"
5277+
multimatch "^4.0.0"
5278+
52675279
printj@~1.1.0:
52685280
version "1.1.2"
52695281
resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222"

0 commit comments

Comments
 (0)