[deploy] fix dependencies according to security warnings

This commit is contained in:
maxkadushkin
2023-07-06 23:29:02 +03:00
parent f62d7b7ab8
commit bbb3073f15

View File

@ -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"