From 60a43e308f409fb63e24192fcd83a86479c028ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 17:49:15 +0000 Subject: [PATCH] build(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] --- pnpm-lock.yaml | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c3be2c8441..547045bde62 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -209,8 +209,8 @@ importers: specifier: ^1.1.8 version: 1.1.8 ejs: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^6.0.1 + version: 6.0.1 esbuild: specifier: ^0.28.0 version: 0.28.0 @@ -2933,8 +2933,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - ejs@5.0.2: - resolution: {integrity: sha512-IpbUaI/CAW86l3f+T8zN0iggSc0LmMZLcIW5eRVStLVNCoTXkE0YlncbbH50fp8Cl6zHIky0sW2uUbhBqGw0Jw==} + ejs@6.0.1: + resolution: {integrity: sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==} engines: {node: '>=0.12.18'} hasBin: true @@ -8196,7 +8196,7 @@ snapshots: ee-first@1.1.1: {} - ejs@5.0.2: {} + ejs@6.0.1: {} electron-to-chromium@1.5.343: {} diff --git a/src/package.json b/src/package.json index e446fb3d965..f7d98ba2186 100644 --- a/src/package.json +++ b/src/package.json @@ -37,7 +37,7 @@ "cross-env": "^10.1.0", "cross-spawn": "^7.0.6", "dirty-ts": "^1.1.8", - "ejs": "^5.0.2", + "ejs": "^6.0.1", "esbuild": "^0.28.0", "express": "^5.2.1", "express-rate-limit": "^8.5.1",