From c121b6f6c3201c06497c93d578c0d4e3b87144ce Mon Sep 17 00:00:00 2001 From: Angelo Dini Date: Tue, 25 Jun 2024 17:39:39 +0200 Subject: [PATCH] chore: update dependencies --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd7ea57..4ab35a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "cookie-parser": "~1.4.6", - "debug": "~4.3.4", + "debug": "~4.3.5", "express": "~4.19.2", "http-errors": "~2.0.0", "jade": "~1.11.0", @@ -323,9 +323,9 @@ "integrity": "sha512-aIThpcErhG5EyHorGqNlTh0TduNBqLrrXLO3x5rku3ZKBxuVfY+T7noyM2G2X/01iQANqJUb6d3+FLoa+N7Xwg==" }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", "dependencies": { "ms": "2.1.2" }, diff --git a/package.json b/package.json index 6758448..22d2fee 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "cookie-parser": "~1.4.6", - "debug": "~4.3.4", + "debug": "~4.3.5", "express": "~4.19.2", "http-errors": "~2.0.0", "jade": "~1.11.0",