diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fc4f7d2b8d..013d992a32 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1", "@tailwindcss/typography": "^0.5.0", - "@types/vscode": "^1.63.0", + "@types/vscode": "^1.68.1", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.30.3", "@zerodevx/svelte-toast": "^0.7.2", @@ -555,9 +555,9 @@ "dev": true }, "node_modules/@types/vscode": { - "version": "1.67.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.67.0.tgz", - "integrity": "sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==", + "version": "1.68.1", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.68.1.tgz", + "integrity": "sha512-fXlaq13NT5yHh6yZ3c+UxXloTSk34mIvsNFYyQCeO5Po2BLFAwz7EZT4kQ43B64/aPcnAenyWy3QasrTofBOnQ==", "dev": true }, "node_modules/@types/yauzl": { @@ -7233,9 +7233,9 @@ "dev": true }, "@types/vscode": { - "version": "1.67.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.67.0.tgz", - "integrity": "sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==", + "version": "1.68.1", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.68.1.tgz", + "integrity": "sha512-fXlaq13NT5yHh6yZ3c+UxXloTSk34mIvsNFYyQCeO5Po2BLFAwz7EZT4kQ43B64/aPcnAenyWy3QasrTofBOnQ==", "dev": true }, "@types/yauzl": { diff --git a/frontend/package.json b/frontend/package.json index 940e442814..98b9316149 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "tailwindcss": "^3.0.11", "tslib": "^2.3.1", "typescript": "^4.7.4", - "@types/vscode": "^1.63.0", + "@types/vscode": "^1.68.1", "svelte-awesome": "^3.0.0", "svelte-markdown": "^0.2.1", "svelte-split-pane": "^0.1.2"