diff --git a/package-lock.json b/package-lock.json index 0f1e336b..91f562c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@ant-design/pro-components": "2.8.7", - "antd": "5.24.7", + "antd": "5.24.8", "classnames": "2.5.1", "core-js": "3.41.0", "date-fns": "4.1.0", @@ -3468,9 +3468,9 @@ } }, "node_modules/antd": { - "version": "5.24.7", - "resolved": "https://registry.npmjs.org/antd/-/antd-5.24.7.tgz", - "integrity": "sha512-xROWsw0yYFGiNFpVSUZ9/Gs43q0qIM9BkfjugeqgePlZBpLZzLjtOpf4UGM+5aijelHqMi8864KZCX5BbcZYfA==", + "version": "5.24.8", + "resolved": "https://registry.npmjs.org/antd/-/antd-5.24.8.tgz", + "integrity": "sha512-vJcW81WSRq+ymBKTiA3NE+FddmiqTAKxdWVRZU+HnLLrRrIz896svcUxXFPa7M4mH9HqyeJ5JPOHsne4sQAC1A==", "license": "MIT", "dependencies": { "@ant-design/colors": "^7.2.0", @@ -3501,7 +3501,7 @@ "rc-mentions": "~2.20.0", "rc-menu": "~9.16.1", "rc-motion": "^2.9.5", - "rc-notification": "~5.6.3", + "rc-notification": "~5.6.4", "rc-pagination": "~5.1.0", "rc-picker": "~4.11.3", "rc-progress": "~4.0.0", @@ -3513,7 +3513,7 @@ "rc-steps": "~6.0.1", "rc-switch": "~4.1.0", "rc-table": "~7.50.4", - "rc-tabs": "~15.5.2", + "rc-tabs": "~15.6.0", "rc-textarea": "~1.10.0", "rc-tooltip": "~6.4.0", "rc-tree": "~5.13.1", @@ -8384,9 +8384,10 @@ } }, "node_modules/rc-notification": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-5.6.3.tgz", - "integrity": "sha512-42szwnn8VYQoT6GnjO00i1iwqV9D1TTMvxObWsuLwgl0TsOokzhkYiufdtQBsJMFjJravS1hfDKVMHLKLcPE4g==", + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-5.6.4.tgz", + "integrity": "sha512-KcS4O6B4qzM3KH7lkwOB7ooLPZ4b6J+VMmQgT51VZCeEcmghdeR4IrMcFq0LG+RPdnbe/ArT086tGM8Snimgiw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.10.1", "classnames": "2.x", @@ -8619,9 +8620,10 @@ } }, "node_modules/rc-tabs": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-15.5.2.tgz", - "integrity": "sha512-Hbqf2IV6k/jPgfMjPtIDmPV0D0C9c/fN4B/fYcoh9qqaUzUZQoK0PYzsV3UaV+3UsmyoYt48p74m/HkLhGTw+w==", + "version": "15.6.0", + "resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-15.6.0.tgz", + "integrity": "sha512-SQ99Yjc9ewrJCUwoWPKq0FeGL2znWsqPhfcZgsHz1R7bkA2rMNe7CPgOiJkwppdJ98wkLhzs9vPrv21QOE1RyQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.11.2", "classnames": "2.x", diff --git a/package.json b/package.json index 572cc445..1dd806a7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@ant-design/pro-components": "2.8.7", - "antd": "5.24.7", + "antd": "5.24.8", "classnames": "2.5.1", "core-js": "3.41.0", "date-fns": "4.1.0",