From dcbece3868f807109436c61e004055c5a5fe3672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 06:28:11 +0000 Subject: [PATCH] chore(deps): bump ejs from 5.0.2 to 6.0.1 Bumps [ejs](https://github.com/mde/ejs) from 5.0.2 to 6.0.1. - [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.2...v6.0.1) --- updated-dependencies: - dependency-name: ejs dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d7dba2568b..a1ef279716b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "countly-sdk-web": "*", "csurf": "^1.11.0", "csvtojson": "2.0.14", - "ejs": "5.0.2", + "ejs": "6.0.1", "errorhandler": "1.5.2", "express": "4.22.1", "express-rate-limit": "8.5.2", @@ -4613,9 +4613,9 @@ "license": "MIT" }, "node_modules/ejs": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-5.0.2.tgz", - "integrity": "sha512-IpbUaI/CAW86l3f+T8zN0iggSc0LmMZLcIW5eRVStLVNCoTXkE0YlncbbH50fp8Cl6zHIky0sW2uUbhBqGw0Jw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz", + "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==", "license": "Apache-2.0", "bin": { "ejs": "bin/cli.js" diff --git a/package.json b/package.json index 3144b4a3830..f048ffb88cf 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "countly-sdk-web": "*", "csurf": "^1.11.0", "csvtojson": "2.0.14", - "ejs": "5.0.2", + "ejs": "6.0.1", "errorhandler": "1.5.2", "express": "4.22.1", "express-rate-limit": "8.5.2",