From 2c9a3850e4d24a17c0f7e477af9f1dd2bd0b0d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:31:09 +0000 Subject: [PATCH] Bump fabric and @types/fabric Bumps [fabric](https://github.com/fabricjs/fabric.js) and [@types/fabric](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fabric). These dependencies needed to be updated together. Updates `fabric` from 5.3.0 to 5.5.1 - [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) Updates `@types/fabric` from 5.3.7 to 5.3.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fabric) --- updated-dependencies: - dependency-name: fabric dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/fabric" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7949be7..688090d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3062,9 +3062,9 @@ "dev": true }, "node_modules/@types/fabric": { - "version": "5.3.7", - "resolved": "https://registry.npmjs.org/@types/fabric/-/fabric-5.3.7.tgz", - "integrity": "sha512-Fd2oN4zg/E6X+85HbmWSpswzcu3rvDfmwtvz1SH0j2av9OFHZDRrkLQ3K16nl6w+mSflrcTfmB719I7wXkfIsw==", + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/@types/fabric/-/fabric-5.3.9.tgz", + "integrity": "sha512-2UEVcGUG/taX5MRqW7mjCedHFdh6VZLseyMWw3DiILH0h/fdwW0mwijgZGTqAvl+uhfdv793wU3XcQxMVbuXZA==", "dev": true }, "node_modules/@types/find-cache-dir": { @@ -5854,9 +5854,9 @@ "dev": true }, "node_modules/fabric": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/fabric/-/fabric-5.3.0.tgz", - "integrity": "sha512-AVayKuzWoXM5cTn7iD3yNWBlfEa8r1tHaOe2g8NsZrmWKAHjryTxT/j6f9ncRfOWOF0I1Ci1AId3y78cC+GExQ==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/fabric/-/fabric-5.5.1.tgz", + "integrity": "sha512-R1GL1mlnRpvfSfpqqv0lzFI4ff+TEblmRXlnpKWwpBrCWCE6FcDl0L/pbWXsPO9w/Do8oEsE7RHgBw6p2k7WZQ==", "engines": { "node": ">=14.0.0" },