From da86c4186c2d7fc491da3377adfc5e9e42764ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:35:29 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 5.7.3 to 5.8.3 in /typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.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.7.3...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- typescript/common/data/package.json | 2 +- typescript/common/function/package.json | 2 +- typescript/common/io/package.json | 2 +- typescript/package-lock.json | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/typescript/common/data/package.json b/typescript/common/data/package.json index cdf04e0..77b1037 100644 --- a/typescript/common/data/package.json +++ b/typescript/common/data/package.json @@ -31,6 +31,6 @@ "homepage": "https://github.com/commontoolsinc/system#readme", "dependencies": {}, "devDependencies": { - "typescript": "^5.7.3" + "typescript": "^5.8.3" } } diff --git a/typescript/common/function/package.json b/typescript/common/function/package.json index e912fcb..eab7750 100644 --- a/typescript/common/function/package.json +++ b/typescript/common/function/package.json @@ -24,6 +24,6 @@ "homepage": "https://github.com/commontoolsinc/system#readme", "dependencies": {}, "devDependencies": { - "typescript": "^5.7.3" + "typescript": "^5.8.3" } } diff --git a/typescript/common/io/package.json b/typescript/common/io/package.json index bb29ba5..5259bff 100644 --- a/typescript/common/io/package.json +++ b/typescript/common/io/package.json @@ -24,6 +24,6 @@ "homepage": "https://github.com/commontoolsinc/system#readme", "dependencies": {}, "devDependencies": { - "typescript": "^5.7.3" + "typescript": "^5.8.3" } } diff --git a/typescript/package-lock.json b/typescript/package-lock.json index c16be6b..beeda42 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -24,7 +24,7 @@ "version": "0.0.1", "license": "UNLICENSED", "devDependencies": { - "typescript": "^5.7.3" + "typescript": "^5.8.3" } }, "common/function": { @@ -32,7 +32,7 @@ "version": "0.0.1", "license": "UNLICENSED", "devDependencies": { - "typescript": "^5.7.3" + "typescript": "^5.8.3" } }, "common/io": { @@ -40,7 +40,7 @@ "version": "0.0.1", "license": "UNLICENSED", "devDependencies": { - "typescript": "^5.7.3" + "typescript": "^5.8.3" } }, "node_modules/@bytecodealliance/componentize-js": { @@ -618,9 +618,9 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", "bin": {