From 8efc8d824641575a6701f20f8be4227741f70a6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 00:33:14 +0000 Subject: [PATCH] fix: examples/with-ant-design-less/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNCVALIDATOR-2311201 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- examples/with-ant-design-less/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-ant-design-less/package.json b/examples/with-ant-design-less/package.json index 268ca6c09392f..e61138f076041 100644 --- a/examples/with-ant-design-less/package.json +++ b/examples/with-ant-design-less/package.json @@ -8,9 +8,9 @@ }, "dependencies": { "@zeit/next-less": "^1.0.1", - "antd": "^3.5.4", + "antd": "^4.0.0", "babel-plugin-import": "^1.7.0", - "less": "3.0.4", + "less": "3.12.0", "less-vars-to-js": "1.3.0", "next": "latest", "null-loader": "2.0.0",