@emartech/easy-crypto
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -74,3 +74,3 @@ 'use strict'; | ||
beforeEach(function() { | ||
this.sandbox = sinon.sandbox.create(); | ||
this.sandbox = sinon.createSandbox(); | ||
}); | ||
@@ -174,3 +174,3 @@ | ||
beforeEach(function() { | ||
this.sandbox = sinon.sandbox.create(); | ||
this.sandbox = sinon.createSandbox(); | ||
}); | ||
@@ -237,3 +237,3 @@ | ||
beforeEach(function() { | ||
this.sandbox = sinon.sandbox.create(); | ||
this.sandbox = sinon.createSandbox(); | ||
}); | ||
@@ -258,3 +258,3 @@ | ||
beforeEach(function() { | ||
this.sandbox = sinon.sandbox.create(); | ||
this.sandbox = sinon.createSandbox(); | ||
}); | ||
@@ -292,3 +292,3 @@ | ||
beforeEach(function() { | ||
this.sandbox = sinon.sandbox.create(); | ||
this.sandbox = sinon.createSandbox(); | ||
}); | ||
@@ -295,0 +295,0 @@ |
@@ -30,8 +30,8 @@ { | ||
"co-mocha": "1.2.2", | ||
"mocha": "5.2.0", | ||
"semantic-release": "15.13.2", | ||
"sinon": "7.2.2", | ||
"mocha": "6.1.4", | ||
"semantic-release": "15.13.12", | ||
"sinon": "7.3.2", | ||
"validate-commit-message": "3.0.1" | ||
}, | ||
"version": "3.1.3" | ||
"version": "3.1.4" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
26684
10
440
1