Skip to content

Commit 02b36bc

Browse files
authored
Merge pull request #478 from salesforcecli/dependabot-npm_and_yarn-oclif-core-2.6.4
fix(deps): bump @oclif/core from 2.4.0 to 2.6.4
2 parents e0e9f84 + b672a9e commit 02b36bc

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
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@oclif/core": "^2.4.0",
9+
"@oclif/core": "^2.6.4",
1010
"@salesforce/core": "^3.33.4",
1111
"@salesforce/kit": "^1.8.5",
1212
"@salesforce/sf-plugins-core": "^2.2.4",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -727,10 +727,10 @@
727727
widest-line "^3.1.0"
728728
wrap-ansi "^7.0.0"
729729

730-
"@oclif/core@^2.0.7", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0":
731-
version "2.4.0"
732-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
733-
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
730+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0", "@oclif/core@^2.6.4":
731+
version "2.6.4"
732+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b"
733+
integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA==
734734
dependencies:
735735
"@types/cli-progress" "^3.11.0"
736736
ansi-escapes "^4.3.2"
@@ -756,6 +756,7 @@
756756
strip-ansi "^6.0.1"
757757
supports-color "^8.1.1"
758758
supports-hyperlinks "^2.2.0"
759+
ts-node "^10.9.1"
759760
tslib "^2.5.0"
760761
widest-line "^3.1.0"
761762
wordwrap "^1.0.0"
@@ -6900,7 +6901,7 @@ ts-json-schema-generator@^1.2.0:
69006901
safe-stable-stringify "^2.4.1"
69016902
typescript "~4.9.3"
69026903

6903-
ts-node@^10.0.0, ts-node@^10.4.0, ts-node@^10.8.1:
6904+
ts-node@^10.0.0, ts-node@^10.4.0, ts-node@^10.8.1, ts-node@^10.9.1:
69046905
version "10.9.1"
69056906
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
69066907
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==

0 commit comments

Comments
 (0)