From 50e05624b839476bfaef3fff83fb7872a7b13633 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 10:05:33 +0000 Subject: [PATCH] chore(deps-dev): bump @types/mustache from 0.8.32 to 4.1.1 Bumps [@types/mustache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mustache) from 0.8.32 to 4.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mustache) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d64c7413..c379672b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -925,9 +925,9 @@ "dev": true }, "@types/mustache": { - "version": "0.8.32", - "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-0.8.32.tgz", - "integrity": "sha512-RTVWV485OOf4+nO2+feurk0chzHkSjkjALiejpHltyuMf/13fGymbbNNFrSKdSSUg1TIwzszXdWsVirxgqYiFA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.1.1.tgz", + "integrity": "sha512-Sm0NWeLhS2QL7NNGsXvO+Fgp7e3JLHCO6RS3RCnfjAnkw6Y1bsji/AGfISdQZDIR/AeOyzkrxRk9jBkl55zdJw==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 1116c41a..4e020bdc 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/jest": "^18.1.1", "@types/marked": "1.2.1", "@types/mocha": "^8.0.4", - "@types/mustache": "^0.8.28", + "@types/mustache": "^4.1.1", "@types/node": "^14.14.10", "@types/request": "^2.48.5", "@types/striptags": "^3.1.1",