From da8d582c685b40309fd540242959dcf371c70b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Jul 2025 09:33:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38f6e18..ed76456 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "progress-ring-component": "^1.0.18", "prop-types": "^15.7.2", "react": "^17.0.0", - "react-beautiful-dnd": "^13.1.0", + "react-beautiful-dnd": "^13.1.1", "react-dom": "^17.0.0", "react-hook-form": "^7.27.1", "react-input-mask": "^2.0.4",