Skip to content

Commit 1e8d61b

Browse files
fix(deps): bump @oclif/core from 2.1.2 to 2.1.7
Bumps [@oclif/core](https://github.com/oclif/core) from 2.1.2 to 2.1.7. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.1.2...2.1.7) --- 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 264c36b commit 1e8d61b

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
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/oclif/plugin-help/issues",
77
"dependencies": {
8-
"@oclif/core": "^2.0.8"
8+
"@oclif/core": "^2.1.7"
99
},
1010
"devDependencies": {
1111
"@oclif/plugin-plugins": "^2.3.2",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,10 @@
473473
widest-line "^3.1.0"
474474
wrap-ansi "^7.0.0"
475475

476-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.8", "@oclif/core@^2.1.1":
477-
version "2.1.2"
478-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.2.tgz#a3e47ed2274e47cb2b3dc1a16b5955cceae5d2d0"
479-
integrity sha512-l7Kx+80zuDgi9o4gZe39XQeYvQuj6Hf+B31kXSUSntgXpfLdDbpFSZH/GP7tsldzG4icrpmSwnLDOz8MNB40Hg==
476+
"@oclif/core@^2.0.3", "@oclif/core@^2.1.1", "@oclif/core@^2.1.7":
477+
version "2.1.7"
478+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.7.tgz#d51d8758a195bb0d813d19a89b286756ddb0b51b"
479+
integrity sha512-6QZvUmKHLqrESIW4mu8azE0sQ7I9LVC3iM9O4ipp53Pqe5pQhIyxv8tB/zvagmPxJXXiCbfPsBazeqjCcM3/tg==
480480
dependencies:
481481
"@types/cli-progress" "^3.11.0"
482482
ansi-escapes "^4.3.2"
@@ -486,7 +486,7 @@
486486
clean-stack "^3.0.1"
487487
cli-progress "^3.11.2"
488488
debug "^4.3.4"
489-
ejs "^3.1.6"
489+
ejs "^3.1.8"
490490
fs-extra "^9.1.0"
491491
get-package-type "^0.1.0"
492492
globby "^11.1.0"
@@ -1390,14 +1390,7 @@ cli-cursor@^3.1.0:
13901390
dependencies:
13911391
restore-cursor "^3.1.0"
13921392

1393-
cli-progress@^3.10.0:
1394-
version "3.10.0"
1395-
resolved "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz#63fd9d6343c598c93542fdfa3563a8b59887d78a"
1396-
integrity sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==
1397-
dependencies:
1398-
string-width "^4.2.0"
1399-
1400-
cli-progress@^3.11.2:
1393+
cli-progress@^3.10.0, cli-progress@^3.11.2:
14011394
version "3.11.2"
14021395
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77"
14031396
integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==
@@ -1730,7 +1723,7 @@ doctrine@^3.0.0:
17301723
dependencies:
17311724
esutils "^2.0.2"
17321725

1733-
ejs@^3.1.6:
1726+
ejs@^3.1.6, ejs@^3.1.8:
17341727
version "3.1.8"
17351728
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b"
17361729
integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==

0 commit comments

Comments
 (0)