From d802ce48f1f6ce2cd44eec500ad1d46801317743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 08:03:48 +0000 Subject: [PATCH] build(deps): bump crypto-es from 1.2.6 to 1.2.7 Bumps [crypto-es](https://github.com/entronad/crypto-es) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/entronad/crypto-es/releases) - [Changelog](https://github.com/entronad/crypto-es/blob/master/CHANGELOG.md) - [Commits](https://github.com/entronad/crypto-es/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63a1e47..d50865f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2159,9 +2159,9 @@ } }, "crypto-es": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/crypto-es/-/crypto-es-1.2.6.tgz", - "integrity": "sha512-PQnrovdr5ibmOxqAh/Vy+A30RokHom7kb9Z61EPwfASfbcJCrCG4+vNNegmebNVHiXvS7WjYpHDePxnE/biEbA==" + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/crypto-es/-/crypto-es-1.2.7.tgz", + "integrity": "sha512-UUqiVJ2gUuZFmbFsKmud3uuLcNP2+Opt+5ysmljycFCyhA0+T16XJmo1ev/t5kMChMqWh7IEvURNCqsg+SjZGQ==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index 73e2bbe..3a686aa 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "typescript": "^3.6.4" }, "dependencies": { - "crypto-es": "^1.2.2", + "crypto-es": "^1.2.7", "rxjs": "^6.6.3", "sturdy-websocket": "^0.2.1" }