diff --git a/samples/typescript/package-lock.json b/samples/typescript/package-lock.json index 970876c..05044fa 100644 --- a/samples/typescript/package-lock.json +++ b/samples/typescript/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "typescript": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz", - "integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==" + "version": "3.7.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", + "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==" } } } diff --git a/samples/typescript/package.json b/samples/typescript/package.json index f11ba8c..4bf8d24 100644 --- a/samples/typescript/package.json +++ b/samples/typescript/package.json @@ -11,6 +11,6 @@ "author": "Scott Andrews", "license": "Apache-2.0", "dependencies": { - "typescript": "^3.4.5" + "typescript": "^3.7.5" } }