mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[backport] Bump to 5.1.3 (#62286)
This commit is contained in:
parent
a7309a6f4e
commit
2df0b41959
2 changed files with 17 additions and 5 deletions
|
@ -395,7 +395,7 @@
|
|||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "^24.9.0",
|
||||
"babel-plugin-istanbul": "^5.2.0",
|
||||
"backport": "5.1.2",
|
||||
"backport": "5.1.3",
|
||||
"chai": "3.5.0",
|
||||
"chance": "1.0.18",
|
||||
"cheerio": "0.22.0",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -4627,6 +4627,11 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
|
||||
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
|
||||
|
||||
"@types/safe-json-stringify@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/safe-json-stringify/-/safe-json-stringify-1.1.0.tgz#4cd786442d7abc037f8e9026b22e3b401005c287"
|
||||
integrity sha512-iIQqHp8fqDgxTlWor4DrTrKGVmjDeGDodQBipQkPSlRU1QeKIytv37U4aFN9N65VJcFJx67+zOnpbTNQzqHTOg==
|
||||
|
||||
"@types/seedrandom@>=2.0.0 <4.0.0":
|
||||
version "2.4.28"
|
||||
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-2.4.28.tgz#9ce8fa048c1e8c85cb71d7fe4d704e000226036f"
|
||||
|
@ -7196,11 +7201,12 @@ backo2@1.0.2:
|
|||
resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947"
|
||||
integrity sha1-MasayLEpNjRj41s+u2n038+6eUc=
|
||||
|
||||
backport@5.1.2:
|
||||
version "5.1.2"
|
||||
resolved "https://registry.yarnpkg.com/backport/-/backport-5.1.2.tgz#d9be0b0f89e5140fdcc778158db00beef92481ec"
|
||||
integrity sha512-CexygdCdhUR7Br16CNUo/bfgvoa6ItKoEWJ9oPIFeIONWatYV2NA7U3uMpn74qmuJkDmrOi9SmDutxg96+qWPw==
|
||||
backport@5.1.3:
|
||||
version "5.1.3"
|
||||
resolved "https://registry.yarnpkg.com/backport/-/backport-5.1.3.tgz#6fa788f48ee90e2b98b4e8d6d9385b0fb2e2f689"
|
||||
integrity sha512-fTrXAyXvsg+lOuuWQosHzz/YnFfrkBsVkPcygjrDZVlWhbD+cA8mY3GrcJ8sIFwUg9Ja8qCeBFfLIRKlOwuzEg==
|
||||
dependencies:
|
||||
"@types/safe-json-stringify" "^1.1.0"
|
||||
axios "^0.19.2"
|
||||
dedent "^0.7.0"
|
||||
del "^5.1.0"
|
||||
|
@ -7211,6 +7217,7 @@ backport@5.1.2:
|
|||
lodash.uniq "^4.5.0"
|
||||
make-dir "^3.0.2"
|
||||
ora "^4.0.3"
|
||||
safe-json-stringify "^1.2.0"
|
||||
strip-json-comments "^3.0.1"
|
||||
winston "^3.2.1"
|
||||
yargs "^15.3.1"
|
||||
|
@ -26003,6 +26010,11 @@ safe-json-parse@~1.0.1:
|
|||
resolved "https://registry.yarnpkg.com/safe-json-parse/-/safe-json-parse-1.0.1.tgz#3e76723e38dfdda13c9b1d29a1e07ffee4b30b57"
|
||||
integrity sha1-PnZyPjjf3aE8mx0poeB//uSzC1c=
|
||||
|
||||
safe-json-stringify@^1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz#356e44bc98f1f93ce45df14bcd7c01cda86e0afd"
|
||||
integrity sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==
|
||||
|
||||
safe-regex@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue