diff --git a/package-lock.json b/package-lock.json index 959218c..52232ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-testing-library": "^5.11.0", "jest": "29.5.0", "jest-environment-jsdom": "^29.5.0", - "typescript": "5.1.3", + "typescript": "5.1.6", "whatwg-fetch": "^3.6.2" } }, @@ -11906,9 +11906,9 @@ } }, "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 017046e..8cd8b37 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-testing-library": "^5.11.0", "jest": "29.5.0", "jest-environment-jsdom": "^29.5.0", - "typescript": "5.1.3", + "typescript": "5.1.6", "whatwg-fetch": "^3.6.2" } }