Skip to content

Commit

Permalink
Merge pull request #1976 from cosmos/sabau/security-patch-jest
Browse files Browse the repository at this point in the history
Security patch jest
  • Loading branch information
faboweb authored Feb 14, 2019
2 parents 1477061 + fe24d3d commit a197125
Show file tree
Hide file tree
Showing 4 changed files with 697 additions and 562 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- HOT FIX: we fixed develop (replaced contenthash with hash) @jbibla
- Bring back devMode @faboweb
- [\#1945](https://github.com/cosmos/voyager/issues/1945) Fixed governance parameters quorum description @fedekunze
- [\#1978](https://github.com/cosmos/voyager/pull/1978) Fixed dependency for security audit @sabau

## [0.10.7] - 2018-10-10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"html-webpack-plugin": "3.2.0",
"http-server": "0.11.1",
"husky": "0.14.3",
"jest": "23.6.0",
"jest": "24.1.0",
"jest-localstorage-mock": "2.3.0",
"jsdoc": "3.5.5",
"jsdoc-vuejs": "2.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exports[`TmOnboarding has the expected html structure 0 1`] = `
</div>
<img
src="function() {
src="function mockConstructor() {
return fn.apply(this, arguments);
}"
/>
Expand Down Expand Up @@ -154,7 +154,7 @@ exports[`TmOnboarding has the expected html structure 1 1`] = `
</div>
<img
src="function() {
src="function mockConstructor() {
return fn.apply(this, arguments);
}"
/>
Expand Down Expand Up @@ -272,7 +272,7 @@ exports[`TmOnboarding has the expected html structure 2 1`] = `
</div>
<img
src="function() {
src="function mockConstructor() {
return fn.apply(this, arguments);
}"
/>
Expand Down Expand Up @@ -390,7 +390,7 @@ exports[`TmOnboarding has the expected html structure 3 1`] = `
</div>
<img
src="function() {
src="function mockConstructor() {
return fn.apply(this, arguments);
}"
/>
Expand Down Expand Up @@ -508,7 +508,7 @@ exports[`TmOnboarding has the expected html structure 4 1`] = `
</div>
<img
src="function() {
src="function mockConstructor() {
return fn.apply(this, arguments);
}"
/>
Expand Down
Loading

0 comments on commit a197125

Please sign in to comment.