Skip to content

Commit 021869f

Browse files
chore(dev-deps): bump @oclif/plugin-plugins from 2.1.12 to 2.2.2
Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.1.12 to 2.2.2. - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-plugins@2.1.12...2.2.2) --- updated-dependencies: - dependency-name: "@oclif/plugin-plugins" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f8870d commit 021869f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@oclif/core": "^2.0.2-beta.6"
99
},
1010
"devDependencies": {
11-
"@oclif/plugin-plugins": "^2.1.12",
11+
"@oclif/plugin-plugins": "^2.2.2",
1212
"@oclif/test": "^2.1.0",
1313
"@types/chai": "^4.3.4",
1414
"@types/mocha": "^9.1.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
supports-color "^8.1.1"
440440
tslib "^2"
441441

442-
"@oclif/core@^1.23.0", "@oclif/core@^1.24.0", "@oclif/core@^1.3.1":
442+
"@oclif/core@^1.24.0", "@oclif/core@^1.3.1":
443443
version "1.24.2"
444444
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.2.tgz#1d2e4b8b27db7e98b0c1d7b367934196a2f2c202"
445445
integrity sha512-0wfAa6HG4sJ4j5c4/GV4BWZwALtJyw2ZO6titnrWKcowxU1BWd8mBM45ilTPnDhClMowz7+8EtK4kqUGc1rNwA==
@@ -529,13 +529,13 @@
529529
fast-levenshtein "^3.0.0"
530530
lodash "^4.17.21"
531531

532-
"@oclif/plugin-plugins@^2.1.12":
533-
version "2.1.12"
534-
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.1.12.tgz#1b2a8e08481b0691adca09714ceb44fb293cceb6"
535-
integrity sha512-vvste+qfmuAZVO+LEhJbBm7kLAtWCFFyfoAFCpe061i8KRnsl8/f0l+/VLAUWiYB3c5M518knIi/UfIvGPV/Ew==
532+
"@oclif/plugin-plugins@^2.2.2":
533+
version "2.2.2"
534+
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.2.2.tgz#6cc212cb991fce52680e6aceec05d4c960ba50db"
535+
integrity sha512-5b+LmscDsQHIn32oWnXxLcozRHHpgMXEroPVCm3Q682Yu9sE9l81Txycyj1fqOIvXnhKMLO+S7h/YaLCZLadrA==
536536
dependencies:
537537
"@oclif/color" "^1.0.2"
538-
"@oclif/core" "^1.23.0"
538+
"@oclif/core" "^2.0.2-beta.6"
539539
chalk "^4.1.2"
540540
debug "^4.3.4"
541541
fs-extra "^9.0"

0 commit comments

Comments
 (0)