Skip to content

Commit 078fc28

Browse files
authored
Merge pull request #364 from oclif/dependabot-npm_and_yarn-fancy-test-2.0.31
fix(deps): bump fancy-test from 2.0.29 to 2.0.31
2 parents e11cc33 + 0788750 commit 078fc28

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/oclif/test/issues",
77
"dependencies": {
88
"@oclif/core": "^2.9.3",
9-
"fancy-test": "^2.0.29"
9+
"fancy-test": "^2.0.31"
1010
},
1111
"devDependencies": {
1212
"@types/chai": "^4.3.5",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,18 +1170,18 @@ esutils@^2.0.2:
11701170
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
11711171
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
11721172

1173-
fancy-test@^2.0.29:
1174-
version "2.0.29"
1175-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.29.tgz#4f7d48a04fc7dc85b0e4321c8a655320c1ca9c53"
1176-
integrity sha512-jyr991jVTf+JkoXVJtvN5kk9IuWhHjZrZTBgLwqtyupgvKbWCw1rmiiPX3BG922E2RcoRg1wY1rIxnVoRIRKQg==
1173+
fancy-test@^2.0.31:
1174+
version "2.0.31"
1175+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.31.tgz#2031920a6608c633ed93eb1629513fb2a2026bc7"
1176+
integrity sha512-Ok4L7GuoVdOBKtwlHdSnBYDBSFeWazcr6+/lhcC0LWS+sJYOXgbyCPP54fTt2TM1T8QWUm4ULHKQGOHKS61pfg==
11771177
dependencies:
11781178
"@types/chai" "*"
11791179
"@types/lodash" "*"
11801180
"@types/node" "*"
11811181
"@types/sinon" "*"
11821182
lodash "^4.17.13"
11831183
mock-stdin "^1.0.0"
1184-
nock "^13.3.1"
1184+
nock "^13.3.2"
11851185
stdout-stderr "^0.1.9"
11861186

11871187
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
@@ -1778,7 +1778,7 @@ nice-try@^1.0.4:
17781778
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
17791779
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
17801780

1781-
nock@^13.3.1, nock@^13.3.2:
1781+
nock@^13.3.2:
17821782
version "13.3.2"
17831783
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.2.tgz#bfa6be92d37f744b1b758ea89b1105cdaf5c8b3f"
17841784
integrity sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ==

0 commit comments

Comments
 (0)