From 11a886b3a96c8f4c24a1e071139aff188ca0b402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 06:01:29 +0000 Subject: [PATCH] fix(deps): update dependency antd to v5.27.3 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d47a39a3..1c6888ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@ant-design/pro-components": "2.8.10", - "antd": "5.27.1", + "antd": "5.27.3", "classnames": "2.5.1", "core-js": "3.45.1", "date-fns": "4.1.0", @@ -3617,9 +3617,9 @@ } }, "node_modules/antd": { - "version": "5.27.1", - "resolved": "https://registry.npmjs.org/antd/-/antd-5.27.1.tgz", - "integrity": "sha512-jGMSdBN7hAMvPV27B4RhzZfL6n6yu8yDbo7oXrlJasaOqB7bSDPcjdEy1kXy3JPsny/Qazb1ykzRI4EfcByAPQ==", + "version": "5.27.3", + "resolved": "https://registry.npmjs.org/antd/-/antd-5.27.3.tgz", + "integrity": "sha512-Jewp1ek1iyqoAyjWyPgzc2kioZ+7S3jh39a+tld/j4ucnuf/cBk4omfyIdhLz49pVNsaEcRp5LtJOSQPFwPgpA==", "license": "MIT", "dependencies": { "@ant-design/colors": "^7.2.1", @@ -3661,7 +3661,7 @@ "rc-slider": "~11.1.8", "rc-steps": "~6.0.1", "rc-switch": "~4.1.0", - "rc-table": "~7.51.1", + "rc-table": "~7.52.6", "rc-tabs": "~15.7.0", "rc-textarea": "~1.10.2", "rc-tooltip": "~6.4.0", @@ -8856,9 +8856,9 @@ } }, "node_modules/rc-table": { - "version": "7.51.1", - "resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.51.1.tgz", - "integrity": "sha512-5iq15mTHhvC42TlBLRCoCBLoCmGlbRZAlyF21FonFnS/DIC8DeRqnmdyVREwt2CFbPceM0zSNdEeVfiGaqYsKw==", + "version": "7.52.7", + "resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.52.7.tgz", + "integrity": "sha512-yuZfnTpuHwRa4JH+F28wQfGeDzqtgIDvLBBJk5sFncXQjTExhtBNc6dPfVo5pL5SjabJEoejefs6wsrAKfhDoQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.10.1", diff --git a/package.json b/package.json index 3fb1ff25..fc99b9fe 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@ant-design/pro-components": "2.8.10", - "antd": "5.27.1", + "antd": "5.27.3", "classnames": "2.5.1", "core-js": "3.45.1", "date-fns": "4.1.0",