Skip to content

Commit 514d49d

Browse files
authored
Merge pull request #593 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.0.23
chore(dev-deps): bump @oclif/core from 4.0.22 to 4.0.23
2 parents 19a607b + 96cffbb commit 514d49d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ansis": "^3.3.1"
1313
},
1414
"devDependencies": {
15-
"@oclif/core": "^4.0.22",
15+
"@oclif/core": "^4.0.23",
1616
"@oclif/plugin-command-snapshot": "^5.2.16",
1717
"@salesforce/cli-plugins-testkit": "^5.3.33",
1818
"@salesforce/dev-scripts": "^10.2.10",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,10 +1600,10 @@
16001600
"@nodelib/fs.scandir" "2.1.5"
16011601
fastq "^1.6.0"
16021602

1603-
"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.22":
1604-
version "4.0.22"
1605-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709"
1606-
integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
1603+
"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.23":
1604+
version "4.0.23"
1605+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.23.tgz#8772cfd57f850e2e17b703166b44da092a7986a0"
1606+
integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
16071607
dependencies:
16081608
ansi-escapes "^4.3.2"
16091609
ansis "^3.3.2"
@@ -1617,6 +1617,7 @@
16171617
is-wsl "^2.2.0"
16181618
lilconfig "^3.1.2"
16191619
minimatch "^9.0.5"
1620+
semver "^7.6.3"
16201621
string-width "^4.2.3"
16211622
supports-color "^8"
16221623
widest-line "^3.1.0"

0 commit comments

Comments
 (0)