From 4aac80196df2ee9b60bc4c18091c6807d42345ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 20:19:56 -0700 Subject: [PATCH] Bump antd from 4.16.7 to 4.16.8 (#254) Bumps [antd](https://github.com/ant-design/ant-design) from 4.16.7 to 4.16.8. - [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/4.16.7...4.16.8) --- updated-dependencies: - dependency-name: antd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 12 ++++++------ web/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index e0559cc27..8261d4d71 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -579,9 +579,9 @@ } }, "antd": { - "version": "4.16.7", - "resolved": "https://registry.npmjs.org/antd/-/antd-4.16.7.tgz", - "integrity": "sha512-9XQnTpQ21zqnXWAvFvt1mm0j5+r4E7N/eK0kSEBqxuoTCzTrrn5iwhXFEZ2htJx9QJFlihST/T1Wd8JzRf9J3Q==", + "version": "4.16.8", + "resolved": "https://registry.npmjs.org/antd/-/antd-4.16.8.tgz", + "integrity": "sha512-xM1zheIYvS/0x05sM3Yj5cwBu6TjzS7RdwQug1bgbtDAk94dacuFvdLa4PjsvEiG6kz0uNzaaIaDBis7LRH5hA==", "requires": { "@ant-design/colors": "^6.0.0", "@ant-design/icons": "^4.6.2", @@ -4594,9 +4594,9 @@ } }, "rc-dialog": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-8.5.2.tgz", - "integrity": "sha512-3n4taFcjqhTE9uNuzjB+nPDeqgRBTEGBfe46mb1e7r88DgDo0lL4NnxY/PZ6PJKd2tsCt+RrgF/+YeTvJ/Thsw==", + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-8.5.3.tgz", + "integrity": "sha512-zoamT8L6+rBwnwjPlrZRxiHCHQXrTcWZD3a6ruoqEdUKP1KgO0eSjMDH9WlF3WEPYMVnb2G5SrjHrhnwgPDu5w==", "requires": { "@babel/runtime": "^7.10.1", "classnames": "^2.2.6", diff --git a/web/package.json b/web/package.json index f11de320b..49a4bbb25 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@ant-design/icons": "^4.6.2", - "antd": "^4.16.7", + "antd": "^4.16.8", "chart.js": "^3.4.1", "chartkick": "^4.0.5", "classnames": "^2.3.1",