From f5be1b4eaffb571db3f369ff5751df3b95ed9dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:02:26 +0000 Subject: [PATCH] Bump typescript from 4.8.4 to 4.9.5 in /ui/frontend 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] --- ui/frontend/package-lock.json | 14 +++++++------- ui/frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/frontend/package-lock.json b/ui/frontend/package-lock.json index e7c6fde5..cc69a65f 100644 --- a/ui/frontend/package-lock.json +++ b/ui/frontend/package-lock.json @@ -26,7 +26,7 @@ "svelte-preprocess": "^4.10.7", "tailwindcss": "^3.1.6", "tslib": "^2.4.0", - "typescript": "^4.7.4", + "typescript": "^4.9.5", "vite": "^3.0.2" } }, @@ -3933,9 +3933,9 @@ } }, "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==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -6692,9 +6692,9 @@ "dev": true }, "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==", "dev": true }, "undici": { diff --git a/ui/frontend/package.json b/ui/frontend/package.json index 24697b38..5830e6f1 100644 --- a/ui/frontend/package.json +++ b/ui/frontend/package.json @@ -29,7 +29,7 @@ "svelte-preprocess": "^4.10.7", "tailwindcss": "^3.1.6", "tslib": "^2.4.0", - "typescript": "^4.7.4", + "typescript": "^4.9.5", "vite": "^3.0.2" }, "type": "module"