build(deps-dev): bump jest-canvas-mock from 2.4.0 to 2.5.0

Bumps [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/hustcc/jest-canvas-mock/releases)
- [Changelog](https://github.com/hustcc/jest-canvas-mock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hustcc/jest-canvas-mock/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: jest-canvas-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-31 05:03:28 +00:00 committed by Klara Simickova
parent d33cc6d3b4
commit b0149feb2a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -54,7 +54,7 @@
"history": "5.3.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
"jest-canvas-mock": "2.4.0",
"jest-canvas-mock": "2.5.0",
"jest-environment-jsdom": "29.5.0",
"msw": "^1.2.1",
"npm-run-all": "4.1.5",
@ -11432,9 +11432,9 @@
}
},
"node_modules/jest-canvas-mock": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.4.0.tgz",
"integrity": "sha512-mmMpZzpmLzn5vepIaHk5HoH3Ka4WykbSoLuG/EKoJd0x0ID/t+INo1l8ByfcUJuDM+RIsL4QDg/gDnBbrj2/IQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.0.tgz",
"integrity": "sha512-s2bmY2f22WPMzhB2YA93kiyf7CAfWAnV/sFfY9s48IVOrGmwui1eSFluDPesq1M+7tSC1hJAit6mzO0ZNXvVBA==",
"dev": true,
"dependencies": {
"cssfontparser": "^1.2.1",
@ -28037,9 +28037,9 @@
}
},
"jest-canvas-mock": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.4.0.tgz",
"integrity": "sha512-mmMpZzpmLzn5vepIaHk5HoH3Ka4WykbSoLuG/EKoJd0x0ID/t+INo1l8ByfcUJuDM+RIsL4QDg/gDnBbrj2/IQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.0.tgz",
"integrity": "sha512-s2bmY2f22WPMzhB2YA93kiyf7CAfWAnV/sFfY9s48IVOrGmwui1eSFluDPesq1M+7tSC1hJAit6mzO0ZNXvVBA==",
"dev": true,
"requires": {
"cssfontparser": "^1.2.1",

View file

@ -78,7 +78,7 @@
"history": "5.3.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
"jest-canvas-mock": "2.4.0",
"jest-canvas-mock": "2.5.0",
"jest-environment-jsdom": "29.5.0",
"msw": "^1.2.1",
"npm-run-all": "4.1.5",