From 84ff97229653e85b56344e98ba85c816aa762eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:17:33 +0000 Subject: [PATCH] build(deps): bump less from 4.2.0 to 4.2.1 in the dependencies group Bumps the dependencies group with 1 update: [less](https://github.com/less/less.js). Updates `less` from 4.2.0 to 4.2.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-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 75982a5..274cfce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-webpack-plugin": "^4.2.0", "html-replace-webpack-plugin": "^2.6.0", "html-webpack-plugin": "^5.6.3", - "less": "^4.2.0", + "less": "^4.2.1", "less-loader": "^12.2.0", "mini-css-extract-plugin": "^2.9.2", "mini-svg-data-uri": "^1.4.4", @@ -11763,9 +11763,9 @@ } }, "node_modules/less": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz", - "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/less/-/less-4.2.1.tgz", + "integrity": "sha512-CasaJidTIhWmjcqv0Uj5vccMI7pJgfD9lMkKtlnTHAdJdYK/7l8pM9tumLyJ0zhbD4KJLo/YvTj+xznQd5NBhg==", "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1", diff --git a/package.json b/package.json index 65c6fc3..82fcba4 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint-webpack-plugin": "^4.2.0", "html-replace-webpack-plugin": "^2.6.0", "html-webpack-plugin": "^5.6.3", - "less": "^4.2.0", + "less": "^4.2.1", "less-loader": "^12.2.0", "mini-css-extract-plugin": "^2.9.2", "mini-svg-data-uri": "^1.4.4",