From ca972943e55ec7c1ef16b6e3e44880d467157726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 03:44:02 -0500 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.8 to 0.8.11 (#113) Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.8 to 0.8.11. - [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.8...0.8.11) --- 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 e407d1a..41db4c8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^4", - "@oclif/plugin-test-esm-1": "^0.8.8", + "@oclif/plugin-test-esm-1": "^0.8.11", "@oclif/plugin-plugins": "^5.3.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b55768b..fd421d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1332,10 +1332,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.8.8": - version "0.8.8" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.8.tgz#504300c7525842a0ddffa6da3a164b3f1c555825" - integrity sha512-UZ4Z/R/NKJd1SouqOQpe6q3+e9SBlFB4+XLQ8csgahkxqFzx88ZjQ5l5eath6ioMktfhTIQKywWaG3HQFugWPg== +"@oclif/plugin-test-esm-1@^0.8.11": + version "0.8.11" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.11.tgz#43baf4e701731f0750a9488a561eab4b7f8f0676" + integrity sha512-Z6wcn66AISCg3MpotdoOtgssEHdft/+6z849OQWhqIHi+4K7AQR2OQgkvQlqIAyDk0ezu8Tt9Jh79xyWaPBVzg== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"