diff --git a/package-lock.json b/package-lock.json index 64ab525..1d78165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3259,9 +3259,9 @@ } }, "typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "dev": true }, "universal-user-agent": { diff --git a/package.json b/package.json index 76e2ea0..ee3410f 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "jest": "27.4.7", "jest-circus": "27.4.6", "ts-jest": "27.1.2", - "typescript": "4.5.5" + "typescript": "4.8.2" } }