From 7c9ee08c0782ecced01e6485a5c4316ab714e541 Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Tue, 16 Jul 2024 12:19:52 -0700 Subject: [PATCH] Update content-build to v0.0.3553. (#18535) --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index afc6f334ae..6d345849de 100644 --- a/composer.json +++ b/composer.json @@ -225,7 +225,7 @@ "symfony/phpunit-bridge": "^5.1", "symfony/process": "^6.3", "symfony/routing": "^6.3", - "va-gov/content-build": "^0.0.3536", + "va-gov/content-build": "^0.0.3553", "vlucas/phpdotenv": "^5.3", "webflo/drupal-finder": "^1.0.0", "webmozart/path-util": "^2.3", diff --git a/composer.lock b/composer.lock index 6fb6683832..2c21cc76e1 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "bc01a325471df223b116eb6cced175e2", + "content-hash": "27228a721a04196b0ded0642d3f547da", "packages": [ { "name": "asm89/stack-cors", @@ -25996,16 +25996,16 @@ }, { "name": "va-gov/content-build", - "version": "v0.0.3536", + "version": "v0.0.3553", "source": { "type": "git", "url": "https://github.com/department-of-veterans-affairs/content-build.git", - "reference": "423a174042b5787c2b4bf3fb2b7d9c5920e0b6d3" + "reference": "d583b662509aea0b074b37c88853b816a243bef2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/department-of-veterans-affairs/content-build/zipball/423a174042b5787c2b4bf3fb2b7d9c5920e0b6d3", - "reference": "423a174042b5787c2b4bf3fb2b7d9c5920e0b6d3", + "url": "https://api.github.com/repos/department-of-veterans-affairs/content-build/zipball/d583b662509aea0b074b37c88853b816a243bef2", + "reference": "d583b662509aea0b074b37c88853b816a243bef2", "shasum": "" }, "type": "node-project", @@ -26032,9 +26032,9 @@ "description": "Front-end for VA.gov. This repository contains the code that generates the www.va.gov website. It contains a Metalsmith static site builder that uses a Drupal CMS for content. This file is here to publish releases to https://packagist.org/packages/va-gov/content-build, so that the CMS CI system can install it and update it using standard composer processes, and so that we can run tests across both systems. See https://github.com/department-of-veterans-affairs/va.gov-cms for the CMS repo, and stand by for more documentation.", "support": { "issues": "https://github.com/department-of-veterans-affairs/content-build/issues", - "source": "https://github.com/department-of-veterans-affairs/content-build/tree/v0.0.3536" + "source": "https://github.com/department-of-veterans-affairs/content-build/tree/v0.0.3553" }, - "time": "2024-06-26T14:28:17+00:00" + "time": "2024-07-16T15:28:04+00:00" }, { "name": "vlucas/phpdotenv",