Skip to content

Commit d47280d

Browse files
fix(deps): bump fancy-test from 3.0.1 to 3.0.4
Bumps [fancy-test](https://github.com/oclif/fancy-test) from 3.0.1 to 3.0.4. - [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.1...3.0.4) --- updated-dependencies: - dependency-name: fancy-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0181eee commit d47280d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@oclif/core": "^3.12.0",
99
"chai": "^4.3.10",
10-
"fancy-test": "^3.0.1"
10+
"fancy-test": "^3.0.4"
1111
},
1212
"devDependencies": {
1313
"@commitlint/config-conventional": "^18.4.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,10 +1685,10 @@ execa@^5.0.0:
16851685
signal-exit "^3.0.3"
16861686
strip-final-newline "^2.0.0"
16871687

1688-
fancy-test@^3.0.1:
1689-
version "3.0.1"
1690-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.1.tgz#8b19ed4ccc8b0625475eabf36fd743e1d0168abb"
1691-
integrity sha512-Ke1IFOGEBxP2dNg0X7ZYPUSwKSRr5GNn3xM/2DpHkP86riF3MFDpesXJuD1TGm7gcfwBtYpuSzuw3m704bThVg==
1688+
fancy-test@^3.0.4:
1689+
version "3.0.4"
1690+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.4.tgz#a84e4d3ce57f798e76a7ca3bd2fb0a26d097e11e"
1691+
integrity sha512-3hbcXxIcNeb1/EHUK7ol2PzC46CnfucQWoWeTb2J0CA692AdTjVYEXoJSKGKAOhgoNjmY8EusWPhx0i097+9DA==
16921692
dependencies:
16931693
"@types/chai" "*"
16941694
"@types/lodash" "*"

0 commit comments

Comments
 (0)