From 425833e6ede239d0472782aac0527e8e80461d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:01:15 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.4.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae88acf5..5a40f5d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "simple-code-frame": "^1.1.1", "svelte": "^3.59.2", "svelte-preprocess": "^5.0.0", - "typescript": "^4.9.5" + "typescript": "^5.4.3" }, "bin": { "bake": "bin/bake.js" @@ -10809,15 +10809,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.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", + "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbzip2-stream": { @@ -19004,9 +19004,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", + "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" }, "unbzip2-stream": { "version": "1.4.3", diff --git a/package.json b/package.json index 3db1073f..7f2407f3 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "simple-code-frame": "^1.1.1", "svelte": "^3.59.2", "svelte-preprocess": "^5.0.0", - "typescript": "^4.9.5" + "typescript": "^5.4.3" }, "devDependencies": { "@datagraphics/cookbook": "^1.14.2",