diff --git a/composer.lock b/composer.lock
index dc58883fee849229821224e4f05076880ab31c82..083e75d1d79678cf7930ad0b5b0f8dfaafa6e371 100644
--- a/composer.lock
+++ b/composer.lock
@@ -440,20 +440,23 @@
         },
         {
             "name": "arthurhoaro/favicon",
-            "version": "v1.3.0",
+            "version": "v1.3.1",
             "source": {
                 "type": "git",
                 "url": "https://github.com/ArthurHoaro/favicon.git",
-                "reference": "8e23fe1dee6d201dd0cf05059649e567eafae57f"
+                "reference": "e18ff160cb55d0a57fd28fbd3d89783981e66859"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/8e23fe1dee6d201dd0cf05059649e567eafae57f",
-                "reference": "8e23fe1dee6d201dd0cf05059649e567eafae57f",
+                "url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/e18ff160cb55d0a57fd28fbd3d89783981e66859",
+                "reference": "e18ff160cb55d0a57fd28fbd3d89783981e66859",
                 "shasum": ""
             },
             "require": {
-                "php": ">=5.6"
+                "ext-dom": "*",
+                "ext-fileinfo": "*",
+                "php": ">=5.6",
+                "squizlabs/php_codesniffer": "^3.5"
             },
             "require-dev": {
                 "phpunit/phpunit": "~4.8",
@@ -486,7 +489,7 @@
                 "finder",
                 "icon"
             ],
-            "time": "2020-01-09T15:47:28+00:00"
+            "time": "2020-10-14T09:32:44+00:00"
         },
         {
             "name": "cerdic/css-tidy",
@@ -1947,6 +1950,57 @@
             ],
             "time": "2020-04-17T04:55:11+00:00"
         },
+        {
+            "name": "squizlabs/php_codesniffer",
+            "version": "3.5.6",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
+                "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
+                "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
+                "shasum": ""
+            },
+            "require": {
+                "ext-simplexml": "*",
+                "ext-tokenizer": "*",
+                "ext-xmlwriter": "*",
+                "php": ">=5.4.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
+            },
+            "bin": [
+                "bin/phpcs",
+                "bin/phpcbf"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.x-dev"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Greg Sherwood",
+                    "role": "lead"
+                }
+            ],
+            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
+            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
+            "keywords": [
+                "phpcs",
+                "standards"
+            ],
+            "time": "2020-08-10T04:50:15+00:00"
+        },
         {
             "name": "symfony/console",
             "version": "v5.1.7",