From 7a5299c1d1a59719a21f02bee4064cf7800e812e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:14:53 +0000 Subject: [PATCH] Bump typescript from 5.8.3 to 5.9.2 in /stake Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2. - [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.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- stake/package-lock.json | 8 ++++---- stake/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stake/package-lock.json b/stake/package-lock.json index 1d73cc5..7b66ce7 100644 --- a/stake/package-lock.json +++ b/stake/package-lock.json @@ -16,7 +16,7 @@ "mocha": "^11.7.0", "prettier": "^3.6.0", "ts-mocha": "^11.1.0", - "typescript": "^5.7.3" + "typescript": "^5.9.2" } }, "node_modules/@babel/runtime": { @@ -1828,9 +1828,9 @@ "license": "0BSD" }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/stake/package.json b/stake/package.json index 9af03b1..8057d5f 100644 --- a/stake/package.json +++ b/stake/package.json @@ -15,7 +15,7 @@ "@types/bn.js": "^5.1.0", "@types/chai": "^5.2.2", "@types/mocha": "^9.0.0", - "typescript": "^5.7.3", + "typescript": "^5.9.2", "prettier": "^3.6.0" } }