diff --git a/package-lock.json b/package-lock.json index 714df9e..e5de3f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@sentry/react": "^9.0.0", "@sentry/vite-plugin": "^3.1.2", - "antd": "^5.23.3", + "antd": "^5.23.4", "axios": "^1.7.9", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -1982,9 +1982,9 @@ } }, "node_modules/antd": { - "version": "5.23.3", - "resolved": "https://registry.npmjs.org/antd/-/antd-5.23.3.tgz", - "integrity": "sha512-xDvwl7C43/NZ9rTOS1bkbuKoSxqZKf6FlaSW/BRsV8QST3Ce2jGx7dJzYahKIZwe3WNSgvEXAlTrckBHMKHcgQ==", + "version": "5.23.4", + "resolved": "https://registry.npmjs.org/antd/-/antd-5.23.4.tgz", + "integrity": "sha512-8H3icWQRi4lu7pkOpc2IhCh+UgmtTZHaTusgfieihv5nm8lNsCxCrxMqEgMxrZTumxsBKHThACkNdejSE3IeuA==", "license": "MIT", "dependencies": { "@ant-design/colors": "^7.2.0", @@ -2016,7 +2016,7 @@ "rc-menu": "~9.16.0", "rc-motion": "^2.9.5", "rc-notification": "~5.6.2", - "rc-pagination": "~5.0.0", + "rc-pagination": "~5.1.0", "rc-picker": "~4.9.2", "rc-progress": "~4.0.0", "rc-rate": "~2.13.0", @@ -4999,9 +4999,9 @@ } }, "node_modules/rc-pagination": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-5.0.0.tgz", - "integrity": "sha512-QjrPvbAQwps93iluvFM62AEYglGYhWW2q/nliQqmvkTi4PXP4HHoh00iC1Sa5LLVmtWQHmG73fBi2x6H6vFHRg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-5.1.0.tgz", + "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.10.1", diff --git a/package.json b/package.json index 3eaf0bb..78f6e55 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@sentry/react": "^9.0.0", "@sentry/vite-plugin": "^3.1.2", - "antd": "^5.23.3", + "antd": "^5.23.4", "axios": "^1.7.9", "react": "^18.3.1", "react-dom": "^18.3.1",