diff --git a/example/sample-dashboard/package-lock.json b/example/sample-dashboard/package-lock.json index a88a0b2..bbe547f 100644 --- a/example/sample-dashboard/package-lock.json +++ b/example/sample-dashboard/package-lock.json @@ -20,7 +20,7 @@ "react-scripts": "5.0.1", "react-spinners": "^0.13.4", "terra-graphs": "file:../..", - "typescript": "^4.7.4", + "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "devDependencies": { @@ -15474,9 +15474,10 @@ } }, "node_modules/typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -27503,9 +27504,9 @@ } }, "typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/example/sample-dashboard/package.json b/example/sample-dashboard/package.json index a8cdd8a..cc868d5 100644 --- a/example/sample-dashboard/package.json +++ b/example/sample-dashboard/package.json @@ -15,7 +15,7 @@ "react-scripts": "5.0.1", "react-spinners": "^0.13.4", "terra-graphs": "file:../..", - "typescript": "^4.7.4", + "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "scripts": {