From 4a54b3815fce2245f2afc49b7ecdf22e02715e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:27:09 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.5.4 to 5.7.2 in /hardhat Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.7.2. - [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/v5.5.4...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hardhat/package-lock.json | 8 ++++---- hardhat/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hardhat/package-lock.json b/hardhat/package-lock.json index 648547a..b20aa46 100644 --- a/hardhat/package-lock.json +++ b/hardhat/package-lock.json @@ -35,7 +35,7 @@ "solidity-coverage": "^0.8.12", "ts-node": "^10.9.1", "typechain": "^8.1.0", - "typescript": "^5.5.4" + "typescript": "^5.7.2" }, "engines": { "node": "20.x" @@ -11886,9 +11886,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/hardhat/package.json b/hardhat/package.json index b24b0d1..fe97fa8 100644 --- a/hardhat/package.json +++ b/hardhat/package.json @@ -51,6 +51,6 @@ "solidity-coverage": "^0.8.12", "ts-node": "^10.9.1", "typechain": "^8.1.0", - "typescript": "^5.5.4" + "typescript": "^5.7.2" } }