Skip to content

Commit

Permalink
fix(deps): bump fancy-test from 3.0.8 to 3.0.9
Browse files Browse the repository at this point in the history
Bumps [fancy-test](https://github.com/oclif/fancy-test) from 3.0.8 to 3.0.9.
- [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.8...3.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 27, 2024
1 parent 9ac1c43 commit 3d330ab
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.1",
"chai": "^4.4.1",
"fancy-test": "^3.0.8"
"fancy-test": "^3.0.9"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.4",
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.8:
version "3.0.8"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.8.tgz#ca3919ebb07c1c0e5fb8e8953e02e2ed48600ef8"
integrity sha512-vHkT59Kf0Byiqzwc2My1fD9VDYsAPkT+jVqdMqqtwtdLwz19x+hHI2oAxNwfyfEDSK+VrLB4+B96sZbOLVEHdA==
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==
dependencies:
"@types/chai" "*"
"@types/lodash" "*"
"@types/node" "*"
"@types/sinon" "*"
lodash "^4.17.13"
mock-stdin "^1.0.0"
nock "^13.4.0"
nock "^13.5.0"
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.4.0, nock@^13.5.0:
nock@^13.5.0:
version "13.5.0"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.0.tgz#82cd33b0dba6095d3f5a28d0ff2edac970fa05ec"
integrity sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==
Expand Down

0 comments on commit 3d330ab

Please sign in to comment.