diff --git a/composer.json b/composer.json
index 9f7fd1f5f..102b89d93 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
   "require-dev": {
     "phpunit/phpunit": "9.6.*",
     "squizlabs/php_codesniffer": "^3.7.2",
-    "phpstan/phpstan": "^1.10.13",
+    "phpstan/phpstan": "^1.10.14",
     "phpstan/phpstan-doctrine": "^1.3.37",
     "phpstan/phpstan-strict-rules": "^1.5.1",
     "phpstan/phpstan-phpunit": "^1.3.11",
diff --git a/composer.lock b/composer.lock
index d194327b4..d8aa65bd7 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "dd605a316f45ec1cf76c18123097f8d0",
+    "content-hash": "f30dee386cd260206a661f6f03149bef",
     "packages": [
         {
             "name": "arthurhoaro/favicon",
@@ -1360,16 +1360,16 @@
         },
         {
             "name": "phpstan/phpstan",
-            "version": "1.10.13",
+            "version": "1.10.14",
             "source": {
                 "type": "git",
                 "url": "https://github.com/phpstan/phpstan.git",
-                "reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70"
+                "reference": "d232901b09e67538e5c86a724be841bea5768a7c"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f07bf8c6980b81bf9e49d44bd0caf2e737614a70",
-                "reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70",
+                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d232901b09e67538e5c86a724be841bea5768a7c",
+                "reference": "d232901b09e67538e5c86a724be841bea5768a7c",
                 "shasum": ""
             },
             "require": {
@@ -1418,7 +1418,7 @@
                     "type": "tidelift"
                 }
             ],
-            "time": "2023-04-12T19:29:52+00:00"
+            "time": "2023-04-19T13:47:27+00:00"
         },
         {
             "name": "phpstan/phpstan-deprecation-rules",