From e2de31b6f4e9799e0605e02d296c063a21914b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:15:47 +0000 Subject: [PATCH] chore(deps): bump fabric in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [fabric](https://github.com/fabricjs/fabric.js). Updates `fabric` from 7.2.0 to 7.4.0 - [Release notes](https://github.com/fabricjs/fabric.js/releases) - [Changelog](https://github.com/fabricjs/fabric.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/fabricjs/fabric.js/commits) --- updated-dependencies: - dependency-name: fabric dependency-version: 7.4.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1418fac..6453d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "better-sqlite3": "^12.6.2", "codemirror": "^6.0.2", "electron-updater": "^6.8.3", - "fabric": "^7.2.0", + "fabric": "^7.4.0", "fontkit": "^2.0.4", "gifuct-js": "^2.1.2", "mathjax-full": "^3.2.1", @@ -6268,9 +6268,9 @@ "optional": true }, "node_modules/fabric": { - "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/fabric/-/fabric-7.2.0.tgz", - "integrity": "sha512-XSYmSqSMrlbCg+/j7/uU/PFeZuA5hHRDp7sGbDlMvz/T6BHt2MQSOYtz/AIdr+kmReA1s5jTzHJ8AjHwYUcmfQ==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/fabric/-/fabric-7.4.0.tgz", + "integrity": "sha512-NalYDc3eifTl1C33zryQwpH6+XA/2ClxQrH9vkASkZw3tbkRmorpikhYMmxhUTmi7O3e9ODz0vOT8qfaCh9IVA==", "license": "MIT", "engines": { "node": ">=20.0.0" diff --git a/package.json b/package.json index 07f3292..b35778e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "better-sqlite3": "^12.6.2", "codemirror": "^6.0.2", "electron-updater": "^6.8.3", - "fabric": "^7.2.0", + "fabric": "^7.4.0", "fontkit": "^2.0.4", "gifuct-js": "^2.1.2", "mathjax-full": "^3.2.1",