Update lockfile (#5615)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
renovate[bot]
2025-05-02 13:17:54 -06:00
committed by GitHub
parent 1958f092b0
commit d61a349165
5 changed files with 3462 additions and 4541 deletions

View File

@ -72,11 +72,7 @@ library Base64 {
mstore(afterPtr, 0x00)
// Run over the input, 3 bytes at a time
for {
} lt(dataPtr, endPtr) {
} {
for {} lt(dataPtr, endPtr) {} {
// Advance 3 bytes
dataPtr := add(dataPtr, 3)
let input := mload(dataPtr)