Skip to content

Commit b665311

Browse files
chore(deps): Bump debug and @types/debug (#1029)
Bumps [debug](https://github.com/debug-js/debug) and [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug). These dependencies needed to be updated together. Updates `debug` from 4.3.4 to 4.4.0 - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.3.4...4.4.0) Updates `@types/debug` from 4.1.7 to 4.1.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/debug" dependency-type: direct:development 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 409e9a5 commit b665311

File tree

2 files changed

+26
-149
lines changed

2 files changed

+26
-149
lines changed

package-lock.json

+24-147
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@oclif/plugin-warn-if-update-available": "3.1.35",
6060
"axios": "1.7.4",
6161
"chalk": "4.1.2",
62-
"debug": "4.3.4",
62+
"debug": "4.4.0",
6363
"execa": "5.1.0",
6464
"giget": "1.1.2",
6565
"json5": "2.2.3",
@@ -71,7 +71,7 @@
7171
},
7272
"devDependencies": {
7373
"@types/config": "3.3.3",
74-
"@types/debug": "4.1.7",
74+
"@types/debug": "4.1.12",
7575
"@types/glob": "8.0.0",
7676
"@types/jest": "29.5.3",
7777
"@types/luxon": "3.3.1",

0 commit comments

Comments
 (0)