Skip to content

Commit 38db847

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
"dependencies": {
88
"@inquirer/prompts": "^7.5.3",
9-
"@oclif/core": "^4.3.0",
9+
"@oclif/core": "^4.5.2",
1010
"@oclif/multi-stage-output": "^0.8.19",
1111
"@salesforce/apex-node": "^8.1.31",
1212
"@salesforce/core": "^8.18.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,10 +1587,10 @@
15871587
"@nodelib/fs.scandir" "2.1.5"
15881588
fastq "^1.6.0"
15891589

1590-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.1":
1591-
version "4.5.1"
1592-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.1.tgz#7fa9041d13f624e4c00d89605d9f732cf8084748"
1593-
integrity sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==
1590+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.1", "@oclif/core@^4.5.2":
1591+
version "4.5.2"
1592+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
1593+
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
15941594
dependencies:
15951595
ansi-escapes "^4.3.2"
15961596
ansis "^3.17.0"

0 commit comments

Comments
 (0)