From c8ee2a12c684e27c6429a7db8d1eacc060e383b0 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Wed, 16 Oct 2024 20:54:39 -0500 Subject: [PATCH] deps: bytes@3.1.2 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b038e53..6a2852a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,10 @@ unreleased - Fix sorting encoding with extra parameters - deps: mime-types@~2.1.34 - deps: negotiator@0.6.3 + * deps: bytes@3.1.2 + - Add petabyte (`pb`) support + - Fix "thousandsSeparator" incorrecting formatting fractional part + - Fix return value for un-parsable strings * deps: compressible@~2.0.18 - Mark `font/ttf` as compressible - Remove compressible from `multipart/mixed` diff --git a/package.json b/package.json index 41f27fb..0c3a7c4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "repository": "expressjs/compression", "dependencies": { "accepts": "~1.3.8", - "bytes": "3.0.0", + "bytes": "3.1.2", "compressible": "~2.0.18", "debug": "2.6.9", "on-headers": "~1.0.2",