From 33940c9ca73465b80dbd82b8b9dc56c5e9d08d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 00:54:36 +0000 Subject: [PATCH] Bump @oclif/test from 2.1.0 to 2.1.1 Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 2.1.1. - [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/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 503e23b..5bce953 100644 --- a/package-lock.json +++ b/package-lock.json @@ -633,12 +633,12 @@ } }, "node_modules/@oclif/test": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.1.0.tgz", - "integrity": "sha512-o+JTv3k28aMUxywJUlJY1/DORLqumoZFRII492phOmtXM16rD6Luy3z1qinT4BvEtPj2BzOPd2whr/VdYszaYw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.1.1.tgz", + "integrity": "sha512-vuBDXnXbnU073xNUqj+V4Fbrp+6Xhs1sgeWUIMj69SP9qC3pUBPfEPzIoK00ga6/WxZ+2qUgqCBAOPGz3nmTEg==", "dev": true, "dependencies": { - "@oclif/core": "^1.3.1", + "@oclif/core": "^1.6.4", "fancy-test": "^2.0.0" }, "engines": { @@ -9149,12 +9149,12 @@ "integrity": "sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==" }, "@oclif/test": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.1.0.tgz", - "integrity": "sha512-o+JTv3k28aMUxywJUlJY1/DORLqumoZFRII492phOmtXM16rD6Luy3z1qinT4BvEtPj2BzOPd2whr/VdYszaYw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.1.1.tgz", + "integrity": "sha512-vuBDXnXbnU073xNUqj+V4Fbrp+6Xhs1sgeWUIMj69SP9qC3pUBPfEPzIoK00ga6/WxZ+2qUgqCBAOPGz3nmTEg==", "dev": true, "requires": { - "@oclif/core": "^1.3.1", + "@oclif/core": "^1.6.4", "fancy-test": "^2.0.0" } },