From d33485f6ef82d22c72921ba51f917c76ec2717be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:25:50 -0400 Subject: [PATCH] chore(deps): bump less from 3.13.1 to 4.1.2 in /install (#9856) Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.1.2. - [Release notes](https://github.com/less/less.js/releases) - [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/less/less.js/commits) --- updated-dependencies: - dependency-name: less dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index fb2b0b629f..31ef65b796 100644 --- a/install/package.json +++ b/install/package.json @@ -72,7 +72,7 @@ "jsesc": "3.0.2", "json2csv": "5.0.7", "jsonwebtoken": "8.5.1", - "less": "3.13.1", + "less": "4.1.2", "lodash": "4.17.21", "logrotate-stream": "0.2.8", "lru-cache": "6.0.0",