From 006477f50c1320d272dd78737167bad9636ccfda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 12:44:23 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 3.1.15 to 3.1.16 Bumps [@oclif/test](https://github.com/oclif/test) from 3.1.15 to 3.1.16. - [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.1.15...3.1.16) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8e6ab910..ccaa4740 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^5.0.6", - "@oclif/test": "^3.1.15", + "@oclif/test": "^3.1.16", "@salesforce/cli-plugins-testkit": "^5.1.9", "@salesforce/dev-scripts": "^8.3.0", "@salesforce/plugin-command-reference": "^3.0.66", diff --git a/yarn.lock b/yarn.lock index faafdce7..a46d3a9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1357,7 +1357,7 @@ node-gyp "^8.2.0" read-package-json-fast "^2.0.1" -"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1": +"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.19.1": version "3.19.1" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084" integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg== @@ -1432,12 +1432,12 @@ http-call "^5.2.2" lodash.template "^4.5.0" -"@oclif/test@^3.1.15": - version "3.1.15" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.15.tgz#f04f88f7cf272045a380b1c60d46465006cdb972" - integrity sha512-/+MO813qxvu+LLHdC8iO/SPJi/z7IaDBPJi15hx6r3r9N5FEpoHR2NTgM8rS/wHuo/ITaafWEis/+pFkXs6CJg== +"@oclif/test@^3.1.16": + version "3.1.16" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.16.tgz#acb66688a0caf08b5089da3d8f05201e1cf75819" + integrity sha512-LeoojG2tD8XDN9HzEt1j+JUKSyYz7qGp55SfvnXCa8d7k4Hq9jTzTiubu+s2mE4Nq9Ns5X40NZNSm85COxbsqw== dependencies: - "@oclif/core" "^3.18.2" + "@oclif/core" "^3.19.1" chai "^4.4.1" fancy-test "^3.0.10"