From 679e0f555cbe54785200942d9d70c5087638ace9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 05:44:32 +0000 Subject: [PATCH] Bump paragonie/sodium_compat from 1.7.0 to 1.14.0 Bumps [paragonie/sodium_compat](https://github.com/paragonie/sodium_compat) from 1.7.0 to 1.14.0. - [Release notes](https://github.com/paragonie/sodium_compat/releases) - [Commits](https://github.com/paragonie/sodium_compat/compare/v1.7.0...v1.14.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index f4ddfe7..df5330d 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.14.0", "paragonie/random_compat": ">=2", "stephenhill/base58": "~1.0", "grpc/grpc": "^1.20.0", diff --git a/composer.lock b/composer.lock index cd41f66..65c77a6 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": "dc520557e06e4668d6196eae5e78d891", "packages": [ { "name": "composer/ca-bundle", @@ -856,24 +856,24 @@ }, { "name": "paragonie/sodium_compat", - "version": "v1.7.0", + "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "7b73005be3c224f12c47bd75a23ce24b762e47e8" + "reference": "a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3" }, "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/a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3", + "reference": "a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3", "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|^8|^9" }, "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": "2020-12-03T16:26:19+00:00" }, { "name": "phpcollection/phpcollection", @@ -2332,6 +2332,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, { @@ -3086,5 +3087,6 @@ "ext-json": "*", "ext-grpc": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }