diff --git a/package-lock.json b/package-lock.json old mode 100755 new mode 100644 index c5af71c..a53b818 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "status", - "version": "1.5.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { "@actions/core": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.0.0.tgz", - "integrity": "sha512-aMIlkx96XH4E/2YZtEOeyrYQfhlas9jIRkfGPqMwXD095Rdkzo4lB6ZmbxPQSzD+e1M+Xsm98ZhuSMYGv/AlqA==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", + "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" }, "@actions/exec": { "version": "1.0.0", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 8fb0f6f..736df40 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/tamhub/helm-deployer" }, "dependencies": { - "@actions/core": "^1.0.0", + "@actions/core": "^1.2.6", "@actions/exec": "^1.0.0", "@actions/github": "^1.0.0", "mustache": "^3.0.3"