fix: update plugins

main
Dragan Filipovic 2021-05-27 21:51:10 +02:00
parent 1242867d7a
commit a50a999528
2 changed files with 2 additions and 3749 deletions

3747
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,8 +4,8 @@
"description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.", "description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
"main": "src/index.js", "main": "src/index.js",
"dependencies": { "dependencies": {
"command-exists": "1.2.8", "command-exists": "1.2.9",
"node-cmd": "3.0.0", "node-cmd": "4.0.0",
"rsyncwrapper": "3.0.1" "rsyncwrapper": "3.0.1"
}, },
"devDependencies": { "devDependencies": {