From c011bf9ca4a85cea0bb5b1003295b24b422488b6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 16 Feb 2023 09:34:39 +0000
Subject: [PATCH] :arrow_up: Bump typescript from 4.5.5 to 4.9.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...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>
---
 package-lock.json | 6 +++---
 package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 2c19ada20..8738e441d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -36072,9 +36072,9 @@
       }
     },
     "typescript": {
-      "version": "4.5.5",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
-      "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
+      "version": "4.9.5",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
+      "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
       "dev": true
     },
     "uglify-js": {
diff --git a/package.json b/package.json
index c468a7c5e..35078fcc4 100644
--- a/package.json
+++ b/package.json
@@ -107,7 +107,7 @@
     "semantic-release-gitmoji": "^1.4.4",
     "svg-url-loader": "^8.0.0",
     "ts-jest": "^27.0.4",
-    "typescript": "~4.5.5",
+    "typescript": "~4.9.5",
     "vue-code-highlight": "^0.7.8",
     "vue-loader": "^15.9.8",
     "vue-router": "^3.5.4",