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",