Skip to content

Commit baf1455

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

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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.8.11",
8+
"@oclif/core": "^2.9.3",
99
"chalk": "^4.1.0",
1010
"debug": "^4.1.0",
1111
"fs-extra": "^9.0.1",

‎yarn.lock

+5-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.11", "@oclif/core@^2.8.4":
310-
version "2.8.11"
311-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.11.tgz#fbdf8b5b74a8b2012f2fcd5a30a515d327b54482"
312-
integrity sha512-9wYW6KRSWfB/D+tqeyl/jxmEz/xPXkFJGVWfKaptqHz6FPWNJREjAM945MuJL2Y8NRhMe+ScRlZ3WpdToX5aVQ==
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==
313313
dependencies:
314314
"@types/cli-progress" "^3.11.0"
315315
ansi-escapes "^4.3.2"
@@ -331,6 +331,7 @@
331331
object-treeify "^1.1.33"
332332
password-prompt "^1.1.2"
333333
semver "^7.5.3"
334+
slice-ansi "^4.0.0"
334335
string-width "^4.2.3"
335336
strip-ansi "^6.0.1"
336337
supports-color "^8.1.1"

0 commit comments

Comments
 (0)
Please sign in to comment.