From 81b9213df119fddffccb568bf09f093bf6aa3f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:24:09 +0000 Subject: [PATCH] Bump typescript from 4.7.4 to 4.8.2 (#350) --- 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 5a9961b..37b9b7e 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.7.4", + "typescript": "^4.8.2", "use-keyboard-shortcut": "^1.1.4", "web-vitals": "^1.0.1" }, @@ -4388,9 +4388,9 @@ } }, "node_modules/typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -7413,9 +7413,9 @@ "version": "4.0.8" }, "typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==" }, "universalify": { "version": "2.0.0", diff --git a/package.json b/package.json index e9903e2..3fe0718 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.7.4", + "typescript": "^4.8.2", "use-keyboard-shortcut": "^1.1.4", "web-vitals": "^1.0.1" },