nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit cf2a05171e3f88d708b7498148aa9a7f5df198cb
parent 08b171930cd7c36b0d68ee38225e2b1bfc69c61d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon,  4 Apr 2022 05:44:10 +0000

build(deps): 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] <support@github.com>
Diffstat:
Mpackage.json | 2+-
Myarn.lock | 8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -75,7 +75,7 @@ "dependencies": { "@sentry/browser": "^6.19.3", "alertify.js": "^1.0.12", - "blueimp-md5": "^2.18.0", + "blueimp-md5": "^2.19.0", "browser-filesaver": "^1.1.1", "core-js": "^3.21.1", "escape-html": "^1.0.3", diff --git a/yarn.lock b/yarn.lock @@ -2020,10 +2020,10 @@ bl@^3.0.0: dependencies: readable-stream "^3.0.1" -blueimp-md5@^2.18.0: - version "2.18.0" - resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.18.0.tgz#1152be1335f0c6b3911ed9e36db54f3e6ac52935" - integrity sha512-vE52okJvzsVWhcgUHOv+69OG3Mdg151xyn41aVQN/5W5S+S43qZhxECtYLAEHMSFWX6Mv5IZrzj3T5+JqXfj5Q== +blueimp-md5@^2.19.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz#b53feea5498dcb53dc6ec4b823adb84b729c4af0" + integrity sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w== body-parser@1.19.0, body-parser@^1.19.0: version "1.19.0"