From 56d8847b50bb0b436ebe644708fafb22de97f5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 24 Jan 2019 13:18:40 +0000 Subject: [PATCH] chore(deps): [security] bump cryptiles from 3.1.2 to 3.1.4 Bumps [cryptiles](https://github.com/hapijs/cryptiles) from 3.1.2 to 3.1.4. **This update includes security fixes.** - [Release notes](https://github.com/hapijs/cryptiles/releases) - [Changelog](https://github.com/hapijs/cryptiles/blob/master/CHANGELOG.md) - [Commits](https://github.com/hapijs/cryptiles/compare/v3.1.2...v3.1.4) Signed-off-by: dependabot[bot] --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index f5f0419afe..69495bd5ef 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -3436,9 +3436,9 @@ "dev": true }, "cryptiles": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz", - "integrity": "sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4=", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.4.tgz", + "integrity": "sha512-8I1sgZHfVwcSOY6mSGpVU3lw/GSIZvusg8dD2+OGehCJpOhQRLNcH0qb9upQnOH4XhgxxFJSg6E2kx95deb1Tw==", "dev": true, "requires": { "boom": "5.x.x"