Skip to content

Commit b3a68d4

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

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
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@inquirer/checkbox": "^1.5.0",
99
"@inquirer/select": "^1.3.1",
10-
"@oclif/core": "^3.18.1",
10+
"@oclif/core": "^3.18.2",
1111
"@salesforce/core": "^6.5.1",
1212
"@salesforce/kit": "^3.0.15",
1313
"@salesforce/sf-plugins-core": "^7.1.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1537,10 +1537,10 @@
15371537
node-gyp "^8.2.0"
15381538
read-package-json-fast "^2.0.1"
15391539

1540-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1541-
version "3.18.1"
1542-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1543-
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
1540+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1541+
version "3.18.2"
1542+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1543+
integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
15441544
dependencies:
15451545
"@types/cli-progress" "^3.11.5"
15461546
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)