Skip to content

Commit 723eeb6

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

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

‎yarn.lock

+5-5
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.8.7":
310-
version "2.8.7"
311-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.7.tgz#e3fb73477cfb9e72c89bc68701d04953c084c0e8"
312-
integrity sha512-WTZUFgANYGyHQOmGc2YsczEdqdlG2/ZEfqksHnuYbz3egozpka/R9LrFwNfWPZETi9ydzcjDWwJKUGQmJG3ixA==
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==
313313
dependencies:
314314
"@types/cli-progress" "^3.11.0"
315315
ansi-escapes "^4.3.2"
@@ -330,7 +330,7 @@
330330
natural-orderby "^2.0.3"
331331
object-treeify "^1.1.33"
332332
password-prompt "^1.1.2"
333-
semver "^7.3.7"
333+
semver "^7.5.3"
334334
string-width "^4.2.3"
335335
strip-ansi "^6.0.1"
336336
supports-color "^8.1.1"

0 commit comments

Comments
 (0)
Please sign in to comment.