diff --git a/package-lock.json b/package-lock.json index ffb43be..17163d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0.1", "license": "MIT", "dependencies": { - "fastcomments-typescript": "^2.0.0", + "fastcomments-typescript": "^2.0.13", "vue": "^3.2.37" }, "devDependencies": { @@ -784,9 +784,9 @@ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" }, "node_modules/fastcomments-typescript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fastcomments-typescript/-/fastcomments-typescript-2.0.0.tgz", - "integrity": "sha512-yzglFLYG3FdGxA5HtYH6FbQBgcxXjmOKcyUkvOWPhCCCpY52RGngbcTEaTgG4ojs6CvIoKyeEfYSGHsxmKbE4g==" + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/fastcomments-typescript/-/fastcomments-typescript-2.0.13.tgz", + "integrity": "sha512-b1dB1hpQidZZEsJrJCzFDYuzsDKlhhcJ+wYfOywyV4NxER/EwJvgmSOVGY2PcIAE39gLIJYYscPKRDj/X17Taw==" }, "node_modules/fsevents": { "version": "2.3.2", @@ -1684,9 +1684,9 @@ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" }, "fastcomments-typescript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fastcomments-typescript/-/fastcomments-typescript-2.0.0.tgz", - "integrity": "sha512-yzglFLYG3FdGxA5HtYH6FbQBgcxXjmOKcyUkvOWPhCCCpY52RGngbcTEaTgG4ojs6CvIoKyeEfYSGHsxmKbE4g==" + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/fastcomments-typescript/-/fastcomments-typescript-2.0.13.tgz", + "integrity": "sha512-b1dB1hpQidZZEsJrJCzFDYuzsDKlhhcJ+wYfOywyV4NxER/EwJvgmSOVGY2PcIAE39gLIJYYscPKRDj/X17Taw==" }, "fsevents": { "version": "2.3.2", diff --git a/package.json b/package.json index 0459ea5..a27e2c7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "vue": "^3.2.37", - "fastcomments-typescript": "^2.0.0" + "fastcomments-typescript": "^2.0.13" }, "devDependencies": { "@vitejs/plugin-vue": "^2.3.3",