From a9acb65e45574f36072cdcc1c621cf631e4954fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Oct 2022 17:24:09 +0000 Subject: [PATCH] fix: upgrade typescript from 4.8.2 to 4.8.3 Snyk has created this PR to upgrade typescript from 4.8.2 to 4.8.3. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/acinader/project/3e039b91-2450-4b56-8420-baf56cab388e?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 9f20cd7053..01a54620b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18426,9 +18426,9 @@ } }, "typescript": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", - "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==" + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz", + "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==" }, "ua-parser-js": { "version": "0.7.28", diff --git a/package.json b/package.json index d6ce326c57..d4761c15eb 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react-router-dom": "6.4.1", "regenerator-runtime": "0.13.9", "semver": "7.3.7", - "typescript": "4.8.2" + "typescript": "4.8.3" }, "devDependencies": { "@actions/core": "1.9.1",