From cb16623c254489d028df9a6c49e5437a610a9d1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Sep 2024 08:53:06 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - body-parser from 1.18.3 to 1.20.2. See this package in npm: https://www.npmjs.com/package/body-parser - express from 4.16.4 to 4.19.2. See this package in npm: https://www.npmjs.com/package/express - grunt from 1.0.4 to 1.6.1. See this package in npm: https://www.npmjs.com/package/grunt - grunt-contrib-less from 2.0.0 to 2.1.0. See this package in npm: https://www.npmjs.com/package/grunt-contrib-less - highlight.js from 9.12.0 to 9.18.5. See this package in npm: https://www.npmjs.com/package/highlight.js - less-plugin-clean-css from 1.5.1 to 1.6.0. See this package in npm: https://www.npmjs.com/package/less-plugin-clean-css See this project in Snyk: https://app.snyk.io/org/support-bot/project/817f71c9-5a85-4962-9dd5-27e48d550881?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 90148d6..50a0529 100644 --- a/package.json +++ b/package.json @@ -20,22 +20,22 @@ "private": true, "dependencies": { "async": "~2.6.1", - "body-parser": "~1.18.3", + "body-parser": "~1.20.2", "compression": "~1.7.3", "date-utils": "~1.2.21", "ent": "~2.2.0", "errorhandler": "~1.5.0", - "express": "~4.16.3", - "grunt": "~1.0.3", + "express": "~4.19.2", + "grunt": "~1.6.1", "grunt-autoprefixer": "~3.0.4", "grunt-contrib-clean": "~1.1.0", "grunt-contrib-copy": "~1.0.0", - "grunt-contrib-less": "~2.0.0", + "grunt-contrib-less": "~2.1.0", "grunt-contrib-uglify": "~4.0.0", "grunt-docs": "https://github.com/gruntjs/grunt-docs.git#d224f17ae21fe606b5b7eca73155a31f4e341930", "grunt-sitemap": "~1.2.1", - "highlight.js": "~9.12.0", - "less-plugin-clean-css": "~1.5.1", + "highlight.js": "~9.18.5", + "less-plugin-clean-css": "~1.6.0", "lodash": "~4.17.10", "marked": "https://github.com/vladikoff/marked/tarball/032a72231503b63e15e76b990a914becf664b0d7", "matchdep": "~2.0.0",