Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/composer/drupal/entity_browser-2.…
Browse files Browse the repository at this point in the history
…10.0
  • Loading branch information
edmund-dunn authored Dec 15, 2023
2 parents 9aa9f58 + c287b3d commit 1bcce7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,6 @@
"3204586 - Update URL Alias action is only available for nodes + users and does not work with views_bulk_operations": "https://www.drupal.org/files/issues/2022-10-28/pathauto-add_deriver_for_alias_update_action-3204586-28_0.patch",
"3214658 - Omit nolink items from url path args and add token that uses parent url": "https://www.drupal.org/files/issues/2022-05-08/remove-nolink-args-use-parent-entity-url-3214658-18.patch"
},
"drupal/path_redirect_import": {
"3373025 - Update to support path redirect import migrate_tools 6.0.2": "https://www.drupal.org/files/issues/2023-07-06/path_redirect_import-3373025.patch"
},
"drupal/prometheus_exporter": {
"3214628 - Add published/unpublished node statistics to NodeCount.": "https://www.drupal.org/files/issues/2021-06-29/prometheus_exporter-add_status_metrics_to_node_count-3214628-3.patch"
},
Expand Down
27 changes: 16 additions & 11 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": "5076eab84ec9f08c56247c3fc868efef",
"content-hash": "a3cb7d2f587c883513e7df7cb6b8332c",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -10981,23 +10981,23 @@
},
{
"name": "drupal/path_redirect_import",
"version": "2.0.7",
"version": "2.0.8",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/path_redirect_import.git",
"reference": "2.0.7"
"reference": "2.0.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/path_redirect_import-2.0.7.zip",
"reference": "2.0.7",
"shasum": "20c746f7dcccf1377e89741b20cd1ae22c64ddaf"
"url": "https://ftp.drupal.org/files/projects/path_redirect_import-2.0.8.zip",
"reference": "2.0.8",
"shasum": "a1fb1fe44bf657228d099576874ade5e6065c414"
},
"require": {
"drupal/core": ">=9.1",
"drupal/migrate_source_csv": "^3.5",
"drupal/migrate_tools": "^5.0 || ^6.0",
"drupal/redirect": "*",
"drupal/migrate_tools": "^6.0.2",
"drupal/redirect": ">=1.7",
"php": ">=7.1"
},
"require-dev": {
Expand All @@ -11006,12 +11006,17 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.7",
"datestamp": "1686322209",
"version": "2.0.8",
"datestamp": "1701853731",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": ">=9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
Expand All @@ -11036,7 +11041,7 @@
"description": "Migrate Drupal redirects from CSV.",
"homepage": "https://www.drupal.org/project/path_redirect_import",
"support": {
"source": "https://cgit.drupalcode.org/path_redirect_import",
"source": "https://git.drupalcode.org/path_redirect_import",
"issues": "https://www.drupal.org/project/issues/path_redirect_import"
}
},
Expand Down

0 comments on commit 1bcce7e

Please sign in to comment.