mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
29de7c2dec
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [path-scurry](https://togithub.com/isaacs/path-scurry) | [`1.10.2` -> `1.11.1`](https://renovatebot.com/diffs/npm/path-scurry/1.10.2/1.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/path-scurry/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/path-scurry/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/path-scurry/1.10.2/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/path-scurry/1.10.2/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>isaacs/path-scurry (path-scurry)</summary> ### [`v1.11.1`](https://togithub.com/isaacs/path-scurry/compare/v1.11.0...v1.11.1) [Compare Source](https://togithub.com/isaacs/path-scurry/compare/v1.11.0...v1.11.1) ### [`v1.11.0`](https://togithub.com/isaacs/path-scurry/compare/v1.10.4...v1.11.0) [Compare Source](https://togithub.com/isaacs/path-scurry/compare/v1.10.4...v1.11.0) ### [`v1.10.4`](https://togithub.com/isaacs/path-scurry/compare/v1.10.3...v1.10.4) [Compare Source](https://togithub.com/isaacs/path-scurry/compare/v1.10.3...v1.10.4) ### [`v1.10.3`](https://togithub.com/isaacs/path-scurry/compare/v1.10.2...v1.10.3) [Compare Source](https://togithub.com/isaacs/path-scurry/compare/v1.10.2...v1.10.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 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "unleash-docker",
|
|
"description": "Docker images for unleash.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "NODE_ENV=production node index.js",
|
|
"test:ci": "echo 'no tests for unleash-docker'"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unleash-server": "file:../build"
|
|
},
|
|
"version": "5.12.4",
|
|
"resolutions": {
|
|
"async": "^3.2.4",
|
|
"db-migrate/rc/minimist": "^1.2.5",
|
|
"es5-ext": "0.10.64",
|
|
"knex/liftoff/object.map/**/kind-of": "^6.0.3",
|
|
"knex/liftoff/findup-sync/micromatc/kind-of": "^6.0.3",
|
|
"knex/liftoff/findup-sync/micromatc/nanomatch/kind-of": "^6.0.3",
|
|
"knex/liftoff/findup-sync/micromatch/define-property/**/kind-of": "^6.0.3",
|
|
"node-forge": "^1.0.0",
|
|
"set-value": "^4.0.1",
|
|
"ansi-regex": "^5.0.1",
|
|
"ssh2": "^1.4.0",
|
|
"json-schema": "^0.4.0",
|
|
"ip": "^2.0.1",
|
|
"minimatch": "^5.0.0",
|
|
"path-scurry": "1.11.1",
|
|
"semver": "^7.5.3"
|
|
},
|
|
"overrides": {
|
|
"set-value": "^4.0.1",
|
|
"ansi-regex": "^5.0.1",
|
|
"ssh2": "^1.4.0",
|
|
"json-schema": "^0.4.0",
|
|
"semver": "^7.5.3"
|
|
}
|
|
}
|