Skip to content

Commit 0168c47

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

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.5.2",
8+
"@oclif/core": "^4.5.4",
99
"@oclif/multi-stage-output": "^0.8.20",
1010
"@salesforce/core": "^8.22.0",
1111
"@salesforce/kit": "^3.2.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,16 +1695,16 @@
16951695
"@nodelib/fs.scandir" "2.1.5"
16961696
fastq "^1.6.0"
16971697

1698-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3":
1699-
version "4.5.3"
1700-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
1701-
integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
1698+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4":
1699+
version "4.5.4"
1700+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.4.tgz#d82bf4516d1e8a210aab4ccde826a0ce6cadf514"
1701+
integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
17021702
dependencies:
17031703
ansi-escapes "^4.3.2"
17041704
ansis "^3.17.0"
17051705
clean-stack "^3.0.1"
17061706
cli-spinners "^2.9.2"
1707-
debug "^4.4.0"
1707+
debug "^4.4.3"
17081708
ejs "^3.1.10"
17091709
get-package-type "^0.1.0"
17101710
indent-string "^4.0.0"
@@ -4231,10 +4231,10 @@ dateformat@^4.6.3:
42314231
resolved "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz"
42324232
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
42334233

4234-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1:
4235-
version "4.4.1"
4236-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
4237-
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
4234+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1, debug@^4.4.3:
4235+
version "4.4.3"
4236+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
4237+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
42384238
dependencies:
42394239
ms "^2.1.3"
42404240

0 commit comments

Comments
 (0)