From 01faa7db5640594ab203c8a28ed047f381f81e76 Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Tue, 14 Jun 2022 11:01:32 +0000 Subject: [PATCH] Change welcome message to test if versions are updating --- 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 3c6548a..32aa6d0 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#c106f02987eaf04d854e4177661794a8599fa3d3", + "@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae", "@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#c106f02987eaf04d854e4177661794a8599fa3d3", + "resolved": "git+ssh://git@github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae", "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#c106f02987eaf04d854e4177661794a8599fa3d3", + "version": "git+ssh://git@github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae", "integrity": "sha512-HIVLE+xQpj6yuilGdprdduvdzrtKwbcVoYn9jHtdSLBrsUK1wwXokTR4XlmUm5vFhUVgwlMY55dAq71K+WO3eg==", - "from": "@samkirkland/ftp-deploy@git+https://github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3", + "from": "@samkirkland/ftp-deploy@git+https://github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae", "requires": { "basic-ftp": "^4.6.6", "lodash": "^4.17.21", diff --git a/package.json b/package.json index de5454d..054336d 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#c106f02987eaf04d854e4177661794a8599fa3d3", + "@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae", "@types/jest": "^27.0.2", "jest": "^27.2.5", "ts-jest": "^27.0.5",