build(deps-dev): bump run-rs from 0.7.3 to 0.7.4 (#12863)

Bumps [run-rs](https://github.com/vkarpov15/run-rs) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/vkarpov15/run-rs/releases)
- [Changelog](https://github.com/vkarpov15/run-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vkarpov15/run-rs/compare/0.7.3...0.7.4)

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] 2021-01-25 15:35:20 -06:00 committed by GitHub
parent 475ad8deb1
commit 90d385c9b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11646,9 +11646,9 @@
"integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q=="
},
"run-rs": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/run-rs/-/run-rs-0.7.3.tgz",
"integrity": "sha512-/JmHX4rhHNeLn+F/RqhPwYUmcnbX2Qjm8g77flhKbL6Ak9wpyq+d/a87qb1nBR72r15LT0IRf87sbLWZ/x39QA==",
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/run-rs/-/run-rs-0.7.4.tgz",
"integrity": "sha512-6VP6zOPvl6uiC+Qe+yXY0G5BbLcelO6lhkMlAuM+syOSUIsiI2mQB2NBhqv1g1I0k8bPQ2KgIa4qe6nTuXYU+g==",
"dev": true,
"requires": {
"chalk": "2.4.1",

View file

@ -120,7 +120,7 @@
"mocha": "^5.1.1",
"monk": "^7.3.2",
"require-again": "^2.0.0",
"run-rs": "^0.7.3",
"run-rs": "^0.7.4",
"sinon": "^9.2.3",
"sinon-chai": "^3.5.0",
"sinon-stub-promise": "^4.0.0"