From 7f37c79301845c3781fb6aa8d7904b2ce830ebf6 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Tue, 14 Jun 2022 10:49:52 +0000 Subject: [PATCH] Update ftp-deploy dependency --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7040add..3c6548a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@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", "jest": "^27.2.5", "ts-jest": "^27.0.5", @@ -969,7 +969,7 @@ }, "node_modules/@samkirkland/ftp-deploy": { "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==", "license": "MIT", "dependencies": { @@ -8877,9 +8877,9 @@ } }, "@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==", - "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": { "basic-ftp": "^4.6.6", "lodash": "^4.17.21", diff --git a/package.json b/package.json index da9b04a..de5454d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "MIT", "dependencies": { "@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", "jest": "^27.2.5", "ts-jest": "^27.0.5",