From bab66b96f27dcb29fa577d7d308a8cd8bc0cd62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 06:13:38 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.2.8 to 3.2.13 Bumps [@oclif/test](https://github.com/oclif/test) from 3.2.8 to 3.2.13. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/test/compare/3.2.8...3.2.13) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 31 +++++++++++++++++++------------ 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index b15ca51..1742625 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jsrsasign": "^11.1.0" }, "devDependencies": { - "@oclif/test": "^3.2.8", + "@oclif/test": "^3.2.13", "@types/chai": "^4.3.14", "@types/mocha": "^10.0.6", "@types/node": "^20.12.2", diff --git a/yarn.lock b/yarn.lock index 2300297..a43ef00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -904,10 +904,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.26.0": - version "3.26.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279" - integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA== +"@oclif/core@^3.26.0", "@oclif/core@^3.26.5": + version "3.26.6" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971" + integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2" @@ -918,14 +918,14 @@ cli-progress "^3.12.0" color "^4.2.3" debug "^4.3.4" - ejs "^3.1.9" + ejs "^3.1.10" get-package-type "^0.1.0" globby "^11.1.0" hyperlinker "^1.0.0" indent-string "^4.0.0" is-wsl "^2.2.0" js-yaml "^3.14.1" - minimatch "^9.0.3" + minimatch "^9.0.4" natural-orderby "^2.0.3" object-treeify "^1.1.33" password-prompt "^1.1.3" @@ -983,12 +983,12 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@oclif/test@^3.2.8": - version "3.2.8" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.8.tgz#ce2388e1910d315005c6a66fbde8cffaf1b77a20" - integrity sha512-aC523gJxzRxzL1P1m2Mrdu/xl0FG+ho8GAcZtdUKNOMM6te2iwR481GRzs8B0xDtAPNi0jZWiPFetbyR7mh/kA== +"@oclif/test@^3.2.13": + version "3.2.13" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.13.tgz#8dd242d9fe29ff770321fc977918b9b7e4ec1a53" + integrity sha512-H/3K2C55d1gW2YetrYK+hF2DDTRt5lpa0uSjARh9kOxDM2aERnS24pWQcCzLDZKsLnG998/bQmPW9mzvpGM2Wg== dependencies: - "@oclif/core" "^3.26.0" + "@oclif/core" "^3.26.5" chai "^4.4.1" fancy-test "^3.0.14" @@ -2556,6 +2556,13 @@ ecc-jsbn@~0.1.1: jsbn "~0.1.0" safer-buffer "^2.1.0" +ejs@^3.1.10: + version "3.1.10" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b" + integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA== + dependencies: + jake "^10.8.5" + ejs@^3.1.8: version "3.1.8" resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz" @@ -4206,7 +4213,7 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^9.0.3: +minimatch@^9.0.4: version "9.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51" integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==