chore(package): update lockfile package-lock.json

This commit is contained in:
greenkeeper[bot]
2020-05-19 20:10:12 +00:00
committed by GitHub
parent 50c8de36c7
commit fff7fe3ec1
+13 -4
View File
@@ -149,10 +149,13 @@
}
},
"@types/sinon": {
"version": "7.0.11",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-7.0.11.tgz",
"integrity": "sha512-6ee09Ugx6GyEr0opUIakmxIWFNmqYPjkqa3/BuxCBokA0klsOLPgMD5K4q40lH7/yZVuJVzOfQpd7pipwjngkQ==",
"dev": true
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-9.0.3.tgz",
"integrity": "sha512-NWVG++603tEDwmz5k0DwFR1hqP3iBmq5GYi6d+0KCQMQsfDEULF1D7xqZ+iXRJHeGwLVhM+Rv73uzIYuIUVlJQ==",
"dev": true,
"requires": {
"@types/sinonjs__fake-timers": "*"
}
},
"@types/sinon-chai": {
"version": "3.2.2",
@@ -164,6 +167,12 @@
"@types/sinon": "*"
}
},
"@types/sinonjs__fake-timers": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.1.tgz",
"integrity": "sha512-yYezQwGWty8ziyYLdZjwxyMb0CZR49h8JALHGrxjQHWlqGgc8kLdHEgWrgL0uZ29DMvEVBDnHU2Wg36zKSIUtA==",
"dev": true
},
"@webassemblyjs/ast": {
"version": "1.8.5",
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",