Skip to content

Commit

Permalink
Merge pull request #390 from nulogy/NDS-950-fix-security-audit-issues
Browse files Browse the repository at this point in the history
Update libraries with security issues
  • Loading branch information
Clemens Park authored Sep 27, 2019
2 parents 4d93ede + e1b8317 commit d4bb2d0
Show file tree
Hide file tree
Showing 9 changed files with 42,733 additions and 45,239 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Security

## [0.13.2] - 2019-09-26

### Security

- Fixes #388
- Also updates a bunch of dependencies to address `yarn audit` issues

## [0.13.1] - 2019-09-25

### Added
Expand Down
6 changes: 3 additions & 3 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,17 @@
"identity-obj-proxy": "3.0.0",
"jest": "24.1.0",
"jest-styled-components": "6.3.1",
"plop": "^2.4.0",
"prop-types": "15.6.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-test-renderer": "~16.3",
"svgi": "^1.1.0",
"webpack": "^4.8.3",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@nulogy/tokens": "^0.13.1",
"plop": "^2.4.0",
"polished": "3.0.0",
"react-modal": "^3.8.2",
"react-popper": "^1.3.3",
Expand All @@ -93,8 +94,7 @@
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^4.1.3",
"styled-system": "^3.2.1",
"svg-sprite-loader": "^3.8.0",
"svgi": "^1.1.0"
"svg-sprite-loader": "^3.8.0"
},
"jest": {
"transform": {
Expand Down
69,801 changes: 38,484 additions & 31,317 deletions components/spec/__snapshots__/Storyshots.spec.js.snap

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions components/src/Select/Select.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ function selectOption(optionText, container, queryByText) {
openDropdown(container);

expect(queryByText(optionText)).not.toBeNull();

fireEvent.click(queryByText(optionText));
}
Loading

0 comments on commit d4bb2d0

Please sign in to comment.