From ab11b11f9f94ec7caa1d5612b00a0afbf40801be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:04:54 +0000 Subject: [PATCH] build(deps): bump less from 4.4.2 to 4.5.1 Bumps [less](https://github.com/less/less.js) from 4.4.2 to 4.5.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/commits) --- updated-dependencies: - dependency-name: less dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cea49c7..d336434 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-webpack-plugin": "^5.0.2", "html-replace-webpack-plugin": "^2.6.0", "html-webpack-plugin": "^5.6.5", - "less": "^4.4.2", + "less": "^4.5.1", "less-loader": "^12.3.0", "mini-css-extract-plugin": "^2.9.4", "mini-svg-data-uri": "^1.4.4", @@ -12955,9 +12955,10 @@ } }, "node_modules/less": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/less/-/less-4.4.2.tgz", - "integrity": "sha512-j1n1IuTX1VQjIy3tT7cyGbX7nvQOsFLoIqobZv4ttI5axP923gA44zUj6miiA6R5Aoms4sEGVIIcucXUbRI14g==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/less/-/less-4.5.1.tgz", + "integrity": "sha512-UKgI3/KON4u6ngSsnDADsUERqhZknsVZbnuzlRZXLQCmfC/MDld42fTydUE9B+Mla1AL6SJ/Pp6SlEFi/AVGfw==", + "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1", diff --git a/package.json b/package.json index 37146da..1e75d04 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-webpack-plugin": "^5.0.2", "html-replace-webpack-plugin": "^2.6.0", "html-webpack-plugin": "^5.6.5", - "less": "^4.4.2", + "less": "^4.5.1", "less-loader": "^12.3.0", "mini-css-extract-plugin": "^2.9.4", "mini-svg-data-uri": "^1.4.4",