This commit is contained in:
Sam Kirkland
2025-08-26 00:29:03 -05:00
parent 8e83cea867
commit 50e2cefbcc
3 changed files with 18 additions and 7 deletions

9
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@samkirkland/ftp-deploy": "^1.2.4",
"@samkirkland/ftp-deploy": "^1.2.5",
"@types/jest": "^29.4.1",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
@@ -1097,9 +1097,10 @@
}
},
"node_modules/@samkirkland/ftp-deploy": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@samkirkland/ftp-deploy/-/ftp-deploy-1.2.4.tgz",
"integrity": "sha512-MF5BoP1mQS3HBdx2pTMX/sIxSt9S4IgdL6ttrcGpUWC9U/IIPcUnyVEQiiBQJePLXpHI93dT9b8VDoS+cUknNg==",
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/@samkirkland/ftp-deploy/-/ftp-deploy-1.2.5.tgz",
"integrity": "sha512-UZJKpb46FOGLmjgLiQDmzU/3zZUP1ckCaJG6xaHQ1igAGydLm6ctYmQO9gupJYs3HzEYkLXzU5AZGOb4RuHTjw==",
"license": "MIT",
"dependencies": {
"basic-ftp": "^5.0.5",
"lodash": "^4.17.21",