From 43c10fda0ff547816507fb3b722c15e70f2dd76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:16:32 +0000 Subject: [PATCH] chore(deps): bump ejs from 4.0.1 to 5.0.1 in /examples/express-sample Bumps [ejs](https://github.com/mde/ejs) from 4.0.1 to 5.0.1. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/RELEASE_NOTES_v4.md) - [Commits](https://github.com/mde/ejs/compare/v4.0.1...v5.0.1) --- updated-dependencies: - dependency-name: ejs dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/express-sample/package-lock.json | 64 ++--------------------- examples/express-sample/package.json | 2 +- 2 files changed, 6 insertions(+), 60 deletions(-) diff --git a/examples/express-sample/package-lock.json b/examples/express-sample/package-lock.json index bfb17b5..bd4e0cd 100644 --- a/examples/express-sample/package-lock.json +++ b/examples/express-sample/package-lock.json @@ -12,7 +12,7 @@ "config": "^4.4.1", "cookie-parser": "~1.4.7", "debug": "^4.3.4", - "ejs": "~4.0.1", + "ejs": "~5.0.1", "express": "^4.21.2", "morgan": "^1.10.1", "raygun": "file:../..", @@ -21,7 +21,7 @@ }, "../..": { "name": "raygun", - "version": "2.2.4", + "version": "2.2.5", "dependencies": { "@types/express": "^5.0.0", "debug": "^4.3.4", @@ -6080,14 +6080,6 @@ "version": "1.1.1", "license": "MIT" }, - "node_modules/async": { - "version": "3.2.6", - "license": "MIT" - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "license": "MIT" - }, "node_modules/basic-auth": { "version": "2.0.1", "license": "MIT", @@ -6124,13 +6116,6 @@ "url": "https://opencollective.com/express" } }, - "node_modules/brace-expansion": { - "version": "2.0.2", - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/bytes": { "version": "3.1.2", "license": "MIT", @@ -6261,11 +6246,10 @@ "license": "MIT" }, "node_modules/ejs": { - "version": "4.0.1", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-5.0.1.tgz", + "integrity": "sha512-COqBPFMxuPTPspXl2DkVYaDS3HtrD1GpzOGkNTJ1IYkifq/r9h8SVEFrjA3D9/VJGOEoMQcrlhpntcSUrM8k6A==", "license": "Apache-2.0", - "dependencies": { - "jake": "^10.9.1" - }, "bin": { "ejs": "bin/cli.js" }, @@ -6433,13 +6417,6 @@ "node": ">= 0.6" } }, - "node_modules/filelist": { - "version": "1.0.4", - "license": "Apache-2.0", - "dependencies": { - "minimatch": "^5.0.1" - } - }, "node_modules/finalhandler": { "version": "1.3.2", "license": "MIT", @@ -6594,21 +6571,6 @@ "node": ">= 0.10" } }, - "node_modules/jake": { - "version": "10.9.4", - "license": "Apache-2.0", - "dependencies": { - "async": "^3.2.6", - "filelist": "^1.0.4", - "picocolors": "^1.1.1" - }, - "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/json5": { "version": "2.2.3", "license": "MIT", @@ -6674,18 +6636,6 @@ "node": ">= 0.6" } }, - "node_modules/minimatch": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz", - "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==", - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/morgan": { "version": "1.10.1", "license": "MIT", @@ -6770,10 +6720,6 @@ "version": "0.1.12", "license": "MIT" }, - "node_modules/picocolors": { - "version": "1.1.1", - "license": "ISC" - }, "node_modules/proxy-addr": { "version": "2.0.7", "license": "MIT", diff --git a/examples/express-sample/package.json b/examples/express-sample/package.json index 8f79cd0..eee2646 100644 --- a/examples/express-sample/package.json +++ b/examples/express-sample/package.json @@ -10,7 +10,7 @@ "config": "^4.4.1", "cookie-parser": "~1.4.7", "debug": "^4.3.4", - "ejs": "~4.0.1", + "ejs": "~5.0.1", "express": "^4.21.2", "morgan": "^1.10.1", "raygun": "file:../..",