Skip to content

Commit

Permalink
VACMS-12252: fix for csv_serialization update
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Nov 1, 2023
1 parent 35bb654 commit 439e816
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"drupal/core-composer-scaffold": "10.1.4 as 9.5",
"drupal/core-recommended": "10.1.4 as 9.5",
"drupal/crop": "^2.0",
"drupal/csv_serialization": "^3.0",
"drupal/csv_serialization": "4.0 as 3.0",
"drupal/ctools_block": "^4.0",
"drupal/danse": "^2.2",
"drupal/danse_content_moderation": "^2.0@beta",
Expand Down
40 changes: 23 additions & 17 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": "d2296d2d0568473fe1a71687e47efedd",
"content-hash": "ba5449222aeea3a1b9d459ebd4d09856",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -4206,30 +4206,30 @@
},
{
"name": "drupal/csv_serialization",
"version": "3.0.1",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/csv_serialization.git",
"reference": "3.0.1"
"reference": "4.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/csv_serialization-3.0.1.zip",
"reference": "3.0.1",
"shasum": "05367f75a98fc3b92660c6de3852a6ebc39252e2"
"url": "https://ftp.drupal.org/files/projects/csv_serialization-4.0.0.zip",
"reference": "4.0.0",
"shasum": "90d429b044f7d6608d9075852285f37a97d5de6c"
},
"require": {
"drupal/core": "^9.4",
"league/csv": "^9.7"
"drupal/core": "^10",
"league/csv": "^9.1"
},
"require-dev": {
"drupal/coder": "^8.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.1",
"datestamp": "1698701716",
"version": "4.0.0",
"datestamp": "1698702085",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -10105,26 +10105,26 @@
},
{
"name": "drupal/node_revision_delete",
"version": "1.0.0-rc6",
"version": "1.0.0-rc7",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/node_revision_delete.git",
"reference": "8.x-1.0-rc6"
"reference": "8.x-1.0-rc7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/node_revision_delete-8.x-1.0-rc6.zip",
"reference": "8.x-1.0-rc6",
"shasum": "68db55e328bc247a2a16501dd930538961314107"
"url": "https://ftp.drupal.org/files/projects/node_revision_delete-8.x-1.0-rc7.zip",
"reference": "8.x-1.0-rc7",
"shasum": "e689fd6bc78afe2e26b7871ed4dc56d4dec3abd7"
},
"require": {
"drupal/core": "^8.7.7 || ^9.0 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc6",
"datestamp": "1668447494",
"version": "8.x-1.0-rc7",
"datestamp": "1698848506",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
Expand Down Expand Up @@ -26626,6 +26626,12 @@
"alias": "9.5",
"alias_normalized": "9.5.0.0"
},
{
"package": "drupal/csv_serialization",
"version": "4.0.0.0",
"alias": "3.0",
"alias_normalized": "3.0.0.0"
},
{
"package": "easyrdf/easyrdf",
"version": "1.1.1.0",
Expand Down

0 comments on commit 439e816

Please sign in to comment.