fix: update plugins

main
Dragan Filipovic 2021-05-27 21:51:19 +02:00
parent a50a999528
commit b2adc00c92
1 changed files with 23 additions and 0 deletions

23
package-lock.json generated Normal file
View File

@ -0,0 +1,23 @@
{
"name": "ssh-deploy",
"version": "2.1.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"command-exists": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
"integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="
},
"node-cmd": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/node-cmd/-/node-cmd-4.0.0.tgz",
"integrity": "sha512-3OHy8KI8MuwADyugQRZBsaqe3c0r3yxQSoLsDBVk7vAjPmfG01512MPBQjfmBJxrH+2qURbiBf/ZyoimrhdA6A=="
},
"rsyncwrapper": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/rsyncwrapper/-/rsyncwrapper-3.0.1.tgz",
"integrity": "sha512-fkGmeEJRbKveT/6bBqTVzzHS1wtbGQwL6qnwT/+1AtMAsEV5dX1fSAiOJVZrDOnVsOr2lFl8ga1MZLoHekV3yg=="
}
}
}