Skip to content

Commit 1a81356

Browse files
authoredOct 8, 2022
fix(deps): bump @oclif/core from 1.16.4 to 1.16.5
Bumps [@oclif/core](https://github.com/oclif/core) from 1.16.4 to 1.16.5. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@v1.16.4...1.16.5) --- 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 1e4b21e commit 1a81356

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
@@ -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.16.4",
8+
"@oclif/core": "^1.16.5",
99
"chalk": "^4.1.0",
1010
"debug": "^4.1.0",
1111
"fs-extra": "^9.0.1",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@
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.16.4":
131-
version "1.16.4"
132-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.4.tgz#fafa338ada0624d7f1adac036302b05a37cd96d0"
133-
integrity sha512-l+xHtVMteJWeTZZ+f2yLyNjf69X0mhAH8GILXnmoAGAemXbc1DVstvloxOouarvm9xyHHhquzO1Qg5l6xa1VIw==
130+
"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.16.5":
131+
version "1.16.5"
132+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.5.tgz#248c3371b615462a6ee6826a3c316bdc54dc5193"
133+
integrity sha512-Jb58K79AALkLmY0PNU1Jx4Z+/JIWtpgtRbei92PIIBx+TaAmYgVySNI1beInZFNOpGo2fhxVBp+yr3DZ38z3kQ==
134134
dependencies:
135135
"@oclif/linewrap" "^1.0.0"
136136
"@oclif/screen" "^3.0.2"

0 commit comments

Comments
 (0)
Please sign in to comment.