Skip to content

Commit

Permalink
Adjusted to breaking changes in audit
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Sep 11, 2018
1 parent dc3e6ba commit cafae4d
Show file tree
Hide file tree
Showing 5 changed files with 781 additions and 1,135 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.6

- Updated dependencies due to CVE 2018-3721
- Updated dependencies due to CVE 2018-3774
- Refactored deprecated calls

## 0.6.5

- Updated dependencies due to CVE 2018-3719
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
setupFiles: ['./test/setup.ts'],
transform: {
'^.+\\.(ts|tsx?)$': './node_modules/ts-jest/preprocessor.js',
'^.+\\.(ts|tsx?)$': 'ts-jest',
},
snapshotSerializers: ['enzyme-to-json/serializer'],
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
Expand Down
Loading

0 comments on commit cafae4d

Please sign in to comment.