Skip to content

Commit b77430d

Browse files
fix(deps): bump @oclif/core from 3.18.0 to 3.18.1
Bumps [@oclif/core](https://github.com/oclif/core) from 3.18.0 to 3.18.1. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.18.0...3.18.1) --- 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 1b7efb6 commit b77430d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@inquirer/checkbox": "^1.5.0",
99
"@inquirer/select": "^1.3.1",
10-
"@oclif/core": "^3.18.0",
10+
"@oclif/core": "^3.18.1",
1111
"@salesforce/core": "^6.4.6",
1212
"@salesforce/kit": "^3.0.15",
1313
"@salesforce/sf-plugins-core": "^7.1.1",

yarn.lock

+12-4
Original file line numberDiff line numberDiff line change
@@ -1392,11 +1392,12 @@
13921392
node-gyp "^8.2.0"
13931393
read-package-json-fast "^2.0.1"
13941394

1395-
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.0":
1396-
version "3.18.0"
1397-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.0.tgz#3f594d2509d9b4e8981f0b6b1a318826979dd2f2"
1398-
integrity sha512-xPuN3kT87WXHvkyZIrPyp87VLIEkreQqVpCIcLtIGjZ0a7/0c7c4j6NjGApHp5rz/5lprW/i1FPt3IvrrNlMeA==
1395+
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1396+
version "3.18.1"
1397+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1398+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
13991399
dependencies:
1400+
"@types/cli-progress" "^3.11.5"
14001401
ansi-escapes "^4.3.2"
14011402
ansi-styles "^4.3.0"
14021403
cardinal "^2.1.1"
@@ -2295,6 +2296,13 @@
22952296
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
22962297
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
22972298

2299+
"@types/cli-progress@^3.11.5":
2300+
version "3.11.5"
2301+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
2302+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
2303+
dependencies:
2304+
"@types/node" "*"
2305+
22982306
"@types/expect@^1.20.4":
22992307
version "1.20.4"
23002308
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"

0 commit comments

Comments
 (0)