From 0e2d3f49bbdea33ec2c57b590c07aa156a7700e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Aug 2022 01:44:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACTIONSCORE-2980270 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6437d7384ac..0542c161fbdf 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "walk-sync": "^2.2.0" }, "devDependencies": { - "@actions/core": "^1.2.7", + "@actions/core": "^1.9.1", "@actions/github": "^5.0.0", "@babel/core": "^7.14.3", "@babel/eslint-parser": "^7.14.3",