From 10a8191ecaf8b5a98212fdb6668373536be9cec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:42:39 +0000 Subject: [PATCH] Bump typescript from 5.4.4 to 5.4.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 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.4...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67d4326d8..8a8e785db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "shsgames", - "version": "40.21.2", + "version": "40.21.3", "license": "ISC", "dependencies": { "async-require-context": "^1.8.15", @@ -60,7 +60,7 @@ "react-router-dom": "^6.22.3", "tailwindcss": "^3.4.3", "tailwindcss-textshadow": "^2.1.3", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "uuid": "^9.0.1", "vite": "^5.2.8", "vite-plugin-html-config": "^1.0.11", @@ -9799,9 +9799,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -17699,9 +17699,9 @@ } }, "typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 0d54f1c69..ccb4cbd80 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "react-router-dom": "^6.22.3", "tailwindcss": "^3.4.3", "tailwindcss-textshadow": "^2.1.3", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "uuid": "^9.0.1", "vite": "^5.2.8", "vite-plugin-html-config": "^1.0.11",