Skip to content

Commit dcebadd

Browse files
authoredJul 23, 2023
fix(deps): bump @oclif/core from 2.9.3 to 2.9.4
Bumps [@oclif/core](https://github.com/oclif/core) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.9.3...2.9.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 d66678a commit dcebadd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
77
"dependencies": {
8-
"@oclif/core": "^2.9.3",
8+
"@oclif/core": "^2.9.4",
99
"chalk": "^4.1.0",
1010
"debug": "^4.1.0",
1111
"fs-extra": "^9.0.1",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,10 @@
306306
widest-line "^3.1.0"
307307
wrap-ansi "^7.0.0"
308308

309-
"@oclif/core@^2.0.3", "@oclif/core@^2.8.4", "@oclif/core@^2.9.3":
310-
version "2.9.3"
311-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.3.tgz#d20478d03b57713e5a6d9582027f97e83e8be496"
312-
integrity sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg==
309+
"@oclif/core@^2.0.3", "@oclif/core@^2.8.4", "@oclif/core@^2.9.4":
310+
version "2.9.4"
311+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.4.tgz#5b22415e238fc3e0db08b0350b85b417ead6e6ff"
312+
integrity sha512-eFRRpV+tJ6nMkhay2M9IppjSF3atRrgj6Qo83qUslaFSAW3NAl4mIhx1mKmTwQx5rgSrar03xICtSAWJ6gZtag==
313313
dependencies:
314314
"@types/cli-progress" "^3.11.0"
315315
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)
Please sign in to comment.