Skip to content

Commit c84239e

Browse files
authored
Merge pull request #1219 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.0.28
fix(deps): bump @oclif/core from 4.0.19 to 4.0.28
2 parents 08807f6 + 2b5ea18 commit c84239e

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sf-release": "bin/run.js"
1010
},
1111
"dependencies": {
12-
"@oclif/core": "^4.0.19",
12+
"@oclif/core": "^4.0.28",
1313
"@octokit/core": "^4.2.4",
1414
"@octokit/plugin-paginate-rest": "^6.1.2",
1515
"@octokit/plugin-throttling": "^5.2.3",

yarn.lock

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,23 +1497,24 @@
14971497
proc-log "^4.0.0"
14981498
which "^4.0.0"
14991499

1500-
"@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@^4.0.19":
1501-
version "4.0.19"
1502-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.19.tgz#e52ba83c3eaa75c580c567067ed86b5bd4cadbe6"
1503-
integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
1500+
"@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@^4.0.28":
1501+
version "4.0.28"
1502+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.28.tgz#63b16cc0fa06e02374fad3432a0422a43f118d6d"
1503+
integrity sha512-lKM1W2glLJmVxZrnb+k3NaudzG9V2yoKJZcW+lmfMf/yPlx6bT/N+DELUsSwdm1VfJAXaQmpLV4+AfEX5qq3mA==
15041504
dependencies:
15051505
ansi-escapes "^4.3.2"
15061506
ansis "^3.3.2"
15071507
clean-stack "^3.0.1"
15081508
cli-spinners "^2.9.2"
1509-
debug "^4.3.5"
1509+
debug "^4.3.7"
15101510
ejs "^3.1.10"
15111511
get-package-type "^0.1.0"
15121512
globby "^11.1.0"
15131513
indent-string "^4.0.0"
1514-
is-wsl "^2.2.0"
1514+
is-wsl "^3"
15151515
lilconfig "^3.1.2"
15161516
minimatch "^9.0.5"
1517+
semver "^7.6.3"
15171518
string-width "^4.2.3"
15181519
supports-color "^8"
15191520
widest-line "^3.1.0"
@@ -5577,11 +5578,6 @@ is-date-object@^1.0.1:
55775578
dependencies:
55785579
has-tostringtag "^1.0.0"
55795580

5580-
is-docker@^2.0.0:
5581-
version "2.2.1"
5582-
resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz"
5583-
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
5584-
55855581
is-docker@^3.0.0:
55865582
version "3.0.0"
55875583
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
@@ -5752,14 +5748,7 @@ is-windows@^1.0.2:
57525748
resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz"
57535749
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
57545750

5755-
is-wsl@^2.2.0:
5756-
version "2.2.0"
5757-
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz"
5758-
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
5759-
dependencies:
5760-
is-docker "^2.0.0"
5761-
5762-
is-wsl@^3.1.0:
5751+
is-wsl@^3, is-wsl@^3.1.0:
57635752
version "3.1.0"
57645753
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
57655754
integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==

0 commit comments

Comments
 (0)