Skip to content

Commit 56c514e

Browse files
authoredNov 5, 2022
fix(deps): bump @oclif/core from 1.20.0 to 1.20.3
Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.0 to 1.20.3. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@1.20.0...1.20.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 479e107 commit 56c514e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
77
"dependencies": {
8-
"@oclif/core": "^1.20.0",
8+
"@oclif/core": "^1.20.3",
99
"chalk": "^4.1.0",
1010
"debug": "^4.1.0",
1111
"fs-extra": "^9.0.1",

‎yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@
127127
widest-line "^3.1.0"
128128
wrap-ansi "^7.0.0"
129129

130-
"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.20.0":
131-
version "1.20.0"
132-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.0.tgz#04a37b66cedeeb21630b91095466641bc499f706"
133-
integrity sha512-yByf6w5JOFsbIeyYEF8rSbvN4uCI/7O9lGNg0kY0N+HH6edtpCtGHe6p/4+5yPNEmGL6P8IEKi+9s0Ys774mgw==
130+
"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.20.3":
131+
version "1.20.3"
132+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.3.tgz#e237b1f3d36b9fca4e8f3f91130d83ca1c12636e"
133+
integrity sha512-sM2zQlzOUpHpcTBi7ETnHzK1KRF5BReKvERuF0jRlI2HgQ669arGccv1gkdouyMTG5prG92qy9P4ByhFVkLSQQ==
134134
dependencies:
135135
"@oclif/linewrap" "^1.0.0"
136-
"@oclif/screen" "^3.0.2"
136+
"@oclif/screen" "^3.0.3"
137137
ansi-escapes "^4.3.2"
138138
ansi-styles "^4.3.0"
139139
cardinal "^2.1.1"
@@ -212,10 +212,10 @@
212212
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
213213
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
214214

215-
"@oclif/screen@^3.0.2":
216-
version "3.0.2"
217-
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.2.tgz#969054308fe98d130c02844a45cc792199b75670"
218-
integrity sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==
215+
"@oclif/screen@^3.0.3":
216+
version "3.0.3"
217+
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
218+
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==
219219

220220
"@oclif/test@^1.2.8":
221221
version "1.2.8"

0 commit comments

Comments
 (0)
Please sign in to comment.