From d9c6cbe7a7c01e22668533f7228f991790c1a93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:51:19 -0600 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.6 to 0.8.7 (#101) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/oclif/plugin-test-esm-1/releases) - [Changelog](https://github.com/oclif/plugin-test-esm-1/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-test-esm-1/compare/0.8.6...0.8.7) --- updated-dependencies: - dependency-name: "@oclif/plugin-test-esm-1" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 463bd00..11c9d92 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^4", - "@oclif/plugin-test-esm-1": "^0.8.6", + "@oclif/plugin-test-esm-1": "^0.8.7", "@oclif/plugin-plugins": "^5.3.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 47634cf..5c95c80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1430,10 +1430,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.8.6": - version "0.8.6" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.6.tgz#48c7108a161dec1213153d3cb6e866654cefd276" - integrity sha512-E/HDah17PMCJ8YYeE8AVJ7Z6oe6AsSFlX7Ui2hEhRt7nmjJO9eHBob872ruQMf9zr56AiajnCmiiAt2VZKDlYQ== +"@oclif/plugin-test-esm-1@^0.8.7": + version "0.8.7" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.7.tgz#3b0f9b02981164819b4ef4485c68f811e61ef787" + integrity sha512-NAa18P7gWKGSG1bw4B75a5+pswRiC/CiMRINcRLsdYHGPFzVVaMXo430erbBPe2AT+tepgViDQ85ikK44N2Mlg== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"