Skip to content

Commit b90e2c2

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

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
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.0.28",
8+
"@oclif/core": "^4.0.29",
99
"@oclif/multi-stage-output": "^0.7.7",
1010
"@salesforce/core": "^8.6.1",
1111
"@salesforce/kit": "^3.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,10 +1233,10 @@
12331233
"@nodelib/fs.scandir" "2.1.5"
12341234
fastq "^1.6.0"
12351235

1236-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28":
1237-
version "4.0.28"
1238-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.28.tgz#63b16cc0fa06e02374fad3432a0422a43f118d6d"
1239-
integrity sha512-lKM1W2glLJmVxZrnb+k3NaudzG9V2yoKJZcW+lmfMf/yPlx6bT/N+DELUsSwdm1VfJAXaQmpLV4+AfEX5qq3mA==
1236+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28", "@oclif/core@^4.0.29":
1237+
version "4.0.29"
1238+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.29.tgz#55f7a6b85e3e67dd1ce9fcef421dc2555e5ddf53"
1239+
integrity sha512-WEbrRn+X9FG8Wk8U/JUAd4bTzCwOtKPqpCP4ijfqEK8g2ZXV1bGG3FSCTmZkZLNDt/WUYYJpC0Tjjqxn1T4Bzg==
12401240
dependencies:
12411241
ansi-escapes "^4.3.2"
12421242
ansis "^3.3.2"

0 commit comments

Comments
 (0)