Skip to content

Commit 4ea2a8c

Browse files
authored
Merge pull request #604 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 aca77ae + a5add27 commit 4ea2a8c

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
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"type": "module",
88
"dependencies": {
9-
"@oclif/core": "^3.26.2",
9+
"@oclif/core": "^3.26.3",
1010
"@salesforce/core": "^7.1.0",
1111
"@salesforce/kit": "^3.1.0",
1212
"@salesforce/sf-plugins-core": "^9.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,10 +1554,10 @@
15541554
"@nodelib/fs.scandir" "2.1.5"
15551555
fastq "^1.6.0"
15561556

1557-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1558-
version "3.26.2"
1559-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
1560-
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1557+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1558+
version "3.26.3"
1559+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1560+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
15611561
dependencies:
15621562
"@types/cli-progress" "^3.11.5"
15631563
ansi-escapes "^4.3.2"
@@ -1568,7 +1568,7 @@
15681568
cli-progress "^3.12.0"
15691569
color "^4.2.3"
15701570
debug "^4.3.4"
1571-
ejs "^3.1.9"
1571+
ejs "^3.1.10"
15721572
get-package-type "^0.1.0"
15731573
globby "^11.1.0"
15741574
hyperlinker "^1.0.0"
@@ -3507,10 +3507,10 @@ [email protected]:
35073507
dependencies:
35083508
safe-buffer "^5.0.1"
35093509

3510-
ejs@^3.1.9:
3511-
version "3.1.9"
3512-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
3513-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
3510+
ejs@^3.1.10, ejs@^3.1.9:
3511+
version "3.1.10"
3512+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
3513+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
35143514
dependencies:
35153515
jake "^10.8.5"
35163516

0 commit comments

Comments
 (0)