From f699e633c9ba2ec89d1958808e99955dd112309a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 00:41:07 +0000 Subject: [PATCH] Bump ejs from 3.1.7 to 3.1.10 in /bcgoogleauth Bumps [ejs](https://github.com/mde/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 ... Signed-off-by: dependabot[bot] --- bcgoogleauth/package-lock.json | 14 +++++++------- bcgoogleauth/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bcgoogleauth/package-lock.json b/bcgoogleauth/package-lock.json index c01c65d..df6c54a 100644 --- a/bcgoogleauth/package-lock.json +++ b/bcgoogleauth/package-lock.json @@ -13,7 +13,7 @@ "braincloud": "file:../../js/deploy/node", "cookie-parser": "^1.4.6", "dotenv": "^16.0.0", - "ejs": "^3.1.7", + "ejs": "^3.1.10", "express": "^4.19.2", "google-auth-library": "^8.0.1", "node-localstorage": "^2.2.1", @@ -643,9 +643,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "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" }, @@ -2889,9 +2889,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "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/bcgoogleauth/package.json b/bcgoogleauth/package.json index 8f1c6c6..8126b59 100644 --- a/bcgoogleauth/package.json +++ b/bcgoogleauth/package.json @@ -15,7 +15,7 @@ "braincloud": "file:../../js/deploy/node", "cookie-parser": "^1.4.6", "dotenv": "^16.0.0", - "ejs": "^3.1.7", + "ejs": "^3.1.10", "express": "^4.19.2", "google-auth-library": "^8.0.1", "node-localstorage": "^2.2.1",