From d41a6ade25e7ec5083e2eda213aa483f81aff122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:25:57 +0200 Subject: [PATCH] Bump mustache from 2.3.0 to 4.2.0 (#213) Bumps [mustache](https://github.com/janl/mustache.js) from 2.3.0 to 4.2.0. - [Release notes](https://github.com/janl/mustache.js/releases) - [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/janl/mustache.js/compare/v2.3.0...v4.2.0) --- updated-dependencies: - dependency-name: mustache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 21 +++++++++------------ package.json | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09f9f59..fe6e4fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,9 +14,9 @@ "log4node": "0.1.6", "lru-cache": "4.1.x", "mkdirp": "0.5.1", + "mustache": "4.2.0", "optimist": "0.6.1", - "requireg": "^0.2.1", - "ws": "8.17.1" + "requireg": "^0.2.1" }, "devDependencies": { "istanbul": "0.4.x", @@ -42,7 +42,7 @@ "maxmind-geolite-mirror": "1.0.x", "moment": "2.29.4", "msgpack": "1.0.x", - "mustache": "2.3.0", + "mustache": "4.2.0", "object.omit": "3.0.0", "oniguruma": "7.2.x", "redis": "4.6.14", @@ -1753,15 +1753,12 @@ } }, "node_modules/mustache": { - "version": "2.3.0", - "resolved": "http://registry.npmjs.org/mustache/-/mustache-2.3.0.tgz", - "integrity": "sha1-QCj3d4sXcIpImTCm5SrDvKDaQdA=", + "version": "4.2.0", + "resolved": "http://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", + "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==", "optional": true, "bin": { "mustache": "bin/mustache" - }, - "engines": { - "npm": ">=1.4.0" } }, "node_modules/nan": { @@ -4014,9 +4011,9 @@ } }, "mustache": { - "version": "2.3.0", - "resolved": "http://registry.npmjs.org/mustache/-/mustache-2.3.0.tgz", - "integrity": "sha1-QCj3d4sXcIpImTCm5SrDvKDaQdA=", + "version": "4.2.0", + "resolved": "http://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", + "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==", "optional": true }, "nan": { diff --git a/package.json b/package.json index d937600..6ab49a1 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "maxmind-geolite-mirror": "1.0.x", "moment": "2.29.4", "msgpack": "1.0.x", - "mustache": "2.3.0", + "mustache": "4.2.0", "object.omit": "3.0.0", "oniguruma": "7.2.x", "redis": "4.6.14",