From 1c36f680ec4ea768f2b7a8b32536820fcb330822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 22:28:03 +0000 Subject: [PATCH] Bump debug from 2.2.0 to 2.6.9 in /Draft-Portal Bumps [debug](https://github.com/debug-js/debug) from 2.2.0 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/2.2.0...2.6.9) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Draft-Portal/package-lock.json | 15 ++++----------- Draft-Portal/package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/Draft-Portal/package-lock.json b/Draft-Portal/package-lock.json index 3eb0c0e..2f4fda1 100644 --- a/Draft-Portal/package-lock.json +++ b/Draft-Portal/package-lock.json @@ -219,18 +219,11 @@ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, "debug": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { - "ms": "0.7.1" - }, - "dependencies": { - "ms": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=" - } + "ms": "2.0.0" } }, "define-properties": { diff --git a/Draft-Portal/package.json b/Draft-Portal/package.json index d734ad5..32917d7 100644 --- a/Draft-Portal/package.json +++ b/Draft-Portal/package.json @@ -13,7 +13,7 @@ "socket.io": "^2.2.0", "body-parser": "^1.19.0", "cookie-parser": "~1.3.5", - "debug": "~2.2.0", + "debug": "~2.6.9", "express": "^4.17.1", "express-handlebars": "^3.0.0", "jquery": "^3.4.1",