From 3194f10cab808dae11036a77924b8cb1a87c9c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:40:22 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-test-esm-1 from 0.8.24 to 0.8.25 Bumps [@oclif/plugin-test-esm-1](https://github.com/oclif/plugin-test-esm-1) from 0.8.24 to 0.8.25. - [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.24...0.8.25) --- updated-dependencies: - dependency-name: "@oclif/plugin-test-esm-1" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 53dfbdb..9110e79 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@oclif/core": "^4", - "@oclif/plugin-test-esm-1": "^0.8.24" + "@oclif/plugin-test-esm-1": "^0.8.25" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 22269e1..a824e14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1582,10 +1582,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-test-esm-1@^0.8.24": - version "0.8.24" - resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.24.tgz#86f6811f4e1c166b2929eddeb0b52c98762345eb" - integrity sha512-HO8UNplLm+QltxDrlkfBMwijI+9vW2X/vUhAw7lEQdK/7ahD4ZkebmBtZPB0WXurbLULYrADvVT2q6QeuM6tQw== +"@oclif/plugin-test-esm-1@^0.8.25": + version "0.8.25" + resolved "https://registry.yarnpkg.com/@oclif/plugin-test-esm-1/-/plugin-test-esm-1-0.8.25.tgz#efd9b2d1f750be6d888d0939a04484d928105ce6" + integrity sha512-pHEXxtzwVtwT7vgJdhz+HGEqJQoSlThqQW3Jm39QJWq1MB3hCs/b1rKsM4B9Xog2SA/41x7Igu9K4Qv4T29i6g== dependencies: "@oclif/core" "^4" "@oclif/plugin-help" "^6"