From 5339eab23561ac08adc45c2d90d0086f36f04455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:02:26 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 230472a9c..fc7d5ff94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "rehype-katex": "^6.0.3", "rehype-mathjax": "^4.0.3", "remark-math": "^5.1.1", - "typescript": "^4.8.4", + "typescript": "^5.3.3", "web-vitals": "^2.1.4" }, "devDependencies": { @@ -11149,15 +11149,15 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typescript-compare": { diff --git a/package.json b/package.json index 7115b64ba..bae91bcf0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "rehype-katex": "^6.0.3", "rehype-mathjax": "^4.0.3", "remark-math": "^5.1.1", - "typescript": "^4.8.4", + "typescript": "^5.3.3", "web-vitals": "^2.1.4" }, "scripts": {