From eb1aaedbaf24608a38093a2f4bca0a468f8a0f80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Aug 2024 14:04:41 +0000 Subject: [PATCH] fix: upgrade antd from 5.16.5 to 5.19.4 Snyk has created this PR to upgrade antd from 5.16.5 to 5.19.4. See this package in npm: antd See this project in Snyk: https://app.snyk.io/org/ramzimalhas/project/7f3a87cb-be3a-401e-852d-28504beea122?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/customization-sider/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/customization-sider/package.json b/examples/customization-sider/package.json index 01bfa868c231..11e364f7c639 100644 --- a/examples/customization-sider/package.json +++ b/examples/customization-sider/package.json @@ -27,7 +27,7 @@ "@refinedev/core": "^4.49.2", "@refinedev/react-router-v6": "^4.5.9", "@refinedev/simple-rest": "^5.0.6", - "antd": "5.16.5", + "antd": "5.19.4", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router-dom": "^6.8.1"