From b87063cbbc792f676779095b4065d173d57c70ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 06:42:43 -0500 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.15 to 0.8.20 (#141) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.15 to 0.8.20. - [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.15...0.8.20) --- 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 de85399..b36605e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^4", - "@oclif/plugin-test-esm-1": "^0.8.15", + "@oclif/plugin-test-esm-1": "^0.8.20", "@oclif/plugin-plugins": "^5.4.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 94c45de..7c873a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1344,10 +1344,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.8.15": - version "0.8.15" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.15.tgz#1786bf71ba66573d24807033bd1f453ce785751e" - integrity sha512-3rtXJAPemkVdS+/u3HSvRynkK51oaPGMC6ytgKCHkFGJoM3angZq/f+7TLM1iZkGntozloY+jKdYaEhJEV2PBQ== +"@oclif/plugin-test-esm-1@^0.8.20": + version "0.8.20" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.20.tgz#a172dea753c1f603281fb2b3f4e745e96c3fd7bf" + integrity sha512-eoUHKvhW71w1gn2XHRSQfw9Jtt2ztuiWuoN0nHPwbiMB2VEV01bcYqaPC4jN9NjAqauBPBoYubMpZiLptV7kQQ== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"