Bump looks-same from 4.1.0 to 5.0.1 (#559)

Bumps [looks-same](https://github.com/gemini-testing/looks-same) from 4.1.0 to 5.0.1.
- [Release notes](https://github.com/gemini-testing/looks-same/releases)
- [Changelog](https://github.com/gemini-testing/looks-same/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gemini-testing/looks-same/compare/v4.1.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-04 12:20:50 -05:00
committed by Jeffrey Warren
parent a2157be2da
commit 11476d5084
3 changed files with 14 additions and 14 deletions

18
package-lock.json generated
View File

@@ -4934,16 +4934,16 @@
"integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc="
},
"looks-same": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/looks-same/-/looks-same-4.1.0.tgz",
"integrity": "sha512-9dvYQrWpMhQzyyR25xRtFMq6TSXhduTcKKvYtlMf9IHzb+r/fvF+MQG6+hChC4MrLVlA+MRTOt6fhvUkbZ9IpA==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/looks-same/-/looks-same-5.0.1.tgz",
"integrity": "sha512-BkQ0wWh+tRehLdP2DiQ4xLwjGd/OCnX0D5SZg7y7ViFnQOR2EOxGkcRS63Vw7RZdczGdpPYR/8RFRhEOGVNN5Q==",
"dev": true,
"requires": {
"color-diff": "1.1.0",
"concat-stream": "1.6.2",
"lodash": "4.17.11",
"parse-color": "1.0.0",
"pngjs": "3.3.3"
"color-diff": "^1.1.0",
"concat-stream": "^1.6.2",
"lodash": "^4.17.3",
"parse-color": "^1.0.0",
"pngjs": "^3.3.3"
}
},
"loud-rejection": {
@@ -5799,7 +5799,7 @@
"integrity": "sha1-e3SLlag/A/FqlPU15S1/PZRlhhk=",
"dev": true,
"requires": {
"color-convert": "0.5.3"
"color-convert": "~0.5.0"
},
"dependencies": {
"color-convert": {

View File

@@ -54,7 +54,7 @@
"grunt-contrib-watch": "^1.1.0",
"image-filter-core": "~2.0.2",
"image-filter-threshold": "~2.0.1",
"looks-same": "^4.1.0",
"looks-same": "^5.0.1",
"matchdep": "^2.0.0",
"tap-spec": "^5.0.0",
"tape": ">=4.7.0",

View File

@@ -3313,10 +3313,10 @@ longest@^1.0.1:
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
looks-same@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/looks-same/-/looks-same-4.1.0.tgz#fa9593350dcddc79999fe130689860f9fb6afff2"
integrity sha512-9dvYQrWpMhQzyyR25xRtFMq6TSXhduTcKKvYtlMf9IHzb+r/fvF+MQG6+hChC4MrLVlA+MRTOt6fhvUkbZ9IpA==
looks-same@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/looks-same/-/looks-same-5.0.1.tgz#60c283a65d24240c407d0fa737db51b1f2981a07"
integrity sha512-BkQ0wWh+tRehLdP2DiQ4xLwjGd/OCnX0D5SZg7y7ViFnQOR2EOxGkcRS63Vw7RZdczGdpPYR/8RFRhEOGVNN5Q==
dependencies:
color-diff "^1.1.0"
concat-stream "^1.6.2"