From 60176a1025883cc6805dd4c5efd6b7e6802b44b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 06:20:04 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.5 to 4.7.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.7.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.7.2) --- 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..886866c 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.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", + "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index c04f79d..d3339ba 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.7.2", "vite": "~2.8.0" }, "eslintConfig": {