From efbd5aa52c1a23a0dc31ea377b106eb157c84774 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Nov 2020 11:10:58 +0000 Subject: [PATCH] Update dependency automattic/jetpack-constants to v1.5.1 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 94d6e4e6dbd..4ddaf0ce380 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": ">=7.0", "automattic/jetpack-autoloader": "2.6.0", - "automattic/jetpack-constants": "1.5.0", + "automattic/jetpack-constants": "1.5.1", "composer/installers": "~1.7", "maxmind-db/reader": "1.6.0", "pelago/emogrifier": "3.1.0", diff --git a/composer.lock b/composer.lock index 85d1e04d0be..91f444cb9fd 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": "61eada68be08c4d163b7aa716837e99e", + "content-hash": "486f7eb6eda8b5a537d5a6e72c4cbdad", "packages": [ { "name": "automattic/jetpack-autoloader", @@ -50,16 +50,16 @@ }, { "name": "automattic/jetpack-constants", - "version": "v1.5.0", + "version": "v1.5.1", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-constants.git", - "reference": "9827a2f446b8c4faafaf1c740483031c073a381d" + "reference": "18f772daddc8be5df76c9f4a92e017a3c2569a5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/9827a2f446b8c4faafaf1c740483031c073a381d", - "reference": "9827a2f446b8c4faafaf1c740483031c073a381d", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/18f772daddc8be5df76c9f4a92e017a3c2569a5b", + "reference": "18f772daddc8be5df76c9f4a92e017a3c2569a5b", "shasum": "" }, "require-dev": { @@ -78,9 +78,9 @@ ], "description": "A wrapper for defining constants in a more testable way.", "support": { - "source": "https://github.com/Automattic/jetpack-constants/tree/master" + "source": "https://github.com/Automattic/jetpack-constants/tree/v1.5.1" }, - "time": "2020-08-13T14:33:09+00:00" + "time": "2020-10-28T19:00:31+00:00" }, { "name": "composer/installers",