Skip to content

Commit

Permalink
fix: upgrade @oclif/config from 1.17.0 to 1.18.1 (#44)
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.1.

See this package in npm:

See this project in Snyk:
https://app.snyk.io/org/salesforce-oss/project/1ab3606c-9172-4474-a1ec-e6405714c040?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 10, 2022
1 parent fb98393 commit d8dbe6a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.1",
"dependencies": {
"@oclif/command": "^1.8.7",
"@oclif/config": "^1.17.0",
"@oclif/config": "^1.18.1",
"@oclif/errors": "^1.3.5",
"@salesforce/command": "^3.0.0",
"@salesforce/core": "^2.25.1",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,18 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/config@^1.18.1":
version "1.18.2"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
dependencies:
"@oclif/errors" "^1.3.3"
"@oclif/parser" "^3.8.0"
debug "^4.1.1"
globby "^11.0.1"
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/dev-cli@^1.26.0":
version "1.26.0"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.0.tgz#e3ec294b362c010ffc8948003d3770955c7951fd"
Expand Down

0 comments on commit d8dbe6a

Please sign in to comment.