Skip to content

Commit c4c427a

Browse files
authored
Merge pull request #583 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 3ed55d4 + bd51521 commit c4c427a

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/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.18.1",
8+
"@oclif/core": "^3.18.2",
99
"@salesforce/core": "^6.5.0",
1010
"@salesforce/kit": "^3.0.15",
1111
"@salesforce/sf-plugins-core": "^7.1.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,10 +1379,10 @@
13791379
node-gyp "^8.2.0"
13801380
read-package-json-fast "^2.0.1"
13811381

1382-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1383-
version "3.18.1"
1384-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1385-
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
1382+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1383+
version "3.18.2"
1384+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1385+
integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
13861386
dependencies:
13871387
"@types/cli-progress" "^3.11.5"
13881388
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)