Skip to content

Commit

Permalink
Bump drupal/raven from 5.0.9 to 5.0.11
Browse files Browse the repository at this point in the history
Bumps drupal/raven from 5.0.9 to 5.0.11.

---
updated-dependencies:
- dependency-name: drupal/raven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent bed625a commit d0e1cde
Showing 1 changed file with 37 additions and 30 deletions.
67 changes: 37 additions & 30 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1766,16 +1766,16 @@
},
{
"name": "doctrine/common",
"version": "3.4.3",
"version": "3.4.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
"reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
"reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
"url": "https://api.github.com/repos/doctrine/common/zipball/0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a",
"reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -1837,7 +1837,7 @@
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
"source": "https://github.com/doctrine/common/tree/3.4.3"
"source": "https://github.com/doctrine/common/tree/3.4.4"
},
"funding": [
{
Expand All @@ -1853,7 +1853,7 @@
"type": "tidelift"
}
],
"time": "2022-10-09T11:47:59+00:00"
"time": "2024-04-16T13:35:33+00:00"
},
{
"name": "doctrine/deprecations",
Expand Down Expand Up @@ -11654,17 +11654,17 @@
},
{
"name": "drupal/raven",
"version": "5.0.9",
"version": "5.0.11",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/raven.git",
"reference": "5.0.9"
"reference": "5.0.11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/raven-5.0.9.zip",
"reference": "5.0.9",
"shasum": "c1f33d6342264a7143fd121475b4ea5f39219c51"
"url": "https://ftp.drupal.org/files/projects/raven-5.0.11.zip",
"reference": "5.0.11",
"shasum": "ef441bbeb2f58e2efe57cc0fc3343e14c4944b4b"
},
"require": {
"drupal/core": "^10.1",
Expand All @@ -11679,8 +11679,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "5.0.9",
"datestamp": "1711141649",
"version": "5.0.11",
"datestamp": "1713227351",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -18421,28 +18421,35 @@
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.3.0",
"version": "5.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
"reference": "298d2febfe79d03fe714eb871d5538da55205b1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/298d2febfe79d03fe714eb871d5538da55205b1a",
"reference": "298d2febfe79d03fe714eb871d5538da55205b1a",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.1",
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.7",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
"mockery/mockery": "~1.3.5",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.13"
},
"type": "library",
"extra": {
Expand All @@ -18466,15 +18473,15 @@
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
"email": "opensource@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.0"
},
"time": "2021-10-19T17:43:47+00:00"
"time": "2024-04-09T21:13:58+00:00"
},
{
"name": "phpdocumentor/type-resolver",
Expand Down Expand Up @@ -21114,16 +21121,16 @@
},
{
"name": "sentry/sentry",
"version": "4.6.1",
"version": "4.7.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
"reference": "5a94184175e5830b589bf923da8c9c3af2c0f409"
"reference": "d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5a94184175e5830b589bf923da8c9c3af2c0f409",
"reference": "5a94184175e5830b589bf923da8c9c3af2c0f409",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f",
"reference": "d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -21187,7 +21194,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/4.6.1"
"source": "https://github.com/getsentry/sentry-php/tree/4.7.0"
},
"funding": [
{
Expand All @@ -21199,7 +21206,7 @@
"type": "custom"
}
],
"time": "2024-03-08T08:18:09+00:00"
"time": "2024-04-10T13:22:13+00:00"
},
{
"name": "simplesamlphp/assert",
Expand Down

0 comments on commit d0e1cde

Please sign in to comment.