Skip to content

Commit

Permalink
Merge pull request #656 from oclif/dependabot-npm_and_yarn-oclif-plug…
Browse files Browse the repository at this point in the history
…in-plugins-2.4.1

chore(dev-deps): bump @oclif/plugin-plugins from 2.3.2 to 2.4.1
  • Loading branch information
svc-cli-bot authored Mar 11, 2023
2 parents b293063 + 107f708 commit 0497ace
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commitlint/config-conventional": "^12.1.4",
"@oclif/plugin-help": "^5.2.7",
"@oclif/plugin-plugins": "^2.3.2",
"@oclif/plugin-plugins": "^2.4.1",
"@oclif/test": "^2.3.9",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.3.4",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,10 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^2.1.1", "@oclif/core@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
"@oclif/core@^2.4.0", "@oclif/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88"
integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
Expand All @@ -469,6 +469,7 @@
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
ts-node "^10.9.1"
tslib "^2.5.0"
widest-line "^3.1.0"
wordwrap "^1.0.0"
Expand All @@ -481,13 +482,13 @@
dependencies:
"@oclif/core" "^2.4.0"

"@oclif/plugin-plugins@^2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.3.2.tgz#0bbd41fc2b5663469ef4030b8ec8c5d51d53497e"
integrity sha512-jq/ik7A7bCO/oQp0/Znnpu8/JBXifAQ2OF2KmswbNYt7EpsLqz2DaI/CvkrXRSb+Edzx4Xx3usEgSyocVN/u2A==
"@oclif/plugin-plugins@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.1.tgz#031a65a05a531511f44e3ef5e3f56e7e833bc756"
integrity sha512-IZIceVzjI5RjCR7TkWN51aEPi243Mtme5dmOD4Y3HlXI1ul8gtXFeJNRKODKcUQVsJWBqRFhsH1TREfGqE06cA==
dependencies:
"@oclif/color" "^1.0.4"
"@oclif/core" "^2.1.1"
"@oclif/core" "^2.6.2"
chalk "^4.1.2"
debug "^4.3.4"
fs-extra "^9.0"
Expand Down

0 comments on commit 0497ace

Please sign in to comment.