From 8758040b482a8447486135425d4ba61aa7f31219 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 May 2022 08:54:00 +0000 Subject: [PATCH] fix: upgrade @valbo/http-errors from 1.0.4 to 1.1.0 Snyk has created this PR to upgrade @valbo/http-errors from 1.0.4 to 1.1.0. See this package in npm: https://www.npmjs.com/package/@valbo/http-errors See this project in Snyk: https://app.snyk.io/org/valverdealbo/project/f7379889-4b36-4acb-97b1-330b6e008ca6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e073f7..2150250 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@types/express": "4.x", - "@valbo/http-errors": "^1.0.4" + "@valbo/http-errors": "^1.1.0" }, "devDependencies": { "@semantic-release/changelog": "^5.0.1", @@ -1954,9 +1954,9 @@ } }, "node_modules/@valbo/http-errors": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@valbo/http-errors/-/http-errors-1.0.4.tgz", - "integrity": "sha512-OMAO4iWdnQ3UUW0tcQreY5dwtPkUCMosdy0HKoZ7IgZTNgAnxzhvu3A8tuoc1DFFJfPbqu+KLIvo5FxQLr3usg==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@valbo/http-errors/-/http-errors-1.1.0.tgz", + "integrity": "sha512-9nNQPUjbOtI+mcubxu9hetMPnKT9t+xKnMH/Z7I4q3kZwiUjjZxA2WjPsfSiYeJRJwuwZe2/rg7ZYIPxWgN/MA==" }, "node_modules/abab": { "version": "2.0.5", @@ -16862,9 +16862,9 @@ } }, "@valbo/http-errors": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@valbo/http-errors/-/http-errors-1.0.4.tgz", - "integrity": "sha512-OMAO4iWdnQ3UUW0tcQreY5dwtPkUCMosdy0HKoZ7IgZTNgAnxzhvu3A8tuoc1DFFJfPbqu+KLIvo5FxQLr3usg==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@valbo/http-errors/-/http-errors-1.1.0.tgz", + "integrity": "sha512-9nNQPUjbOtI+mcubxu9hetMPnKT9t+xKnMH/Z7I4q3kZwiUjjZxA2WjPsfSiYeJRJwuwZe2/rg7ZYIPxWgN/MA==" }, "abab": { "version": "2.0.5", diff --git a/package.json b/package.json index 5796f83..b863f4e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@types/express": "4.x", - "@valbo/http-errors": "1.0.4" + "@valbo/http-errors": "1.1.0" }, "scripts": { "build": "rimraf ./dist && tsc",