Skip to content

Commit

Permalink
Bump drupal/upgrade_status from 4.1.0 to 4.2.0 (#17900)
Browse files Browse the repository at this point in the history
Bumps drupal/upgrade_status from 4.1.0 to 4.2.0.

---
updated-dependencies:
- dependency-name: drupal/upgrade_status
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 omahane committed Apr 26, 2024
1 parent 2257266 commit ccd465a
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1680,16 +1680,16 @@
},
{
"name": "doctrine/collections",
"version": "2.2.1",
"version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "420480fc085bc65f3c956af13abe8e7546f94813"
"reference": "d8af7f248c74f195f7347424600fd9e17b57af59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/420480fc085bc65f3c956af13abe8e7546f94813",
"reference": "420480fc085bc65f3c956af13abe8e7546f94813",
"url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59",
"reference": "d8af7f248c74f195f7347424600fd9e17b57af59",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -1746,7 +1746,7 @@
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/2.2.1"
"source": "https://github.com/doctrine/collections/tree/2.2.2"
},
"funding": [
{
Expand All @@ -1762,7 +1762,7 @@
"type": "tidelift"
}
],
"time": "2024-03-05T22:28:45+00:00"
"time": "2024-04-18T06:56:21+00:00"
},
{
"name": "doctrine/common",
Expand Down Expand Up @@ -13494,32 +13494,35 @@
},
{
"name": "drupal/upgrade_status",
"version": "4.1.0",
"version": "4.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/upgrade_status.git",
"reference": "4.1.0"
"reference": "4.2.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/upgrade_status-4.1.0.zip",
"reference": "4.1.0",
"shasum": "b306740b7e952f3d6bb71a2e0a165d48977e732a"
"url": "https://ftp.drupal.org/files/projects/upgrade_status-4.2.0.zip",
"reference": "4.2.0",
"shasum": "df311f2d8bc128726ea2855ef772b874ad14d856"
},
"require": {
"dekor/php-array-table": "^2.0",
"drupal/core": "^9 || ^10",
"mglaman/phpstan-drupal": "^1.0.0",
"nikic/php-parser": "^4.0.0",
"nikic/php-parser": "^4.0.0|^5.0.0",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"symfony/process": "^3.4|^4.0|^5.0|^6.0",
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
"drush/drush": "^11|^12"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.1.0",
"datestamp": "1708602507",
"version": "4.2.0",
"datestamp": "1713437815",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -17114,33 +17117,35 @@
},
{
"name": "nikic/php-parser",
"version": "v4.19.1",
"version": "v5.0.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "4e1b88d21c69391150ace211e9eaf05810858d0b"
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b",
"reference": "4e1b88d21c69391150ace211e9eaf05810858d0b",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"ext-tokenizer": "*",
"php": ">=7.1"
"php": ">=7.4"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
"dev-master": "5.0-dev"
}
},
"autoload": {
Expand All @@ -17164,9 +17169,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
},
"time": "2024-03-17T08:10:35+00:00"
"time": "2024-03-05T20:51:40+00:00"
},
{
"name": "npm-asset/dropzone",
Expand Down

0 comments on commit ccd465a

Please sign in to comment.