mr-uniswap

Results 4 issues of mr-uniswap

- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Creates some automation for creating PRs that run npm audit fix. This is on "push...

- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Automated deploys similar to what we had before. Versioning will be done via github

## Related Issue Solves https://github.com/Uniswap/v4-periphery/issues/107 ## Description of changes Implements the safetransferfrom in the example

### Describe the bug In https://github.com/Uniswap/v4-periphery/blob/6616b12db25257ffb3c562f131612ebb2fd89082/contracts/hooks/examples/LimitOrder.sol#L269-L276 we're not using safe transferfrom. There is a todo, but it is not implemented. ### Expected Behavior Use safe transfer from in the example....

bug