From db4621b8dcc07abaaed86bdc63bb6d8c6bf03862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:19:34 +0000 Subject: [PATCH] build: Bump less from 4.2.0 to 4.2.1 (#3890) Bumps [less](https://github.com/less/less.js) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 eaf62b0d9..cbaa5540a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "jquery-datetimepicker": "^2.5.20", "jvectormap": "^2.0.4", "laravel-vite-plugin": "^1.0.6", - "less": "^4.2.0", + "less": "^4.2.1", "less-loader": "^12.2.0", "postcss": "^8.4.49", "postcss-nesting": "^13.0.1", @@ -3963,9 +3963,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==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 072bc5046..7f92c1cc7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "jquery-datetimepicker": "^2.5.20", "jvectormap": "^2.0.4", "laravel-vite-plugin": "^1.0.6", - "less": "^4.2.0", + "less": "^4.2.1", "less-loader": "^12.2.0", "postcss": "^8.4.49", "postcss-nesting": "^13.0.1",