From ae20ff7c86a07a874f5a75eb095391a1a8b5b9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:01:34 +0000 Subject: [PATCH] Bump less from 4.4.1 to 4.4.2 Bumps [less](https://github.com/less/less.js) from 4.4.1 to 4.4.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-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f19d293..864cf72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,9 +16,6 @@ "less2": "npm:less@^2.7.2", "less3": "npm:less@^3.0.0", "less4": "npm:less@^4.0.0" - }, - "peerDependencies": { - "less": "^2.7.2 || ^3.0.0 || ^4.0.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -1549,9 +1546,9 @@ } }, "node_modules/less": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/less/-/less-4.4.1.tgz", - "integrity": "sha512-X9HKyiXPi0f/ed0XhgUlBeFfxrlDP3xR4M7768Zl+WXLUViuL9AOPPJP4nCV0tgRWvTYvpNmN0SFhZOQzy16PA==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/less/-/less-4.4.2.tgz", + "integrity": "sha512-j1n1IuTX1VQjIy3tT7cyGbX7nvQOsFLoIqobZv4ttI5axP923gA44zUj6miiA6R5Aoms4sEGVIIcucXUbRI14g==", "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1",