Skip to content

Commit

Permalink
fix: upgrade @oclif/config from 1.17.0 to 1.18.3 (#60)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @oclif/config from 1.17.0 to 1.18.3.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/jarndt-ltm/project/98985ce0-1832-4bda-a1bf-ee1c6c459e38?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
jarndt-ltm and snyk-bot authored Sep 30, 2022
1 parent 3692207 commit f5f572e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@mshanemc/plugin-helpers": "^2.1.0",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/config": "^1.18.3",
"@oclif/errors": "^1",
"@salesforce/command": "^3.1.0",
"@salesforce/core": "^2.20.5",
Expand Down
23 changes: 23 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,18 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/config@^1.18.3":
version "1.18.3"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.3.tgz#ddfc144fdab66b1658c2f1b3478fa7fbfd317e79"
integrity sha512-sBpko86IrTscc39EvHUhL+c++81BVTsIZ3ETu/vG+cCdi0N6vb2DoahR67A9FI2CGnxRRHjnTfa3m6LulwNATA==
dependencies:
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.0"
debug "^4.1.1"
globby "^11.0.1"
is-wsl "^2.1.1"
tslib "^2.3.1"

"@oclif/dev-cli@^1":
version "1.26.0"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.0.tgz#e3ec294b362c010ffc8948003d3770955c7951fd"
Expand Down Expand Up @@ -494,6 +506,17 @@
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

"@oclif/errors@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==
dependencies:
clean-stack "^3.0.0"
fs-extra "^8.1"
indent-string "^4.0.0"
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

"@oclif/linewrap@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
Expand Down

0 comments on commit f5f572e

Please sign in to comment.