1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

Bump jest-canvas-mock from 2.4.0 to 2.5.1 (#1132)

Bumps [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock) from 2.4.0 to 2.5.1.
- [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)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 12:05:18 +01:00 committed by GitHub
parent 5f41e20bbc
commit 60739def36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -36,7 +36,7 @@
"eslint": "^8.42.0",
"eslint-config-next": "^13.2.4",
"jest": "^29.4.2",
"jest-canvas-mock": "^2.4.0",
"jest-canvas-mock": "^2.5.1",
"jest-environment-jsdom": "^29.4.2",
"js-yaml": "^4.1.0",
"ora": "^6.2.0",
@ -8129,9 +8129,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.1",
"resolved": "https://registry.npmjs.org/jest-canvas-mock/-/jest-canvas-mock-2.5.1.tgz",
"integrity": "sha512-IVnRiz+v4EYn3ydM/pBo8GW/J+nU/Hg5gHBQQOUQhdRyNfvHnabB8ReqARLO0p+kvQghqr4V0tA92CF3JcUSRg==",
"dev": true,
"dependencies": {
"cssfontparser": "^1.2.1",

View File

@ -51,7 +51,7 @@
"eslint": "^8.42.0",
"eslint-config-next": "^13.2.4",
"jest": "^29.4.2",
"jest-canvas-mock": "^2.4.0",
"jest-canvas-mock": "^2.5.1",
"jest-environment-jsdom": "^29.4.2",
"js-yaml": "^4.1.0",
"ora": "^6.2.0",