diff --git a/package-lock.json b/package-lock.json index c283d63..6c713d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -240,13 +240,16 @@ } }, "node_modules/@typescript/vfs": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@typescript/vfs/-/vfs-1.5.1.tgz", - "integrity": "sha512-yaTdEeMCc31H6wMIqMbf69n89xGQyYQr9hmPMmB4K5LonbefYuV+f9AR2Iuh6itm1+NLes8+BZf4il30BBR5Mw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@typescript/vfs/-/vfs-1.5.3.tgz", + "integrity": "sha512-OSZ/o3wwD5VPZVdGGsXWk7sRGRtwrGnqA4zwmb33FTs7Wxmad0QTkQCbaNyqWA8hL09TCwAthdp8yjFA5G1lvw==", "dev": true, "license": "MIT", "dependencies": { "debug": "^4.1.1" + }, + "peerDependencies": { + "typescript": "*" } }, "node_modules/debug": {