1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00

Bump snap-shot-it from 6.1.8 to 6.1.9 (#2147)

Bumps [snap-shot-it](https://github.com/bahmutov/snap-shot-it) from 6.1.8 to 6.1.9.
- [Release notes](https://github.com/bahmutov/snap-shot-it/releases)
- [Commits](https://github.com/bahmutov/snap-shot-it/compare/v6.1.8...v6.1.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-10-04 19:08:41 +01:00 committed by chris48s
parent cb92998d80
commit fb76c7098e

22
package-lock.json generated
View File

@ -12008,16 +12008,16 @@
}
},
"snap-shot-core": {
"version": "7.1.6",
"resolved": "https://registry.npmjs.org/snap-shot-core/-/snap-shot-core-7.1.6.tgz",
"integrity": "sha512-TCoLEMIVYdG1JGjYPFAS94p/9L/fKChDFX6QSSABFO96E+7GDe/qv0acdFgSzu6kiGI8mxKVwMo5JXOkzXBY8w==",
"version": "7.1.7",
"resolved": "https://registry.npmjs.org/snap-shot-core/-/snap-shot-core-7.1.7.tgz",
"integrity": "sha512-JG/y84dyVApiJcxW0hYqnPn5/tG4yTwTfxZipTGGJ5hpvYO4MZZkwTC19m6EmZY4evdFYiaZLjHu7bDWmTXVJQ==",
"dev": true,
"requires": {
"check-more-types": "2.24.0",
"common-tags": "1.8.0",
"debug": "3.2.5",
"escape-quotes": "1.0.2",
"folktale": "2.3.0",
"folktale": "2.3.1",
"is-ci": "1.2.1",
"jsesc": "2.5.1",
"lazy-ass": "1.6.0",
@ -12036,9 +12036,9 @@
}
},
"folktale": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/folktale/-/folktale-2.3.0.tgz",
"integrity": "sha512-YVhtKiyoMWxtZVoa6nzUmYKhhpVz2ti/wtG7wO7NVibrYLDw+UGdK3zzInFPZkMOFrxdZLGdSqyByzrihrRRHw==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/folktale/-/folktale-2.3.1.tgz",
"integrity": "sha512-x16IvpoFrLxOYbAC4G/ban4eWOGoREcrfaVSiTsDknrRYHMe+W4XUekCYA6w4YyjQpcL8nsNt4A5EUUKjFSpRg==",
"dev": true
},
"jsesc": {
@ -12056,9 +12056,9 @@
}
},
"snap-shot-it": {
"version": "6.1.8",
"resolved": "https://registry.npmjs.org/snap-shot-it/-/snap-shot-it-6.1.8.tgz",
"integrity": "sha512-HOpBm00RmhFXgHgp8GLIldVFnX1EISWlNDblESZLMqo1porqMbrp4VcQW8b9O6dOsOx0Y8Ox1rltzCb/YbcXzA==",
"version": "6.1.9",
"resolved": "https://registry.npmjs.org/snap-shot-it/-/snap-shot-it-6.1.9.tgz",
"integrity": "sha512-JHTARPVucj3jqxle9zKPMAfqXWH7JgWGzekicXeM/WcWs7Pld1VUjXX1w3we2bsjOeOANJqwXfXAUdY3QJ/Phg==",
"dev": true,
"requires": {
"@bahmutov/data-driven": "1.0.0",
@ -12068,7 +12068,7 @@
"pluralize": "7.0.0",
"ramda": "0.25.0",
"snap-shot-compare": "2.7.1",
"snap-shot-core": "7.1.6"
"snap-shot-core": "7.1.7"
},
"dependencies": {
"debug": {