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

Commit 1c330b5

Browse files
authored
fix: upgrade @oclif/core from 1.3.1 to 1.3.2 (#158)
Snyk has created this PR to upgrade @oclif/core from 1.3.1 to 1.3.2. 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 b447669 commit 1c330b5

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.3.1",
41+
"@oclif/core": "1.3.2",
4242
"@oclif/plugin-help": "5.1.11",
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.3.1":
106-
version "1.3.1"
107-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.3.1.tgz#6bf178e69eec0330fbf3655881f4266d452c96f3"
108-
integrity sha512-Lq1SqdjyNI9oowavTQ8q7S5YHCzNe38Xmt1UgPiYHTrd9MeeYJwlkzGhSuflZNtsmWFLFkpf0ps0+H1QWmKA2A==
105+
"@oclif/core@1.3.2":
106+
version "1.3.2"
107+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.3.2.tgz#05d461ec43beeef2f12feb1f69d307139f3a1bc4"
108+
integrity sha512-8DBg/eVSfOmmn9dntZ6EKZNggj+O/p3GZqPNBApySKJWXMYaBlvpZ8ZWoUcnOGwiKJjs3KyLou5s06RncZunUg==
109109
dependencies:
110110
"@oclif/linewrap" "^1.0.0"
111111
"@oclif/screen" "^3.0.2"

0 commit comments

Comments
 (0)