diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 04f3ebc3cc..7093855c85 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1", "@tailwindcss/typography": "^0.5.4", - "@types/vscode": "~1.67.0", + "@types/vscode": "~1.69.0", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.32.0", "@zerodevx/svelte-toast": "^0.7.2", @@ -504,9 +504,9 @@ } }, "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.69.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.69.0.tgz", + "integrity": "sha512-RlzDAnGqUoo9wS6d4tthNyAdZLxOIddLiX3djMoWk29jFfSA1yJbIwr0epBYqqYarWB6s2Z+4VaZCQ80Jaa3kA==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -5310,9 +5310,9 @@ } }, "@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.69.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.69.0.tgz", + "integrity": "sha512-RlzDAnGqUoo9wS6d4tthNyAdZLxOIddLiX3djMoWk29jFfSA1yJbIwr0epBYqqYarWB6s2Z+4VaZCQ80Jaa3kA==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/frontend/package.json b/frontend/package.json index 27538780eb..13b9398bd2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "@sveltejs/kit": "next", "@tailwindcss/forms": "^0.5.1", "@tailwindcss/typography": "^0.5.4", - "@types/vscode": "~1.67.0", + "@types/vscode": "~1.69.0", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.32.0", "@zerodevx/svelte-toast": "^0.7.2",