mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
4a8faacbd8
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [es5-ext](https://togithub.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`](https://renovatebot.com/diffs/npm/es5-ext/0.10.63/0.10.64) | [![age](https://developer.mend.io/api/mc/badges/age/npm/es5-ext/0.10.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/es5-ext/0.10.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/es5-ext/0.10.63/0.10.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/es5-ext/0.10.63/0.10.64?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>medikoo/es5-ext (es5-ext)</summary> ### [`v0.10.64`](https://togithub.com/medikoo/es5-ext/blob/HEAD/CHANGELOG.md#01064-2024-02-27) [Compare Source](https://togithub.com/medikoo/es5-ext/compare/v0.10.63...v0.10.64) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
49 lines
1.3 KiB
JSON
49 lines
1.3 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": ">=18"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@exlinc/keycloak-passport": "^1.0.2",
|
|
"@passport-next/passport": "^3.1.0",
|
|
"@passport-next/passport-google-oauth2": "^1.0.0",
|
|
"basic-auth": "^2.0.1",
|
|
"passport": "^0.7.0",
|
|
"unleash-server": "file:../build"
|
|
},
|
|
"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.6.3",
|
|
"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"
|
|
},
|
|
"version": "4.12.6"
|
|
}
|