Skip to content

Commit 3baa7d3

Browse files
fix(deps): bump @oclif/core from 4.5.3 to 4.5.4 (#518)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48880a5 commit 3baa7d3

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.3",
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
@@ -2903,16 +2903,16 @@
29032903
"@nodelib/fs.scandir" "2.1.5"
29042904
fastq "^1.6.0"
29052905

2906-
"@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":
2907-
version "4.5.3"
2908-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
2909-
integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
2906+
"@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":
2907+
version "4.5.4"
2908+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.4.tgz#d82bf4516d1e8a210aab4ccde826a0ce6cadf514"
2909+
integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
29102910
dependencies:
29112911
ansi-escapes "^4.3.2"
29122912
ansis "^3.17.0"
29132913
clean-stack "^3.0.1"
29142914
cli-spinners "^2.9.2"
2915-
debug "^4.4.0"
2915+
debug "^4.4.3"
29162916
ejs "^3.1.10"
29172917
get-package-type "^0.1.0"
29182918
indent-string "^4.0.0"
@@ -5813,10 +5813,10 @@ [email protected]:
58135813
dependencies:
58145814
ms "2.0.0"
58155815

5816-
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:
5817-
version "4.4.1"
5818-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
5819-
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
5816+
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:
5817+
version "4.4.3"
5818+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
5819+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
58205820
dependencies:
58215821
ms "^2.1.3"
58225822

0 commit comments

Comments
 (0)