From 08e18c5589a4982d6fe8e3facd39165310dec7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 09:45:24 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [grunt](https://github.com/gruntjs/grunt) and [serve-static](https://github.com/expressjs/serve-static). Updates `grunt` from 0.4.5 to 1.6.1 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.6.1) Updates `serve-static` from 1.6.5 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](https://github.com/expressjs/serve-static/compare/v1.6.5...v1.16.2) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: serve-static dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24cf627..c9e1034 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ ], "devDependencies": { "finalhandler": "0.2.x", - "grunt": "~0.4.5", + "grunt": "~1.6.1", "grunt-contrib-uglify": "~0.5.0", "phantomjs": "~1.9.x", - "serve-static": "1.6.x", + "serve-static": "1.16.x", "tap-spec": "^2.2.0", "tape": "^3.0.0" }