From a569b44233b723cc5f4d3b1f0028cdcbf3303adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Valencia?= Date: Fri, 25 Oct 2024 14:43:28 -0500 Subject: [PATCH 1/2] deps: basic-auth@^2.0.1 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 436db47..2ca51dc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +unreleased +=================== + + * deps: basic-auth@^2.0.1 + 1.10.0 / 2020-03-20 =================== diff --git a/package.json b/package.json index 201c2ff..c98dfa0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "repository": "expressjs/morgan", "dependencies": { - "basic-auth": "~2.0.1", + "basic-auth": "^2.0.1", "debug": "2.6.9", "depd": "~2.0.0", "on-finished": "~2.3.0", From 493e94a0eb6150573f98d969f4f9157ad49cbd22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Sat, 26 Oct 2024 19:10:30 +0200 Subject: [PATCH 2/2] Discard changes to HISTORY.md --- HISTORY.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2ca51dc..436db47 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,3 @@ -unreleased -=================== - - * deps: basic-auth@^2.0.1 - 1.10.0 / 2020-03-20 ===================