Skip to content

Commit 83684f9

Browse files
authored
fix(deps): Update dependency semver to v7.7.4 (#840)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [semver](https://redirect.github.com/npm/node-semver) | [`7.7.3` → `7.7.4`](https://renovatebot.com/diffs/npm/semver/7.7.3/7.7.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/semver/7.7.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semver/7.7.3/7.7.4?slim=true) | --- ### Release Notes <details> <summary>npm/node-semver (semver)</summary> ### [`v7.7.4`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#774-2026-01-16) [Compare Source](https://redirect.github.com/npm/node-semver/compare/v7.7.3...v7.7.4) ##### Bug Fixes - [`a29faa5`](https://redirect.github.com/npm/node-semver/commit/a29faa5f3309a01c8e5aeb965fb5c02c4c4e80e2) [#&#8203;835](https://redirect.github.com/npm/node-semver/pull/835) cli: pass options to semver.valid() for loose version validation ([#&#8203;835](https://redirect.github.com/npm/node-semver/issues/835)) ([@&#8203;mldangelo](https://redirect.github.com/mldangelo)) ##### Documentation - [`1d28d5e`](https://redirect.github.com/npm/node-semver/commit/1d28d5e82de16163daf721a7c76fff93e0d333ab) [#&#8203;836](https://redirect.github.com/npm/node-semver/pull/836) fix typos and update -n CLI option documentation ([#&#8203;836](https://redirect.github.com/npm/node-semver/issues/836)) ([@&#8203;mldangelo](https://redirect.github.com/mldangelo)) ##### Dependencies - [`120968b`](https://redirect.github.com/npm/node-semver/commit/120968b76760cb0db85a72bde2adedd0e9628793) [#&#8203;840](https://redirect.github.com/npm/node-semver/pull/840) `@npmcli/template-oss@4.29.0` ([#&#8203;840](https://redirect.github.com/npm/node-semver/issues/840)) ##### Chores - [`44d7130`](https://redirect.github.com/npm/node-semver/commit/44d7130c60cedd3703048aa671bb1d659b79ab07) [#&#8203;824](https://redirect.github.com/npm/node-semver/pull/824) bump [@&#8203;npmcli/eslint-config](https://redirect.github.com/npmcli/eslint-config) from 5.1.0 to 6.0.0 ([#&#8203;824](https://redirect.github.com/npm/node-semver/issues/824)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]) - [`7073576`](https://redirect.github.com/npm/node-semver/commit/70735767b68a1775eb67ac816b183b4a422101f4) [#&#8203;820](https://redirect.github.com/npm/node-semver/pull/820) reorder parameters in invalid-versions.js test ([#&#8203;820](https://redirect.github.com/npm/node-semver/issues/820)) ([@&#8203;reggi](https://redirect.github.com/reggi)) - [`5816d4c`](https://redirect.github.com/npm/node-semver/commit/5816d4cfd6d85169527a2bc22fbd5bf4c64f34e3) [#&#8203;829](https://redirect.github.com/npm/node-semver/pull/829) bump [@&#8203;npmcli/template-oss](https://redirect.github.com/npmcli/template-oss) from 4.28.0 to 4.28.1 ([#&#8203;829](https://redirect.github.com/npm/node-semver/issues/829)) ([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot], [@&#8203;npm-cli-bot](https://redirect.github.com/npm-cli-bot)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent ac7302f commit 83684f9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 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
@@ -30,7 +30,7 @@
3030
"node-fetch": "^3.3.2",
3131
"ora": "9.1.0",
3232
"p-wait-for": "^6.0.0",
33-
"semver": "7.7.3"
33+
"semver": "7.7.4"
3434
},
3535
"engines": {
3636
"node": ">=20.0.0"

0 commit comments

Comments
 (0)