Skip to content

Commit b942a68

Browse files
fix(deps): bump @oclif/core from 4.0.17 to 4.0.18
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.17 to 4.0.18. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.0.17...4.0.18) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 670a40f commit b942a68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"node": ">=18.0.0"
5050
},
5151
"dependencies": {
52-
"@oclif/core": "^4.0.17",
52+
"@oclif/core": "^4.0.18",
5353
"@salesforce/core": "^8.4.0",
5454
"@salesforce/kit": "^3.2.1",
5555
"@salesforce/source-deploy-retrieve": "^12.5.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,10 @@
502502
"@nodelib/fs.scandir" "2.1.5"
503503
fastq "^1.6.0"
504504

505-
"@oclif/core@^4.0.17":
506-
version "4.0.17"
507-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.17.tgz#2c934dd2b3789fe5e6cc9e2558a08007ba18cb03"
508-
integrity sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==
505+
"@oclif/core@^4.0.18":
506+
version "4.0.18"
507+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.18.tgz#a4df3fc79645491b5335dca11451c44edf5bf3df"
508+
integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==
509509
dependencies:
510510
ansi-escapes "^4.3.2"
511511
ansis "^3.3.2"

0 commit comments

Comments
 (0)