mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 22:15:05 +00:00
updating package
This commit is contained in:
parent
4fe6844638
commit
a923da71e8
12
package-lock.json
generated
12
package-lock.json
generated
@ -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",
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user