From 31610552e43238f80d630d2c5fb45854d1345067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 02:47:45 -0600 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.30 to 0.8.33 (#142) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.30 to 0.8.33. - [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.30...0.8.33) --- 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 5d3b18b..cdc7c42 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^4", - "@oclif/plugin-test-esm-1": "^0.8.30" + "@oclif/plugin-test-esm-1": "^0.8.33" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 4f5b523..0e4c8bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1689,10 +1689,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.8.30": - version "0.8.30" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.30.tgz#12b8779fbcc9d4faeb4ce46b5b564dc05da4ad00" - integrity sha512-VRENf/XJL9pvKMJ2UxUciRbI3s8W3h5YhiULeQo84pGCg6M19zlUStdk2vpEEQX9OLjfxMCxxD8XdofgwRoHTg== +"@oclif/plugin-test-esm-1@^0.8.33": + version "0.8.33" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.33.tgz#9a33fb1e129d9d3871317357126fe5860b9b9d5c" + integrity sha512-2lQlbPnNXnzFxyIeVf5pDnmEO+PoesJysReVwSKkGe4NOCpAvcHQwU71Ox7t1OdQUyRHxDwRzS/oDMcqRVitUA== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"