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

Commit

Permalink
fix(deps): bump @oclif/config from 1.18.2 to 1.18.16
Browse files Browse the repository at this point in the history
Bumps [@oclif/config](https:/oclif/config) from 1.18.2 to 1.18.16.
- [Release notes](https:/oclif/config/releases)
- [Changelog](https:/oclif/config/blob/main/CHANGELOG.md)
- [Commits](https:/oclif/config/commits/1.18.16)

---
updated-dependencies:
- dependency-name: "@oclif/config"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2023
1 parent cbabf80 commit e2c25e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Salesforce",
"bugs": "https:/oclif/command/issues",
"dependencies": {
"@oclif/config": "^1.18.2",
"@oclif/config": "^1.18.16",
"@oclif/errors": "^1.3.6",
"@oclif/parser": "^3.8.16",
"@oclif/help": "^1.0.1",
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/[email protected]", "@oclif/config@^1.18.2":
"@oclif/[email protected]":
version "1.18.2"
resolved "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
Expand All @@ -307,6 +307,18 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/config@^1.18.16", "@oclif/config@^1.18.2":
version "1.18.16"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.16.tgz#3235d260ab1eb8388ebb6255bca3dd956249d796"
integrity sha512-VskIxVcN22qJzxRUq+raalq6Q3HUde7sokB7/xk5TqRZGEKRVbFeqdQBxDWwQeudiJEgcNiMvIFbMQ43dY37FA==
dependencies:
"@oclif/errors" "^1.3.6"
"@oclif/parser" "^3.8.16"
debug "^4.3.4"
globby "^11.1.0"
is-wsl "^2.1.1"
tslib "^2.6.1"

"@oclif/[email protected]":
version "1.3.5"
resolved "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
Expand Down Expand Up @@ -1156,10 +1168,10 @@ [email protected]:
dependencies:
ms "2.1.2"

debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
version "4.3.3"
resolved "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
dependencies:
ms "2.1.2"

Expand Down

0 comments on commit e2c25e1

Please sign in to comment.