Skip to content

Commit 7d0f75d

Browse files
chore(dev-deps): bump @oclif/test from 3.2.6 to 3.2.8
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]>
1 parent b6065fe commit 7d0f75d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@commitlint/config-conventional": "^18.6.3",
1515
"@oclif/plugin-help": "^6",
1616
"@oclif/prettier-config": "^0.2.1",
17-
"@oclif/test": "^3.2.6",
17+
"@oclif/test": "^3.2.8",
1818
"@types/chai": "^4",
1919
"@types/debug": "^4.1.12",
2020
"@types/ejs": "^3.1.5",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@
12781278
"@nodelib/fs.scandir" "2.1.5"
12791279
fastq "^1.6.0"
12801280

1281-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2", "@oclif/core@^3.26.0":
1281+
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
12821282
version "3.26.0"
12831283
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
12841284
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
@@ -1344,14 +1344,14 @@
13441344
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
13451345
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
13461346

1347-
"@oclif/test@^3.2.6":
1348-
version "3.2.6"
1349-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.6.tgz#5ee01bcda02ca5f64488b5ee214a1d94e7eeeefc"
1350-
integrity sha512-UZAHGAG31lJUyLkGpE94E2Tt+cstGZ4FnS/fvcjeZMkUzlh78HcSHOQWj6FhT8Sd4v62TYYobXNADxEgp+qnng==
1347+
"@oclif/test@^3.2.8":
1348+
version "3.2.8"
1349+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.8.tgz#ce2388e1910d315005c6a66fbde8cffaf1b77a20"
1350+
integrity sha512-aC523gJxzRxzL1P1m2Mrdu/xl0FG+ho8GAcZtdUKNOMM6te2iwR481GRzs8B0xDtAPNi0jZWiPFetbyR7mh/kA==
13511351
dependencies:
1352-
"@oclif/core" "^3.25.2"
1352+
"@oclif/core" "^3.26.0"
13531353
chai "^4.4.1"
1354-
fancy-test "^3.0.13"
1354+
fancy-test "^3.0.14"
13551355

13561356
"@sindresorhus/is@^5.2.0":
13571357
version "5.6.0"
@@ -3422,10 +3422,10 @@ execa@^5.0.0:
34223422
signal-exit "^3.0.3"
34233423
strip-final-newline "^2.0.0"
34243424

3425-
fancy-test@^3.0.13:
3426-
version "3.0.13"
3427-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.13.tgz#4164de4251952f3055419537b09d59823399dc8d"
3428-
integrity sha512-lOXntvGxCLknfTx3zWggtoRGNyk/lSHg6OvR1r8WtUlBRt/lcyYzW9rvHP3eBgxRo6Ii7cvMlvtA53N8TOvmzw==
3425+
fancy-test@^3.0.14:
3426+
version "3.0.14"
3427+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.14.tgz#c5007291d7c36b07f0a8e7f235f2aa454bd66aac"
3428+
integrity sha512-FkiDltQA8PBZzw5tUnMrP1QtwIdNQWxxbZK5C22M9wu6HfFNciwkG3D9siT4l4s1fBTDaEG+Fdkbpi9FDTxtrg==
34293429
dependencies:
34303430
"@types/chai" "*"
34313431
"@types/lodash" "*"

0 commit comments

Comments
 (0)