Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #94 from oclif/dependabot-npm_and_yarn-oclif-confi…
Browse files Browse the repository at this point in the history
…g-1.18.14

fix(deps): bump @oclif/config from 1.18.12 to 1.18.14
  • Loading branch information
svc-cli-bot committed Jul 22, 2023
2 parents 6e7e13a + 3c3a276 commit 6d2e7af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"author": "Salesforce",
"bugs": "https://github.com/oclif/help/issues",
"dependencies": {
"@oclif/config": "1.18.12",
"@oclif/config": "1.18.14",
"@oclif/errors": "1.3.6",
"chalk": "^4.1.2",
"indent-string": "^4.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -329,13 +329,13 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@1.18.12", "@oclif/config@^1.18.2":
version "1.18.12"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.12.tgz#3f8e8d332ce0e7f371ab649c5b1f58b409c43a16"
integrity sha512-hbZv4N3J9pE4yzQIqrklJFgXhqYiQTN3uV5uBC8VaIZ1qEPzZv6lN9rDmcYIuEOBPzQvvSIBuaH/IDzo3F71PQ==
"@oclif/config@1.18.14", "@oclif/config@^1.18.2":
version "1.18.14"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.14.tgz#b7569b92b0501fd34244c210ccae3ca4eee8a753"
integrity sha512-cLT/deFDm6A69LjAfV5ZZMMvMDlPt7sjMHYBrsOgQ5Upq5kDMgbaZM3hEbw74DmYIsuhq2E2wYrPD+Ax2qAfkA==
dependencies:
"@oclif/errors" "^1.3.6"
"@oclif/parser" "^3.8.13"
"@oclif/parser" "^3.8.14"
debug "^4.3.4"
globby "^11.1.0"
is-wsl "^2.1.1"
Expand Down Expand Up @@ -376,10 +376,10 @@
resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==

"@oclif/parser@^3.8.13", "@oclif/parser@^3.8.6":
version "3.8.13"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.13.tgz#339bbf6cf06b99fe45f453f188740a64929bf512"
integrity sha512-M4RAB4VB5DuPF3ZoVJlXyemyxhflYBKrvP0cBI/ZJVelrfR7Z1fB/iUSrw7SyFvywI13mHmtEQ8Xz0bSUs7g8A==
"@oclif/parser@^3.8.14", "@oclif/parser@^3.8.6":
version "3.8.15"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.15.tgz#b5581c288543a4a7f59e61cb186109715819b1d0"
integrity sha512-M7ljUexkyJkR2efqG+PL31fAWyWDW1dczaMKoY+sOVqk78sm23iDMOJj/1vkfUrhO+W8dhseoPFnpSB6Hewfyw==
dependencies:
"@oclif/errors" "^1.3.6"
"@oclif/linewrap" "^1.0.0"
Expand Down

0 comments on commit 6d2e7af

Please sign in to comment.