From 1669132c069413d9bc05e25deead12e2c357c468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:43:39 +0000 Subject: [PATCH] Bump @types/mustache from 4.2.1 to 4.2.5 Bumps [@types/mustache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mustache) from 4.2.1 to 4.2.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mustache) --- updated-dependencies: - dependency-name: "@types/mustache" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc8960f..0a0a032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/jest": "^28.1.6", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.189", - "@types/mustache": "^4.2.1", + "@types/mustache": "^4.2.5", "@types/node": "^16.18.3", "@typescript-eslint/parser": "^5.43.0", "@vercel/ncc": "^0.34.0", @@ -1861,9 +1861,9 @@ "dev": true }, "node_modules/@types/mustache": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.1.tgz", - "integrity": "sha512-gFAlWL9Ik21nJioqjlGCnNYbf9zHi0sVbaZ/1hQEBcCEuxfLJDvz4bVJSV6v6CUaoLOz0XEIoP7mSrhJ6o237w==", + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.5.tgz", + "integrity": "sha512-PLwiVvTBg59tGFL/8VpcGvqOu3L4OuveNvPi0EYbWchRdEVP++yRUXJPFl+CApKEq13017/4Nf7aQ5lTtHUNsA==", "dev": true }, "node_modules/@types/node": { @@ -9369,9 +9369,9 @@ "dev": true }, "@types/mustache": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.1.tgz", - "integrity": "sha512-gFAlWL9Ik21nJioqjlGCnNYbf9zHi0sVbaZ/1hQEBcCEuxfLJDvz4bVJSV6v6CUaoLOz0XEIoP7mSrhJ6o237w==", + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.5.tgz", + "integrity": "sha512-PLwiVvTBg59tGFL/8VpcGvqOu3L4OuveNvPi0EYbWchRdEVP++yRUXJPFl+CApKEq13017/4Nf7aQ5lTtHUNsA==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 41eb402..8121dcd 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/jest": "^28.1.6", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.189", - "@types/mustache": "^4.2.1", + "@types/mustache": "^4.2.5", "@types/node": "^16.18.3", "@typescript-eslint/parser": "^5.43.0", "@vercel/ncc": "^0.34.0",