From 61a0219a8cc03795528c36d9ef7245bf71261c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:17:26 +0000 Subject: [PATCH] chore(deps): bump ejs from 5.0.1 to 5.0.2 in /admin Bumps [ejs](https://github.com/mde/ejs) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/RELEASE_NOTES_v5.md) - [Commits](https://github.com/mde/ejs/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: ejs dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- admin/package.json | 2 +- admin/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/package.json b/admin/package.json index 7c093a3e5..39428eebc 100644 --- a/admin/package.json +++ b/admin/package.json @@ -69,7 +69,7 @@ "commander": "^14.0.3", "cookie-parser": "^1.4.4", "dotenv": "^17.4.2", - "ejs": "^5.0.1", + "ejs": "^5.0.2", "express-flash": "0.0.2", "express-session": "^1.19.0", "font-awesome": "^4.7.0", diff --git a/admin/yarn.lock b/admin/yarn.lock index a122248c4..1fcb851fc 100644 --- a/admin/yarn.lock +++ b/admin/yarn.lock @@ -3362,10 +3362,10 @@ ejs@^3.1.5: dependencies: jake "^10.8.5" -ejs@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-5.0.1.tgz#179523a437ed448543ad1b76ca4fb4c2e8950304" - integrity sha512-COqBPFMxuPTPspXl2DkVYaDS3HtrD1GpzOGkNTJ1IYkifq/r9h8SVEFrjA3D9/VJGOEoMQcrlhpntcSUrM8k6A== +ejs@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-5.0.2.tgz#cb8a7922ec1e71193b2507942250e230e200de79" + integrity sha512-IpbUaI/CAW86l3f+T8zN0iggSc0LmMZLcIW5eRVStLVNCoTXkE0YlncbbH50fp8Cl6zHIky0sW2uUbhBqGw0Jw== electron-to-chromium@^1.5.199: version "1.5.200"