From 6a8b3227aec478f14cf3e61076df0f2699a33eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 14:52:04 +0000 Subject: [PATCH] Bump typescript from 4.8.2 to 4.8.3 (#366) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7159e61..1f30865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-router-dom": "^6.3.0", "react-syntax-highlighter": "^15.5.0", "swr": "^1.3.0", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "use-keyboard-shortcut": "^1.1.4", "web-vitals": "^1.0.1" }, @@ -4403,9 +4403,9 @@ } }, "node_modules/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==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -7422,9 +7422,9 @@ "version": "4.0.8" }, "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==" }, "universalify": { "version": "2.0.0", diff --git a/package.json b/package.json index a15a8c5..c6e2b50 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-router-dom": "^6.3.0", "react-syntax-highlighter": "^15.5.0", "swr": "^1.3.0", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "use-keyboard-shortcut": "^1.1.4", "web-vitals": "^1.0.1" },