mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update platform security modules (#136700)
This commit is contained in:
parent
f447470aa5
commit
d0fa29cbb9
2 changed files with 10 additions and 10 deletions
|
@ -932,7 +932,7 @@
|
|||
"@types/nock": "^10.0.3",
|
||||
"@types/node": "16.11.41",
|
||||
"@types/node-fetch": "^2.6.0",
|
||||
"@types/node-forge": "^1.0.2",
|
||||
"@types/node-forge": "^1.0.4",
|
||||
"@types/nodemailer": "^6.4.0",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/object-hash": "^1.3.0",
|
||||
|
@ -1180,7 +1180,7 @@
|
|||
"webpack-dev-server": "^4.9.3",
|
||||
"webpack-merge": "^4.2.2",
|
||||
"webpack-sources": "^1.4.1",
|
||||
"xml-crypto": "^2.1.3",
|
||||
"xml-crypto": "^2.1.4",
|
||||
"xmlbuilder": "13.0.2",
|
||||
"yargs": "^15.4.1"
|
||||
}
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -7692,10 +7692,10 @@
|
|||
"@types/node" "*"
|
||||
form-data "^2.3.3"
|
||||
|
||||
"@types/node-forge@^1.0.2":
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.0.2.tgz#454299d3eaa846a38f8d88872a895b40a02e86dd"
|
||||
integrity sha512-J1OkeZGaW0y9Y7xD49Ja8O82B9l5nZDeoYuGWqIOYPAf9LR+xF23k9ILdzv8dH+2H033fx3D5oiA0GlmicI+sg==
|
||||
"@types/node-forge@^1.0.4":
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.0.4.tgz#82df44938848e111463080286876e4cbe2b297a0"
|
||||
integrity sha512-UpX8LTRrarEZPQvQqF5/6KQAqZolOVckH7txWdlsWIJrhBFFtwEUTcqeDouhrJl6t0F7Wg5cyUOAqqF8a6hheg==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
|
@ -30493,10 +30493,10 @@ xhr@^2.0.1:
|
|||
parse-headers "^2.0.0"
|
||||
xtend "^4.0.0"
|
||||
|
||||
xml-crypto@^2.1.3:
|
||||
version "2.1.3"
|
||||
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-2.1.3.tgz#6a7272b610ea3e4ea7f13e9e4876f1b20cbc32c8"
|
||||
integrity sha512-MpXZwnn9JK0mNPZ5mnFIbNnQa+8lMGK4NtnX2FlJMfMWR60sJdFO9X72yO6ji068pxixzk53O7x0/iSKh6IhyQ==
|
||||
xml-crypto@^2.1.4:
|
||||
version "2.1.4"
|
||||
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-2.1.4.tgz#85b3c62fa0debc4956ee72cb2dfee65651e865b5"
|
||||
integrity sha512-ModFeGOy67L/XXHcuepnYGF7DASEDw7fhvy+qIs1ORoH55G1IIr+fN0kaMtttwvmNFFMskD9AHro8wx352/mUg==
|
||||
dependencies:
|
||||
"@xmldom/xmldom" "^0.7.0"
|
||||
xpath "0.0.32"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue