diff --git a/examples/typescript/package-lock.json b/examples/typescript/package-lock.json index fbc62c6d..021ffd0f 100644 --- a/examples/typescript/package-lock.json +++ b/examples/typescript/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/express": "^4.17.11", "@types/node": "^14.14.25", - "typescript": "^4.1.4" + "typescript": "^4.9.5" }, "engines": { "node": ">=0.10" @@ -22,7 +22,7 @@ }, "../..": { "name": "dropbox", - "version": "10.33.0", + "version": "10.34.0", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1" @@ -7638,9 +7638,9 @@ "link": true }, "node_modules/typescript": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz", - "integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -15418,9 +15418,9 @@ } }, "typescript": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz", - "integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true } } diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 61fa75a8..6a7b52d7 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -24,6 +24,6 @@ "devDependencies": { "@types/express": "^4.17.11", "@types/node": "^14.14.25", - "typescript": "^4.1.4" + "typescript": "^4.9.5" } }