diff --git a/custom-editor-sample/package-lock.json b/custom-editor-sample/package-lock.json index 5399d4ca..f3ba9f57 100644 --- a/custom-editor-sample/package-lock.json +++ b/custom-editor-sample/package-lock.json @@ -1,5 +1,5 @@ { - "name": "cat-edit", + "name": "cat-customs", "version": "0.0.1", "lockfileVersion": 1, "requires": true, @@ -31,9 +31,9 @@ "dev": true }, "@types/vscode": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.43.0.tgz", - "integrity": "sha512-kIaR9qzd80rJOxePKpCB/mdy00mz8Apt2QA5Y6rdrKFn13QNFNeP3Hzmsf37Bwh/3cS7QjtAeGSK7wSqAU0sYQ==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.44.0.tgz", + "integrity": "sha512-WJZtZlinE3meRdH+I7wTsIhpz/GLhqEQwmPGeh4s1irWLwMzCeTV8WZ+pgPTwrDXoafVUWwo1LiZ9HJVHFlJSQ==", "dev": true }, "ansi-styles": { diff --git a/custom-editor-sample/package.json b/custom-editor-sample/package.json index 6d356395..bd59d3e7 100644 --- a/custom-editor-sample/package.json +++ b/custom-editor-sample/package.json @@ -43,6 +43,6 @@ "@types/node": "^10.5.2", "tslint": "^5.16.0", "typescript": "^3.8.3", - "@types/vscode": "^1.43.0" + "@types/vscode": "^1.44.0" } -} \ No newline at end of file +}