From 50ddf328d897a74d967c3dc2929b580fb41607dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:14:17 +0000 Subject: [PATCH] Bump typescript from 5.2.2 to 5.3.3 in /garage Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- garage/package-lock.json | 8 ++++---- garage/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/garage/package-lock.json b/garage/package-lock.json index 328150c2..67b1a321 100644 --- a/garage/package-lock.json +++ b/garage/package-lock.json @@ -34,7 +34,7 @@ "@types/react": "^18.0.38", "@types/react-dom": "^18.2.14", "@vitejs/plugin-react": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "vite": "^4.5.0", "vite-plugin-ejs": "^1.6.4", "vite-plugin-svgr": "^2.4.0", @@ -8641,9 +8641,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/garage/package.json b/garage/package.json index eb75507c..23ca7821 100644 --- a/garage/package.json +++ b/garage/package.json @@ -35,7 +35,7 @@ "@types/react": "^18.0.38", "@types/react-dom": "^18.2.14", "@vitejs/plugin-react": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "vite": "^4.5.0", "vite-plugin-ejs": "^1.6.4", "vite-plugin-svgr": "^2.4.0",