mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update Mustache to v4
This commit is contained in:
parent
aec58c14ef
commit
f96c28faab
2 changed files with 6 additions and 11 deletions
|
@ -1188,7 +1188,7 @@
|
|||
"monaco-editor": "^0.44.0",
|
||||
"monaco-yaml": "^5.1.0",
|
||||
"murmurhash": "^2.0.1",
|
||||
"mustache": "^2.3.2",
|
||||
"mustache": "^4.2.0",
|
||||
"node-diff3": "^3.1.2",
|
||||
"node-fetch": "^2.6.7",
|
||||
"node-forge": "^1.3.1",
|
||||
|
@ -1628,7 +1628,7 @@
|
|||
"@types/minimist": "^1.2.5",
|
||||
"@types/mock-fs": "^4.13.1",
|
||||
"@types/moment-duration-format": "^2.2.3",
|
||||
"@types/mustache": "^0.8.31",
|
||||
"@types/mustache": "^4.2.5",
|
||||
"@types/nock": "^10.0.3",
|
||||
"@types/node": "20.10.5",
|
||||
"@types/node-fetch": "2.6.4",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -12047,10 +12047,10 @@
|
|||
dependencies:
|
||||
moment ">=2.14.0"
|
||||
|
||||
"@types/mustache@^0.8.31":
|
||||
version "0.8.31"
|
||||
resolved "https://registry.yarnpkg.com/@types/mustache/-/mustache-0.8.31.tgz#7c86cbf74f7733f9e3bdc28817623927eb386616"
|
||||
integrity sha512-72flCZJkEJHPwhmpHgg4a0ZBLssMhg5NB0yltRblRlZMo4py3B/u/d7icevc4EeN9MPQUo/dPtuVOoVy9ih6cQ==
|
||||
"@types/mustache@^4.2.5":
|
||||
version "4.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/mustache/-/mustache-4.2.5.tgz#9129f0d6857f976e00e171bbb3460e4b702f84ef"
|
||||
integrity sha512-PLwiVvTBg59tGFL/8VpcGvqOu3L4OuveNvPi0EYbWchRdEVP++yRUXJPFl+CApKEq13017/4Nf7aQ5lTtHUNsA==
|
||||
|
||||
"@types/nock@^10.0.3":
|
||||
version "10.0.3"
|
||||
|
@ -24863,11 +24863,6 @@ murmurhash@^2.0.1:
|
|||
resolved "https://registry.yarnpkg.com/murmurhash/-/murmurhash-2.0.1.tgz#4097720e08cf978872194ad84ea5be2dec9b610f"
|
||||
integrity sha512-5vQEh3y+DG/lMPM0mCGPDnyV8chYg/g7rl6v3Gd8WMF9S429ox3Xk8qrk174kWhG767KQMqqxLD1WnGd77hiew==
|
||||
|
||||
mustache@^2.3.2:
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/mustache/-/mustache-2.3.2.tgz#a6d4d9c3f91d13359ab889a812954f9230a3d0c5"
|
||||
integrity sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==
|
||||
|
||||
mustache@^4.2.0:
|
||||
version "4.2.0"
|
||||
resolved "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue