summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-23 02:20:50 +0000
committerGitHub <noreply@github.com>2021-01-23 02:20:50 +0000
commit7080302af185c7b829b66a07c94e216dde0b20f6 (patch)
treea8f4c52c34f728719372ddb2d92c22ae6c9c7716 /package-lock.json
parent4074617ca99ba7f46d63ae71f8ff1a7848597c66 (diff)
Bump cypress-image-snapshot from 3.1.1 to 4.0.1
Bumps [cypress-image-snapshot](https://github.com/palmerhq/cypress-image-snapshot) from 3.1.1 to 4.0.1. - [Release notes](https://github.com/palmerhq/cypress-image-snapshot/releases) - [Changelog](https://github.com/jaredpalmer/cypress-image-snapshot/blob/master/CHANGELOG.md) - [Commits](https://github.com/palmerhq/cypress-image-snapshot/compare/v3.1.1...v4.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json50
1 files changed, 36 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index eef3d182..24339532 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7360,15 +7360,15 @@
}
},
"cypress-image-snapshot": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/cypress-image-snapshot/-/cypress-image-snapshot-3.1.1.tgz",
- "integrity": "sha512-r+rjnljehx45qhhV9M/lBsg34Ibys9JWSbPFo9ktV6ovnpxiZSh9GYM/SXEvtJoEonRF51M/Gn2G6J3UlaV6Dg==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/cypress-image-snapshot/-/cypress-image-snapshot-4.0.1.tgz",
+ "integrity": "sha512-PBpnhX/XItlx3/DAk5ozsXQHUi72exybBNH5Mpqj1DVmjq+S5Jd9WE5CRa4q5q0zuMZb2V2VpXHth6MjFpgj9Q==",
"dev": true,
"requires": {
"chalk": "^2.4.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
- "jest-image-snapshot": "2.8.2",
+ "jest-image-snapshot": "4.2.0",
"pkg-dir": "^3.0.0",
"term-img": "^4.0.0"
},
@@ -9437,6 +9437,12 @@
"minimatch": "~3.0.2"
}
},
+ "glur": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/glur/-/glur-1.1.2.tgz",
+ "integrity": "sha1-8g6jbbEDv8KSNDkh8fkeg8NGdok=",
+ "dev": true
+ },
"gonzales-pe": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz",
@@ -11674,18 +11680,20 @@
}
},
"jest-image-snapshot": {
- "version": "2.8.2",
- "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-2.8.2.tgz",
- "integrity": "sha512-gtKgxfW5ifAikNI+fp0c0o/3byOeOUSmYeAELblGzINEZrDGUYxwUZtn5rNrgVuzjgGMBBsKYv/2gIM6VpzLaw==",
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-4.2.0.tgz",
+ "integrity": "sha512-6aAqv2wtfOgxiJeBayBCqHo1zX+A12SUNNzo7rIxiXh6W6xYVu8QyHWkada8HeRi+QUTHddp0O0Xa6kmQr+xbQ==",
"dev": true,
"requires": {
"chalk": "^1.1.3",
"get-stdin": "^5.0.1",
+ "glur": "^1.1.2",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
- "pixelmatch": "^4.0.2",
- "pngjs": "^3.3.3",
- "rimraf": "^2.6.2"
+ "pixelmatch": "^5.1.0",
+ "pngjs": "^3.4.0",
+ "rimraf": "^2.6.2",
+ "ssim.js": "^3.1.1"
},
"dependencies": {
"ansi-styles": {
@@ -15424,12 +15432,20 @@
}
},
"pixelmatch": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz",
- "integrity": "sha1-j0fc7FARtHe2fbA8JDvB8wheiFQ=",
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-5.2.1.tgz",
+ "integrity": "sha512-WjcAdYSnKrrdDdqTcVEY7aB7UhhwjYQKYhHiBXdJef0MOaQeYpUdQ+iVyBLa5YBKS8MPVPPMX7rpOByISLpeEQ==",
"dev": true,
"requires": {
- "pngjs": "^3.0.0"
+ "pngjs": "^4.0.1"
+ },
+ "dependencies": {
+ "pngjs": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-4.0.1.tgz",
+ "integrity": "sha512-rf5+2/ioHeQxR6IxuYNYGFytUyG3lma/WW1nsmjeHlWwtb2aByla6dkVc8pmJ9nplzkTA0q2xx7mMWrOTqT4Gg==",
+ "dev": true
+ }
}
},
"pkg-dir": {
@@ -17771,6 +17787,12 @@
"tweetnacl": "~0.14.0"
}
},
+ "ssim.js": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/ssim.js/-/ssim.js-3.5.0.tgz",
+ "integrity": "sha512-Aj6Jl2z6oDmgYFFbQqK7fght19bXdOxY7Tj03nF+03M9gCBAjeIiO8/PlEGMfKDwYpw4q6iBqVq2YuREorGg/g==",
+ "dev": true
+ },
"ssri": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz",