From 507e5f6611850b70038174c5f4fca508fa78d720 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 May 2025 05:06:49 +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 123529b..c93ac10 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@darkobits/lolcatjs": "^3.1.5", "ajv": "^8.6.2", - "antd": "^4.16.7", + "antd": "^5.12.7", "axios": "^1.6.4", "camelcase": "^6.2.0", "chalk": "^4.1.1",