diff --git a/package-lock.json b/package-lock.json index c49b85e..dd05199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.5.tgz", - "integrity": "sha512-mwpoNjHSWWh0IiALdDEQi3tru124JKn0yVNziIBzTME8QRv7thwoghVuT1jBRjFvdtoHsqD58IRHy1nf86paRg==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", + "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" }, "@zeit/ncc": { "version": "0.22.3", diff --git a/package.json b/package.json index 305951c..03f63ed 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "🚧 Updates README with your Todoist stats", "main": "index.js", "dependencies": { - "@actions/core": "^1.2.5", + "@actions/core": "^1.2.6", "axios": "^0.20.0", "child_process": "^1.0.2", "humanize-plus": "^1.8.2",