From 6c1898d67dd211a7f35c9bf94f68688a7a200f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:55:15 +0000 Subject: [PATCH] npm(deps): bump @lexical/list from 0.44.0 to 0.45.0 Bumps [@lexical/list](https://github.com/facebook/lexical/tree/HEAD/packages/lexical-list) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/facebook/lexical/releases) - [Changelog](https://github.com/facebook/lexical/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/lexical/commits/v0.45.0/packages/lexical-list) --- updated-dependencies: - dependency-name: "@lexical/list" dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 114 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 106 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8346211d..15567580 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "liveblog", - "version": "1.12.0", + "version": "1.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "liveblog", - "version": "1.12.0", + "version": "1.12.1", "dependencies": { "@lexical/html": "^0.44.0", "@lexical/link": "^0.44.0", - "@lexical/list": "^0.44.0", + "@lexical/list": "^0.45.0", "@lexical/react": "^0.44.0", "@lexical/rich-text": "^0.44.0", "js-beautify": "^1.7.5", @@ -3824,6 +3824,17 @@ "lexical": "0.44.0" } }, + "node_modules/@lexical/clipboard/node_modules/@lexical/list": { + "version": "0.44.0", + "resolved": "https://registry.npmjs.org/@lexical/list/-/list-0.44.0.tgz", + "integrity": "sha512-ZTCWxDz1okPrC9FBXi1yV3W5fbQQeMUlFIcSVF9HibcVPmCsPa900IxthuiQbGiTycUyXDTOB3IUYRtlJNtpjw==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.44.0", + "@lexical/utils": "0.44.0", + "lexical": "0.44.0" + } + }, "node_modules/@lexical/code-core": { "version": "0.44.0", "resolved": "https://registry.npmjs.org/@lexical/code-core/-/code-core-0.44.0.tgz", @@ -3907,6 +3918,12 @@ "lexical": "0.44.0" } }, + "node_modules/@lexical/internal": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@lexical/internal/-/internal-0.45.0.tgz", + "integrity": "sha512-IhyzCdb1/xdpTtvK0xnqUXpaVRsD2KTZ6EMZpavm6dhKaglf1zorpdbH7r6Hjps6SRb4DCn/t7lac+GMdDFbXg==", + "license": "MIT" + }, "node_modules/@lexical/link": { "version": "0.44.0", "resolved": "https://registry.npmjs.org/@lexical/link/-/link-0.44.0.tgz", @@ -3919,14 +3936,71 @@ } }, "node_modules/@lexical/list": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/@lexical/list/-/list-0.44.0.tgz", - "integrity": "sha512-ZTCWxDz1okPrC9FBXi1yV3W5fbQQeMUlFIcSVF9HibcVPmCsPa900IxthuiQbGiTycUyXDTOB3IUYRtlJNtpjw==", + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@lexical/list/-/list-0.45.0.tgz", + "integrity": "sha512-Eyff9KVLu5mV4QSid2aw9uYmKDKgDYToAaagI9Sp3VgqTMmvRUQJ0w7sr4zq8/FRKSzrsf4V2FjvLAuQE7eBUQ==", "license": "MIT", "dependencies": { - "@lexical/extension": "0.44.0", - "@lexical/utils": "0.44.0", - "lexical": "0.44.0" + "@lexical/extension": "0.45.0", + "@lexical/html": "0.45.0", + "@lexical/internal": "0.45.0", + "@lexical/utils": "0.45.0", + "lexical": "0.45.0" + } + }, + "node_modules/@lexical/list/node_modules/@lexical/extension": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@lexical/extension/-/extension-0.45.0.tgz", + "integrity": "sha512-oJs1Zvrsqh32zZmeCkTQi7R2WoVIvaQE265JFZ/VczWlsWRdkkWQbGZ6iOlBZ3AmtiNgHoBeB0gZSoRQtWEQyA==", + "license": "MIT", + "dependencies": { + "@lexical/internal": "0.45.0", + "@lexical/utils": "0.45.0", + "@preact/signals-core": "^1.14.1", + "lexical": "0.45.0" + } + }, + "node_modules/@lexical/list/node_modules/@lexical/html": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@lexical/html/-/html-0.45.0.tgz", + "integrity": "sha512-eK215f25cnAcIzNB1iRltg8hbvkK5wyyXvKQUqhfG/9HaSSVBCPuCyXKZicjZllQNvbFINGHFhTIqSP56drFSw==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.45.0", + "@lexical/internal": "0.45.0", + "@lexical/selection": "0.45.0", + "@lexical/utils": "0.45.0", + "lexical": "0.45.0" + } + }, + "node_modules/@lexical/list/node_modules/@lexical/selection": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@lexical/selection/-/selection-0.45.0.tgz", + "integrity": "sha512-V2DYMhl84F1aZ24YpWMMqy9ikO7cVfD3G+GjMwrZnMt0JVnIghjPiYIEBb/OtqqA+mCbBwNhfpdK1RtF9HTbJA==", + "license": "MIT", + "dependencies": { + "@lexical/internal": "0.45.0", + "lexical": "0.45.0" + } + }, + "node_modules/@lexical/list/node_modules/@lexical/utils": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@lexical/utils/-/utils-0.45.0.tgz", + "integrity": "sha512-Fo5MMErqoPlUyTw1qVMZ9kE33ZjJF957KU683tsCrrlaVisVxpboL7BbAnxWTwCcIpAsfc6AUndJJ70M9NDMGg==", + "license": "MIT", + "dependencies": { + "@lexical/internal": "0.45.0", + "@lexical/selection": "0.45.0", + "lexical": "0.45.0" + } + }, + "node_modules/@lexical/list/node_modules/lexical": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/lexical/-/lexical-0.45.0.tgz", + "integrity": "sha512-z2M9C2ILPW7SopQE1aKbOFdZJbe3HvsrgWnJKveMDrSEvVjU9Hce4UpKVsAdkwY7TgY9RDuCV3+sfrGu0WkL+w==", + "license": "MIT", + "dependencies": { + "@lexical/internal": "0.45.0" } }, "node_modules/@lexical/mark": { @@ -3954,6 +4028,17 @@ "lexical": "0.44.0" } }, + "node_modules/@lexical/markdown/node_modules/@lexical/list": { + "version": "0.44.0", + "resolved": "https://registry.npmjs.org/@lexical/list/-/list-0.44.0.tgz", + "integrity": "sha512-ZTCWxDz1okPrC9FBXi1yV3W5fbQQeMUlFIcSVF9HibcVPmCsPa900IxthuiQbGiTycUyXDTOB3IUYRtlJNtpjw==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.44.0", + "@lexical/utils": "0.44.0", + "lexical": "0.44.0" + } + }, "node_modules/@lexical/overflow": { "version": "0.44.0", "resolved": "https://registry.npmjs.org/@lexical/overflow/-/overflow-0.44.0.tgz", @@ -4013,6 +4098,17 @@ } } }, + "node_modules/@lexical/react/node_modules/@lexical/list": { + "version": "0.44.0", + "resolved": "https://registry.npmjs.org/@lexical/list/-/list-0.44.0.tgz", + "integrity": "sha512-ZTCWxDz1okPrC9FBXi1yV3W5fbQQeMUlFIcSVF9HibcVPmCsPa900IxthuiQbGiTycUyXDTOB3IUYRtlJNtpjw==", + "license": "MIT", + "dependencies": { + "@lexical/extension": "0.44.0", + "@lexical/utils": "0.44.0", + "lexical": "0.44.0" + } + }, "node_modules/@lexical/rich-text": { "version": "0.44.0", "resolved": "https://registry.npmjs.org/@lexical/rich-text/-/rich-text-0.44.0.tgz", diff --git a/package.json b/package.json index a0479fa8..e8c93b2d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@lexical/html": "^0.44.0", "@lexical/link": "^0.44.0", - "@lexical/list": "^0.44.0", + "@lexical/list": "^0.45.0", "@lexical/react": "^0.44.0", "@lexical/rich-text": "^0.44.0", "js-beautify": "^1.7.5",