From a6198054f402b62250b4d060cebac36b75523acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:47:16 -0700 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.41 to 0.8.44 (#174) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.41 to 0.8.44. - [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.41...0.8.44) --- 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 f7924e3..65137fb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^4", - "@oclif/plugin-test-esm-1": "^0.8.41" + "@oclif/plugin-test-esm-1": "^0.8.44" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 4ea63cd..d8aa0fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1481,10 +1481,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.8.41": - version "0.8.41" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.41.tgz#a0e9e79ce7faadcf2cfaf16db4cbbfea0a7699fe" - integrity sha512-orDnW2szi61qw9lRaFsoq+jdYrbgJbHjY17iMCPa7J/E6ez9i8Wxy4c6rMHDE6tzFAVUa2naKJQCHLpDBM+PaQ== +"@oclif/plugin-test-esm-1@^0.8.44": + version "0.8.44" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.44.tgz#508787ac872e3699febbd2bf10d6a17ef3c204be" + integrity sha512-bbfBRECJvNqmN7sM/cK3yuKq7U6CIfBM1r11UniQAJi4EU1+8fYyIw7AiV5kDdPVMhA1+mpZL0AnEWP+tJVIZQ== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"