Skip to content

Commit 348bc37

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] <[email protected]>
1 parent 2b615a3 commit 348bc37

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@lwc/lwc-dev-server": "~13.2.2",
1111
"@lwc/sfdc-lwc-compiler": "~13.2.2",
1212
"@lwrjs/api": "0.18.3",
13-
"@oclif/core": "^4.5.3",
13+
"@oclif/core": "^4.5.4",
1414
"@salesforce/core": "^8.23.0",
1515
"@salesforce/kit": "^3.2.4",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2883,16 +2883,16 @@
28832883
"@nodelib/fs.scandir" "2.1.5"
28842884
fastq "^1.6.0"
28852885

2886-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3":
2887-
version "4.5.3"
2888-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
2889-
integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
2886+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4":
2887+
version "4.5.4"
2888+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.4.tgz#d82bf4516d1e8a210aab4ccde826a0ce6cadf514"
2889+
integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
28902890
dependencies:
28912891
ansi-escapes "^4.3.2"
28922892
ansis "^3.17.0"
28932893
clean-stack "^3.0.1"
28942894
cli-spinners "^2.9.2"
2895-
debug "^4.4.0"
2895+
debug "^4.4.3"
28962896
ejs "^3.1.10"
28972897
get-package-type "^0.1.0"
28982898
indent-string "^4.0.0"
@@ -5793,10 +5793,10 @@ [email protected]:
57935793
dependencies:
57945794
ms "2.0.0"
57955795

5796-
debug@4, debug@^4.0.0, 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:
5797-
version "4.4.1"
5798-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
5799-
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
5796+
debug@4, debug@^4.0.0, 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:
5797+
version "4.4.3"
5798+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
5799+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
58005800
dependencies:
58015801
ms "^2.1.3"
58025802

0 commit comments

Comments
 (0)