Skip to content

Commit 6eb2bd5

Browse files
fix(deps): bump @oclif/core from 3.21.0 to 3.25.2 (#505)
Bumps [@oclif/core](https://github.com/oclif/core) from 3.21.0 to 3.25.2. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.21.0...3.25.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af8358d commit 6eb2bd5

File tree

2 files changed

+2
-35
lines changed

2 files changed

+2
-35
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-command-snapshot/issues",
77
"dependencies": {
8-
"@oclif/core": "3.21.0",
8+
"@oclif/core": "3.25.2",
99
"@types/lodash.difference": "^4.5.9",
1010
"chalk": "^5.3.0",
1111
"globby": "^14.0.1",

yarn.lock

+1-34
Original file line numberDiff line numberDiff line change
@@ -1661,40 +1661,7 @@
16611661
node-gyp "^8.2.0"
16621662
read-package-json-fast "^2.0.1"
16631663

1664-
1665-
version "3.21.0"
1666-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e"
1667-
integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
1668-
dependencies:
1669-
"@types/cli-progress" "^3.11.5"
1670-
ansi-escapes "^4.3.2"
1671-
ansi-styles "^4.3.0"
1672-
cardinal "^2.1.1"
1673-
chalk "^4.1.2"
1674-
clean-stack "^3.0.1"
1675-
cli-progress "^3.12.0"
1676-
color "^4.2.3"
1677-
debug "^4.3.4"
1678-
ejs "^3.1.9"
1679-
get-package-type "^0.1.0"
1680-
globby "^11.1.0"
1681-
hyperlinker "^1.0.0"
1682-
indent-string "^4.0.0"
1683-
is-wsl "^2.2.0"
1684-
js-yaml "^3.14.1"
1685-
natural-orderby "^2.0.3"
1686-
object-treeify "^1.1.33"
1687-
password-prompt "^1.1.3"
1688-
slice-ansi "^4.0.0"
1689-
string-width "^4.2.3"
1690-
strip-ansi "^6.0.1"
1691-
supports-color "^8.1.1"
1692-
supports-hyperlinks "^2.2.0"
1693-
widest-line "^3.1.0"
1694-
wordwrap "^1.0.0"
1695-
wrap-ansi "^7.0.0"
1696-
1697-
"@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
1664+
"@oclif/[email protected]", "@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
16981665
version "3.25.2"
16991666
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
17001667
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==

0 commit comments

Comments
 (0)