From a4634e0399d9efcd14cc02798438e2efb254a094 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:24:11 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - async from 2.6.4 to 3.2.6. See this package in npm: https://www.npmjs.com/package/async - debug from 2.6.9 to 4.3.6. See this package in npm: https://www.npmjs.com/package/debug - morgan from 1.7.0 to 1.10.0. See this package in npm: https://www.npmjs.com/package/morgan - serve-favicon from 2.3.2 to 2.5.0. See this package in npm: https://www.npmjs.com/package/serve-favicon - web3 from 0.19.1 to 4.12.1. See this package in npm: https://www.npmjs.com/package/web3 See this project in Snyk: https://app.snyk.io/org/sherfeyinv/project/8facbec7-4ac7-4dc0-ba96-1b7f2762d9fd?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4de28df..f3495e5 100644 --- a/package.json +++ b/package.json @@ -6,16 +6,16 @@ "start": "node ./bin/www" }, "dependencies": { - "async": "^2.4.0", + "async": "^3.2.6", "body-parser": "~1.16.0", "cookie-parser": "~1.4.3", - "debug": "~2.6.0", + "debug": "~4.3.6", "express": "~4.14.1", "moment": "^2.18.1", - "morgan": "~1.7.0", + "morgan": "~1.10.0", "nedb-core": "^3.0.6", "pug": "~2.0.0-beta10", - "serve-favicon": "~2.3.2", - "web3": "^0.19.0" + "serve-favicon": "~2.5.0", + "web3": "^4.12.1" } }