From 9216f000ad2c1c774d8288b48bceffba31546c80 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Apr 2023 17:42:24 +0000
Subject: [PATCH] Bump typescript from 4.8.4 to 4.9.5 in /src-ui

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 src-ui/package-lock.json | 8 ++++----
 src-ui/package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json
index 7e699c93b..d4cf12caa 100644
--- a/src-ui/package-lock.json
+++ b/src-ui/package-lock.json
@@ -52,7 +52,7 @@
         "jest-environment-jsdom": "^29.5.0",
         "jest-preset-angular": "^12.2.6",
         "ts-node": "~10.9.1",
-        "typescript": "~4.8.4",
+        "typescript": "~4.9.5",
         "wait-on": "^7.0.1",
         "zone.js": "^0.13.0"
       },
@@ -17853,9 +17853,9 @@
       "dev": true
     },
     "node_modules/typescript": {
-      "version": "4.8.4",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
-      "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
+      "version": "4.9.5",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
+      "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
       "bin": {
         "tsc": "bin/tsc",
         "tsserver": "bin/tsserver"
diff --git a/src-ui/package.json b/src-ui/package.json
index fa9821606..db30a53aa 100644
--- a/src-ui/package.json
+++ b/src-ui/package.json
@@ -57,7 +57,7 @@
     "jest-environment-jsdom": "^29.5.0",
     "jest-preset-angular": "^12.2.6",
     "ts-node": "~10.9.1",
-    "typescript": "~4.8.4",
+    "typescript": "~4.9.5",
     "wait-on": "^7.0.1",
     "zone.js": "^0.13.0"
   },