Skip to content

Commit 9e29bfc

Browse files
authored
fix(deps): Update dependency semver to v7.5.3 (#300)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [semver](https://togithub.com/npm/node-semver) | dependencies | patch | [`7.5.2` -> `7.5.3`](https://renovatebot.com/diffs/npm/semver/7.5.2/7.5.3) | --- ### Release Notes <details> <summary>npm/node-semver (semver)</summary> ### [`v7.5.3`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#&#8203;753-httpsgithubcomnpmnode-semvercomparev752v753-2023-06-22) [Compare Source](https://togithub.com/npm/node-semver/compare/v7.5.2...v7.5.3) ##### Bug Fixes - [`abdd93d`](https://togithub.com/npm/node-semver/commit/abdd93d55496d22e3c15a454a5cf13f101e48bce) [#&#8203;571](https://togithub.com/npm/node-semver/pull/571) set max lengths in regex for numeric and build identifiers ([#&#8203;571](https://togithub.com/npm/node-semver/issues/571)) ([@&#8203;lukekarrys](https://togithub.com/lukekarrys)) ##### Documentation - [`bf53dd8`](https://togithub.com/npm/node-semver/commit/bf53dd8da15a17eb6b8111115d0d8ef341fea5db) [#&#8203;569](https://togithub.com/npm/node-semver/pull/569) add example for `>` comparator ([#&#8203;569](https://togithub.com/npm/node-semver/issues/569)) ([@&#8203;mbtools](https://togithub.com/mbtools)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent f258a3a commit 9e29bfc

File tree

2 files changed

+34
-8
lines changed

2 files changed

+34
-8
lines changed

package-lock.json

Lines changed: 33 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chalk": "5.2.0",
2929
"execa": "7.1.1",
3030
"ora": "6.3.1",
31-
"semver": "7.5.2"
31+
"semver": "7.5.3"
3232
},
3333
"engines": {
3434
"node": ">=16.0.0"

0 commit comments

Comments
 (0)