Skip to content

Commit 9614a1b

Browse files
authored
Merge pull request #650 from salesforcecli/dependabot-npm_and_yarn-oclif-4.8.3
chore(dev-deps): bump oclif from 4.8.1 to 4.8.3
2 parents e5c9422 + abf741e commit 9614a1b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@salesforce/dev-scripts": "^9.0.0",
1717
"@salesforce/plugin-command-reference": "^3.0.76",
1818
"eslint-plugin-sf-plugin": "^1.18.0",
19-
"oclif": "^4.8.1",
19+
"oclif": "^4.8.3",
2020
"ts-node": "^10.9.2",
2121
"typescript": "^5.4.5"
2222
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@
15531553
wordwrap "^1.0.0"
15541554
wrap-ansi "^7.0.0"
15551555

1556-
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1556+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
15571557
version "3.26.3"
15581558
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
15591559
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
@@ -1603,12 +1603,12 @@
16031603
semver "^7.6.0"
16041604
ts-json-schema-generator "^1.5.0"
16051605

1606-
"@oclif/plugin-help@^6.0.18":
1607-
version "6.0.18"
1608-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.18.tgz#9ba4151b5d77b78a345ad1308620a1fbf9731ac8"
1609-
integrity sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==
1606+
"@oclif/plugin-help@^6.0.21":
1607+
version "6.0.21"
1608+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.21.tgz#c48e688bf6df574e74557ebe2f877556f08dc60b"
1609+
integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==
16101610
dependencies:
1611-
"@oclif/core" "^3.23.0"
1611+
"@oclif/core" "^3.26.2"
16121612

16131613
"@oclif/plugin-not-found@^3.0.14":
16141614
version "3.0.14"
@@ -5780,18 +5780,18 @@ object.values@^1.1.7:
57805780
define-properties "^1.2.0"
57815781
es-abstract "^1.22.1"
57825782

5783-
oclif@^4.8.1:
5784-
version "4.8.1"
5785-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.1.tgz#a363d1feb3b7c31285b0b4494ce8fb4a2c7748f0"
5786-
integrity sha512-2UcxQFQOTRC6OsBHR1DnrnCZRfxsER3IfJY2SeA/mVbfYoLCH3l6JohjoTL6HTjpZG8ojZ/igZ3bv1xvYDDy8w==
5783+
oclif@^4.8.3:
5784+
version "4.8.3"
5785+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.8.3.tgz#33617c373a1732265e672496297d8e5f0b68d609"
5786+
integrity sha512-FSxiMeIhhRKYZ4mBGWrT5kpMiHq47wquDIPOqtl0hrbvUVBOQXYioDNo8+mjE2DV2Oi2J7Xjkou7Tjdo02zing==
57875787
dependencies:
57885788
"@aws-sdk/client-cloudfront" "^3.535.0"
57895789
"@aws-sdk/client-s3" "^3.550.0"
57905790
"@inquirer/confirm" "^3.0.0"
57915791
"@inquirer/input" "^2.1.1"
57925792
"@inquirer/select" "^2.2.1"
57935793
"@oclif/core" "^3.26.0"
5794-
"@oclif/plugin-help" "^6.0.18"
5794+
"@oclif/plugin-help" "^6.0.21"
57955795
"@oclif/plugin-not-found" "^3.0.14"
57965796
"@oclif/plugin-warn-if-update-available" "^3.0.14"
57975797
async-retry "^1.3.3"

0 commit comments

Comments
 (0)