From 53463f6669a06033117a209e7c57461d7647697d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 05:05:31 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - inherits from 2.0.3 to 2.0.4. See this package in npm: https://www.npmjs.com/package/inherits - setprototypeof from 1.1.1 to 1.2.0. See this package in npm: https://www.npmjs.com/package/setprototypeof - toidentifier from 1.0.0 to 1.0.1. See this package in npm: https://www.npmjs.com/package/toidentifier See this project in Snyk: https://app.snyk.io/org/dreamer-eng/project/eac98058-2da5-4f94-b38b-4476ccdf9a3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- node_modules/http-errors/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/http-errors/package.json b/node_modules/http-errors/package.json index 96cd630..36901e7 100644 --- a/node_modules/http-errors/package.json +++ b/node_modules/http-errors/package.json @@ -11,10 +11,10 @@ "repository": "jshttp/http-errors", "dependencies": { "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" + "toidentifier": "1.0.1" }, "devDependencies": { "eslint": "5.13.0",