Skip to content

Commit 87510e5

Browse files
chore(dev-deps): bump @oclif/plugin-commands from 2.2.8 to 2.2.10
Bumps [@oclif/plugin-commands](https://github.com/oclif/plugin-commands) from 2.2.8 to 2.2.10. - [Release notes](https://github.com/oclif/plugin-commands/releases) - [Changelog](https://github.com/oclif/plugin-commands/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-commands@2.2.8...2.2.10) --- updated-dependencies: - dependency-name: "@oclif/plugin-commands" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 318f9f3 commit 87510e5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@oclif/config": "^1.18.8",
24-
"@oclif/plugin-commands": "^2.2.8",
24+
"@oclif/plugin-commands": "^2.2.10",
2525
"@oclif/plugin-help": "^5.2.4",
2626
"@oclif/test": "^1.2.9",
2727
"@types/chai": "^4.3.4",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -494,10 +494,10 @@
494494
widest-line "^3.1.0"
495495
wrap-ansi "^7.0.0"
496496

497-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.8", "@oclif/core@^2.1.1", "@oclif/core@^2.1.2":
498-
version "2.1.2"
499-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.2.tgz#a3e47ed2274e47cb2b3dc1a16b5955cceae5d2d0"
500-
integrity sha512-l7Kx+80zuDgi9o4gZe39XQeYvQuj6Hf+B31kXSUSntgXpfLdDbpFSZH/GP7tsldzG4icrpmSwnLDOz8MNB40Hg==
497+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.8", "@oclif/core@^2.1.2", "@oclif/core@^2.1.6":
498+
version "2.1.6"
499+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.6.tgz#34a1847da7195616fda62663098c9df0c486ae64"
500+
integrity sha512-RMqjKVExVxMmAm3a64LFrIZloKD7emSDro1Mmcc8DOB3O+/pL9drqScc/dw/Alhi6KrmdqwOtxHtKrAwqvyKMg==
501501
dependencies:
502502
"@types/cli-progress" "^3.11.0"
503503
ansi-escapes "^4.3.2"
@@ -554,12 +554,12 @@
554554
chalk "^4.1.0"
555555
tslib "^2.5.0"
556556

557-
"@oclif/plugin-commands@^2.2.8":
558-
version "2.2.8"
559-
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-2.2.8.tgz#d9757e454d5d16e3a439ddd30ea2ce07a0e7c1ac"
560-
integrity sha512-V8Mdi3Ay/aanyIiS2pGZAV+XpYjs/l0BcFk9Fo1x4CAqSe9u/aHp6ib+PiAy2l0vZA0/fTmcN/zZzPRFtmgcVw==
557+
"@oclif/plugin-commands@^2.2.10":
558+
version "2.2.10"
559+
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-2.2.10.tgz#e0209fd1fbf27ef418774d4a9d6d72954a8dcacc"
560+
integrity sha512-fUOegX6RrJLC+euU/gPbBH6VX6aqh5vRpsg4r1NUlKvCSIJjCI78TSHUKECU+GQmvNA+3ql6tlD7hZ4rBTjKbg==
561561
dependencies:
562-
"@oclif/core" "^2.1.1"
562+
"@oclif/core" "^2.1.6"
563563
lodash "^4.17.11"
564564

565565
"@oclif/plugin-help@^5.1.19", "@oclif/plugin-help@^5.2.4":

0 commit comments

Comments
 (0)