Skip to content

Commit

Permalink
Merge pull request #86 from markcallen/snyk-upgrade-a1fd279d4668a3cc8…
Browse files Browse the repository at this point in the history
…0815a9aa2f893f4

[Snyk] Upgrade @oclif/plugin-plugins from 2.3.0 to 2.3.2
  • Loading branch information
markcallen authored Mar 11, 2023
2 parents b18fe02 + ef538ef commit 4a74564
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@oclif/core": "^1.26.1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.3.0",
"@oclif/plugin-plugins": "^2.3.2",
"aws-sdk": "^2.1311.0",
"template-file": "^6.0.1"
},
Expand Down
44 changes: 39 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,40 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.1.1":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
cardinal "^2.1.1"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-progress "^3.12.0"
debug "^4.3.4"
ejs "^3.1.8"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
globby "^11.1.0"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.14.1"
natural-orderby "^2.0.3"
object-treeify "^1.1.33"
password-prompt "^1.1.2"
semver "^7.3.7"
string-width "^4.2.3"
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
tslib "^2.5.0"
widest-line "^3.1.0"
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.3.0", "@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"
Expand Down Expand Up @@ -595,13 +629,13 @@
fast-levenshtein "^3.0.0"
lodash "^4.17.21"

"@oclif/plugin-plugins@^2.3.0":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.4.1.tgz#031a65a05a531511f44e3ef5e3f56e7e833bc756"
integrity sha512-IZIceVzjI5RjCR7TkWN51aEPi243Mtme5dmOD4Y3HlXI1ul8gtXFeJNRKODKcUQVsJWBqRFhsH1TREfGqE06cA==
"@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==
dependencies:
"@oclif/color" "^1.0.4"
"@oclif/core" "^2.6.2"
"@oclif/core" "^2.1.1"
chalk "^4.1.2"
debug "^4.3.4"
fs-extra "^9.0"
Expand Down

0 comments on commit 4a74564

Please sign in to comment.