From 764481cbff50953b411f0d8b51e450dceb9e10e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:39:24 +0000 Subject: [PATCH] Bump less from 4.8.0 to 4.8.1 Bumps [less](https://github.com/less/less.js) from 4.8.0 to 4.8.1. - [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.8.0...v4.8.1) --- updated-dependencies: - dependency-name: less dependency-version: 4.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 9baba47f..0cccb29f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "less": "^4.8.0", + "less": "^4.8.1", "less-plugin-clean-css": "^1.6.0", "uglify-js": "^3.19.3" }, @@ -15290,9 +15290,9 @@ "license": "Apache-2.0" }, "node_modules/less": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/less/-/less-4.8.0.tgz", - "integrity": "sha512-7Y7DJBMbsW29UGjOG6NGvxQEx71AaDcrryBwYCMaFwn0kj8FkSueKN9r9WexVOetKEhXh38kL++WJncfkEpS+g==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/less/-/less-4.8.1.tgz", + "integrity": "sha512-jQ3lRIo1aUtiWVYXZ7mk4+V4BjCGswF3IxTLJ+4RUta8ZiHh8lhkig2G8dya2eCcyR1dYUvzuV46EkJN8PSwww==", "license": "Apache-2.0", "dependencies": { "copy-anything": "^3.0.5", diff --git a/package.json b/package.json index bcecfb7b..d6265a26 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "playwright": "npx playwright install --with-deps && npx playwright test" }, "dependencies": { - "less": "^4.8.0", + "less": "^4.8.1", "less-plugin-clean-css": "^1.6.0", "uglify-js": "^3.19.3" },