summaryrefslogtreecommitdiff
path: root/client/simple
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-11 13:58:14 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-04-11 16:02:15 +0200
commitb3971f89e22b9151ba1857dc7e4a712883308c85 (patch)
tree9084ae72a1c0fd5c9495f3a4499652fca04dfc10 /client/simple
parenta4e08a5c2ffd65a8c2a8cbc1751788e98559499f (diff)
[upd] web-client (simple): Bump less in /client/simple
Bumps [less](https://github.com/less/less.js) from 4.2.2 to 4.3.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.2.2...v4.3.0) --- updated-dependencies: - dependency-name: less dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client/simple')
-rw-r--r--client/simple/package-lock.json10
-rw-r--r--client/simple/package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json
index 55a89ed99..652c296f6 100644
--- a/client/simple/package-lock.json
+++ b/client/simple/package-lock.json
@@ -20,7 +20,7 @@
"globals": "^16.0.0",
"ionicons": "^7.4.0",
"leaflet": "^1.9.4",
- "less": "^4.2.2",
+ "less": "^4.3.0",
"less-loader": "^12.2.0",
"normalize.css": "^8.0.1",
"sharp": "^0.34.1",
@@ -4532,9 +4532,9 @@
"license": "BSD-2-Clause"
},
"node_modules/less": {
- "version": "4.2.2",
- "resolved": "https://registry.npmjs.org/less/-/less-4.2.2.tgz",
- "integrity": "sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==",
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/less/-/less-4.3.0.tgz",
+ "integrity": "sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@@ -4546,7 +4546,7 @@
"lessc": "bin/lessc"
},
"engines": {
- "node": ">=6"
+ "node": ">=14"
},
"optionalDependencies": {
"errno": "^0.1.1",
diff --git a/client/simple/package.json b/client/simple/package.json
index 7fe362002..961fb380a 100644
--- a/client/simple/package.json
+++ b/client/simple/package.json
@@ -18,7 +18,7 @@
"globals": "^16.0.0",
"ionicons": "^7.4.0",
"leaflet": "^1.9.4",
- "less": "^4.2.2",
+ "less": "^4.3.0",
"less-loader": "^12.2.0",
"normalize.css": "^8.0.1",
"sharp": "^0.34.1",