Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit b95c069

Browse files
authored
fix: upgrade @oclif/core from 1.2.1 to 1.3.0 (#153)
Snyk has created this PR to upgrade @oclif/core from 1.2.1 to 1.3.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/abdfnx/project/fd726085-9a16-40e8-aff3-08765aa58de0?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 36be00a commit b95c069

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
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@oclif/command": "^1",
4040
"@oclif/config": "^1.18.3",
41-
"@oclif/core": "1.2.1",
41+
"@oclif/core": "1.3.0",
4242
"@oclif/plugin-help": "5.1.10",
4343
"@oclif/plugin-not-found": "^2.3.1",
4444
"@secman/spinner": "0.1.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@
102102
is-wsl "^2.1.1"
103103
tslib "^2.3.1"
104104

105-
"@oclif/core@1.2.1":
106-
version "1.2.1"
107-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.2.1.tgz#d6c9bb0d61feb2f36e3cee0b6c38e49256a23848"
108-
integrity sha512-f/U7yvfsEdHazhlGkB6XZldzQvoHJA7Ge0l9xpXsJG1Txj9EZhnuXJgOm4p+vyGXkODnH8x5rNkxwFMsJvPiUA==
105+
"@oclif/core@1.3.0":
106+
version "1.3.0"
107+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.3.0.tgz#f0547d2ca9b13c2a54f1c1d88e03a8c8ca7799bb"
108+
integrity sha512-YSy1N3SpOn/8vmY8lllmTzQ4+KGjTlyFoNr/PxvebuYxo0iO0uQSpXIr8qDoNGQUTy+3Z5feUxoV04uUgAlI6Q==
109109
dependencies:
110110
"@oclif/linewrap" "^1.0.0"
111111
"@oclif/screen" "^3.0.2"

0 commit comments

Comments
 (0)