From fb660b7fe18ff3d65561a592b166af8dbccbfe0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 04:14:02 +0000 Subject: [PATCH] build(deps-dev): bump antd from 4.19.2 to 4.19.3 (#417) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99cb89d..aa25426 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/styled-components": "^5.1.24", "@types/webpack-subresource-integrity": "^5.0.0", "@types/workbox-webpack-plugin": "^5.1.8", - "antd": "^4.19.2", + "antd": "^4.19.3", "axios": "^0.26.1", "babel-loader": "^8.2.3", "babel-plugin-transform-inline-environment-variables": "^0.4.3", diff --git a/yarn.lock b/yarn.lock index 07fcdb8..5e3649e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2593,10 +2593,10 @@ ansi-to-html@^0.6.4: dependencies: entities "^1.1.2" -antd@^4.19.2: - version "4.19.2" - resolved "https://registry.yarnpkg.com/antd/-/antd-4.19.2.tgz#5438478aedf61bf670784611cba077387ff0f1b3" - integrity sha512-qXM6d6hFsT5rZJB4TRTHl32dixu1IHmPD0QLzG5YuUpzecv6QoTr1ZMp2/I1MMCb1+n99yQ5gFx7U677AbL5hw== +antd@^4.19.3: + version "4.19.3" + resolved "https://registry.yarnpkg.com/antd/-/antd-4.19.3.tgz#2b6bb938bda9850c797db59c8923f3c8a14a6693" + integrity sha512-q4oT2lIM0Fb60MfcdtjH6LFQcmo5MuM27PN3nJMsRG1FeiQ9n+OPFlkQSdtb0ZWFIFjTH3p0W02T6SbB2U7ChQ== dependencies: "@ant-design/colors" "^6.0.0" "@ant-design/icons" "^4.7.0"