Browse Source

Bump sinon-chai from 3.5.0 to 3.6.0

Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases)
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](https://github.com/domenic/sinon-chai/compare/3.5.0...3.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
tags/v22.0.0beta1
dependabot-preview[bot] 3 years ago
parent
commit
754b8e017f
No account linked to committer's email address
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      package-lock.json
  2. 1
    1
      package.json

+ 3
- 3
package-lock.json View File

@@ -10993,9 +10993,9 @@
}
},
"sinon-chai": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.5.0.tgz",
"integrity": "sha512-IifbusYiQBpUxxFJkR3wTU68xzBN0+bxCScEaKMjBvAQERg6FnTTc1F17rseLb1tjmkJ23730AXpFI0c47FgAg==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/sinon-chai/-/sinon-chai-3.6.0.tgz",
"integrity": "sha512-bk2h+0xyKnmvazAnc7HE5esttqmCerSMcBtuB2PS2T4tG6x8woXAxZeJaOJWD+8reXHngnXn0RtIbfEW9OTHFg==",
"dev": true
},
"slash": {

+ 1
- 1
package.json View File

@@ -120,7 +120,7 @@
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"sinon-chai": "^3.6.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.6",

Loading…
Cancel
Save