Skip to content

Commit 3f77cf6

Browse files
authored
Merge pull request #649 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.26.3
fix(deps): bump @oclif/core from 3.26.2 to 3.26.3
2 parents cf96588 + 6895c31 commit 3f77cf6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.26.2",
8+
"@oclif/core": "^3.26.3",
99
"@salesforce/core": "^7.2.0",
1010
"@salesforce/kit": "^3.1.0",
1111
"@salesforce/sf-plugins-core": "^9.0.1"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,10 +1553,10 @@
15531553
wordwrap "^1.0.0"
15541554
wrap-ansi "^7.0.0"
15551555

1556-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1557-
version "3.26.2"
1558-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
1559-
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1556+
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1557+
version "3.26.3"
1558+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1559+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
15601560
dependencies:
15611561
"@types/cli-progress" "^3.11.5"
15621562
ansi-escapes "^4.3.2"
@@ -1567,7 +1567,7 @@
15671567
cli-progress "^3.12.0"
15681568
color "^4.2.3"
15691569
debug "^4.3.4"
1570-
ejs "^3.1.9"
1570+
ejs "^3.1.10"
15711571
get-package-type "^0.1.0"
15721572
globby "^11.1.0"
15731573
hyperlinker "^1.0.0"
@@ -3522,10 +3522,10 @@ ecdsa-sig-formatter@1.0.11:
35223522
dependencies:
35233523
safe-buffer "^5.0.1"
35243524

3525-
ejs@^3.1.9:
3526-
version "3.1.9"
3527-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
3528-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
3525+
ejs@^3.1.10, ejs@^3.1.9:
3526+
version "3.1.10"
3527+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
3528+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
35293529
dependencies:
35303530
jake "^10.8.5"
35313531

0 commit comments

Comments
 (0)