From ba7b12a9304f6ae44e2f3df13e17f6e10782910f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 04:13:37 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.5 to 4.8.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.8.4) --- 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..3180b2b 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.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index c04f79d..d38baea 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.8.4", "vite": "~2.8.0" }, "eslintConfig": {