From 0a11987aad21679b1ccf59b1c456866fe537b5f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:29:00 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.8.2 to 5.9.3 in /example Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 15 +++++++-------- example/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index dfff7363..e8627656 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -12,7 +12,7 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "parcel": "^2.15.4", - "typescript": "~5.8.2" + "typescript": "~5.9.3" } }, "node_modules/@lezer/common": { @@ -3048,11 +3048,10 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -4744,9 +4743,9 @@ "dev": true }, "typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true }, "update-browserslist-db": { diff --git a/example/package.json b/example/package.json index 423f953a..d1dc20d2 100644 --- a/example/package.json +++ b/example/package.json @@ -15,6 +15,6 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "parcel": "^2.15.4", - "typescript": "~5.8.2" + "typescript": "~5.9.3" } }