From e4a0c716bd966f706979716b06dff6241917ee6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 05:34:24 +0000 Subject: [PATCH] Bump less from 4.1.3 to 4.2.0 Bumps [less](https://github.com/less/less.js) from 4.1.3 to 4.2.0. - [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/compare/v4.1.3...v4.2.0) --- updated-dependencies: - dependency-name: less dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d72183325..e1e886a72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-vue": "^9.17.0", - "less": "^4.1.3", + "less": "^4.2.0", "lodash-es": "^4.17.21", "marked": "^5.1.0", "mitt": "^3.0.0", @@ -8283,9 +8283,9 @@ "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" }, "node_modules/less": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/less/-/less-4.1.3.tgz", - "integrity": "sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz", + "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", "dependencies": { "copy-anything": "^2.0.1", "parse-node-version": "^1.0.1", diff --git a/package.json b/package.json index f885f2f19..be65742e4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-vue": "^9.17.0", - "less": "^4.1.3", + "less": "^4.2.0", "lodash-es": "^4.17.21", "marked": "^5.1.0", "mitt": "^3.0.0",