From cc064c3f5eec12363d3dcb45d21dfbf2d40b3315 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 09:44:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51b8d3b..f9b9549 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@heroku-cli/color": "^2.0.4", - "@heroku-cli/command": "^11.5.0", + "@heroku-cli/command": "^12.0.0", "@heroku-cli/plugin-ps": "^8.1.7", "@heroku-cli/plugin-ps-exec": "^2.6.2", "@heroku-cli/plugin-run": "^8.1.4", @@ -310,7 +310,7 @@ "isarray": "^2.0.5", "isexe": "^3.1.1", "isobject": "^4.0.0", - "jest": "^29.7.0", + "jest": "^30.0.0", "jest-worker": "^29.7.0", "joi": "^17.13.3", "jquery": "^3.7.1",