From 6bee41004ef955b9547af0837c6d99d24dfd356b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:57:36 +0000 Subject: [PATCH] Bump typescript from 5.4.2 to 5.4.4 in /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] --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 7aa5dd7d36bc..ad6ec74884ff 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -27,7 +27,7 @@ "autoprefixer": "10.4.18", "eslint": "^8.57.0", "ts-node": "10.9.2", - "typescript": "^5.4.2", + "typescript": "^5.4.4", "vite": "5.1.6", "vue-tsc": "^2.0.6" } @@ -6271,9 +6271,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==", "devOptional": true, "bin": { "tsc": "bin/tsc", @@ -11078,9 +11078,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==", "devOptional": true }, "unbox-primitive": { diff --git a/ui/package.json b/ui/package.json index 3af66e07f516..6b131d55fd25 100644 --- a/ui/package.json +++ b/ui/package.json @@ -29,7 +29,7 @@ "autoprefixer": "10.4.18", "eslint": "^8.57.0", "ts-node": "10.9.2", - "typescript": "^5.4.2", + "typescript": "^5.4.4", "vite": "5.1.6", "vue-tsc": "^2.0.6" }