mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[deploy] fix dependencies according to security warnings
This commit is contained in:
8
build/package-lock.json
generated
8
build/package-lock.json
generated
@ -5290,9 +5290,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/grunt-mocha/node_modules/minimist": {
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
|
||||
"integrity": "sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==",
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.4.tgz",
|
||||
"integrity": "sha512-Pkrrm8NjyQ8yVt8Am9M+yUt74zE3iokhzbG1bFVNjLB92vwM71hf40RkEsryg98BujhVOncKm/C1xROxZ030LQ==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/grunt-mocha/node_modules/mkdirp": {
|
||||
@ -5302,7 +5302,7 @@
|
||||
"deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"minimist": "0.0.8"
|
||||
"minimist": "0.2.4"
|
||||
},
|
||||
"bin": {
|
||||
"mkdirp": "bin/cmd.js"
|
||||
|
||||
Reference in New Issue
Block a user