Skip to content

Commit

Permalink
Bump drupal/csv_serialization from 2.1.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps drupal/csv_serialization from 2.1.0 to 3.0.1.

---
updated-dependencies:
- dependency-name: drupal/csv_serialization
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent d793636 commit d9ea45e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"drupal/core-composer-scaffold": "~9.5.0",
"drupal/core-recommended": "~9.5.11",
"drupal/crop": "^2.0",
"drupal/csv_serialization": "^2.0",
"drupal/csv_serialization": "^3.0",
"drupal/ctools_block": "^3.2",
"drupal/danse": "^2.2",
"drupal/danse_content_moderation": "^2.0@beta",
Expand Down
30 changes: 19 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": "47d263ff2ec7e2cd8c4f8629a9acac56",
"content-hash": "c5741ec39fd7c0d818d5371912c11319",
"packages": [
{
"name": "alchemy/zippy",
Expand Down Expand Up @@ -4170,38 +4170,45 @@
},
{
"name": "drupal/csv_serialization",
"version": "2.1.0",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/csv_serialization.git",
"reference": "8.x-2.1"
"reference": "3.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/csv_serialization-8.x-2.1.zip",
"reference": "8.x-2.1",
"shasum": "10b8629a5808ed1ecf358d5ca7054d6c14a476d4"
"url": "https://ftp.drupal.org/files/projects/csv_serialization-3.0.1.zip",
"reference": "3.0.1",
"shasum": "05367f75a98fc3b92660c6de3852a6ebc39252e2"
},
"require": {
"drupal/core": "^8 || ^9",
"league/csv": "^9.1"
"drupal/core": "^9.4",
"league/csv": "^9.7"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"drupal/coder": "^8.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.1",
"datestamp": "1655054417",
"version": "3.0.1",
"datestamp": "1698701716",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"scripts": {
"phpcs": [
"vendor/bin/phpcs"
],
"test": [
"@phpcs"
]
},
"license": [
"GPL-2.0-or-later"
],
Expand Down Expand Up @@ -27781,6 +27788,7 @@
"drupal/image_style_warmer": 5,
"drupal/jsonapi_resources": 10,
"drupal/libraries": 15,
"drupal/limited_field_widgets": 15,
"drupal/linkit": 5,
"drupal/linky": 10,
"drupal/linkychecker": 10,
Expand Down

0 comments on commit d9ea45e

Please sign in to comment.