From 661fbd3fbe6ab0418d256dd783852c0c16fd6abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 04:56:42 +0000 Subject: [PATCH] chore(deps-dev): bump @oclif/test from 2.3.22 to 2.3.25 Bumps [@oclif/test](https://github.com/oclif/test) from 2.3.22 to 2.3.25. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/test/compare/2.3.22...2.3.25) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5396f0..771f2d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -950,9 +950,9 @@ } }, "node_modules/@oclif/core": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.8.5.tgz", - "integrity": "sha512-316DLfrHQDYmWDriI4Woxk9y1wVUrPN1sZdbQLHdOdlTA9v/twe7TdHpWOriEypfl6C85NWEJKc1870yuLtjrQ==", + "version": "2.8.7", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.8.7.tgz", + "integrity": "sha512-WTZUFgANYGyHQOmGc2YsczEdqdlG2/ZEfqksHnuYbz3egozpka/R9LrFwNfWPZETi9ydzcjDWwJKUGQmJG3ixA==", "dependencies": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", @@ -1031,13 +1031,13 @@ } }, "node_modules/@oclif/test": { - "version": "2.3.22", - "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.3.22.tgz", - "integrity": "sha512-0wLW8YnLS9Gvipgu64ZtzPmi7HfyJkPziU/tfW8T/4lQyalDvL8MS05+1UPR6V6hXu86Ehg0CbWJDeU4TB+e1Q==", + "version": "2.3.25", + "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.3.25.tgz", + "integrity": "sha512-khOAiJc5/XEWkK0Lnueu+XB9uMaO2sDhDXwIZ80Ik0oUhsqujQixQbfOTDM8J9uc/uOuUPA9u5jmXOOSMxV7tg==", "dev": true, "dependencies": { - "@oclif/core": "^2.8.5", - "fancy-test": "^2.0.25" + "@oclif/core": "^2.8.7", + "fancy-test": "^2.0.27" }, "engines": { "node": ">=12.0.0" @@ -3451,9 +3451,9 @@ } }, "node_modules/fancy-test": { - "version": "2.0.25", - "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.25.tgz", - "integrity": "sha512-4OKW+SC62aP3Y19YlCWxjKJD0iW4kjLqUvdd9OaW1lM7Co/FX3PTi2NHguzsj2vmPs/6mMITKu0saYAr2uZA4g==", + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.27.tgz", + "integrity": "sha512-NUhkIpeHc4ebvkGLhQmlwpd9hd/ytOXTEmX2dFJ0e5VL61Ds7/RUHUmdSRY27VWil+uAuWSU8q6mUymrkxHC8Q==", "dev": true, "dependencies": { "@types/chai": "*",