Skip to content

Commit 9f460cf

Browse files
chore(dev-deps): bump oclif from 4.17.46 to 4.18.0
Bumps [oclif](https://github.com/oclif/oclif) from 4.17.46 to 4.18.0. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@4.17.46...4.18.0) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89cff68 commit 9f460cf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@salesforce/ts-sinon": "^1.4.30",
3030
"cross-env": "^7.0.3",
3131
"eslint-plugin-sf-plugin": "^1.20.24",
32-
"oclif": "^4.17.46",
32+
"oclif": "^4.18.0",
3333
"ts-node": "^10.9.2",
3434
"typescript": "^5.8.3"
3535
},

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ ansicolors@~0.3.2:
28042804
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
28052805
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
28062806

2807-
ansis@^3.17.0, ansis@^3.3.2:
2807+
ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2:
28082808
version "3.17.0"
28092809
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
28102810
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
@@ -3267,7 +3267,7 @@ chai@^4.3.10, chai@^4.5.0:
32673267
pathval "^1.1.1"
32683268
type-detect "^4.1.0"
32693269

3270-
chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3270+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
32713271
version "4.1.2"
32723272
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
32733273
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -6759,10 +6759,10 @@ object.values@^1.2.0:
67596759
define-properties "^1.2.1"
67606760
es-object-atoms "^1.0.0"
67616761

6762-
oclif@^4.17.46:
6763-
version "4.17.46"
6764-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.46.tgz#c7bd4315ae4903ad5f9893f6d6e7b3b78c4209fb"
6765-
integrity sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==
6762+
oclif@^4.18.0:
6763+
version "4.18.0"
6764+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.0.tgz#4216a87ae947ae233a92f94448e970fce621b11a"
6765+
integrity sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==
67666766
dependencies:
67676767
"@aws-sdk/client-cloudfront" "^3.787.0"
67686768
"@aws-sdk/client-s3" "^3.787.0"
@@ -6773,8 +6773,8 @@ oclif@^4.17.46:
67736773
"@oclif/plugin-help" "^6.2.27"
67746774
"@oclif/plugin-not-found" "^3.2.48"
67756775
"@oclif/plugin-warn-if-update-available" "^3.1.38"
6776+
ansis "^3.16.0"
67766777
async-retry "^1.3.3"
6777-
chalk "^4"
67786778
change-case "^4"
67796779
debug "^4.4.0"
67806780
ejs "^3.1.10"

0 commit comments

Comments
 (0)