Skip to content

Commit 71680dc

Browse files
Update dependency guzzlehttp/guzzle to v7.4.5 [SECURITY]
1 parent bf97965 commit 71680dc

File tree

9 files changed

+809
-217
lines changed

9 files changed

+809
-217
lines changed

01-simple-application/web-application/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"slim/slim": "4.8.0",
12-
"guzzlehttp/guzzle": "7.3.0",
12+
"guzzlehttp/guzzle": "7.4.5",
1313
"guzzlehttp/psr7": "1.8.1",
1414
"http-interop/http-factory-guzzle": "1.2.0"
1515
}

05-configmaps-and-secrets/web-application/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
],
1010
"require": {
1111
"slim/slim": "4.8.0",
12-
"guzzlehttp/guzzle": "7.3.0"
12+
"guzzlehttp/guzzle": "7.4.5"
1313
}
1414
}

0 commit comments

Comments
 (0)