From b7dd5756478fd64a3e55289ed33c05959138305e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 16:06:32 +0000 Subject: [PATCH] Bump @oclif/plugin-plugins from 2.1.7 to 2.1.12 Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.1.7 to 2.1.12. - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-plugins/compare/2.1.7...2.1.12) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6cc11d..b5b3ff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -660,9 +660,9 @@ } }, "@oclif/color": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.1.tgz", - "integrity": "sha512-qjYr+izgWdIVOroiBKqTzQgc1r5Wd9QB1J7yGM2EeelqhBARiiVLRZL45vhV4zdyTRdDkZS0EBzFwQap+nliLA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.3.tgz", + "integrity": "sha512-E+KKAE5CKhXRBZEoZLe5yNR0VHmba1m1fxz8HlpcWjHF5Pdhhf6W/0XMmed6vwQCmyzL/YLwdspCRfu0A1cgGA==", "requires": { "ansi-styles": "^4.2.1", "chalk": "^4.1.0", @@ -911,12 +911,12 @@ } }, "@oclif/plugin-plugins": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-2.1.7.tgz", - "integrity": "sha512-z3nJWFskBKSimw8HUmlYyoaGEJlbjoFRT0xuiip4x7bccWn/Jyp4OWUzXcEdas6mnzmtBpNcQ5VxLaHIfad70Q==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-2.1.12.tgz", + "integrity": "sha512-vvste+qfmuAZVO+LEhJbBm7kLAtWCFFyfoAFCpe061i8KRnsl8/f0l+/VLAUWiYB3c5M518knIi/UfIvGPV/Ew==", "requires": { - "@oclif/color": "^1.0.1", - "@oclif/core": "^1.20.0", + "@oclif/color": "^1.0.2", + "@oclif/core": "^1.23.0", "chalk": "^4.1.2", "debug": "^4.3.4", "fs-extra": "^9.0", @@ -929,9 +929,9 @@ }, "dependencies": { "@oclif/core": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.21.0.tgz", - "integrity": "sha512-B/AKYfHcNRAbb6Xz2kj0FlH9gWEi8aFS4iEr7EzguP3E2DpDk4wcf7eOMOfJYEmhuVd9sOpVWSnI2yP+FL/3Sg==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.23.1.tgz", + "integrity": "sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==", "requires": { "@oclif/linewrap": "^1.0.0", "@oclif/screen": "^3.0.3", diff --git a/package.json b/package.json index d91f066..88d0824 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@oclif/core": "^1", "@oclif/plugin-help": "^5", - "@oclif/plugin-plugins": "^2.1.1", + "@oclif/plugin-plugins": "^2.1.12", "@types/html-minifier-terser": "^6.1.0", "@types/marked": "^4.0.7", "@types/node-emoji": "^1.8.1",