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.1.2 to 1.2.0 (#148)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @oclif/core from 1.1.2 to 1.2.0.

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 Feb 17, 2022
1 parent 94d98e3 commit 49eb0d5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 8 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",
"@oclif/core": "1.1.2",
"@oclif/core": "1.2.0",
"@oclif/plugin-help": "5.1.10",
"@oclif/plugin-not-found": "^2.2.1",
"@secman/spinner": "0.1.3",
Expand Down
54 changes: 47 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,37 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@1.1.2", "@oclif/core@^1.1.1":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.1.2.tgz#e8cddb248ce49daa6f49b01f593d420522a75fd1"
integrity sha512-hoox4ygjazblt9icBs3dc0Zaw9m5S6nwzjgSnlqzJ9Kb6PzrwGtc1YOYxnJFB8z/Fyv3hpiQo3Ze2DIeGsF/wg==
"@oclif/core@1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.2.0.tgz#f1110b1fe868e439f94f8b4ffad5dd8acf862294"
integrity sha512-h1n8NEAUzaL3+wky7W1FMeySmJWQpYX1LhWMltFY/ScvmapZzee7D9kzy/XI/ZIWWfz2ZYCTMD1wOKXO6ueynw==
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-ux "^6.0.6"
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"
Expand Down Expand Up @@ -136,6 +148,29 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.1.1":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.1.2.tgz#e8cddb248ce49daa6f49b01f593d420522a75fd1"
integrity sha512-hoox4ygjazblt9icBs3dc0Zaw9m5S6nwzjgSnlqzJ9Kb6PzrwGtc1YOYxnJFB8z/Fyv3hpiQo3Ze2DIeGsF/wg==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-ux "^6.0.6"
debug "^4.3.3"
ejs "^3.1.6"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
globby "^11.0.4"
indent-string "^4.0.0"
is-wsl "^2.2.0"
semver "^7.3.5"
string-width "^4.2.3"
strip-ansi "^6.0.1"
tslib "^2.3.1"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/dev-cli@^1":
version "1.26.10"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.10.tgz#d8df3a79009b68552f5e7f249d1d19ca52278382"
Expand Down Expand Up @@ -255,6 +290,11 @@
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==

"@oclif/screen@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.2.tgz#969054308fe98d130c02844a45cc792199b75670"
integrity sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==

"@octokit/app@^12.0.4":
version "12.0.5"
resolved "https://registry.yarnpkg.com/@octokit/app/-/app-12.0.5.tgz#0b25446daffcb36967b26944410eab1ccbba0c06"
Expand Down Expand Up @@ -1971,7 +2011,7 @@ ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

natural-orderby@^2.0.1:
natural-orderby@^2.0.1, natural-orderby@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/natural-orderby/-/natural-orderby-2.0.3.tgz#8623bc518ba162f8ff1cdb8941d74deb0fdcc016"
integrity sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==
Expand Down Expand Up @@ -2537,7 +2577,7 @@ supports-color@^8.1.0, supports-color@^8.1.1:
dependencies:
has-flag "^4.0.0"

supports-hyperlinks@^2.1.0:
supports-hyperlinks@^2.1.0, supports-hyperlinks@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb"
integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==
Expand Down

0 comments on commit 49eb0d5

Please sign in to comment.