From 570f655195ea9061857385a166c5ce396de64cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 04:03:42 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.5 to 4.9.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.9.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0588c6..3ec249e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7862,9 +7862,9 @@ } }, "typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index c04f79d..351497e 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "stylelint-config-standard": "~25.0.0", "stylelint-processor-styled-components": "~1.10.0", "stylelint-webpack-plugin": "~3.1.1", - "typescript": "~4.5.4", + "typescript": "~4.9.3", "vite": "~2.8.0" }, "eslintConfig": {