Skip to content

Commit edf036d

Browse files
authored
Merge pull request #349 from oclif/dependabot-npm_and_yarn-oclif-core-1.25.0
fix(deps): bump @oclif/core from 1.24.0 to 1.25.0
2 parents b25fff5 + 4bea3fb commit edf036d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.3",
18-
"@oclif/core": "^1.24.0",
18+
"@oclif/core": "^1.25.0",
1919
"fast-levenshtein": "^3.0.0",
2020
"lodash": "^4.17.21"
2121
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@
460460
is-wsl "^2.1.1"
461461
tslib "^2.3.1"
462462

463-
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.23.1", "@oclif/core@^1.24.0", "@oclif/core@^1.6.4":
464-
version "1.24.0"
465-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50"
466-
integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA==
463+
"@oclif/core@^1.0.8", "@oclif/core@^1.2.0", "@oclif/core@^1.2.1", "@oclif/core@^1.23.1", "@oclif/core@^1.25.0", "@oclif/core@^1.6.4":
464+
version "1.25.0"
465+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.25.0.tgz#a3891f903bf211ce1f3c8a05419b686f02c5bbd6"
466+
integrity sha512-vS8L5Uqc5Wuq3zmKVvX5LLcyxhfH2X2q+LG1P6czzkh6k09uLeDaZfwaYPXD7ItM4Vfy+KEctfKiWePeLDnOpg==
467467
dependencies:
468468
"@oclif/linewrap" "^1.0.0"
469469
"@oclif/screen" "^3.0.4"

0 commit comments

Comments
 (0)