diff --git a/tools/crowdin/package-lock.json b/tools/crowdin/package-lock.json index 2caea31b36..07b02cc869 100644 --- a/tools/crowdin/package-lock.json +++ b/tools/crowdin/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.7.tgz", - "integrity": "sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz", + "integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==" }, "@actions/github": { "version": "5.0.0", diff --git a/tools/crowdin/package.json b/tools/crowdin/package.json index 063f242aa4..75545e6290 100644 --- a/tools/crowdin/package.json +++ b/tools/crowdin/package.json @@ -22,7 +22,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@actions/core": "1.2.7", + "@actions/core": "1.3.0", "@actions/github": "5.0.0", "dotenv": "9.0.2", "fs-extra": "10.0.0",