From 944e9cd95a4103e8f7ca1e8dc308fb35cdc05174 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 06:46:15 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @actions/http-client from 2.0.1 to 2.2.3. See this package in npm: https://www.npmjs.com/package/@actions/http-client - @types/node from 12.0.2 to 12.20.55. See this package in npm: https://www.npmjs.com/package/@types/node See this project in Snyk: https://app.snyk.io/org/ganjahmanvenenodedios/project/9f61a80b-2945-45b0-9ae1-3d1af7642d76?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 1f3824decf..ce9ecc3243 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,11 +36,11 @@ "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { - "@actions/http-client": "^2.0.1", + "@actions/http-client": "^2.2.3", "uuid": "^8.3.2" }, "devDependencies": { - "@types/node": "^12.0.2", + "@types/node": "^12.20.55", "@types/uuid": "^8.3.4" } }