diff --git a/examples/webhook-signing/package-lock.json b/examples/webhook-signing/package-lock.json index 0e15286e04..f3fe997f67 100644 --- a/examples/webhook-signing/package-lock.json +++ b/examples/webhook-signing/package-lock.json @@ -451,9 +451,9 @@ } }, "typescript": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz", - "integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==" + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", + "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==" }, "unpipe": { "version": "1.0.0", diff --git a/examples/webhook-signing/package.json b/examples/webhook-signing/package.json index b454f77d1e..f7f71d9dc1 100644 --- a/examples/webhook-signing/package.json +++ b/examples/webhook-signing/package.json @@ -15,6 +15,6 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "stripe": "^8.0.1", - "typescript": "^3.7.4" + "typescript": "^3.9.10" } }