Skip to content

Commit 24e98a6

Browse files
fix(deps): bump @oclif/core from 3.19.1 to 3.19.2
Bumps [@oclif/core](https://github.com/oclif/core) from 3.19.1 to 3.19.2. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.19.1...3.19.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5784695 commit 24e98a6

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/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.19.1",
8+
"@oclif/core": "^3.19.2",
99
"@salesforce/core": "^6.5.1",
1010
"@salesforce/sf-plugins-core": "^5.0.13",
1111
"change-case": "^5.4.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1700,10 +1700,10 @@
17001700
node-gyp "^8.2.0"
17011701
read-package-json-fast "^2.0.1"
17021702

1703-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
1704-
version "3.19.1"
1705-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
1706-
integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
1703+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2":
1704+
version "3.19.2"
1705+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
1706+
integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
17071707
dependencies:
17081708
"@types/cli-progress" "^3.11.5"
17091709
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)