Skip to content

Commit

Permalink
fix(deps): bump fancy-test from 3.0.11 to 3.0.12
Browse files Browse the repository at this point in the history
Bumps [fancy-test](https://github.com/oclif/fancy-test) from 3.0.11 to 3.0.12.
- [Release notes](https://github.com/oclif/fancy-test/releases)
- [Changelog](https://github.com/oclif/fancy-test/blob/main/CHANGELOG.md)
- [Commits](oclif/fancy-test@3.0.11...3.0.12)

---
updated-dependencies:
- dependency-name: fancy-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 10, 2024
1 parent 434520e commit ba75072
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.23.0",
"chai": "^4.4.1",
"fancy-test": "^3.0.11"
"fancy-test": "^3.0.12"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1670,18 +1670,18 @@ execa@^5.0.0:
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"

fancy-test@^3.0.11:
version "3.0.11"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.11.tgz#b2d54ed8c31161ebdddb990bde27cf44e6876a01"
integrity sha512-cyfdbhT7LlkWHtPa2PaR5yWOTDzgmrpBqkTVXC5l7Uzs7og2Wnhj5lQnxA9+nSPr+WfY8jrH0Kf2v8HPsPQFKQ==
fancy-test@^3.0.12:
version "3.0.12"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.12.tgz#919482bd63ab949aec4a51690c857f8c125383b3"
integrity sha512-pboHMxTnbD72FBl/fgYAmBb6AjiF0OgI1osAnnzzuFgBrzbFQj5so3XlknKC9k3HFJIy0HerCTyDjz/YZ6aBIg==
dependencies:
"@types/chai" "*"
"@types/lodash" "*"
"@types/node" "*"
"@types/sinon" "*"
lodash "^4.17.13"
mock-stdin "^1.0.0"
nock "^13.5.3"
nock "^13.5.4"
sinon "^16.1.3"
stdout-stderr "^0.1.9"

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

nock@^13.5.3, nock@^13.5.4:
nock@^13.5.4:
version "13.5.4"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479"
integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==
Expand Down

0 comments on commit ba75072

Please sign in to comment.