From 10dbedc81210c9009d96b99351064889855e5035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 21:50:57 -0500 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.0 to 0.8.4 (#69) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.0 to 0.8.4. - [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.0...0.8.4) --- 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 55b3f8e..c4bfb87 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^4", - "@oclif/plugin-test-esm-1": "^0.8.0" + "@oclif/plugin-test-esm-1": "^0.8.4" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index fd76027..b5e31f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1695,10 +1695,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.0.tgz#fc9bbd51708d54e693f2449e7b1511922395547f" - integrity sha512-LcQ+saX+pelGWP+FBI1cHJlD7hNx7GEG9vUNHkygeCUOKV2TFaR0RDBY/FIPdnRTZvLnYtnfxrqJ3ROysVSCFA== +"@oclif/plugin-test-esm-1@^0.8.4": + version "0.8.4" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.4.tgz#30d477bbaf23d97c7f573f938066ecfd6d775dce" + integrity sha512-/VcDas5SpyhFSkbjFdC06nwlnWktTdRIEEsz04XJi7K12v97rnuPfC+Hm1/zlKHFS1k7wSUbWUMd3I9ieJLwRg== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"