From 2ca79dffc5047213ffe8ee748b48b087244ebf6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 06:30:48 +0000 Subject: [PATCH] Bump paragonie/sodium_compat from 1.7.0 to 1.12.1 Bumps [paragonie/sodium_compat](https://github.com/paragonie/sodium_compat) from 1.7.0 to 1.12.1. - [Release notes](https://github.com/paragonie/sodium_compat/releases) - [Commits](https://github.com/paragonie/sodium_compat/compare/v1.7.0...v1.12.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 3a0ac32..10374d3 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-bcmath" : "*", "ext-json": "*", "ext-grpc": "*", - "paragonie/sodium_compat": "1.7.0", + "paragonie/sodium_compat": "1.12.1", "paragonie/random_compat": ">=2", "stephenhill/base58": "~1.0", "grpc/grpc": "^1.20.0", diff --git a/composer.lock b/composer.lock index cd41f66..8f88162 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": "a75315965bcc27556c1a315e9c153fdd", + "content-hash": "80b353c860081c10e0fa5f76a8be4d12", "packages": [ { "name": "composer/ca-bundle", @@ -856,24 +856,24 @@ }, { "name": "paragonie/sodium_compat", - "version": "v1.7.0", + "version": "v1.12.1", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "7b73005be3c224f12c47bd75a23ce24b762e47e8" + "reference": "063cae9b3a7323579063e7037720f5b52b56c178" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/7b73005be3c224f12c47bd75a23ce24b762e47e8", - "reference": "7b73005be3c224f12c47bd75a23ce24b762e47e8", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/063cae9b3a7323579063e7037720f5b52b56c178", + "reference": "063cae9b3a7323579063e7037720f5b52b56c178", "shasum": "" }, "require": { "paragonie/random_compat": ">=1", - "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7" + "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8" }, "require-dev": { - "phpunit/phpunit": "^3|^4|^5" + "phpunit/phpunit": "^3|^4|^5|^6|^7" }, "suggest": { "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.", @@ -934,7 +934,7 @@ "secret-key cryptography", "side-channel resistant" ], - "time": "2018-09-22T03:59:58+00:00" + "time": "2019-11-07T17:07:24+00:00" }, { "name": "phpcollection/phpcollection",