From 341e334b84688979458366695ac80dd738a44ab4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 15:41:44 +0000 Subject: [PATCH] Bump @openzeppelin/contracts from 4.0.0-beta.0 to 4.0.0-beta.1 in /examples/truffle (#473) Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.0.0-beta.0 to 4.0.0-beta.1.
Commits

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@openzeppelin/contracts&package-manager=npm_and_yarn&previous-version=4.0.0-beta.0&new-version=4.0.0-beta.1)](https://dependabot.com/compatibility-score/?dependency-name=@openzeppelin/contracts&package-manager=npm_and_yarn&previous-version=4.0.0-beta.0&new-version=4.0.0-beta.1) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
--- examples/truffle/package.json | 2 +- examples/truffle/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/truffle/package.json b/examples/truffle/package.json index 1a619b04..53fc49f8 100644 --- a/examples/truffle/package.json +++ b/examples/truffle/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/gnosis/ethcontract-rs", "devDependencies": { "@gnosis.pm/util-contracts": "^3.0.1", - "@openzeppelin/contracts": "4.0.0-beta.0", + "@openzeppelin/contracts": "4.0.0-beta.1", "@truffle/hdwallet-provider": "^1.2.2", "truffle": "^5.2.2", "truffle-plugin-verify": "^0.5.6" diff --git a/examples/truffle/yarn.lock b/examples/truffle/yarn.lock index bef05cee..57e71f10 100644 --- a/examples/truffle/yarn.lock +++ b/examples/truffle/yarn.lock @@ -1062,10 +1062,10 @@ "@nodelib/fs.scandir" "2.1.4" fastq "^1.6.0" -"@openzeppelin/contracts@4.0.0-beta.0": - version "4.0.0-beta.0" - resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.0.0-beta.0.tgz#e16c9f5f667b05e5bf86ecbf32ed92f145a7c890" - integrity sha512-O/LC1F04y6PiXuU6oDRmNUIlVwoEC9mS8Lmij6nRt4N1em0fLvirK33QiDc5IgheRZQ7QJ3pyPNCRhNiZNKfLQ== +"@openzeppelin/contracts@4.0.0-beta.1": + version "4.0.0-beta.1" + resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.0.0-beta.1.tgz#23476cf3e4e3fdd9deb246457e7edea4aebe7228" + integrity sha512-O+zuP2DbZPHlX/ViTmewpVU12k7vi4YU6fzWRXDKzJql7RHF5mFOL/z3cILp4iVoz8wH+drFYXnQMaj8/Sc0BQ== "@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": version "1.1.2"