From 755f688e0384d343dbf89ac05f354eb35dd037f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:57:11 +0000 Subject: [PATCH] Bump ejs in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [ejs](https://github.com/mde/ejs). Updates `ejs` from 3.1.7 to 3.1.10 - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v3.1.7...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cec9385..3fdc651 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "clear": "^0.1.0", "cli-progress": "^3.12.0", "cross-spawn": "^7.0.3", - "ejs": "^3.1.7", + "ejs": "^3.1.10", "envfile": "^6.18.0", "inquirer": "^6.2.1", "junk": "^2.1.0", @@ -406,9 +406,9 @@ } }, "node_modules/ejs": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", - "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dependencies": { "jake": "^10.8.5" }, @@ -2288,9 +2288,9 @@ } }, "ejs": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", - "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "requires": { "jake": "^10.8.5" } diff --git a/package.json b/package.json index 23ccba0..598706f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "clear": "^0.1.0", "cli-progress": "^3.12.0", "cross-spawn": "^7.0.3", - "ejs": "^3.1.7", + "ejs": "^3.1.10", "envfile": "^6.18.0", "inquirer": "^6.2.1", "junk": "^2.1.0",