From 4c041e3b2670bfd0923e317bfefb264fd33c236e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:45:43 +0000 Subject: [PATCH] chore(deps): bump fmtr from 1.1.4 to 2.0.1 Bumps [fmtr](https://github.com/tcort/fmtr) from 1.1.4 to 2.0.1. - [Commits](https://github.com/tcort/fmtr/compare/v1.1.4...v2.0.1) --- updated-dependencies: - dependency-name: fmtr dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29f4239b..754aa93e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@github/copilot-language-server": "^1.530.0", "@octokit/rest": "^22.0.1", "await-lock": "^2.2.2", - "fmtr": "^1.1.4", + "fmtr": "^2.0.1", "fs-extra": "^11.4.0", "globby": "^13.1.3", "lodash": "^4.18.0", @@ -1746,11 +1746,12 @@ } }, "node_modules/fmtr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/fmtr/-/fmtr-1.1.4.tgz", - "integrity": "sha512-5qCv7eLlkR7LUDrcQdx0vGFo8tLgwFtO0JHkX9xfQm+DNnXpk9zQNSIldKlZ2VPZBwxTM9GB1esyeQuxhCVvmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fmtr/-/fmtr-2.0.1.tgz", + "integrity": "sha512-PKTlGP+eQ3Jf8eC369gE4FyqJkimT1JYCJzJ2iFU73RzUcW2JoxWgwhWoxXkb7LBilXB74ZAaIb53uYfhD9R2w==", + "license": "ISC", "dependencies": { - "lodash": "^4.17.21" + "lodash": "^4.18.1" } }, "node_modules/foreground-child": { @@ -5339,11 +5340,11 @@ "dev": true }, "fmtr": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/fmtr/-/fmtr-1.1.4.tgz", - "integrity": "sha512-5qCv7eLlkR7LUDrcQdx0vGFo8tLgwFtO0JHkX9xfQm+DNnXpk9zQNSIldKlZ2VPZBwxTM9GB1esyeQuxhCVvmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fmtr/-/fmtr-2.0.1.tgz", + "integrity": "sha512-PKTlGP+eQ3Jf8eC369gE4FyqJkimT1JYCJzJ2iFU73RzUcW2JoxWgwhWoxXkb7LBilXB74ZAaIb53uYfhD9R2w==", "requires": { - "lodash": "^4.17.21" + "lodash": "^4.18.1" } }, "foreground-child": { diff --git a/package.json b/package.json index ef9ece44..984f364c 100644 --- a/package.json +++ b/package.json @@ -1219,7 +1219,7 @@ "@github/copilot-language-server": "^1.530.0", "@octokit/rest": "^22.0.1", "await-lock": "^2.2.2", - "fmtr": "^1.1.4", + "fmtr": "^2.0.1", "fs-extra": "^11.4.0", "globby": "^13.1.3", "lodash": "^4.18.0",