From b320672ea3afbde62fd455faba2afed9a7e50b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 23:52:40 +0000 Subject: [PATCH] chore(deps): bump yjs from 13.6.14 to 13.6.18 Bumps [yjs](https://github.com/yjs/yjs) from 13.6.14 to 13.6.18. - [Release notes](https://github.com/yjs/yjs/releases) - [Commits](https://github.com/yjs/yjs/compare/v13.6.14...v13.6.18) --- updated-dependencies: - dependency-name: yjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/collaborative-text-editor/package.json | 2 +- packages/yrb-actioncable/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/collaborative-text-editor/package.json b/examples/collaborative-text-editor/package.json index 319cb7a4..1fd6c2ef 100644 --- a/examples/collaborative-text-editor/package.json +++ b/examples/collaborative-text-editor/package.json @@ -25,7 +25,7 @@ "prosemirror-transform": "^1.9.0", "prosemirror-view": "^1.33.7", "y-prosemirror": "^1.2.3", - "yjs": "^13.6.14" + "yjs": "^13.6.18" }, "scripts": { "build:js": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets", diff --git a/packages/yrb-actioncable/package.json b/packages/yrb-actioncable/package.json index 2141ea05..e6718ad9 100644 --- a/packages/yrb-actioncable/package.json +++ b/packages/yrb-actioncable/package.json @@ -52,7 +52,7 @@ "dependencies": { "lib0": "^0.2.94", "y-protocols": "^1.0.6", - "yjs": "^13.6.14" + "yjs": "^13.6.18" }, "devDependencies": { "@rails/actioncable": "^7.1.3", diff --git a/yarn.lock b/yarn.lock index 40a2260e..2436afce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8583,10 +8583,10 @@ yargs@^17.1.1: y18n "^5.0.5" yargs-parser "^21.1.1" -yjs@^13.6.14: - version "13.6.14" - resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.14.tgz#9326dfa03d1be3fb9af9ef7e41de4bfc78849a9f" - integrity sha512-D+7KcUr0j+vBCUSKXXEWfA+bG4UQBviAwP3gYBhkstkgwy5+8diOPMx0iqLIOxNo/HxaREUimZRxqHGAHCL2BQ== +yjs@^13.6.18: + version "13.6.18" + resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.6.18.tgz#d1575203478bc99ad1b89c098e7d4bacb7f91c3b" + integrity sha512-GBTjO4QCmv2HFKFkYIJl7U77hIB1o22vSCSQD1Ge8ZxWbIbn8AltI4gyXbtL+g5/GJep67HCMq3Y5AmNwDSyEg== dependencies: lib0 "^0.2.86"