npm(deps-dev): bump debug in the dependencies-patch-and-minor group

Bumps the dependencies-patch-and-minor group with 1 update: [debug](https://github.com/debug-js/debug).


Updates `debug` from 4.3.7 to 4.4.0
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](https://github.com/debug-js/debug/compare/4.3.7...4.4.0)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-06 23:40:10 +00:00
committed by GitHub
parent ec664bf802
commit 44695835cf
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -16,7 +16,7 @@
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"daisyui": "^4.12.14",
"debug": "^4.3.6",
"debug": "^4.4.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"nodemon": "^3.1.7",
@ -2244,9 +2244,9 @@
}
},
"node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"dev": true,
"dependencies": {
"ms": "^2.1.3"

View File

@ -20,7 +20,7 @@
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"daisyui": "^4.12.14",
"debug": "^4.3.6",
"debug": "^4.4.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"nodemon": "^3.1.7",