Skip to content

Commit c85d978

Browse files
authoredSep 3, 2023
fix(deps): bump @oclif/core from 2.11.10 to 2.15.0
Bumps [@oclif/core](https://github.com/oclif/core) from 2.11.10 to 2.15.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.11.10...2.15.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d64e098 commit c85d978

File tree

2 files changed

+7
-9
lines changed

2 files changed

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

‎yarn.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@
272272
supports-color "^8.1.1"
273273
tslib "^2"
274274

275-
"@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
276-
version "2.11.10"
277-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.10.tgz#638128034b8b4bdf4b23480a7278426f85130170"
278-
integrity sha512-/7Umij3OU++6o+z4U+waJ5nP6IvK9KKEVzz+xsla68YoECLQwz43boUKqYizlNMtTfiwNkiYb5QE+OU/q5qEtA==
275+
"@oclif/core@^2.11.4", "@oclif/core@^2.15.0", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4":
276+
version "2.15.0"
277+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
278+
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
279279
dependencies:
280280
"@types/cli-progress" "^3.11.0"
281281
ansi-escapes "^4.3.2"
@@ -286,7 +286,6 @@
286286
cli-progress "^3.12.0"
287287
debug "^4.3.4"
288288
ejs "^3.1.8"
289-
fs-extra "^9.1.0"
290289
get-package-type "^0.1.0"
291290
globby "^11.1.0"
292291
hyperlinker "^1.0.0"
@@ -296,7 +295,6 @@
296295
natural-orderby "^2.0.3"
297296
object-treeify "^1.1.33"
298297
password-prompt "^1.1.2"
299-
semver "^7.5.3"
300298
slice-ansi "^4.0.0"
301299
string-width "^4.2.3"
302300
strip-ansi "^6.0.1"
@@ -1957,7 +1955,7 @@ fs-extra@^8.1:
19571955
jsonfile "^4.0.0"
19581956
universalify "^0.1.0"
19591957

1960-
fs-extra@^9.0.1, fs-extra@^9.1.0:
1958+
fs-extra@^9.0.1:
19611959
version "9.1.0"
19621960
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
19631961
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -3953,7 +3951,7 @@ semver@^6.3.0:
39533951
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
39543952
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
39553953

3956-
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
3954+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4:
39573955
version "7.5.4"
39583956
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
39593957
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==

0 commit comments

Comments
 (0)
Please sign in to comment.