From 94fbc83fdd2aa6d71b9566a514362f32d9187380 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 09:22:42 +0000 Subject: [PATCH] chore(deps-dev): bump @types/mustache from 0.8.32 to 4.1.2 Bumps [@types/mustache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mustache) from 0.8.32 to 4.1.2. - [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..57847be4 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.2", + "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.1.2.tgz", + "integrity": "sha512-c4OVMMcyodKQ9dpwBwh3ofK9P6U9ZktKU9S+p33UqwMNN1vlv2P0zJZUScTshnx7OEoIIRcCFNQ904sYxZz8kg==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 1116c41a..66c70306 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.2", "@types/node": "^14.14.10", "@types/request": "^2.48.5", "@types/striptags": "^3.1.1",