diff --git a/package-lock.json b/package-lock.json index 7a31b22..0778bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-router": "^6.0.2", "react-router-dom": "^6.1.1", "react-scripts": "4.0.3", - "typescript": "^4.4.2", + "typescript": "^4.5.4", "web-vitals": "^1.1.2" }, "engines": { @@ -19360,8 +19360,9 @@ } }, "node_modules/typescript": { - "version": "4.4.2", - "license": "Apache-2.0", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -33679,7 +33680,9 @@ } }, "typescript": { - "version": "4.4.2" + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index 5fd7824..05c43d4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-router": "^6.0.2", "react-router-dom": "^6.1.1", "react-scripts": "4.0.3", - "typescript": "^4.4.2", + "typescript": "^4.5.4", "web-vitals": "^1.1.2" }, "scripts": {