mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix(deps): update dependency unleash-client to v6.1.3 (#8777)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [unleash-client](https://redirect.github.com/Unleash/unleash-client-node) | [`6.1.2` -> `6.1.3`](https://renovatebot.com/diffs/npm/unleash-client/6.1.2/6.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unleash-client/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unleash-client/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unleash-client/6.1.2/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unleash-client/6.1.2/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Unleash/unleash-client-node (unleash-client)</summary> ### [`v6.1.3`](https://redirect.github.com/Unleash/unleash-client-node/releases/tag/v6.1.3) [Compare Source](https://redirect.github.com/Unleash/unleash-client-node/compare/v6.1.2...v6.1.3) #### What's Changed - fix: stop storage save on repository stop by [@​kwasniew](https://redirect.github.com/kwasniew) in [https://github.com/Unleash/unleash-client-node/pull/673](https://redirect.github.com/Unleash/unleash-client-node/pull/673) **Full Changelog**: https://github.com/Unleash/unleash-client-node/compare/v6.1.2...v6.1.3 </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
56db988a86
commit
69f73f45f4
@ -168,7 +168,7 @@
|
||||
"stoppable": "^1.1.0",
|
||||
"ts-toolbelt": "^9.6.0",
|
||||
"type-is": "^1.6.18",
|
||||
"unleash-client": "6.1.2",
|
||||
"unleash-client": "6.1.3",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
10
yarn.lock
10
yarn.lock
@ -9287,9 +9287,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unleash-client@npm:6.1.2":
|
||||
version: 6.1.2
|
||||
resolution: "unleash-client@npm:6.1.2"
|
||||
"unleash-client@npm:6.1.3":
|
||||
version: 6.1.3
|
||||
resolution: "unleash-client@npm:6.1.3"
|
||||
dependencies:
|
||||
http-proxy-agent: "npm:^7.0.2"
|
||||
https-proxy-agent: "npm:^7.0.5"
|
||||
@ -9297,7 +9297,7 @@ __metadata:
|
||||
make-fetch-happen: "npm:^13.0.1"
|
||||
murmurhash3js: "npm:^3.0.1"
|
||||
semver: "npm:^7.6.2"
|
||||
checksum: 10c0/957ddbde9de79c6a2097672de845a7b1e9c439cec532d3d022799e196ac0f00a6fecb18aaea376304d5981ccd298b57693463f8a90c87764fdd69357496ba961
|
||||
checksum: 10c0/a86d4c5446d6ba867c00d8ac8c0539acb9b6d969eba2b3cd1eea0fe32b436fb2a1c88a5b4910a0793dc65773894e6e8f6a980ebfd0f13cc354f1424b9f2fd464
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9412,7 +9412,7 @@ __metadata:
|
||||
tsc-watch: "npm:6.2.0"
|
||||
type-is: "npm:^1.6.18"
|
||||
typescript: "npm:5.4.5"
|
||||
unleash-client: "npm:6.1.2"
|
||||
unleash-client: "npm:6.1.3"
|
||||
uuid: "npm:^9.0.0"
|
||||
wait-on: "npm:^7.2.0"
|
||||
languageName: unknown
|
||||
|
Loading…
Reference in New Issue
Block a user