chore(package): update sinon

This commit is contained in:
Christopher Astfalk
2021-05-14 23:32:34 +02:00
parent 0e3ffb12aa
commit 3e32f0fc7a
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -74,7 +74,7 @@
"redux-mock-store": "^1.5.4",
"requestidlecallback": "^0.3.0",
"reselect": "^4.0.0",
"sinon": "^9.2.1",
"sinon": "^10.0.0",
"standard": "^16.0.3",
"supertest": "^6.0.1",
"tailwindcss": "^2.0.1",
@@ -34865,16 +34865,16 @@
"dev": true
},
"node_modules/sinon": {
"version": "9.2.4",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-9.2.4.tgz",
"integrity": "sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
"integrity": "sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==",
"dev": true,
"dependencies": {
"@sinonjs/commons": "^1.8.1",
"@sinonjs/fake-timers": "^6.0.1",
"@sinonjs/samsam": "^5.3.1",
"diff": "^4.0.2",
"nise": "^4.0.4",
"nise": "^4.1.0",
"supports-color": "^7.1.0"
},
"funding": {
@@ -70824,16 +70824,16 @@
}
},
"sinon": {
"version": "9.2.4",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-9.2.4.tgz",
"integrity": "sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
"integrity": "sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==",
"dev": true,
"requires": {
"@sinonjs/commons": "^1.8.1",
"@sinonjs/fake-timers": "^6.0.1",
"@sinonjs/samsam": "^5.3.1",
"diff": "^4.0.2",
"nise": "^4.0.4",
"nise": "^4.1.0",
"supports-color": "^7.1.0"
},
"dependencies": {
+1 -1
View File
@@ -103,7 +103,7 @@
"redux-mock-store": "^1.5.4",
"requestidlecallback": "^0.3.0",
"reselect": "^4.0.0",
"sinon": "^9.2.1",
"sinon": "^10.0.0",
"standard": "^16.0.3",
"supertest": "^6.0.1",
"tailwindcss": "^2.0.1",