Skip to content

Commit 5c87410

Browse files
authored
Merge pull request #370 from oclif/dependabot-npm_and_yarn-oclif-core-2.3.0
fix(deps): bump @oclif/core from 2.1.6 to 2.3.0
2 parents 17cfdd5 + 3019c5f commit 5c87410

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"bugs": "https://github.com/oclif/plugin-not-found/issues",
1616
"dependencies": {
1717
"@oclif/color": "^1.0.4",
18-
"@oclif/core": "^2.1.2",
18+
"@oclif/core": "^2.3.0",
1919
"fast-levenshtein": "^3.0.0",
2020
"lodash": "^4.17.21"
2121
},

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -494,10 +494,10 @@
494494
widest-line "^3.1.0"
495495
wrap-ansi "^7.0.0"
496496

497-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.8", "@oclif/core@^2.1.2", "@oclif/core@^2.1.6":
498-
version "2.1.6"
499-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.6.tgz#34a1847da7195616fda62663098c9df0c486ae64"
500-
integrity sha512-RMqjKVExVxMmAm3a64LFrIZloKD7emSDro1Mmcc8DOB3O+/pL9drqScc/dw/Alhi6KrmdqwOtxHtKrAwqvyKMg==
497+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0":
498+
version "2.3.0"
499+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.0.tgz#f63071a8116118ae02e457ac1d28a7649904aecf"
500+
integrity sha512-xA53NIZDqz9nuxyCMA5Pz5b1RSgyTNWbtOdwbUJeZa/ajtVrVO9yA8k/4vJRsffUuLyP8tNbh4cH3DDZKwIFnw==
501501
dependencies:
502502
"@types/cli-progress" "^3.11.0"
503503
ansi-escapes "^4.3.2"
@@ -507,7 +507,7 @@
507507
clean-stack "^3.0.1"
508508
cli-progress "^3.11.2"
509509
debug "^4.3.4"
510-
ejs "^3.1.6"
510+
ejs "^3.1.8"
511511
fs-extra "^9.1.0"
512512
get-package-type "^0.1.0"
513513
globby "^11.1.0"
@@ -1772,7 +1772,7 @@ doctrine@^3.0.0:
17721772
dependencies:
17731773
esutils "^2.0.2"
17741774

1775-
ejs@^3.1.6:
1775+
ejs@^3.1.6, ejs@^3.1.8:
17761776
version "3.1.8"
17771777
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b"
17781778
integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==

0 commit comments

Comments
 (0)