Skip to content

Commit 6a48163

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

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
@@ -4,7 +4,7 @@
44
"version": "1.1.3",
55
"author": "Luca Bassani",
66
"dependencies": {
7-
"@oclif/core": "^3.22.0",
7+
"@oclif/core": "^3.23.0",
88
"@salesforce/core": "^6.7.0",
99
"@salesforce/sf-plugins-core": "^7.1.14",
1010
"@salesforce/source-deploy-retrieve": "^10.5.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,10 +1469,10 @@
14691469
wordwrap "^1.0.0"
14701470
wrap-ansi "^7.0.0"
14711471

1472-
"@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.22.0":
1473-
version "3.22.0"
1474-
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.22.0.tgz"
1475-
integrity sha512-w7V1la5PAS5Ojr5aOG904A245kdVJRMcvgcRr3NG28EX2vIm7jkg71gIULlbvhDrFRzljH2iX2VYqF7ho3x8GQ==
1472+
"@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
1473+
version "3.23.0"
1474+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1475+
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
14761476
dependencies:
14771477
"@types/cli-progress" "^3.11.5"
14781478
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)