Browse Source

build(deps): bump debug from 4.3.7 to 4.4.0 in /src

Bumps [debug](https://github.com/debug-js/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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1556/head
dependabot[bot] 8 months ago
committed by GitHub
parent
commit
346d6e4395
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      src/package-lock.json
  2. 2
      src/package.json

8
src/package-lock.json

@ -12,7 +12,7 @@
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"crc-32": "^1.2.2",
"debug": "^4.3.7",
"debug": "^4.4.0",
"express-session": "^1.18.1",
"h3": "^1.13.0",
"qrcode": "^1.5.4"
@ -1352,9 +1352,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==",
"dependencies": {
"ms": "^2.1.3"
},

2
src/package.json

@ -18,7 +18,7 @@
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"crc-32": "^1.2.2",
"debug": "^4.3.7",
"debug": "^4.4.0",
"express-session": "^1.18.1",
"h3": "^1.13.0",
"qrcode": "^1.5.4"

Loading…
Cancel
Save