Browse Source

[upd] npm: Bump less from 4.2.1 to 4.2.2 in /searx/static/themes/simple

Bumps [less](https://github.com/less/less.js) from 4.2.1 to 4.2.2.
- [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] <support@github.com>
dependabot[bot] 3 months ago
parent
commit
04a6ab12fb

+ 4 - 4
searx/static/themes/simple/package-lock.json

@@ -24,7 +24,7 @@
         "grunt-stylelint": "^0.20.1",
         "grunt-xmlmin": "^0.1.8",
         "ionicons": "^7.4.0",
-        "less": "^4.2.1",
+        "less": "^4.2.2",
         "sharp": "^0.33.5",
         "stylelint": "^16.12.0",
         "stylelint-config-standard": "^37.0.0",
@@ -5822,9 +5822,9 @@
       "license": "BSD-2-Clause"
     },
     "node_modules/less": {
-      "version": "4.2.1",
-      "resolved": "https://registry.npmjs.org/less/-/less-4.2.1.tgz",
-      "integrity": "sha512-CasaJidTIhWmjcqv0Uj5vccMI7pJgfD9lMkKtlnTHAdJdYK/7l8pM9tumLyJ0zhbD4KJLo/YvTj+xznQd5NBhg==",
+      "version": "4.2.2",
+      "resolved": "https://registry.npmjs.org/less/-/less-4.2.2.tgz",
+      "integrity": "sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==",
       "dev": true,
       "license": "Apache-2.0",
       "dependencies": {

+ 1 - 1
searx/static/themes/simple/package.json

@@ -13,7 +13,7 @@
     "grunt-stylelint": "^0.20.1",
     "grunt-xmlmin": "^0.1.8",
     "ionicons": "^7.4.0",
-    "less": "^4.2.1",
+    "less": "^4.2.2",
     "sharp": "^0.33.5",
     "stylelint": "^16.12.0",
     "stylelint-config-standard": "^37.0.0",