aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStud.IP <studip-trac-bot@noreply.gitlab.studip.de>2023-10-10 15:03:23 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-10-10 15:03:23 +0000
commite5ae8d1ca25af8f10e372feefa8a1897245b5467 (patch)
tree65bec2a9f365cf8b34046decedd863c2624285ee
parent2f0ca9c0b024c413ee0df9df385b2eb1f552fe7f (diff)
[Security] Bump league/oauth2-server from 8.4.1 to 8.4.2, re #3315
Merge request studip/studip!2232
-rw-r--r--composer.lock27
1 files changed, 14 insertions, 13 deletions
diff --git a/composer.lock b/composer.lock
index 7f7e930..82eae53 100644
--- a/composer.lock
+++ b/composer.lock
@@ -230,16 +230,16 @@
},
{
"name": "defuse/php-encryption",
- "version": "v2.3.1",
+ "version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/defuse/php-encryption.git",
- "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
+ "reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
- "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
+ "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
+ "reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
"shasum": ""
},
"require": {
@@ -248,7 +248,8 @@
"php": ">=5.6.0"
},
"require-dev": {
- "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
+ "phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
+ "yoast/phpunit-polyfills": "^2.0.0"
},
"bin": [
"bin/generate-defuse-key"
@@ -290,9 +291,9 @@
],
"support": {
"issues": "https://github.com/defuse/php-encryption/issues",
- "source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
+ "source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
},
- "time": "2021-04-09T23:57:26+00:00"
+ "time": "2023-06-19T06:10:36+00:00"
},
{
"name": "ezyang/htmlpurifier",
@@ -918,16 +919,16 @@
},
{
"name": "league/oauth2-server",
- "version": "8.4.1",
+ "version": "8.4.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git",
- "reference": "eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24"
+ "reference": "007dc5f6c0151a73b133fec36c9686cc956209d3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24",
- "reference": "eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24",
+ "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/007dc5f6c0151a73b133fec36c9686cc956209d3",
+ "reference": "007dc5f6c0151a73b133fec36c9686cc956209d3",
"shasum": ""
},
"require": {
@@ -994,7 +995,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-server/issues",
- "source": "https://github.com/thephpleague/oauth2-server/tree/8.4.1"
+ "source": "https://github.com/thephpleague/oauth2-server/tree/8.4.2"
},
"funding": [
{
@@ -1002,7 +1003,7 @@
"type": "github"
}
],
- "time": "2023-03-22T11:47:53+00:00"
+ "time": "2023-08-02T22:54:39+00:00"
},
{
"name": "league/uri",