From 8966c171b4161610045e979cbc334a9dcdda98ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 04:14:17 +0000 Subject: [PATCH] [NPM]: Bump web-serial-polyfill from 1.0.12 to 1.0.14 Bumps [web-serial-polyfill](https://github.com/google/web-serial-polyfill) from 1.0.12 to 1.0.14. - [Release notes](https://github.com/google/web-serial-polyfill/releases) - [Commits](https://github.com/google/web-serial-polyfill/commits) --- updated-dependencies: - dependency-name: web-serial-polyfill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f4ddf0..0168617 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@luos-io/utils": "^0.0.2", "serialport": "^9.2.8", - "web-serial-polyfill": "^1.0.12" + "web-serial-polyfill": "^1.0.14" }, "peerDependencies": { "serialport": "9.2.8" diff --git a/yarn.lock b/yarn.lock index 1619087..6f0c7c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -923,10 +923,10 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -web-serial-polyfill@^1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/web-serial-polyfill/-/web-serial-polyfill-1.0.12.tgz#f64d28ab887fac988edb80461a09c3c6972a04c9" - integrity sha512-REcPAAAdCB8UxEybM9B5S3ZcIkVMw8yCqt2UINQjfwYyt+vfQw/nFljYgawQmsdaG7ucgggmCzyx6HqnKeohrQ== +web-serial-polyfill@^1.0.14: + version "1.0.14" + resolved "https://registry.yarnpkg.com/web-serial-polyfill/-/web-serial-polyfill-1.0.14.tgz#fd58e1bc42469dd8a62f7ef37250e21f94ca8d07" + integrity sha512-DCgs3SNtmB/liKcNyFnp/kdwShOITwmv+UXQOLffQkNKQMHohK1b9pIz70Eo9Bf+0bKM41hf4uQaN3WH7snKTQ== which@^1.2.14: version "1.3.1"