From 1de3c54b693b974cfa5ae26c0cbd545fd6ce1101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:47:39 +0000 Subject: [PATCH] chore(deps): bump validator in /ep_email_notifications Bumps [validator](https://github.com/validatorjs/validator.js) from 13.7.0 to 13.15.20. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.7.0...13.15.20) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ep_email_notifications/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep_email_notifications/package.json b/ep_email_notifications/package.json index c8222adbb..330cb5824 100644 --- a/ep_email_notifications/package.json +++ b/ep_email_notifications/package.json @@ -16,7 +16,7 @@ ], "dependencies": { "emailjs": "3.3.0", - "validator": "13.7.0" + "validator": "13.15.20" }, "engines": { "node": ">=20.0.0"