Skip to content

Commit 9705269

Browse files
authored
Merge pull request #957 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.27.0
fix(deps): bump @oclif/core from 3.26.6 to 3.27.0
2 parents be145ba + b04616f commit 9705269

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.26.6",
8+
"@oclif/core": "^3.27.0",
99
"@salesforce/core": "^6.7.6",
1010
"@salesforce/sf-plugins-core": "^5.0.13",
1111
"change-case": "^5.4.4",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,10 +1519,10 @@
15191519
"@nodelib/fs.scandir" "2.1.5"
15201520
fastq "^1.6.0"
15211521

1522-
"@oclif/core@^3.15.1", "@oclif/core@^3.26.2", "@oclif/core@^3.26.6":
1523-
version "3.26.6"
1524-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1525-
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
1522+
"@oclif/core@^3.15.1", "@oclif/core@^3.26.2", "@oclif/core@^3.26.6", "@oclif/core@^3.27.0":
1523+
version "3.27.0"
1524+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.27.0.tgz#a22a4ff4e5811db7a182b1687302237a57802381"
1525+
integrity sha512-Fg93aNFvXzBq5L7ztVHFP2nYwWU1oTCq48G0TjF/qC1UN36KWa2H5Hsm72kERd5x/sjy2M2Tn4kDEorUlpXOlw==
15261526
dependencies:
15271527
"@types/cli-progress" "^3.11.5"
15281528
ansi-escapes "^4.3.2"
@@ -1532,7 +1532,7 @@
15321532
clean-stack "^3.0.1"
15331533
cli-progress "^3.12.0"
15341534
color "^4.2.3"
1535-
debug "^4.3.4"
1535+
debug "^4.3.5"
15361536
ejs "^3.1.10"
15371537
get-package-type "^0.1.0"
15381538
globby "^11.1.0"

0 commit comments

Comments
 (0)