From 9d0a49af8a1b66c44ca00637983463bb72b52a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:05:02 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 5 updates Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [grunt](https://github.com/gruntjs/grunt) | `0.4.5` | `1.6.1` | | [express](https://github.com/expressjs/express) | `3.4.8` | `4.19.2` | | [ejs](https://github.com/mde/ejs) | `0.8.8` | `3.1.9` | | [jsdom](https://github.com/jsdom/jsdom) | `0.8.11` | `24.0.0` | | [xmldom](https://github.com/xmldom/xmldom) | `0.1.31` | `0.6.0` | 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 `express` from 3.4.8 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/3.4.8...4.19.2) Updates `ejs` from 0.8.8 to 3.1.9 - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/commits/v3.1.9) Updates `jsdom` from 0.8.11 to 24.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/0.8.11...24.0.0) Updates `xmldom` from 0.1.31 to 0.6.0 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/v0.1.31...0.6.0) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: express dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: ejs dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: jsdom dependency-type: direct:development dependency-group: npm_and_yarn-security-group - dependency-name: xmldom dependency-type: direct:development dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d3c9b1c4..167af8e3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "grunt-cli": "~0.1.9", - "grunt": "~0.4.1", + "grunt": "~1.6.1", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.3.0", @@ -19,13 +19,13 @@ "messageformat": "~0.1.6", "handlebars-runtime": "~1.0.12", "grunt-express": "~1.2.0", - "express": "~3.4.0", - "ejs": "~0.8.4", + "express": "~4.19.2", + "ejs": "~3.1.9", "through": "~2.3.4", "grunt-mocha-test": "~0.7.0", "chai": "~1.8.0", - "jsdom": "~0.8.6", - "xmldom": "~0.1.16", + "jsdom": "~24.0.0", + "xmldom": "~0.6.0", "grunt-contrib-symlink": "~0.2.0", "grunt-contrib-uglify": "~0.2.5" }