Skip to content

Commit

Permalink
Merge pull request #21 from catalandres/dependabot-npm_and_yarn-oclif…
Browse files Browse the repository at this point in the history
…-core-3.18.0

fix(deps): bump @oclif/core from 3.16.0 to 3.18.0
  • Loading branch information
catalandres authored Jan 10, 2024
2 parents c26586a + b3fc2df commit 2e5d0c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Salesforce CLI plugin to generate documentation from metadata",
"version": "0.3.1",
"dependencies": {
"@oclif/core": "^3.16.0",
"@oclif/core": "^3.18.0",
"@salesforce/core": "^6.4.4",
"@salesforce/sf-plugins-core": "^5.0.5",
"exceljs": "^4.4.0",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,10 @@
read-package-json-fast "^3.0.0"
which "^3.0.0"

"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
version "3.16.0"
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.16.0.tgz"
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.0":
version "3.18.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.0.tgz#3f594d2509d9b4e8981f0b6b1a318826979dd2f2"
integrity sha512-xPuN3kT87WXHvkyZIrPyp87VLIEkreQqVpCIcLtIGjZ0a7/0c7c4j6NjGApHp5rz/5lprW/i1FPt3IvrrNlMeA==
dependencies:
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
Expand All @@ -787,7 +787,6 @@
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
tsconfck "^3.0.0"
widest-line "^3.1.0"
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"
Expand Down Expand Up @@ -7495,11 +7494,6 @@ ts-retry-promise@^0.7.1:
resolved "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz"
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==

tsconfck@^3.0.0:
version "3.0.1"
resolved "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.1.tgz"
integrity sha512-7ppiBlF3UEddCLeI1JRx5m2Ryq+xk4JrZuq4EuYXykipebaq1dV0Fhgr1hb7CkmHt32QSgOZlcqVLEtHBG4/mg==

tsconfig-paths@^3.15.0:
version "3.15.0"
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz"
Expand Down

0 comments on commit 2e5d0c0

Please sign in to comment.