From c3e66e24636a6050a81a2a2b5cbe4ee960c69710 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:56:18 +0000 Subject: [PATCH] fix(deps): update dependency http-status-codes to v1.4.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec476f1..a2e94d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4236,9 +4236,9 @@ } }, "http-status-codes": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.3.2.tgz", - "integrity": "sha512-nDUtj0ltIt08tGi2VWSpSzNNFye0v3YSe9lX3lIqLTuVvvRiYCvs4QQBSHo0eomFYw1wlUuofurUAlTm+vHnXg==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.4.0.tgz", + "integrity": "sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==" }, "https-proxy-agent": { "version": "2.2.2", diff --git a/package.json b/package.json index c3601ad..8aa978d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "codecov": "3.6.1", "dotenv": "8.1.0", "express": "4.17.1", - "http-status-codes": "1.3.2", + "http-status-codes": "1.4.0", "jscpd": "2.0.16", "jscpd-badge-reporter": "1.1.3", "make-error": "1.3.5",