From f675111ea7fbadd4462f6276a2970d3d660ee012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:55:15 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 in /ui Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 035742f75..aa019e9b4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -89,7 +89,7 @@ "react-scripts": "5.0.1", "sass": "1.57.1", "timemachine": "0.3.2", - "typescript": "4.9.4" + "typescript": "4.9.5" }, "engines": { "node": "19.5.0", @@ -34010,9 +34010,9 @@ "integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw==" }, "node_modules/typescript": { - "version": "4.9.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", - "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", + "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", diff --git a/ui/package.json b/ui/package.json index c6e26d666..d6f74bad9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -88,7 +88,7 @@ "react-scripts": "5.0.1", "sass": "1.57.1", "timemachine": "0.3.2", - "typescript": "4.9.4" + "typescript": "4.9.5" }, "overrides": { "react-scripts@5.0.1": {