Skip to content

Commit 1b6672c

Browse files
fix(deps): bump @oclif/core from 4.0.19 to 4.0.21 (#802)
Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.19 to 4.0.21. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.0.19...4.0.21) --- updated-dependencies: - dependency-name: "@oclif/core" 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 0368c2e commit 1b6672c

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,15 +1021,15 @@
10211021
fastq "^1.6.0"
10221022

10231023
"@oclif/core@^4":
1024-
version "4.0.19"
1025-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.19.tgz#e52ba83c3eaa75c580c567067ed86b5bd4cadbe6"
1026-
integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
1024+
version "4.0.21"
1025+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.21.tgz#fda25b950572ae7762248a808f141e3e32fb2a57"
1026+
integrity sha512-SvLTSclf104IVX8BY7nWqess1pBmeNl9qRFTWjOXg7B1/ESemfEtZYBDRAXAp1ILvazDng5IF/7YSbTxDVbwNg==
10271027
dependencies:
10281028
ansi-escapes "^4.3.2"
10291029
ansis "^3.3.2"
10301030
clean-stack "^3.0.1"
10311031
cli-spinners "^2.9.2"
1032-
debug "^4.3.5"
1032+
debug "^4.3.7"
10331033
ejs "^3.1.10"
10341034
get-package-type "^0.1.0"
10351035
globby "^11.1.0"
@@ -2431,12 +2431,12 @@ debug@^3.2.7:
24312431
dependencies:
24322432
ms "^2.1.1"
24332433

2434-
debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@~4.3.6:
2435-
version "4.3.6"
2436-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
2437-
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
2434+
debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7, debug@~4.3.6:
2435+
version "4.3.7"
2436+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
2437+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
24382438
dependencies:
2439-
ms "2.1.2"
2439+
ms "^2.1.3"
24402440

24412441
decamelize@^4.0.0:
24422442
version "4.0.0"
@@ -4169,11 +4169,6 @@ mocha@^10.7.3:
41694169
yargs-parser "^20.2.9"
41704170
yargs-unparser "^2.0.0"
41714171

4172-
4173-
version "2.1.2"
4174-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
4175-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
4176-
41774172
ms@^2.1.1, ms@^2.1.3:
41784173
version "2.1.3"
41794174
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"

0 commit comments

Comments
 (0)