Skip to content

Commit e844c9e

Browse files
chore(dev-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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5adc20b commit e844c9e

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
@@ -11,7 +11,7 @@
1111
"@salesforce/ts-types": "^2.0.11"
1212
},
1313
"devDependencies": {
14-
"@oclif/core": "^4.5.3",
14+
"@oclif/core": "^4.5.4",
1515
"@oclif/plugin-command-snapshot": "^5.3.6",
1616
"@salesforce/cli-plugins-testkit": "^5.3.41",
1717
"@salesforce/dev-scripts": "^11.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,16 +1385,16 @@
13851385
"@nodelib/fs.scandir" "2.1.5"
13861386
fastq "^1.6.0"
13871387

1388-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3":
1389-
version "4.5.3"
1390-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
1391-
integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
1388+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4":
1389+
version "4.5.4"
1390+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.4.tgz#d82bf4516d1e8a210aab4ccde826a0ce6cadf514"
1391+
integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
13921392
dependencies:
13931393
ansi-escapes "^4.3.2"
13941394
ansis "^3.17.0"
13951395
clean-stack "^3.0.1"
13961396
cli-spinners "^2.9.2"
1397-
debug "^4.4.0"
1397+
debug "^4.4.3"
13981398
ejs "^3.1.10"
13991399
get-package-type "^0.1.0"
14001400
indent-string "^4.0.0"
@@ -3498,10 +3498,10 @@ dateformat@^4.6.3:
34983498
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
34993499
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
35003500

3501-
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:
3502-
version "4.4.1"
3503-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3504-
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
3501+
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:
3502+
version "4.4.3"
3503+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
3504+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
35053505
dependencies:
35063506
ms "^2.1.3"
35073507

0 commit comments

Comments
 (0)