diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-28 07:13:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 07:13:58 +0000 |
commit | 3cade9a7eb174585961695990c0612654e351386 (patch) | |
tree | 996e6ef6eb7df90bdd04750bb23aa033e6fd3ccd | |
parent | affd8f751dc3c220649a67862ad7f1a706cd3839 (diff) | |
download | searxng-3cade9a7eb174585961695990c0612654e351386.tar.gz searxng-3cade9a7eb174585961695990c0612654e351386.zip |
Bump svgo from 2.8.0 to 3.0.0 in /searx/static/themes/simple
Bumps [svgo](https://github.com/svg/svgo) from 2.8.0 to 3.0.0.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)
- [Commits](https://github.com/svg/svgo/compare/v2.8.0...v3.0.0)
---
updated-dependencies:
- dependency-name: svgo
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | searx/static/themes/simple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 39a4de2d9..91ceb3f22 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -18,7 +18,7 @@ "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", "ejs": "^3.1.8", - "svgo": "^2.8.0" + "svgo": "^3.0.0" }, "dependencies": { "autocomplete-js": "2.7.1", |