Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump drupal/raven from 5.0.15 to 6.0.10 #19417

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"drupal/pfm": "^2.0",
"drupal/post_api": "^2.0.3",
"drupal/prometheus_exporter": "^2.0@beta",
"drupal/raven": "^5.0",
"drupal/raven": "^6.0",
"drupal/rdf": "^2.1",
"drupal/redirect": "^1.3",
"drupal/redirect_options": "^2.1",
Expand Down
35 changes: 17 additions & 18 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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": "5a80fc3a64311ffa27c3dacc63c94495",
"content-hash": "075371b4730e33b7ce9fd3457f1fa41b",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -12087,33 +12087,32 @@
},
{
"name": "drupal/raven",
"version": "5.0.15",
"version": "6.0.10",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/raven.git",
"reference": "5.0.15"
"reference": "6.0.10"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/raven-5.0.15.zip",
"reference": "5.0.15",
"shasum": "ef3472e1ed7436ac4d453fb371065e8e3f5ed7d5"
"url": "https://ftp.drupal.org/files/projects/raven-6.0.10.zip",
"reference": "6.0.10",
"shasum": "df0cce5b87bd76ce933d88afd91ebcd75741d329"
},
"require": {
"drupal/core": "^10.1 || ^11",
"sentry/sentry": "^4.4"
"drupal/core": "^10.2 || ^11",
"sentry/sentry": "^4.9"
},
"require-dev": {
"drupal/csp": "^1.17",
"drupal/monitoring": "^1.13",
"drupal/csp": "^1.17 || ^2.0",
"drupal/seckit": "^2.0",
"drush/drush": "^11.0 || ^12.0 || ^13.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "5.0.15",
"datestamp": "1719102344",
"version": "6.0.10",
"datestamp": "1728022661",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -21724,16 +21723,16 @@
},
{
"name": "sentry/sentry",
"version": "4.7.0",
"version": "4.9.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
"reference": "d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f"
"reference": "788ec170f51ebb22f2809a1e3f78b19ccd39b70d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f",
"reference": "d6769b2a5e6bf19ed3bbfbf52328ceaf8e6fcb1f",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/788ec170f51ebb22f2809a1e3f78b19ccd39b70d",
"reference": "788ec170f51ebb22f2809a1e3f78b19ccd39b70d",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -21797,7 +21796,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/4.7.0"
"source": "https://github.com/getsentry/sentry-php/tree/4.9.0"
},
"funding": [
{
Expand All @@ -21809,7 +21808,7 @@
"type": "custom"
}
],
"time": "2024-04-10T13:22:13+00:00"
"time": "2024-08-08T14:40:50+00:00"
},
{
"name": "simplesamlphp/assert",
Expand Down
Loading