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.0.11 to 1.1.0 (#142)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @oclif/core from 1.0.11 to 1.1.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 Jan 27, 2022
1 parent b11f637 commit 838f320
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 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.0.11",
"@oclif/core": "1.1.0",
"@oclif/plugin-help": "5.1.10",
"@oclif/plugin-not-found": "^2.2.1",
"@secman/spinner": "0.1.3",
Expand Down
25 changes: 24 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,30 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@1.0.11", "@oclif/core@^1.0.10", "@oclif/core@^1.0.8":
"@oclif/core@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.1.0.tgz#e007f681f4d4bcad91214c1be6ba403e91984da0"
integrity sha512-lbNS1cvpCa3+yT3zcwiZKXFq9b3bk/Y3URomXvMAm/S+nitQdviA5L8racaJ0Qyd4yHIeePiyGjCcrI10zuNuQ==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-ux "^6.0.6"
debug "^4.3.3"
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"
lodash "^4.17.21"
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/core@^1.0.10", "@oclif/core@^1.0.8":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.11.tgz#5ad1258c0c756073744ac8b9403e9314757d949f"
integrity sha512-CQw9dbzh+BTF73cp53mnDZnTJF4hth7oab761Si4pEW18PDYDLyOv7TnEtJkvPu4rlTaGBh2jge9BDXgwye4vQ==
Expand Down

0 comments on commit 838f320

Please sign in to comment.