From 5257bde31fa6dc3df5ce8cea826c70307643ba29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:54:25 +0000 Subject: [PATCH] Bump less from 4.8.1 to 4.9.0 Bumps [less](https://github.com/less/less.js) from 4.8.1 to 4.9.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.8.1...v4.9.0) --- updated-dependencies: - dependency-name: less dependency-version: 4.9.0 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 8cf2236a..c6100276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "less": "^4.8.1", + "less": "^4.9.0", "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.1", - "resolved": "https://registry.npmjs.org/less/-/less-4.8.1.tgz", - "integrity": "sha512-jQ3lRIo1aUtiWVYXZ7mk4+V4BjCGswF3IxTLJ+4RUta8ZiHh8lhkig2G8dya2eCcyR1dYUvzuV46EkJN8PSwww==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/less/-/less-4.9.0.tgz", + "integrity": "sha512-umRhrCH7fCi8Uj2RcwKjJdvUORTjeWqkdKx0LbcZvjIwsAVsnIAGcxHaqowPeBFBjQuWOeC/bve0AlpFzF/+SQ==", "license": "Apache-2.0", "dependencies": { "copy-anything": "^3.0.5", diff --git a/package.json b/package.json index 05850d4d..f031acab 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "playwright": "npx playwright install --with-deps && npx playwright test" }, "dependencies": { - "less": "^4.8.1", + "less": "^4.9.0", "less-plugin-clean-css": "^1.6.0", "uglify-js": "^3.19.3" },