From 3665c79704a933a44921e8822a98aaec26baf0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:27:45 -0700 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.45 to 0.8.46 (#218) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.45 to 0.8.46. - [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.45...0.8.46) --- 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 6e5cfba..c3527e3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^4", - "@oclif/plugin-test-esm-1": "^0.8.45", + "@oclif/plugin-test-esm-1": "^0.8.46", "@oclif/plugin-plugins": "^5.4.19" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8720711..8e80d22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1808,10 +1808,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.8.45": - version "0.8.45" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.45.tgz#77e1dcaf702d1bf6ebc8ab9a3c6c783baef2ffa9" - integrity sha512-RdJxblifKbp5H2qc3MnoJz6qQNWyh/5E7lZbKC1D5tPIZPGgpgDKc+QLHFkV15GGFRK0U3j95hcDQ5+OaQUUCQ== +"@oclif/plugin-test-esm-1@^0.8.46": + version "0.8.46" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.46.tgz#51a48a6b1c5b1a674ce4a4336364b4c152c6b9f3" + integrity sha512-R3WJvmr2Twa9vknSiekdpMsjAp0sWosJPLvhHRF1MYmElr8atDb69LD6VxMfDHwfe1v1mFS16DNQz5LFsUetUQ== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"