From 966e895b2fd50963fac7f495cf3f766e0438128f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:29:11 +0000 Subject: [PATCH] Bump ejs from 3.1.9 to 3.1.10 in /Application Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Application/package-lock.json | 10 +++++----- Application/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Application/package-lock.json b/Application/package-lock.json index e0116e5..e057302 100644 --- a/Application/package-lock.json +++ b/Application/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "applicationinsights": "2.7.0", - "ejs": "3.1.9", + "ejs": "3.1.10", "grunt": "1.6.1", "grunt-contrib-clean": "2.0.1", "grunt-contrib-coffee": "2.1.0", @@ -25,7 +25,7 @@ "include-all": "4.0.3", "natives": "1.1.6", "rc": "1.2.8", - "sails": "^1.5.6", + "sails": "1.5.6", "sails-disk": "2.1.2" } }, @@ -1067,9 +1067,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/ejs": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", - "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", + "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" }, diff --git a/Application/package.json b/Application/package.json index 67bce27..a14b070 100644 --- a/Application/package.json +++ b/Application/package.json @@ -6,7 +6,7 @@ "keywords": [], "dependencies": { "applicationinsights": "2.7.0", - "ejs": "3.1.9", + "ejs": "3.1.10", "grunt": "1.6.1", "grunt-contrib-clean": "2.0.1", "grunt-contrib-coffee": "2.1.0",