Skip to content

Commit 9cc6e80

Browse files
chore(dev-deps): bump @oclif/test from 3.2.6 to 3.2.8 (#393)
Bumps [@oclif/test](https://github.com/oclif/test) from 3.2.6 to 3.2.8. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](oclif/test@3.2.6...3.2.8) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 063bff1 commit 9cc6e80

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@heroku-cli/plugin-status": "5.0.10",
1818
"@oclif/plugin-help": "^6.0.17",
1919
"@oclif/prettier-config": "^0.2.1",
20-
"@oclif/test": "^3.2.6",
20+
"@oclif/test": "^3.2.8",
2121
"@types/chai": "^4.3.11",
2222
"@types/mocha": "^10.0.6",
2323
"@types/nock": "^11.1.0",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@
14071407
is-wsl "^2.1.1"
14081408
tslib "^2.6.1"
14091409

1410-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2", "@oclif/core@^3.26.0":
1410+
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
14111411
version "3.26.0"
14121412
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
14131413
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
@@ -1519,14 +1519,14 @@
15191519
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
15201520
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
15211521

1522-
"@oclif/test@^3.2.6":
1523-
version "3.2.6"
1524-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.6.tgz#5ee01bcda02ca5f64488b5ee214a1d94e7eeeefc"
1525-
integrity sha512-UZAHGAG31lJUyLkGpE94E2Tt+cstGZ4FnS/fvcjeZMkUzlh78HcSHOQWj6FhT8Sd4v62TYYobXNADxEgp+qnng==
1522+
"@oclif/test@^3.2.8":
1523+
version "3.2.8"
1524+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.8.tgz#ce2388e1910d315005c6a66fbde8cffaf1b77a20"
1525+
integrity sha512-aC523gJxzRxzL1P1m2Mrdu/xl0FG+ho8GAcZtdUKNOMM6te2iwR481GRzs8B0xDtAPNi0jZWiPFetbyR7mh/kA==
15261526
dependencies:
1527-
"@oclif/core" "^3.25.2"
1527+
"@oclif/core" "^3.26.0"
15281528
chai "^4.4.1"
1529-
fancy-test "^3.0.13"
1529+
fancy-test "^3.0.14"
15301530

15311531
"@sindresorhus/is@^5.2.0":
15321532
version "5.6.0"
@@ -3935,7 +3935,7 @@ extract-stack@^1.0.0:
39353935
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"
39363936
integrity sha1-uXrK+UQe6iMyUpYktzL8WhyBZfo=
39373937

3938-
fancy-test@^3.0.13:
3938+
fancy-test@^3.0.14:
39393939
version "3.0.14"
39403940
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.14.tgz#c5007291d7c36b07f0a8e7f235f2aa454bd66aac"
39413941
integrity sha512-FkiDltQA8PBZzw5tUnMrP1QtwIdNQWxxbZK5C22M9wu6HfFNciwkG3D9siT4l4s1fBTDaEG+Fdkbpi9FDTxtrg==

0 commit comments

Comments
 (0)