From 2e20daeb1b7ad0062bb9ac4bdc809a82b01d3153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 19:48:41 +0000 Subject: [PATCH] Bump debug from 0.7.4 to 2.6.9 Bumps [debug](https://github.com/debug-js/debug) from 0.7.4 to 2.6.9. - [Release notes](https://github.com/debug-js/debug/releases) - [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md) - [Commits](https://github.com/debug-js/debug/compare/0.7.4...2.6.9) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++++++--- package.json | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6878955..62f852f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -192,9 +192,19 @@ "integrity": "sha1-sNBClG2ylTu50pKQCmy19tASIDE=" }, "debug": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz", - "integrity": "sha1-BuHqgILCyxTjmAbiLi9vdX+Srzk=" + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } }, "decamelize": { "version": "1.2.0", @@ -320,6 +330,11 @@ "utils-merge": "1.0.0" }, "dependencies": { + "debug": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-0.8.1.tgz", + "integrity": "sha512-HlXEJm99YsRjLJ8xmuz0Lq8YUwrv7hAJkTEr6/Em3sUlSUNl0UdFA+1SrY4fnykeq1FVkUEUtwRGHs9VvlYbGA==" + }, "type-is": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz", diff --git a/package.json b/package.json index 8866f05..e1ad028 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "apiai": "^4.0.3", "body-parser": "~1.0.0", "cookie-parser": "~1.0.1", - "debug": "~0.7.4", + "debug": "~2.6.9", "express": "~4.0.0", "jade": "~1.3.0", "morgan": "~1.0.0",