From fb431afc56aad22ef270a85d6912afc329c4830e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:56:29 -0700 Subject: [PATCH] Bump @ant-design/icons from 4.5.0 to 4.6.1 (#77) Bumps [@ant-design/icons](https://github.com/ant-design/ant-design-icons) from 4.5.0 to 4.6.1. - [Release notes](https://github.com/ant-design/ant-design-icons/releases) - [Commits](https://github.com/ant-design/ant-design-icons/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 36 +++++++++++++++++++++--------------- web/package.json | 2 +- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 417844feb..0537ce0e0 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -13,24 +13,35 @@ } }, "@ant-design/icons": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-4.5.0.tgz", - "integrity": "sha512-ZAKJcmr4DBV3NWr8wm2dCxNKN4eFrX+qCaPsuFejP6FRsf+m5OKxvCVi9bSp1lmKWeOI5yECAx5s0uFm4QHuPw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-4.6.1.tgz", + "integrity": "sha512-wqvm63CaRcrO6+W8uML1y7SVic/58gjrW+xDkD3YES4SjRPzXMQdap/LGlbcS5tz35bQFnal7dPdNFhHsA5E7g==", "requires": { "@ant-design/colors": "^6.0.0", "@ant-design/icons-svg": "^4.0.0", "@babel/runtime": "^7.11.2", "classnames": "^2.2.6", - "insert-css": "^2.0.0", - "rc-util": "^5.0.1" + "rc-util": "^5.9.3" }, "dependencies": { - "@ant-design/colors": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-6.0.0.tgz", - "integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==", + "rc-util": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.3.tgz", + "integrity": "sha512-UgkdlxLid867P3YA0K5aDFPbuWkf4PYrihmUyPHcZuXep475P2upzmUXG+3jCZYPI4vWI4MsZWB1Q8gASchwdw==", "requires": { - "@ctrl/tinycolor": "^3.4.0" + "@babel/runtime": "^7.12.5", + "react-is": "^16.12.0", + "shallowequal": "^1.1.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", + "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } } } @@ -2617,11 +2628,6 @@ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, - "insert-css": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/insert-css/-/insert-css-2.0.0.tgz", - "integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ=" - }, "internal-slot": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", diff --git a/web/package.json b/web/package.json index e7182f3ca..5ea5515fc 100644 --- a/web/package.json +++ b/web/package.json @@ -9,7 +9,7 @@ "lint": "eslint --ext .js,.ts,.tsx types/ pages/ components/" }, "dependencies": { - "@ant-design/icons": "^4.5.0", + "@ant-design/icons": "^4.6.1", "antd": "^4.14.0", "chart.js": "^2.9.4", "classnames": "^2.2.6",