From 57c09f64cb8fdf5a0db7be05409e6d0ee7177a1e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2025 08:34:46 +0000
Subject: [PATCH] Bump typescript from 5.6.3 to 5.7.2 in /webviews

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)

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

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

diff --git a/webviews/package-lock.json b/webviews/package-lock.json
index 2ebbe78..b123a44 100644
--- a/webviews/package-lock.json
+++ b/webviews/package-lock.json
@@ -26,7 +26,7 @@
         "jest": "^29.7.0",
         "jest-environment-jsdom": "^29.7.0",
         "ts-jest": "^29.2.5",
-        "typescript": "^5.6.3",
+        "typescript": "^5.7.2",
         "vite": "^6.0.6"
       }
     },
@@ -7797,9 +7797,9 @@
       }
     },
     "node_modules/typescript": {
-      "version": "5.6.3",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
-      "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
+      "version": "5.7.2",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
+      "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
       "dev": true,
       "bin": {
         "tsc": "bin/tsc",
diff --git a/webviews/package.json b/webviews/package.json
index 786fad8..8808f32 100644
--- a/webviews/package.json
+++ b/webviews/package.json
@@ -24,7 +24,7 @@
     "@types/react-dom": "^18.3.1",
     "@types/vscode-webview": "^1.57.5",
     "@vitejs/plugin-react": "^4.3.4",
-    "typescript": "^5.6.3",
+    "typescript": "^5.7.2",
     "identity-obj-proxy": "^3.0.0",
     "jest": "^29.7.0",
     "jest-environment-jsdom": "^29.7.0",