From 43a026a6f6592c1f1bf2b0fad10e1b1b1661260e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:53:52 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 3.25.3 to 3.26.3 Bumps [rollup](https://github.com/rollup/rollup) from 3.25.3 to 3.26.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.25.3...v3.26.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3f4c383..566d796 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "ganache": "^7.8.0", "isomorphic-fetch": "^3.0.0", "js-sha3": "^0.8.0", - "rollup": "^3.25.3", + "rollup": "^3.26.3", "ts-node": "^10.9.1", "tslib": "^2.6.1", "typescript": "^5.1.5", diff --git a/yarn.lock b/yarn.lock index c921fd3..bca024a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4045,10 +4045,10 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup@^3.25.3: - version "3.25.3" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.25.3.tgz#f9a8986f0f244bcfde2208da91ba46b8fd252551" - integrity sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw== +rollup@^3.26.3: + version "3.26.3" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.26.3.tgz#bbc8818cadd0aebca348dbb3d68d296d220967b8" + integrity sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ== optionalDependencies: fsevents "~2.3.2"