Skip to content

Commit f4ec685

Browse files
authored
Merge pull request #522 from salesforcecli/dependabot-npm_and_yarn-oclif-core-2.9.3
fix(deps): bump @oclif/core from 2.8.11 to 2.9.3
2 parents cb0480f + 93399d0 commit f4ec685

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
88
"dependencies": {
9-
"@oclif/core": "^2.8.2",
9+
"@oclif/core": "^2.9.3",
1010
"@salesforce/core": "^4.3.5",
1111
"@salesforce/sf-plugins-core": "^3.1.1",
1212
"tslib": "^2"

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -688,10 +688,10 @@
688688
widest-line "^3.1.0"
689689
wrap-ansi "^7.0.0"
690690

691-
"@oclif/core@^2.8.11", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.6", "@oclif/core@^2.8.7":
692-
version "2.8.11"
693-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.11.tgz#fbdf8b5b74a8b2012f2fcd5a30a515d327b54482"
694-
integrity sha512-9wYW6KRSWfB/D+tqeyl/jxmEz/xPXkFJGVWfKaptqHz6FPWNJREjAM945MuJL2Y8NRhMe+ScRlZ3WpdToX5aVQ==
691+
"@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@oclif/core@^2.8.6", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3":
692+
version "2.9.3"
693+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.3.tgz#d20478d03b57713e5a6d9582027f97e83e8be496"
694+
integrity sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg==
695695
dependencies:
696696
"@types/cli-progress" "^3.11.0"
697697
ansi-escapes "^4.3.2"
@@ -713,6 +713,7 @@
713713
object-treeify "^1.1.33"
714714
password-prompt "^1.1.2"
715715
semver "^7.5.3"
716+
slice-ansi "^4.0.0"
716717
string-width "^4.2.3"
717718
strip-ansi "^6.0.1"
718719
supports-color "^8.1.1"
@@ -1719,6 +1720,11 @@ assertion-error@^1.1.0:
17191720
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
17201721
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
17211722

1723+
astral-regex@^2.0.0:
1724+
version "2.0.0"
1725+
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
1726+
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
1727+
17221728
async@^3.2.3:
17231729
version "3.2.3"
17241730
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
@@ -6248,6 +6254,15 @@ slash@^3.0.0:
62486254
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
62496255
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
62506256

6257+
slice-ansi@^4.0.0:
6258+
version "4.0.0"
6259+
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
6260+
integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
6261+
dependencies:
6262+
ansi-styles "^4.0.0"
6263+
astral-regex "^2.0.0"
6264+
is-fullwidth-code-point "^3.0.0"
6265+
62516266
smart-buffer@^4.2.0:
62526267
version "4.2.0"
62536268
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"

0 commit comments

Comments
 (0)