Skip to content

Commit

Permalink
chore(deps): update dependency semver to v7.7.1 (#9354)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://redirect.github.com/npm/node-semver) | [`7.7.0` ->
`7.7.1`](https://renovatebot.com/diffs/npm/semver/7.7.0/7.7.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/semver/7.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semver/7.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semver/7.7.0/7.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semver/7.7.0/7.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>npm/node-semver (semver)</summary>

###
[`v7.7.1`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#771-2025-02-03)

[Compare
Source](https://redirect.github.com/npm/node-semver/compare/v7.7.0...v7.7.1)

##### Bug Fixes

-
[`af761c0`](https://redirect.github.com/npm/node-semver/commit/af761c05bd53eef83b5e20f8b09360b0e70557dc)
[#&#8203;764](https://redirect.github.com/npm/node-semver/pull/764) inc:
fully capture prerelease identifier
([#&#8203;764](https://redirect.github.com/npm/node-semver/issues/764))
([@&#8203;wraithgar](https://redirect.github.com/wraithgar))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent cdad65c commit d53efcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"react-table": "7.8.0",
"react-test-renderer": "18.3.1",
"sass": "1.83.4",
"semver": "7.7.0",
"semver": "7.7.1",
"swr": "2.3.0",
"tss-react": "4.9.15",
"typescript": "5.4.5",
Expand All @@ -133,7 +133,7 @@
"jsonpath-plus": "10.3.0",
"json5": "^2.2.2",
"vite": "5.4.14",
"semver": "7.7.0",
"semver": "7.7.1",
"ws": "^8.18.0",
"@types/react": "18.3.18"
},
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9006,12 +9006,12 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:7.7.0":
version: 7.7.0
resolution: "semver@npm:7.7.0"
"semver@npm:7.7.1":
version: 7.7.1
resolution: "semver@npm:7.7.1"
bin:
semver: bin/semver.js
checksum: 10c0/bcd1c03209b4be7d8ca86c976a0410beba7d4ec1d49d846a4be154b958db1ff5eaee50760c1d4f4070b19dee3236b8672d3e09642c53ea23740398bba2538a2d
checksum: 10c0/fd603a6fb9c399c6054015433051bdbe7b99a940a8fb44b85c2b524c4004b023d7928d47cb22154f8d054ea7ee8597f586605e05b52047f048278e4ac56ae958
languageName: node
linkType: hard

Expand Down Expand Up @@ -10151,7 +10151,7 @@ __metadata:
react-table: "npm:7.8.0"
react-test-renderer: "npm:18.3.1"
sass: "npm:1.83.4"
semver: "npm:7.7.0"
semver: "npm:7.7.1"
swr: "npm:2.3.0"
tss-react: "npm:4.9.15"
typescript: "npm:5.4.5"
Expand Down

0 comments on commit d53efcc

Please sign in to comment.