Update ftp-deploy dependency

This commit is contained in:
Timothy Hobbs 2022-06-14 10:49:52 +00:00
parent 6ac1490d33
commit 7f37c79301
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.6.0",
"@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#2b07bcfcbc6d8fe4290fd2fbb435d5ad5d48f8d2", "@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"jest": "^27.2.5", "jest": "^27.2.5",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.5",
@ -969,7 +969,7 @@
}, },
"node_modules/@samkirkland/ftp-deploy": { "node_modules/@samkirkland/ftp-deploy": {
"version": "1.2.1", "version": "1.2.1",
"resolved": "git+ssh://git@github.com/timthelion/ftp-deploy.git#2b07bcfcbc6d8fe4290fd2fbb435d5ad5d48f8d2", "resolved": "git+ssh://git@github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"integrity": "sha512-HIVLE+xQpj6yuilGdprdduvdzrtKwbcVoYn9jHtdSLBrsUK1wwXokTR4XlmUm5vFhUVgwlMY55dAq71K+WO3eg==", "integrity": "sha512-HIVLE+xQpj6yuilGdprdduvdzrtKwbcVoYn9jHtdSLBrsUK1wwXokTR4XlmUm5vFhUVgwlMY55dAq71K+WO3eg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -8877,9 +8877,9 @@
} }
}, },
"@samkirkland/ftp-deploy": { "@samkirkland/ftp-deploy": {
"version": "git+ssh://git@github.com/timthelion/ftp-deploy.git#2b07bcfcbc6d8fe4290fd2fbb435d5ad5d48f8d2", "version": "git+ssh://git@github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"integrity": "sha512-HIVLE+xQpj6yuilGdprdduvdzrtKwbcVoYn9jHtdSLBrsUK1wwXokTR4XlmUm5vFhUVgwlMY55dAq71K+WO3eg==", "integrity": "sha512-HIVLE+xQpj6yuilGdprdduvdzrtKwbcVoYn9jHtdSLBrsUK1wwXokTR4XlmUm5vFhUVgwlMY55dAq71K+WO3eg==",
"from": "@samkirkland/ftp-deploy@git+https://github.com/timthelion/ftp-deploy.git#2b07bcfcbc6d8fe4290fd2fbb435d5ad5d48f8d2", "from": "@samkirkland/ftp-deploy@git+https://github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"requires": { "requires": {
"basic-ftp": "^4.6.6", "basic-ftp": "^4.6.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@ -23,7 +23,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.6.0",
"@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#2b07bcfcbc6d8fe4290fd2fbb435d5ad5d48f8d2", "@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"jest": "^27.2.5", "jest": "^27.2.5",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.5",