From c874597cf4309e0a01050f064024a14a668cb061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:52:05 +0000 Subject: [PATCH] feat: bump @types/mustache from 4.2.2 to 4.2.6 Bumps [@types/mustache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mustache) from 4.2.2 to 4.2.6. - [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-version: 4.2.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa300b0..67294e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@types/degit": "2.8.3", "@types/inquirer": "9.0.3", "@types/jest": "^29.5.14", - "@types/mustache": "4.2.2", + "@types/mustache": "4.2.6", "@types/node": "20.12.7", "@types/yargs": "17.0.22", "@typescript-eslint/eslint-plugin": "7.6.0", @@ -3475,9 +3475,9 @@ "license": "MIT" }, "node_modules/@types/mustache": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.2.tgz", - "integrity": "sha512-MUSpfpW0yZbTgjekDbH0shMYBUD+X/uJJJMm9LXN1d5yjl5lCY1vN/eWKD6D1tOtjA6206K0zcIPnUaFMurdNA==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/@types/mustache/-/mustache-4.2.6.tgz", + "integrity": "sha512-t+8/QWTAhOFlrF1IVZqKnMRJi84EgkIK5Kh0p2JV4OLywUvCwJPFxbJAl7XAow7DVIHsF+xW9f1MVzg0L6Szjw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 2e80972..bec4948 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@types/degit": "2.8.3", "@types/inquirer": "9.0.3", "@types/jest": "^29.5.14", - "@types/mustache": "4.2.2", + "@types/mustache": "4.2.6", "@types/node": "20.12.7", "@types/yargs": "17.0.22", "@typescript-eslint/eslint-plugin": "7.6.0",