From c9724f18033df52a0da0f03873c2916faa1d5ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:42:41 -0500 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.7.18 to 0.7.19 (#82) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.7.18 to 0.7.19. - [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.7.18...0.7.19) --- 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 54cb605..e23783c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^3.26.6", - "@oclif/plugin-test-esm-1": "^0.7.18", + "@oclif/plugin-test-esm-1": "^0.7.19", "@oclif/plugin-plugins": "^5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 578877e..15f9ee4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1565,10 +1565,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.7.18": - version "0.7.18" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.7.18.tgz#1e837803a9e4cee367efb962eafb2d4a7ac96a62" - integrity sha512-uqCK8NjsYGFudhknbrQ/BDm0T5WuLqgFoU8LhrgRz3PhSaZnDu6H2IKZKUS+xhY1Zgu9vnVBjlMJGLl5Yllbwg== +"@oclif/plugin-test-esm-1@^0.7.19": + version "0.7.19" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.7.19.tgz#afe891149bf89a07fbe87524a7a21522be0f3eeb" + integrity sha512-/7L1+WW3c1B8zSQKPVO6Qnw409MsvxOOdYeN+G1gzwKpsSSGE9PRCo3eFoxO+8E2+SOMNa+G2bQ5BZBhjrj9nw== dependencies: "@oclif/core" "^3" "@oclif/plugin-help" "^6"