From ba3970f2ec770e28ef859bb8ec980fac61a39cd1 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <76186754+yuri-norwood@users.noreply.github.com> Date: Tue, 9 Feb 2021 12:53:43 +1300 Subject: [PATCH] Update Simple Icons Versioning See: https://github.com/simple-icons/simple-icons/compare/4.8.0...4.10.0 **Shields** is currently missing the 40+ icon updates added in just the past 10 days. Either: * The dependabot automation to update this specific version should be made more frequent (e.g. match the release cron for Simple Icons; 00:00 on Sunday) or * The version should be set to all compatible versions (i.e. up to 5.0.0, when the version would need to be reevaluated anyway) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d00fde176ae94..e50666dced6e6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "query-string": "^6.13.8", "request": "~2.88.2", "semver": "~7.3.4", - "simple-icons": "4.8.0", + "simple-icons": "^4.8.0", "webextension-store-meta": "^1.0.3", "xmldom": "~0.4.0", "xpath": "~0.0.32"