From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 14:42:05 +0000 (+0800) Subject: build(deps): bump file-saver from 2.0.2 to 2.0.5 in /html (#543) X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=50b44d2bb1a1db9419a9d75dd7858f50bca1809a;p=ttyd.git build(deps): bump file-saver from 2.0.2 to 2.0.5 in /html (#543) Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5. - [Release notes](https://github.com/eligrey/FileSaver.js/releases) - [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/eligrey/FileSaver.js/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- diff --git a/html/package.json b/html/package.json index 85aa30d..ab44462 100644 --- a/html/package.json +++ b/html/package.json @@ -63,7 +63,7 @@ "dependencies": { "backoff": "^2.5.0", "decko": "^1.2.0", - "file-saver": "^2.0.2", + "file-saver": "^2.0.5", "preact": "^10.5.7", "whatwg-fetch": "^3.5.0", "xterm": "^4.9.0", diff --git a/html/yarn.lock b/html/yarn.lock index 28512ad..2c62459 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -2859,10 +2859,10 @@ figures@^3.0.0, figures@^3.2.0: dependencies: escape-string-regexp "^1.0.5" -file-saver@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.2.tgz#06d6e728a9ea2df2cce2f8d9e84dfcdc338ec17a" - integrity sha512-Wz3c3XQ5xroCxd1G8b7yL0Ehkf0TC9oYC6buPFkNnU9EnaPlifeAFCyCh+iewXTyFRcg0a6j3J7FmJsIhlhBdw== +file-saver@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.5.tgz#d61cfe2ce059f414d899e9dd6d4107ee25670c38" + integrity sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA== file-uri-to-path@1.0.0: version "1.0.0"