Bump jsdom and fabric

Bumps [jsdom](https://github.com/jsdom/jsdom) and [fabric](https://github.com/fabricjs/fabric.js). These dependencies needed to be updated together.

Updates `jsdom` from 15.2.1 to 19.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/15.2.1...19.0.0)

Updates `fabric` from 4.0.0-beta.6 to 5.2.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)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: indirect
- dependency-name: fabric
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-04 12:44:40 +00:00 committed by GitHub
parent 851ca6269d
commit e63142ebbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 510 additions and 783 deletions

1291
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@
"start": "webpack-dev-server --open --host 0.0.0.0 --port 80"
},
"dependencies": {
"fabric": "^4.0.0-beta.6",
"fabric": "^5.2.1",
"jquery": "^3.5.0",
"minimist": ">=1.2.6"
},