From ebe98f8d4d100f548564d89d146abd09f39a805e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 02:18:35 +0000 Subject: [PATCH] build(deps): bump @openzeppelin/contracts in /tools/hardhat-example Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.6 to 5.4.0. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.9.6...v5.4.0) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/hardhat-example/package-lock.json | 9 +++++---- tools/hardhat-example/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/hardhat-example/package-lock.json b/tools/hardhat-example/package-lock.json index 4eed5e3a93..c42802a307 100644 --- a/tools/hardhat-example/package-lock.json +++ b/tools/hardhat-example/package-lock.json @@ -7,7 +7,7 @@ "name": "hardhat-project", "dependencies": { "@hashgraph/smart-contracts": "github:hashgraph/hedera-smart-contracts#11c5017c1867b3f31012163cdac0aafa4a30b60a", - "@openzeppelin/contracts": "^4.9.6" + "@openzeppelin/contracts": "^5.4.0" }, "devDependencies": { "@hashgraph/hedera-local": "^2.22.0", @@ -6749,9 +6749,10 @@ } }, "node_modules/@openzeppelin/contracts": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.9.6.tgz", - "integrity": "sha512-xSmezSupL+y9VkHZJGDoCBpmnB2ogM13ccaYDWqJTfS3dbuHkgjuwDFUmaFauBCboQMGB/S5UqUl2y54X99BmA==" + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.4.0.tgz", + "integrity": "sha512-eCYgWnLg6WO+X52I16TZt8uEjbtdkgLC0SUX/xnAksjjrQI4Xfn4iBRoI5j55dmlOhDv1Y7BoR3cU7e3WWhC6A==", + "license": "MIT" }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", diff --git a/tools/hardhat-example/package.json b/tools/hardhat-example/package.json index 7c7c85719a..254bb2947a 100644 --- a/tools/hardhat-example/package.json +++ b/tools/hardhat-example/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@hashgraph/smart-contracts": "github:hashgraph/hedera-smart-contracts#11c5017c1867b3f31012163cdac0aafa4a30b60a", - "@openzeppelin/contracts": "^4.9.6" + "@openzeppelin/contracts": "^5.4.0" }, "overrides": { "elliptic": "^6.6.1",