From 2e172906580acfe458e5f3f368e9214df3d9fc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 04:14:51 +0000 Subject: [PATCH] [NPM]: Bump web-serial-polyfill from 1.0.12 to 1.0.13 Bumps [web-serial-polyfill](https://github.com/google/web-serial-polyfill) from 1.0.12 to 1.0.13. - [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..8b398cb 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.13" }, "peerDependencies": { "serialport": "9.2.8" diff --git a/yarn.lock b/yarn.lock index 1619087..bb4af3f 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.13: + version "1.0.13" + resolved "https://registry.yarnpkg.com/web-serial-polyfill/-/web-serial-polyfill-1.0.13.tgz#0eafd03b233805d0ec05face0fff64d54c61c2be" + integrity sha512-nOCDv5JLVYpSiHyMwIpF/ahU0mrW4a7cbzOuxs8DdzMM5mB4sGPSDS6l7hjV0Nhc05OO6XpxWBb8efbFNxZ3Sg== which@^1.2.14: version "1.3.1"