From d3d23bea2a3925017247dcc017c253512fcafb49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 06:40:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6bdc8f610c9e..81062bc7ecd6 100644 --- a/package.json +++ b/package.json @@ -105,12 +105,12 @@ "uuid": "^8.3.0", "walk-sync": "^1.1.4", "webpack": "^5.30.0", - "webpack-cli": "^4.6.0" + "webpack-cli": "^4.10.0" }, "devDependencies": { "@actions/core": "^1.2.6", - "@actions/github": "^4.0.0", - "@octokit/rest": "^16.43.2", + "@actions/github": "^6.0.0", + "@octokit/rest": "^17.0.0", "async": "^3.2.0", "await-sleep": "0.0.1", "aws-sdk": "^2.610.0", @@ -139,7 +139,7 @@ "image-size": "^0.7.4", "japanese-characters": "^1.1.0", "javascript-stringify": "^2.0.1", - "jest": "^26.6.3", + "jest": "^27.0.0", "jest-expect-message": "^1.0.2", "jest-github-actions-reporter": "^1.0.2", "jest-puppeteer": "^4.4.0",