Open dependabot[bot] opened 1 year ago
Can you unsubscribe me from your mailing list please
On Fri, 3 Mar 2023 at 8:11 pm, dependabot[bot] @.***> wrote:
Bumps @openzeppelin/contracts https://github.com/OpenZeppelin/openzeppelin-contracts from 4.8.1 to 4.8.2. Release notes
Sourced from @openzeppelin/contracts's releases https://github.com/OpenZeppelin/openzeppelin-contracts/releases.
v4.8.2
Note This release contains a fix for GHSA-878m-3g6q-594q https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-878m-3g6q-594q .
- ERC721Consecutive: Fixed a bug when _mintConsecutive is used for batches of size 1 that could lead to balance overflow. Refer to the breaking changes section in the changelog for a note on the behavior of ERC721._beforeTokenTransfer.
Breaking changes
- ERC721: The internal function _beforeTokenTransfer no longer updates balances, which it previously did when batchSize was greater than 1. This change has no consequence unless a custom ERC721 extension is explicitly invoking _beforeTokenTransfer. Balance updates in extensions must now be done explicitly using __unsafe_increaseBalance, with a name that indicates that there is an invariant that has to be manually verified.
Changelog
Sourced from @openzeppelin/contracts's changelog https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md.
4.8.2 (2023-03-02)
- ERC721Consecutive: Fixed a bug when _mintConsecutive is used for batches of size 1 that could lead to balance overflow. Refer to the breaking changes section in the changelog for a note on the behavior of ERC721._beforeTokenTransfer.
Breaking changes
- ERC721: The internal function _beforeTokenTransfer no longer updates balances, which it previously did when batchSize was greater than 1. This change has no consequence unless a custom ERC721 extension is explicitly invoking _beforeTokenTransfer. Balance updates in extensions must now be done explicitly using __unsafe_increaseBalance, with a name that indicates that there is an invariant that has to be manually verified.
Commits
- d00acef https://github.com/OpenZeppelin/openzeppelin-contracts/commit/d00acef4059807535af0bd0dd0ddf619747a044b 4.8.2
- ab9cc4c https://github.com/OpenZeppelin/openzeppelin-contracts/commit/ab9cc4c4dbdd3be4a2e0935a76c160b31fb9deba Ignore reentrancy inexecuteBatch and update Slither config (#3955 https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/3955 )
- 43aa7ff https://github.com/OpenZeppelin/openzeppelin-contracts/commit/43aa7ff1f5d3e463421a87a8b9036108fb6011fb Update forge-std submodule to v1.2.0 (#3885 https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/3885 )
- 167bf67 https://github.com/OpenZeppelin/openzeppelin-contracts/commit/167bf67ed3907f4a674043496019fa346cee7705 Fix ERC721Consecutive balance update on batch size 1
- 82d47ca https://github.com/OpenZeppelin/openzeppelin-contracts/commit/82d47ca7b3752293d73324e18cb3375add03c78c Add Subgraphs to docs sidebar
- 357022c https://github.com/OpenZeppelin/openzeppelin-contracts/commit/357022c1e8b89bddc4d7a6d45afb9c18d71a7dbd Update Tally screenshots (#4030 https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/4030 )
- 9b610d3 https://github.com/OpenZeppelin/openzeppelin-contracts/commit/9b610d3db4cf640d82cf185ca4585a9aa19cc08b Add warning for supportsERC165InterfaceUnchecked edge case (#4017 https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/4017 )
- c018c9c https://github.com/OpenZeppelin/openzeppelin-contracts/commit/c018c9cf36dbac7f890bb4361d98f795df1fc298 Remove outdated note about virtual view functions (#4014 https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/4014 )
- d13316e https://github.com/OpenZeppelin/openzeppelin-contracts/commit/d13316e8b1061ae6c9277e0e0b2ae4667f720692 Add ERC*Pausable warning for public pausing mechanism (#4007 https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/4007 )
- 3ab2e11 https://github.com/OpenZeppelin/openzeppelin-contracts/commit/3ab2e115a29628f15785f6a3a483a1a21ad32d31 Show if event parameter is indexed in docs (#3958 https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/3958 )
- See full diff in compare view https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v4.8.1...v4.8.2
[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
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
You can disable automated security fix PRs for this repo from the Security Alerts page https://github.com/artemii235/etomic-swap/network/alerts.
You can view, comment on, or merge this pull request online at:
https://github.com/artemii235/etomic-swap/pull/45 Commit Summary
- f73ed9b https://github.com/artemii235/etomic-swap/pull/45/commits/f73ed9b441becbced7654689337c32569c826e9d Bump @openzeppelin/contracts from 4.8.1 to 4.8.2
File Changes
(2 files https://github.com/artemii235/etomic-swap/pull/45/files)
- M package.json https://github.com/artemii235/etomic-swap/pull/45/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 (2)
- M yarn.lock https://github.com/artemii235/etomic-swap/pull/45/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de (8)
Patch Links:
- https://github.com/artemii235/etomic-swap/pull/45.patch
- https://github.com/artemii235/etomic-swap/pull/45.diff
— Reply to this email directly, view it on GitHub https://github.com/artemii235/etomic-swap/pull/45, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC6UDNERACETFIKOJDR4HTW2JF65ANCNFSM6AAAAAAVPAQEZE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Bumps @openzeppelin/contracts from 4.8.1 to 4.8.2.
Release notes
Sourced from
@openzeppelin/contracts
's releases.Changelog
Sourced from
@openzeppelin/contracts
's changelog.Commits
d00acef
4.8.2ab9cc4c
Ignore reentrancy inexecuteBatch
and update Slither config (#3955)43aa7ff
Updateforge-std
submodule tov1.2.0
(#3885)167bf67
Fix ERC721Consecutive balance update on batch size 182d47ca
Add Subgraphs to docs sidebar357022c
Update Tally screenshots (#4030)9b610d3
Add warning forsupportsERC165InterfaceUnchecked
edge case (#4017)c018c9c
Remove outdated note about virtual view functions (#4014)d13316e
AddERC*Pausable
warning for public pausing mechanism (#4007)3ab2e11
Show if event parameter is indexed in docs (#3958)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/artemii235/etomic-swap/network/alerts).