From fcc1311e1c1c562250eb4454e70e2b56f10e0705 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Dec 2021 23:57:09 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.5.3 --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index f3f766b1f..10603cbbf 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -91,7 +91,7 @@ "purgecss": "4.1.3", "react-scripts": "4.0.3", "sass": "1.44.0", - "typescript": "4.5.2" + "typescript": "4.5.3" }, "engines": { "node": "16.13.1", @@ -30714,9 +30714,9 @@ "integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw==" }, "node_modules/typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", + "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -57701,9 +57701,9 @@ "integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw==" }, "typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", + "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==", "dev": true }, "uc.micro": { diff --git a/ui/package.json b/ui/package.json index a796cfc0c..fd6bb19a2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -90,7 +90,7 @@ "purgecss": "4.1.3", "react-scripts": "4.0.3", "sass": "1.44.0", - "typescript": "4.5.2" + "typescript": "4.5.3" }, "scripts": { "start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",