From a7696c73925685773095c0b67a376718a5ac2f24 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Oct 2020 10:31:13 +0000 Subject: [PATCH] Update dependency automattic/jetpack-constants to v1.5.0 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 295fba23016..8dcfff639ce 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "require": { "php": ">=7.0", "automattic/jetpack-autoloader": "2.2.0", - "automattic/jetpack-constants": "1.4.0", + "automattic/jetpack-constants": "1.5.0", "composer/installers": "1.7.0", "maxmind-db/reader": "1.6.0", "pelago/emogrifier": "3.1.0", diff --git a/composer.lock b/composer.lock index c233a724714..751047cb2f3 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": "94984eae625dec8220d48beb1ff4b40d", + "content-hash": "177fa175c12c63dd29d3241469dc07b7", "packages": [ { "name": "automattic/jetpack-autoloader", @@ -44,16 +44,16 @@ }, { "name": "automattic/jetpack-constants", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-constants.git", - "reference": "b4210d56948529b43785ce31e0055f435eac1f9f" + "reference": "9827a2f446b8c4faafaf1c740483031c073a381d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b4210d56948529b43785ce31e0055f435eac1f9f", - "reference": "b4210d56948529b43785ce31e0055f435eac1f9f", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/9827a2f446b8c4faafaf1c740483031c073a381d", + "reference": "9827a2f446b8c4faafaf1c740483031c073a381d", "shasum": "" }, "require-dev": { @@ -71,7 +71,7 @@ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "time": "2020-07-01T15:55:35+00:00" + "time": "2020-08-13T14:33:09+00:00" }, { "name": "composer/installers",