Skip to content

Commit 1e1f4fd

Browse files
fix(deps): bump @oclif/core from 4.5.1 to 4.5.2 (#1324)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2084be6 commit 1e1f4fd

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
@@ -13,7 +13,7 @@
1313
"@langchain/core": "^0.3.57",
1414
"@langchain/google-genai": "^0.2.16",
1515
"@langchain/ollama": "^0.2.1",
16-
"@oclif/core": "^4.5.1",
16+
"@oclif/core": "^4.5.2",
1717
"@salesforce/core": "^8.18.5",
1818
"@salesforce/sf-plugins-core": "^11.3.12",
1919
"@slack/types": "^2.15.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,10 +1872,10 @@
18721872
proc-log "^4.0.0"
18731873
which "^4.0.0"
18741874

1875-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.1":
1876-
version "4.5.1"
1877-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.1.tgz#7fa9041d13f624e4c00d89605d9f732cf8084748"
1878-
integrity sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==
1875+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.1", "@oclif/core@^4.5.2":
1876+
version "4.5.2"
1877+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
1878+
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
18791879
dependencies:
18801880
ansi-escapes "^4.3.2"
18811881
ansis "^3.17.0"

0 commit comments

Comments
 (0)