From de9c23c932a17b2e25c60bc36ea92c37972011c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 03:47:30 -0500 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.15 to 0.8.18 (#107) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.15 to 0.8.18. - [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.18) --- 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 3f580f1..f9d9d62 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.18" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index e9b0474..730c844 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1603,10 +1603,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.18": + version "0.8.18" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.18.tgz#b001000a141d5b1a2dbd7ffcec9e5ecdfe192e8b" + integrity sha512-KBDE3qP5iGLW3O4uTr/jYtH8OoP8TK0I5QFkZNgGEBVR/zEZ3ZO2psfRwwB62o6Y63JxbsfWeH7myiJhnP9tcA== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"