From c833f8c93cbff251c2a84a21b663475275912739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:03:00 +0000 Subject: [PATCH] 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 89f12491a4..4738266f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4055,9 +4055,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 }, "ua-parser-js": { diff --git a/package.json b/package.json index 7a1b270835..901ac7788a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "rollup-plugin-terser": "^7.0.2", "serve": "^12.0.1", "sniffy-mimetype": "^1.1.1", - "typescript": "^4.4.4", + "typescript": "^4.8.4", "vnu-jar": "^21.10.12", "webidl2": "^24.1.2" },