From 25a06332ccf20e6a6252e88c0bb8f70044a6acc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:35:30 +0000 Subject: [PATCH] dashboard: Bump typescript from 5.4.3 to 5.4.5 in /apps/dashboard Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.5. - [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.3...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/dashboard/package-lock.json | 14 ++++---------- apps/dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/apps/dashboard/package-lock.json b/apps/dashboard/package-lock.json index 196ffd0..bfb1cc0 100644 --- a/apps/dashboard/package-lock.json +++ b/apps/dashboard/package-lock.json @@ -9,7 +9,6 @@ "version": "0.0.0", "dependencies": { "@popperjs/core": "^2.11.8", - "@slim-select/vue": "^1.6.0", "@tabler/icons-vue": "^3.1.0", "apexcharts": "^3.48.0", "bootstrap": "5.3.2", @@ -37,7 +36,7 @@ "jsdom": "^24.0.0", "npm-run-all2": "^6.1.1", "prettier": "^3.0.3", - "typescript": "~5.4.3", + "typescript": "~5.4.5", "vite": "^5.2.7", "vitest": "^1.4.0", "vue-tsc": "^2.0.11" @@ -958,11 +957,6 @@ "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", "dev": true }, - "node_modules/@slim-select/vue": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@slim-select/vue/-/vue-1.6.0.tgz", - "integrity": "sha512-v5ZUWs4XkGXDV004VUrBB9R7tc1Seh/pKjPFtgEwhgep/aCciPIgUgnAxR528g0HxoysRd38/bmQnB0G/6kW2w==" - }, "node_modules/@tabler/icons": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.1.0.tgz", @@ -4524,9 +4518,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index c717b8b..6d119b5 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -42,7 +42,7 @@ "jsdom": "^24.0.0", "npm-run-all2": "^6.1.1", "prettier": "^3.0.3", - "typescript": "~5.4.3", + "typescript": "~5.4.5", "vite": "^5.2.7", "vitest": "^1.4.0", "vue-tsc": "^2.0.11"