Skip to content

Commit 36c02bf

Browse files
authored
Merge pull request #467 from wellcometrust/60761-application-updates_MR_master
60761 application updates mr master
2 parents 53bc70a + 3aaa8d7 commit 36c02bf

21 files changed

+450
-97
lines changed

composer-manifest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ packages:
4040
drupal/console-core: 1.9.7
4141
drupal/console-en: v1.9.7
4242
drupal/console-extend-plugin: 0.9.5
43-
drupal/core: 9.3.8
44-
drupal/core-composer-scaffold: 9.3.8
43+
drupal/core: 9.3.9
44+
drupal/core-composer-scaffold: 9.3.9
4545
drupal/crop: 2.2.0
4646
drupal/ctools: 3.7.0
4747
drupal/devel: 4.1.5
4848
drupal/draggableviews: 2.0.1
49-
drupal/dropzonejs: 2.5.0
49+
drupal/dropzonejs: 2.6.0
5050
drupal/entity_browser: 2.6.0
5151
drupal/entity_browser_entity_form: 2.6.0
5252
drupal/entity_reference_display: 1.4.0
@@ -93,7 +93,7 @@ packages:
9393
grasmash/yaml-expander: 1.4.0
9494
guzzlehttp/guzzle: 6.5.5
9595
guzzlehttp/promises: 1.5.1
96-
guzzlehttp/psr7: 1.8.3
96+
guzzlehttp/psr7: 1.8.5
9797
joachim-n/composer-manifest: 1.1.4
9898
laminas/laminas-diactoros: 2.8.0
9999
laminas/laminas-escaper: 2.9.0

composer.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2668,17 +2668,17 @@
26682668
},
26692669
{
26702670
"name": "drupal/core",
2671-
"version": "9.3.8",
2672-
"version_normalized": "9.3.8.0",
2671+
"version": "9.3.9",
2672+
"version_normalized": "9.3.9.0",
26732673
"source": {
26742674
"type": "git",
26752675
"url": "https://github.com/drupal/core.git",
2676-
"reference": "e8e3b7e5b3353f7ebf24de9d39087df75bd66afe"
2676+
"reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774"
26772677
},
26782678
"dist": {
26792679
"type": "zip",
2680-
"url": "https://api.github.com/repos/drupal/core/zipball/e8e3b7e5b3353f7ebf24de9d39087df75bd66afe",
2681-
"reference": "e8e3b7e5b3353f7ebf24de9d39087df75bd66afe",
2680+
"url": "https://api.github.com/repos/drupal/core/zipball/86b0c4496e20ae7f945e9a7f0404fafe191ab774",
2681+
"reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774",
26822682
"shasum": ""
26832683
},
26842684
"require": {
@@ -2845,7 +2845,7 @@
28452845
"drupal/workflows": "self.version",
28462846
"drupal/workspaces": "self.version"
28472847
},
2848-
"time": "2022-03-16T15:34:53+00:00",
2848+
"time": "2022-03-21T21:21:58+00:00",
28492849
"type": "drupal-core",
28502850
"extra": {
28512851
"drupal-scaffold": {
@@ -2924,8 +2924,8 @@
29242924
},
29252925
{
29262926
"name": "drupal/core-composer-scaffold",
2927-
"version": "9.3.8",
2928-
"version_normalized": "9.3.8.0",
2927+
"version": "9.3.9",
2928+
"version_normalized": "9.3.9.0",
29292929
"source": {
29302930
"type": "git",
29312931
"url": "https://github.com/drupal/core-composer-scaffold.git",
@@ -3276,18 +3276,18 @@
32763276
},
32773277
{
32783278
"name": "drupal/dropzonejs",
3279-
"version": "2.5.0",
3280-
"version_normalized": "2.5.0.0",
3279+
"version": "2.6.0",
3280+
"version_normalized": "2.6.0.0",
32813281
"source": {
32823282
"type": "git",
32833283
"url": "https://git.drupalcode.org/project/dropzonejs.git",
3284-
"reference": "8.x-2.5"
3284+
"reference": "8.x-2.6"
32853285
},
32863286
"dist": {
32873287
"type": "zip",
3288-
"url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.5.zip",
3289-
"reference": "8.x-2.5",
3290-
"shasum": "9918bd8c3c62599ec701be3bbac986741e735859"
3288+
"url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.6.zip",
3289+
"reference": "8.x-2.6",
3290+
"shasum": "3a14b26ade989e00bbbc9f6bbfa364fb5acb9367"
32913291
},
32923292
"require": {
32933293
"drupal/core": "^8.8 || ^9"
@@ -3301,8 +3301,8 @@
33013301
"type": "drupal-module",
33023302
"extra": {
33033303
"drupal": {
3304-
"version": "8.x-2.5",
3305-
"datestamp": "1614606376",
3304+
"version": "8.x-2.6",
3305+
"datestamp": "1647857808",
33063306
"security-coverage": {
33073307
"status": "covered",
33083308
"message": "Covered by Drupal's security advisory policy"
@@ -6576,17 +6576,17 @@
65766576
},
65776577
{
65786578
"name": "guzzlehttp/psr7",
6579-
"version": "1.8.3",
6580-
"version_normalized": "1.8.3.0",
6579+
"version": "1.8.5",
6580+
"version_normalized": "1.8.5.0",
65816581
"source": {
65826582
"type": "git",
65836583
"url": "https://github.com/guzzle/psr7.git",
6584-
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
6584+
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
65856585
},
65866586
"dist": {
65876587
"type": "zip",
6588-
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
6589-
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
6588+
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
6589+
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
65906590
"shasum": ""
65916591
},
65926592
"require": {
@@ -6604,7 +6604,7 @@
66046604
"suggest": {
66056605
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
66066606
},
6607-
"time": "2021-10-05T13:56:00+00:00",
6607+
"time": "2022-03-20T21:51:18+00:00",
66086608
"type": "library",
66096609
"extra": {
66106610
"branch-alias": {
@@ -6613,12 +6613,12 @@
66136613
},
66146614
"installation-source": "dist",
66156615
"autoload": {
6616-
"psr-4": {
6617-
"GuzzleHttp\\Psr7\\": "src/"
6618-
},
66196616
"files": [
66206617
"src/functions_include.php"
6621-
]
6618+
],
6619+
"psr-4": {
6620+
"GuzzleHttp\\Psr7\\": "src/"
6621+
}
66226622
},
66236623
"notification-url": "https://packagist.org/downloads/",
66246624
"license": [

vendor/guzzlehttp/psr7/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## Unreleased
1111

12+
## 1.8.5 - 2022-03-20
13+
14+
### Fixed
15+
16+
- Correct header value validation
17+
18+
## 1.8.4 - 2022-03-20
19+
20+
### Fixed
21+
22+
- Validate header values properly
23+
1224
## 1.8.3 - 2021-10-05
1325

1426
### Fixed

vendor/guzzlehttp/psr7/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
},
6969
"config": {
7070
"preferred-install": "dist",
71-
"sort-packages": true
71+
"sort-packages": true,
72+
"allow-plugins": {
73+
"bamarni/composer-bin-plugin": true
74+
}
7275
}
7376
}

0 commit comments

Comments
 (0)