diff --git a/package-lock.json b/package-lock.json index cc90e21..78f0a88 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.5", "web-vitals": "^1.1.2" }, "engines": { @@ -19360,8 +19360,9 @@ } }, "node_modules/typescript": { - "version": "4.4.2", - "license": "Apache-2.0", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -33679,7 +33680,9 @@ } }, "typescript": { - "version": "4.4.2" + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index e647f37..071a3e6 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.5", "web-vitals": "^1.1.2" }, "scripts": {