From b3eea70147d7bbd0ad841c3bbde6d5adb8907e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 00:07:58 +0000 Subject: [PATCH] Bump @oclif/test from 2.0.3 to 2.2.0 Bumps [@oclif/test](https://github.com/oclif/test) from 2.0.3 to 2.2.0. - [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.0.3...2.2.0) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b48ace..b39118d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -992,9 +992,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@oclif/core": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.13.10.tgz", - "integrity": "sha512-nwpjXwWscETdvO+/z94V1zd95vnzmCB6VRaobR4BdBllwWU6jHF/eCi1Ud2Tk9RSedChoLneZuDCkKnRCmxyng==", + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.16.4.tgz", + "integrity": "sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw==", "dependencies": { "@oclif/linewrap": "^1.0.0", "@oclif/screen": "^3.0.2", @@ -1239,11 +1239,12 @@ } }, "node_modules/@oclif/test": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.0.3.tgz", - "integrity": "sha512-8mN/cmfrPQKc9+3I6Dj6HNgmPqRVKe4P7gU61pLUz220oFUxhuP0EHLzY3ARFx8ecUZAJZdWJwh+dne/1GfTcA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.2.0.tgz", + "integrity": "sha512-hykwoXt8Ml+J+mwr9cJ+xl+84gSKdF+S7MKCjM5cPGMg6uhXBuzXtMlVK91s4bZh0uPYUioYJWAeptAgTHfgHQ==", "dev": true, "dependencies": { + "@oclif/core": "^1.16.4", "fancy-test": "^2.0.0" }, "engines": { @@ -10279,9 +10280,9 @@ } }, "@oclif/core": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.13.10.tgz", - "integrity": "sha512-nwpjXwWscETdvO+/z94V1zd95vnzmCB6VRaobR4BdBllwWU6jHF/eCi1Ud2Tk9RSedChoLneZuDCkKnRCmxyng==", + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.16.4.tgz", + "integrity": "sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw==", "requires": { "@oclif/linewrap": "^1.0.0", "@oclif/screen": "^3.0.2", @@ -10494,11 +10495,12 @@ "integrity": "sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==" }, "@oclif/test": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.0.3.tgz", - "integrity": "sha512-8mN/cmfrPQKc9+3I6Dj6HNgmPqRVKe4P7gU61pLUz220oFUxhuP0EHLzY3ARFx8ecUZAJZdWJwh+dne/1GfTcA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@oclif/test/-/test-2.2.0.tgz", + "integrity": "sha512-hykwoXt8Ml+J+mwr9cJ+xl+84gSKdF+S7MKCjM5cPGMg6uhXBuzXtMlVK91s4bZh0uPYUioYJWAeptAgTHfgHQ==", "dev": true, "requires": { + "@oclif/core": "^1.16.4", "fancy-test": "^2.0.0" } },