From 90aacee67b474fce7debc2f3f5e3cf4552a76eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 01:49:19 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89db578f..23ffb894 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "stylelint-config-recess-order": "^4.4.0", "stylelint-config-standard": "^34.0.0", "tailwindcss": "^3.3.6", - "typescript": "^5.3.2", + "typescript": "^5.3.3", "typescript-plugin-css-modules": "^5.0.2", "vitest": "^1.0.1" } @@ -11327,9 +11327,9 @@ } }, "node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 2721bc3a..cb3ac084 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "stylelint-config-recess-order": "^4.4.0", "stylelint-config-standard": "^34.0.0", "tailwindcss": "^3.3.6", - "typescript": "^5.3.2", + "typescript": "^5.3.3", "typescript-plugin-css-modules": "^5.0.2", "vitest": "^1.0.1" }