Skip to content

Commit dc41f40

Browse files
authored
Merge pull request #554 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.18.2
fix(deps): bump @oclif/core from 3.18.1 to 3.18.2
2 parents 05c1c3c + 0e56ee3 commit dc41f40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.18.1",
8+
"@oclif/core": "^3.18.2",
99
"@salesforce/core": "^6.5.1",
1010
"@salesforce/kit": "^3.0.15",
1111
"@salesforce/sf-plugins-core": "^5.0.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,10 +1368,10 @@
13681368
wordwrap "^1.0.0"
13691369
wrap-ansi "^7.0.0"
13701370

1371-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1372-
version "3.18.1"
1373-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1374-
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
1371+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1372+
version "3.18.2"
1373+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1374+
integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
13751375
dependencies:
13761376
"@types/cli-progress" "^3.11.5"
13771377
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)