Skip to content

Commit 10e9fc7

Browse files
authored
Merge pull request #201 from increments/dependabot/npm_and_yarn/debug-4.4.0
Bump debug from 4.3.5 to 4.4.0
2 parents e2657aa + 3aac1f3 commit 10e9fc7

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"boxen": "^8.0.1",
7777
"chalk": "^5.3.0",
7878
"chokidar": "^3.6.0",
79-
"debug": "^4.3.5",
79+
"debug": "^4.4.0",
8080
"dotenv": "^16.4.5",
8181
"express": "^4.21.2",
8282
"gray-matter": "^4.0.3",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,14 @@ debug@2.6.9:
22842284
dependencies:
22852285
ms "2.0.0"
22862286

2287-
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.3.4:
2287+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0:
2288+
version "4.4.0"
2289+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
2290+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
2291+
dependencies:
2292+
ms "^2.1.3"
2293+
2294+
debug@~4.3.4:
22882295
version "4.3.5"
22892296
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
22902297
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
@@ -4750,7 +4757,7 @@ ms@2.1.2:
47504757
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
47514758
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
47524759

4753-
ms@2.1.3:
4760+
ms@2.1.3, ms@^2.1.3:
47544761
version "2.1.3"
47554762
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
47564763
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

0 commit comments

Comments
 (0)