Skip to content

Commit

Permalink
Merge pull request #489 from oclif/dependabot-npm_and_yarn-fancy-test…
Browse files Browse the repository at this point in the history
…-3.0.10

fix(deps): bump fancy-test from 3.0.9 to 3.0.10
  • Loading branch information
svc-cli-bot authored Feb 11, 2024
2 parents 946a8ec + 7b63e28 commit b13f28f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@oclif/core": "^3.18.2",
"chai": "^4.4.1",
"fancy-test": "^3.0.9"
"fancy-test": "^3.0.10"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1668,18 +1668,18 @@ execa@^5.0.0:
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"

fancy-test@^3.0.9:
version "3.0.9"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.9.tgz#5293bdccaa9aa868300cf901ef2560c431fe74d2"
integrity sha512-9sDjNM5oRLpIQfpjSSmp8J0bYCg1Hb9GWofdv+Dl5f/Phjp2XJZM7L2qsSulpMTsahz0EPsS6T6/QH0ldzfgqw==
fancy-test@^3.0.10:
version "3.0.10"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.10.tgz#341be69e6eb35fcf1be33c041bed978837502e84"
integrity sha512-6pwRQ7gqW57FKoTyRPPmcZktHLvrX+LS5ZQdXvQTMAq6vOVGCUrtJ4WP2BD4sZisRBnasaT4981L/8Q+qfh3wg==
dependencies:
"@types/chai" "*"
"@types/lodash" "*"
"@types/node" "*"
"@types/sinon" "*"
lodash "^4.17.13"
mock-stdin "^1.0.0"
nock "^13.5.0"
nock "^13.5.1"
sinon "^16.1.3"
stdout-stderr "^0.1.9"

Expand Down Expand Up @@ -2760,7 +2760,7 @@ nise@^5.1.4:
just-extend "^4.0.2"
path-to-regexp "^1.7.0"

nock@^13.5.0, nock@^13.5.1:
nock@^13.5.1:
version "13.5.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806"
integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==
Expand Down

0 comments on commit b13f28f

Please sign in to comment.