From a8f6f0cabb23931118ad630a7916302eaed5b101 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 09:58:57 +0000 Subject: [PATCH] fix: lib/react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2944238 - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 --- lib/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/react/package.json b/lib/react/package.json index b14b890..0a3d206 100644 --- a/lib/react/package.json +++ b/lib/react/package.json @@ -18,7 +18,7 @@ "license": "ISC", "dependencies": { "@ant-design/icons": "^4.6.2", - "antd": "^4.16.7", + "antd": "^5.0.1", "classnames": "^2.3.1", "react": "^17.0.2" },