From f399478b3154140b693b4cdb90a79a4ac13ade73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 23:58:53 +0000 Subject: [PATCH] Upgrade: Bump ejs from 3.1.8 to 3.1.9 Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.9. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.9) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production update-type: version-update:semver-patch ... 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 ef06724ec..e57ccf7b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "algoliasearch": "^4.13.0", "applicationinsights": "^2.3.3", "body-parser": "^1.20.2", - "ejs": "^3.1.8", + "ejs": "^3.1.9", "express": "^4.18.2", "globby": "^11.0.0", "highlight.js": "^11.7.0", @@ -7242,9 +7242,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "node_modules/ejs": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", - "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", "dependencies": { "jake": "^10.8.5" }, @@ -31113,9 +31113,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", - "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", "requires": { "jake": "^10.8.5" } diff --git a/package.json b/package.json index e5a076a26..2b4981986 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "algoliasearch": "^4.13.0", "applicationinsights": "^2.3.3", "body-parser": "^1.20.2", - "ejs": "^3.1.8", + "ejs": "^3.1.9", "express": "^4.18.2", "globby": "^11.0.0", "highlight.js": "^11.7.0",