Skip to content

Commit fb2e4dd

Browse files
authoredFeb 19, 2023
fix(deps): bump @oclif/core from 2.1.2 to 2.1.7
Bumps [@oclif/core](https://github.com/oclif/core) from 2.1.2 to 2.1.7. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.1.2...2.1.7) --- 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 3fa033d commit fb2e4dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

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

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@
281281
widest-line "^3.1.0"
282282
wrap-ansi "^7.0.0"
283283

284-
"@oclif/core@^2.0.3", "@oclif/core@^2.1.2":
285-
version "2.1.2"
286-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.2.tgz#a3e47ed2274e47cb2b3dc1a16b5955cceae5d2d0"
287-
integrity sha512-l7Kx+80zuDgi9o4gZe39XQeYvQuj6Hf+B31kXSUSntgXpfLdDbpFSZH/GP7tsldzG4icrpmSwnLDOz8MNB40Hg==
284+
"@oclif/core@^2.0.3", "@oclif/core@^2.1.7":
285+
version "2.1.7"
286+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.7.tgz#d51d8758a195bb0d813d19a89b286756ddb0b51b"
287+
integrity sha512-6QZvUmKHLqrESIW4mu8azE0sQ7I9LVC3iM9O4ipp53Pqe5pQhIyxv8tB/zvagmPxJXXiCbfPsBazeqjCcM3/tg==
288288
dependencies:
289289
"@types/cli-progress" "^3.11.0"
290290
ansi-escapes "^4.3.2"
@@ -294,7 +294,7 @@
294294
clean-stack "^3.0.1"
295295
cli-progress "^3.11.2"
296296
debug "^4.3.4"
297-
ejs "^3.1.6"
297+
ejs "^3.1.8"
298298
fs-extra "^9.1.0"
299299
get-package-type "^0.1.0"
300300
globby "^11.1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.