Skip to content

Commit

Permalink
Bump drupal/hook_event_dispatcher from 4.0.0-rc1 to 4.0.0 (department…
Browse files Browse the repository at this point in the history
…-of-veterans-affairs#17428)

* Bump drupal/hook_event_dispatcher from 4.0.0-rc1 to 4.0.0

Bumps drupal/hook_event_dispatcher from 4.0.0-rc1 to 4.0.0.

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

Signed-off-by: dependabot[bot] <[email protected]>

* removed unnecessary patch

* updated composer.lock

* updated composer.lock

* updated composer.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edmund Dunn <[email protected]>
  • Loading branch information
2 people authored and jilladams committed May 6, 2024
1 parent 28fb13f commit ccbfeee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,6 @@
"drupal/html_tag_usage": {
"3270450 - Add csv generator and filters": "https://www.drupal.org/files/issues/2022-06-30/add-filters-and-csv-20.patch"
},
"drupal/hook_event_dispatcher": {
"3341726 - fix for deprecated getImplemenations()": "https://www.drupal.org/files/issues/2023-02-14/3341726-remove-getImplementations.patch"
},
"drupal/inline_entity_form": {
"3226473 - Opt-in system delete.": "https://www.drupal.org/files/issues/2023-03-28/3226473-opt-in-system-delete-2.patch",
"3061620 - Cancel closes all forms": "https://www.drupal.org/files/issues/2022-07-21/inline_entity_form-close-only-forms-where-close-clicked-3061620-13.patch"
Expand Down
19 changes: 10 additions & 9 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7577,17 +7577,17 @@
},
{
"name": "drupal/hook_event_dispatcher",
"version": "4.0.0-rc1",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/hook_event_dispatcher.git",
"reference": "4.0.0-rc1"
"reference": "4.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/hook_event_dispatcher-4.0.0-rc1.zip",
"reference": "4.0.0-rc1",
"shasum": "4e643c27f4c083eb30a1e2325163e65be47d7b81"
"url": "https://ftp.drupal.org/files/projects/hook_event_dispatcher-4.0.0.zip",
"reference": "4.0.0",
"shasum": "9b11a07269ccf87e2c9b5e487aea3bcb425fcf5f"
},
"require": {
"drupal/core": "^10",
Expand All @@ -7596,6 +7596,7 @@
"require-dev": {
"drupal/core_event_dispatcher": "*",
"drupal/paragraphs": "^1.10",
"drupal/tracer": "^1.0",
"drupal/webform": "*",
"mglaman/phpstan-drupal": "^1.1",
"mockery/mockery": "^1.3",
Expand All @@ -7609,11 +7610,11 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.0-rc1",
"datestamp": "1691676068",
"version": "4.0.0",
"datestamp": "1709272506",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
Expand Down

0 comments on commit ccbfeee

Please sign in to comment.