Skip to content

Commit 939c483

Browse files
fix(deps): bump @oclif/core from 2.4.0 to 2.6.4 (#637)
Bumps [@oclif/core](https://github.com/oclif/core) from 2.4.0 to 2.6.4. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.4.0...2.6.4) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb784a0 commit 939c483

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@heroku/function-toml": "^0.0.3",
1515
"@heroku/functions-core": "^0.7.0",
1616
"@heroku/project-descriptor": "0.0.6",
17-
"@oclif/core": "^2.4.0",
17+
"@oclif/core": "^2.6.4",
1818
"@salesforce/core": "^3.33.6",
1919
"@salesforce/sf-plugins-core": "^2.0.1",
2020
"@salesforce/ts-types": "^1.7.3",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -820,10 +820,10 @@
820820
widest-line "^3.1.0"
821821
wrap-ansi "^7.0.0"
822822

823-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0":
824-
version "2.4.0"
825-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
826-
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
823+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0", "@oclif/core@^2.6.4":
824+
version "2.6.4"
825+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b"
826+
integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA==
827827
dependencies:
828828
"@types/cli-progress" "^3.11.0"
829829
ansi-escapes "^4.3.2"
@@ -849,6 +849,7 @@
849849
strip-ansi "^6.0.1"
850850
supports-color "^8.1.1"
851851
supports-hyperlinks "^2.2.0"
852+
ts-node "^10.9.1"
852853
tslib "^2.5.0"
853854
widest-line "^3.1.0"
854855
wordwrap "^1.0.0"
@@ -8409,7 +8410,7 @@ ts-json-schema-generator@^1.2.0:
84098410
safe-stable-stringify "^2.4.1"
84108411
typescript "~4.9.3"
84118412

8412-
ts-node@^10.0.0, ts-node@^10.7.0:
8413+
ts-node@^10.0.0, ts-node@^10.7.0, ts-node@^10.9.1:
84138414
version "10.9.1"
84148415
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
84158416
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==

0 commit comments

Comments
 (0)