Build(deps-dev): bump snap-shot-it from 7.9.2 to 7.9.3 (#4762)

Bumps [snap-shot-it](https://github.com/bahmutov/snap-shot-it) from 7.9.2 to 7.9.3.
- [Release notes](https://github.com/bahmutov/snap-shot-it/releases)
- [Commits](https://github.com/bahmutov/snap-shot-it/compare/v7.9.2...v7.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-13 12:51:50 +00:00
committed by GitHub
parent 792ecb7c01
commit 8e7bae5dc5
2 changed files with 11 additions and 20 deletions

29
package-lock.json generated
View File

@@ -25805,21 +25805,6 @@
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
"dev": true
},
"minimist": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
"dev": true
},
"mkdirp": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"dev": true,
"requires": {
"minimist": "0.0.8"
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
@@ -25829,9 +25814,9 @@
}
},
"snap-shot-it": {
"version": "7.9.2",
"resolved": "https://registry.npmjs.org/snap-shot-it/-/snap-shot-it-7.9.2.tgz",
"integrity": "sha512-MYrlKx9zLDizbOkqyW1dIagwBwDqecu+jlcxpTKXZA+t2Q+D7m5BU45+Z3zhb2JPtWo+t7sieZks5nW0dw0rQw==",
"version": "7.9.3",
"resolved": "https://registry.npmjs.org/snap-shot-it/-/snap-shot-it-7.9.3.tgz",
"integrity": "sha512-S5e59fbbc02AGA94LFWGVl/y/+jLMLr0/aykCtPYBE5rcyV9pSa63Aoik66/L8SkZ9piqqSmBmRAYm46+QvqBA==",
"dev": true,
"requires": {
"@bahmutov/data-driven": "1.0.0",
@@ -25842,7 +25827,7 @@
"its-name": "1.0.0",
"lazy-ass": "1.6.0",
"pluralize": "8.0.0",
"ramda": "0.26.1",
"ramda": "0.27.0",
"snap-shot-compare": "3.0.0",
"snap-shot-core": "10.2.0"
},
@@ -25861,6 +25846,12 @@
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"ramda": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.0.tgz",
"integrity": "sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==",
"dev": true
}
}
},

View File

@@ -238,7 +238,7 @@
"sazerac": "^1.1.0",
"sinon": "^8.1.1",
"sinon-chai": "^3.5.0",
"snap-shot-it": "^7.9.2",
"snap-shot-it": "^7.9.3",
"start-server-and-test": "1.10.7",
"styled-components": "^5.0.1",
"tmp": "0.1.0",