Update dependency minimatch to v9 (#286)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [minimatch](https://github.com/isaacs/minimatch) | dependencies | major | [`7.4.6` -> `9.0.1`](https://renovatebot.com/diffs/npm/minimatch/7.4.6/9.0.1) | --- ### Release Notes <details> <summary>isaacs/minimatch</summary> ### [`v9.0.1`](https://github.com/isaacs/minimatch/compare/v9.0.0...v9.0.1) [Compare Source](https://github.com/isaacs/minimatch/compare/v9.0.0...v9.0.1) ### [`v9.0.0`](https://github.com/isaacs/minimatch/compare/v8.0.4...v9.0.0) [Compare Source](https://github.com/isaacs/minimatch/compare/v8.0.4...v9.0.0) ### [`v8.0.4`](https://github.com/isaacs/minimatch/compare/v8.0.3...v8.0.4) [Compare Source](https://github.com/isaacs/minimatch/compare/v8.0.3...v8.0.4) ### [`v8.0.3`](https://github.com/isaacs/minimatch/compare/v8.0.2...v8.0.3) [Compare Source](https://github.com/isaacs/minimatch/compare/v8.0.2...v8.0.3) ### [`v8.0.2`](https://github.com/isaacs/minimatch/compare/v8.0.1...v8.0.2) [Compare Source](https://github.com/isaacs/minimatch/compare/v8.0.1...v8.0.2) ### [`v8.0.1`](https://github.com/isaacs/minimatch/compare/v8.0.0...v8.0.1) [Compare Source](https://github.com/isaacs/minimatch/compare/v8.0.0...v8.0.1) ### [`v8.0.0`](https://github.com/isaacs/minimatch/compare/v7.4.6...v8.0.0) [Compare Source](https://github.com/isaacs/minimatch/compare/v7.4.6...v8.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9--> Co-authored-by: Renovate Bot <renovate@vylpes.com> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/286 Co-authored-by: RenovateBot <renovate@vylpes.com> Co-committed-by: RenovateBot <renovate@vylpes.com>
This commit is contained in:
parent
61633277ef
commit
c2418381ea
2 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
|||
"emoji-regex": "^10.0.0",
|
||||
"jest": "^29.0.0",
|
||||
"jest-mock-extended": "^3.0.0",
|
||||
"minimatch": "7.4.6",
|
||||
"minimatch": "9.0.1",
|
||||
"mysql": "^2.18.1",
|
||||
"random-bunny": "^2.0.5",
|
||||
"ts-jest": "^29.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue