From b5290b28f9875e6cc6d92a6c55c4a1e8098a3683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 19:15:11 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [ejs](https://github.com/mde/ejs) and [hoek](https://github.com/hapijs/hoek). Updates `ejs` from 2.7.4 to 3.1.10 - [Release notes](https://github.com/mde/ejs/releases) - [Commits](https://github.com/mde/ejs/compare/v2.7.4...v3.1.10) Updates `hoek` from 4.3.1 to 6.1.3 - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v4.3.1...v6.1.3) --- updated-dependencies: - dependency-name: ejs dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: hoek dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20d2c80..30c804d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "version": "0.0.1", "dependencies": { "debug": "2.6.9", - "ejs": "^2.5.6", - "hoek": "^4.0.0", + "ejs": "^3.1.10", + "hoek": "^6.1.3", "npm": "^6.4.1", "streaming-json-stringify": "^3.1.0" },