diff --git a/package-lock.json b/package-lock.json index 3c556ab48..55b9db372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "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.1.3", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.3.tgz", + "integrity": "sha512-2BIib53Jh4Cfm+1XNuZYYGTeRo8yiWEAUMoliMh1qQGMaqTF4VUlhhcsBylTu4qWmUx45DrY0y0XskimAHSqhw==" }, "@babel/code-frame": { "version": "7.5.5", diff --git a/package.json b/package.json index c03b326f5..9ad28d34e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/core": "^1.0.0" + "@actions/core": "^1.1.3" }, "devDependencies": { "@types/jest": "^24.0.13",