Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix: upgrade @oclif/core from 1.3.3 to 1.3.4 (#160)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @oclif/core from 1.3.3 to 1.3.4.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/abdfnx/project/fd726085-9a16-40e8-aff3-08765aa58de0?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored Mar 5, 2022
1 parent 873a2b8 commit a6056c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 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 @@
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1.18.3",
"@oclif/core": "1.3.3",
"@oclif/core": "1.3.4",
"@oclif/plugin-help": "5.1.11",
"@oclif/plugin-not-found": "^2.3.1",
"@secman/spinner": "0.1.3",
Expand Down
37 changes: 1 addition & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,42 +102,7 @@
is-wsl "^2.1.1"
tslib "^2.3.1"

"@oclif/core@1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.3.3.tgz#d115a4aa2f80cf0b1f529f2cf5fd8f65950b030e"
integrity sha512-vekr36NDJnrNy6zB4DOm61nZWDoXRqAFFgGsobgLwTBcjnyDqqEAIwD5NET/F0JUjM1kaEs/jr8knHjmUSrAQg==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.2"
ansi-escapes "^4.3.0"
ansi-styles "^4.2.0"
cardinal "^2.1.1"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-progress "^3.10.0"
debug "^4.3.3"
ejs "^3.1.6"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
globby "^11.0.4"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.13.1"
lodash "^4.17.21"
natural-orderby "^2.0.3"
object-treeify "^1.1.4"
password-prompt "^1.1.2"
semver "^7.3.5"
string-width "^4.2.3"
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
tslib "^2.3.1"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.2.0", "@oclif/core@^1.2.1":
"@oclif/core@1.3.4", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.3.4.tgz#80c8c24f2f5fc82b913703b7226200cdd941416d"
integrity sha512-IqwfP1qHJ7V6LXxyCBBX12T0vNvrcK9Mlxv0xyt+snhslwThBXJY09umWcQJhWe+vxA8Y/mihB1bUkfURd2P2A==
Expand Down

0 comments on commit a6056c3

Please sign in to comment.