From a788a35c60443978fccd575d74b3efbc955af0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:50:47 +0000 Subject: [PATCH] Bump antd from 5.11.4 to 5.11.5 Bumps [antd](https://github.com/ant-design/ant-design) from 5.11.4 to 5.11.5. - [Release notes](https://github.com/ant-design/ant-design/releases) - [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md) - [Commits](https://github.com/ant-design/ant-design/compare/5.11.4...5.11.5) --- updated-dependencies: - dependency-name: antd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc48e51..3d7b6b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2", "@vitejs/plugin-react": "^4.2.0", - "antd": "^5.11.4", + "antd": "^5.11.5", "express": "^4.18.2", "highcharts": "^11.2.0", "highcharts-react-official": "^3.2.1", @@ -5484,9 +5484,9 @@ } }, "node_modules/antd": { - "version": "5.11.4", - "resolved": "https://registry.npmjs.org/antd/-/antd-5.11.4.tgz", - "integrity": "sha512-FuaV/viyZiMlCL1JzdQpSlzPcWcBlGYDAbtj3FM4BgwAso+ge3d4tXkZZG4yZkktUoLvWrcaJObs3Nk32Oiwuw==", + "version": "5.11.5", + "resolved": "https://registry.npmjs.org/antd/-/antd-5.11.5.tgz", + "integrity": "sha512-qB1YmvO4Zm4r48M0Ptxn7orpaXeMPSeTrrw6dAgtTYN+ysnWD/D/zlxFc5g73GywIzZ10XGqvNC+74A+HD0yeQ==", "dependencies": { "@ant-design/colors": "^7.0.0", "@ant-design/cssinjs": "^1.17.5", @@ -14582,9 +14582,9 @@ "integrity": "sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=" }, "antd": { - "version": "5.11.4", - "resolved": "https://registry.npmjs.org/antd/-/antd-5.11.4.tgz", - "integrity": "sha512-FuaV/viyZiMlCL1JzdQpSlzPcWcBlGYDAbtj3FM4BgwAso+ge3d4tXkZZG4yZkktUoLvWrcaJObs3Nk32Oiwuw==", + "version": "5.11.5", + "resolved": "https://registry.npmjs.org/antd/-/antd-5.11.5.tgz", + "integrity": "sha512-qB1YmvO4Zm4r48M0Ptxn7orpaXeMPSeTrrw6dAgtTYN+ysnWD/D/zlxFc5g73GywIzZ10XGqvNC+74A+HD0yeQ==", "requires": { "@ant-design/colors": "^7.0.0", "@ant-design/cssinjs": "^1.17.5", diff --git a/package.json b/package.json index 46050ce..ee96821 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2", "@vitejs/plugin-react": "^4.2.0", - "antd": "^5.11.4", + "antd": "^5.11.5", "express": "^4.18.2", "highcharts": "^11.2.0", "highcharts-react-official": "^3.2.1",