updating package

This commit is contained in:
SamKirkland 2020-08-30 00:17:42 -05:00
parent 4fe6844638
commit a923da71e8
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -104,9 +104,9 @@
} }
}, },
"@samkirkland/ftp-deploy": { "@samkirkland/ftp-deploy": {
"version": "0.9.1", "version": "0.9.2",
"resolved": "https://registry.npmjs.org/@samkirkland/ftp-deploy/-/ftp-deploy-0.9.1.tgz", "resolved": "https://registry.npmjs.org/@samkirkland/ftp-deploy/-/ftp-deploy-0.9.2.tgz",
"integrity": "sha512-XXJrHc88l9E5Z08lo+ApxpEZuIrkdA80KZNbsN+TbxQUdPhprirU+ri1h++kvLj3u/MT7srwmq+P/7GCoxCd1g==", "integrity": "sha512-nhEDgRUTZ81qKiLkFTrRxyoxcwxKxKcUwD5vqtJsQRyRPEuMzJaacAzr/p9bmRYOoNk+WVeH53kUInuVtawJXQ==",
"requires": { "requires": {
"basic-ftp": "^4.6.2", "basic-ftp": "^4.6.2",
"lodash": "^4.17.20", "lodash": "^4.17.20",
@ -1293,9 +1293,9 @@
"dev": true "dev": true
}, },
"pretty-bytes": { "pretty-bytes": {
"version": "5.3.0", "version": "5.4.0",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.3.0.tgz", "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.4.0.tgz",
"integrity": "sha512-hjGrh+P926p4R4WbaB6OckyRtO0F0/lQBiT+0gnxjV+5kjPBrfVBFCsCLbMqVQeydvIoouYTCmmEURiH3R1Bdg==" "integrity": "sha512-ctjMzsPQfGSyThWQ9//I6egmiEL/F0VgHKW4atxRd1V8+CPm0J/hihZJp0nb0GDRLUpICyCZTG1f/lE/42f/VQ=="
}, },
"pretty-ms": { "pretty-ms": {
"version": "7.0.0", "version": "7.0.0",

View File

@ -23,7 +23,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.4", "@actions/core": "^1.2.4",
"@samkirkland/ftp-deploy": "^0.9.1", "@samkirkland/ftp-deploy": "^0.9.2",
"ts-node-dev": "^1.0.0-pre.56" "ts-node-dev": "^1.0.0-pre.56"
}, },
"devDependencies": { "devDependencies": {
@ -34,4 +34,4 @@
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",
"typescript": "^3.9.7" "typescript": "^3.9.7"
} }
} }