From d5c7c301c5d20638cb7a6c3b6eca40bd857c42cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:31:33 +0000 Subject: [PATCH] Bump typescript from 5.4.2 to 5.4.4 in /webview-ui Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.4. - [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.4.2...v5.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webview-ui/package-lock.json | 14 +++++++------- webview-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webview-ui/package-lock.json b/webview-ui/package-lock.json index a9214b366..f8836df40 100644 --- a/webview-ui/package-lock.json +++ b/webview-ui/package-lock.json @@ -28,7 +28,7 @@ "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "typescript": "^5.4.2", + "typescript": "^5.4.4", "vite": "^5.1.6", "vite-plugin-checker": "^0.6.4", "vite-plugin-eslint": "^1.8.1" @@ -5585,9 +5585,9 @@ } }, "node_modules/typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -10032,9 +10032,9 @@ } }, "typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true }, "unbox-primitive": { diff --git a/webview-ui/package.json b/webview-ui/package.json index 985d88e95..01dee523f 100644 --- a/webview-ui/package.json +++ b/webview-ui/package.json @@ -31,7 +31,7 @@ "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "typescript": "^5.4.2", + "typescript": "^5.4.4", "vite": "^5.1.6", "vite-plugin-checker": "^0.6.4", "vite-plugin-eslint": "^1.8.1"