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

Bumps [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock) from 2.3.1 to 2.4.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/commits/v2.4.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] 2022-09-14 11:38:08 +00:00 committed by Lucas Garfield
parent 96d7f419c0
commit c258310aed
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -50,7 +50,7 @@
"git-revision-webpack-plugin": "5.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.1",
"jest-canvas-mock": "2.3.1",
"jest-canvas-mock": "2.4.0",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.3",
"prop-types": "15.8.1",
@ -10009,9 +10009,9 @@
}
},
"node_modules/jest-canvas-mock": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.3.1.tgz",
"integrity": "sha512-5FnSZPrX3Q2ZfsbYNE3wqKR3+XorN8qFzDzB5o0golWgt6EOX1+emBnpOc9IAQ+NXFj8Nzm3h7ZdE/9H0ylBcg==",
"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==",
"dev": true,
"dependencies": {
"cssfontparser": "^1.2.1",
@ -24789,9 +24789,9 @@
}
},
"jest-canvas-mock": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.3.1.tgz",
"integrity": "sha512-5FnSZPrX3Q2ZfsbYNE3wqKR3+XorN8qFzDzB5o0golWgt6EOX1+emBnpOc9IAQ+NXFj8Nzm3h7ZdE/9H0ylBcg==",
"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==",
"dev": true,
"requires": {
"cssfontparser": "^1.2.1",

View file

@ -71,7 +71,7 @@
"git-revision-webpack-plugin": "5.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.1",
"jest-canvas-mock": "2.3.1",
"jest-canvas-mock": "2.4.0",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.3",
"prop-types": "15.8.1",