From d519b6019563c4916086e5b6a8735f645779beda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 05:27:53 +0000 Subject: [PATCH] Bump blueimp-md5 from 2.18.0 to 2.19.0 Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/blueimp/JavaScript-MD5/releases) - [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.18.0...v2.19.0) --- updated-dependencies: - dependency-name: blueimp-md5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54d8e1de3..5609108e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^4.2.0", "@nextcloud/vue-dashboard": "^2.0.1", - "blueimp-md5": "^2.18.0", + "blueimp-md5": "^2.19.0", "dompurify": "^2.3.3", "lodash": "^4.17.21", "markdown-it": "^12.2.0", @@ -5211,8 +5211,9 @@ "peer": true }, "node_modules/blueimp-md5": { - "version": "2.18.0", - "license": "MIT" + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz", + "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==" }, "node_modules/bn.js": { "version": "5.2.0", @@ -23793,7 +23794,9 @@ "peer": true }, "blueimp-md5": { - "version": "2.18.0" + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz", + "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==" }, "bn.js": { "version": "5.2.0", diff --git a/package.json b/package.json index fbbc14657..edb1cfc11 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^4.2.0", "@nextcloud/vue-dashboard": "^2.0.1", - "blueimp-md5": "^2.18.0", + "blueimp-md5": "^2.19.0", "dompurify": "^2.3.3", "lodash": "^4.17.21", "markdown-it": "^12.2.0",