From 69e8ca93b22a8aed53ed048cd1dcef0ddc9e2727 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Jan 2021 09:48:00 +0000 Subject: [PATCH] chore(deps): update dependency mustache to v4 --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 677a8c3..34b4349 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/fs-extra": "8.0.0", "@types/jest": "24.0.17", - "@types/mustache": "0.8.32", + "@types/mustache": "4.1.1", "@types/node": "12.7.1", "deepmerge": "4.2.0", "execa": "2.0.4", @@ -27,7 +27,7 @@ "fs-extra": "8.1.0", "husky": "3.0.3", "jest": "24.9.0", - "mustache": "3.0.1", + "mustache": "4.1.0", "openapi3-ts": "1.3.0", "param-case": "2.1.1", "prettier": "1.18.2", diff --git a/yarn.lock b/yarn.lock index 16cc3ae..76e647b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -710,10 +710,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== -"@types/mustache@0.8.32": - version "0.8.32" - resolved "https://registry.yarnpkg.com/@types/mustache/-/mustache-0.8.32.tgz#7db3b81f2bf450bd38805f596d20eca97c4ed595" - integrity sha512-RTVWV485OOf4+nO2+feurk0chzHkSjkjALiejpHltyuMf/13fGymbbNNFrSKdSSUg1TIwzszXdWsVirxgqYiFA== +"@types/mustache@4.1.1": + version "4.1.1" + resolved "https://registry.yarnpkg.com/@types/mustache/-/mustache-4.1.1.tgz#fcfa2db0cee6261e66f2437dc2fe71e26c7856b4" + integrity sha512-Sm0NWeLhS2QL7NNGsXvO+Fgp7e3JLHCO6RS3RCnfjAnkw6Y1bsji/AGfISdQZDIR/AeOyzkrxRk9jBkl55zdJw== "@types/node-fetch@^2.1.4": version "2.5.0" @@ -4551,10 +4551,10 @@ multimatch@^3.0.0: arrify "^1.0.1" minimatch "^3.0.4" -mustache@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.0.1.tgz#873855f23aa8a95b150fb96d9836edbc5a1d248a" - integrity sha512-jFI/4UVRsRYdUbuDTKT7KzfOp7FiD5WzYmmwNwXyUVypC0xjoTL78Fqc0jHUPIvvGD+6DQSPHIt1NE7D1ArsqA== +mustache@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.1.0.tgz#8c1b042238a982d2eb2d30efc6c14296ae3f699d" + integrity sha512-0FsgP/WVq4mKyjolIyX+Z9Bd+3WS8GOwoUTyKXT5cTYMGeauNTi2HPCwERqseC1IHAy0Z7MDZnJBfjabd4O8GQ== mute-stream@~0.0.4: version "0.0.8"