Skip to content

Commit 5957e94

Browse files
fix(deps): bump @oclif/core from 3.26.2 to 3.26.4
Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.2 to 3.26.4. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.26.2...3.26.4) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a11ee1 commit 5957e94

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
@@ -9,7 +9,7 @@
99
"sf-release": "bin/run.js"
1010
},
1111
"dependencies": {
12-
"@oclif/core": "^3.26.2",
12+
"@oclif/core": "^3.26.4",
1313
"@octokit/core": "^4.2.4",
1414
"@octokit/plugin-paginate-rest": "^6.1.2",
1515
"@octokit/plugin-throttling": "^5.2.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,10 +1744,10 @@
17441744
wordwrap "^1.0.0"
17451745
wrap-ansi "^7.0.0"
17461746

1747-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1748-
version "3.26.2"
1749-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
1750-
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1747+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1748+
version "3.26.4"
1749+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1750+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
17511751
dependencies:
17521752
"@types/cli-progress" "^3.11.5"
17531753
ansi-escapes "^4.3.2"
@@ -1758,7 +1758,7 @@
17581758
cli-progress "^3.12.0"
17591759
color "^4.2.3"
17601760
debug "^4.3.4"
1761-
ejs "^3.1.9"
1761+
ejs "^3.1.10"
17621762
get-package-type "^0.1.0"
17631763
globby "^11.1.0"
17641764
hyperlinker "^1.0.0"
@@ -4322,10 +4322,10 @@ ecdsa-sig-formatter@1.0.11:
43224322
dependencies:
43234323
safe-buffer "^5.0.1"
43244324

4325-
ejs@^3.1.9:
4326-
version "3.1.9"
4327-
resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz"
4328-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
4325+
ejs@^3.1.10, ejs@^3.1.9:
4326+
version "3.1.10"
4327+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
4328+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
43294329
dependencies:
43304330
jake "^10.8.5"
43314331

0 commit comments

Comments
 (0)