From fba77fde480294d41a96d2ac0f79a10b1bd265e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2020 21:41:09 +0800 Subject: [PATCH] build(deps): bump zmodem.js from 0.1.9 to 0.1.10 in /html (#447) Bumps [zmodem.js](https://github.com/FGasper/zmodemjs) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/FGasper/zmodemjs/releases) - [Changelog](https://github.com/FGasper/zmodemjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/FGasper/zmodemjs/compare/0.1.9...0.1.10) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- html/package.json | 2 +- html/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/package.json b/html/package.json index ebbf1a0..ce4d3e9 100644 --- a/html/package.json +++ b/html/package.json @@ -70,6 +70,6 @@ "xterm-addon-fit": "^0.4.0", "xterm-addon-web-links": "^0.4.0", "xterm-addon-webgl": "^0.8.0", - "zmodem.js": "^0.1.9" + "zmodem.js": "^0.1.10" } } diff --git a/html/yarn.lock b/html/yarn.lock index c80e87c..03bcebd 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -8767,9 +8767,9 @@ yargs@^7.1.0: y18n "^3.2.1" yargs-parser "^5.0.0" -zmodem.js@^0.1.9: - version "0.1.9" - resolved "https://registry.yarnpkg.com/zmodem.js/-/zmodem.js-0.1.9.tgz#8dda36d45091bbdf263819f961d3c1a20223daf7" - integrity sha512-xixLjW1eML0uiWULsXDInyfwNW9mqESzz7ra+2MWHNG2F5JINEkE5vzF5MigpPcLvrYoHdnehPcJwQZlDph3hQ== +zmodem.js@^0.1.10: + version "0.1.10" + resolved "https://registry.yarnpkg.com/zmodem.js/-/zmodem.js-0.1.10.tgz#848ae071ea0f2706e3decd24ec66fc009ed19c47" + integrity sha512-Z1DWngunZ/j3BmIzSJpFZVNV73iHkj89rxXX4IciJdU9ga3nZ7rJ5LkfjV/QDsKhc7bazDWTTJCLJ+iRXD82dw== dependencies: crc-32 "^1.1.1" -- 2.43.4