From 05a278ae5bf8359309ad056b8b518f9a939daeca Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Tue, 28 Mar 2023 07:42:44 +0000
Subject: [PATCH] update tuupola/cors-middleware to 1.4.3, fixes #2467

Closes #2467

Merge request studip/studip!1664
---
 composer.json |  2 +-
 composer.lock | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/composer.json b/composer.json
index d1a839062ed..b43f69f5d27 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,7 @@
         "guzzlehttp/psr7": "^2.3",
         "neomerx/json-api": "4.0.1",
         "spomky-labs/otphp": "^8.3.3",
-        "tuupola/cors-middleware": "1.2.1",
+        "tuupola/cors-middleware": "^1.2.1",
         "tecnickcom/tcpdf": "^6.3",
         "scssphp/scssphp": "^1.4",
         "symfony/yaml": "^5.0",
diff --git a/composer.lock b/composer.lock
index 0b652cba573..ea090ceb84c 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": "898310dd65d7d84440e4e3c0c133c763",
+    "content-hash": "5cc4ba67bf29d9dec56b819f4a86e27b",
     "packages": [
         {
             "name": "algo26-matthias/idna-convert",
@@ -4092,16 +4092,16 @@
         },
         {
             "name": "tuupola/cors-middleware",
-            "version": "1.2.1",
+            "version": "1.3.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/tuupola/cors-middleware.git",
-                "reference": "4f085d11f349e83d18f1eb5802551353b2b093a3"
+                "reference": "87cbbbfad66977ee44d3d3099823923335c02814"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/tuupola/cors-middleware/zipball/4f085d11f349e83d18f1eb5802551353b2b093a3",
-                "reference": "4f085d11f349e83d18f1eb5802551353b2b093a3",
+                "url": "https://api.github.com/repos/tuupola/cors-middleware/zipball/87cbbbfad66977ee44d3d3099823923335c02814",
+                "reference": "87cbbbfad66977ee44d3d3099823923335c02814",
                 "shasum": ""
             },
             "require": {
@@ -4114,11 +4114,11 @@
             },
             "require-dev": {
                 "equip/dispatch": "^2.0",
-                "overtrue/phplint": "^1.0",
+                "nyholm/psr7": "^1.5",
+                "overtrue/phplint": "^3.0",
                 "phpstan/phpstan": "^0.12.42",
                 "phpunit/phpunit": "^7.0|^8.0|^9.0",
-                "squizlabs/php_codesniffer": "^3.5",
-                "zendframework/zend-diactoros": "^1.0|^2.0"
+                "squizlabs/php_codesniffer": "^3.5"
             },
             "type": "library",
             "autoload": {
@@ -4148,7 +4148,7 @@
             ],
             "support": {
                 "issues": "https://github.com/tuupola/cors-middleware/issues",
-                "source": "https://github.com/tuupola/cors-middleware/tree/1.2.1"
+                "source": "https://github.com/tuupola/cors-middleware/tree/1.3.0"
             },
             "funding": [
                 {
@@ -4156,7 +4156,7 @@
                     "type": "github"
                 }
             ],
-            "time": "2020-10-29T11:01:06+00:00"
+            "time": "2022-04-14T11:07:11+00:00"
         },
         {
             "name": "tuupola/http-factory",
-- 
GitLab