From 95c06561f5f37f7af53d6a31a7f90a2cc8ef428b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 10:11:33 +0000 Subject: [PATCH] Bump ws from 6.2.1 to 6.2.2 in /example Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/yarn.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/example/yarn.lock b/example/yarn.lock index 8772825..2dbc9e4 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -8424,10 +8424,10 @@ vue-class-component@^7.0.1, vue-class-component@^7.0.2: resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.1.0.tgz#b33efcb10e17236d684f70b1e96f1946ec793e87" integrity sha512-G9152NzUkz0i0xTfhk0Afc8vzdXxDR1pfN4dTwE72cskkgJtdXfrKBkMfGvDuxUh35U500g5Ve4xL8PEGdWeHg== -vue-entity-adapter@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/vue-entity-adapter/-/vue-entity-adapter-1.0.2.tgz#821ec5907c0f5156c67e76850793c3eea321578b" - integrity sha512-2qPKrEu6mA/e9udBZUO6lWekk0iW64aPmrj23mbKuhO0o+stqlYVp7rN8dKUA8MTMhVk+J39kUhbai1GwgE3zw== +vue-entity-adapter-plus@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/vue-entity-adapter-plus/-/vue-entity-adapter-plus-1.0.1.tgz#503fdf912beb37dcb08614f78dc08b3eab4a0fb3" + integrity sha512-hdn5qAopAjvx3lYNpzw0N6Mi9DdC2GJV74aWvlkrxTKIB6b1IzPtUw2Nt3Zp4xYQ5E5/joaWr4bfozVWtMyaJg== dependencies: lodash "^4.17.11" @@ -8747,9 +8747,9 @@ write@^0.2.1: mkdirp "^0.5.1" ws@^6.0.0, ws@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" - integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== + version "6.2.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" + integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== dependencies: async-limiter "~1.0.0"