Bump/update npm dependencies

This keeps us up to date and resolves security vulnerabilities found
by npm.

braces ^2.3.2 was added because it is a dependency pulled in by react
but we need >=2.3.1 to address vulnerabilities.

Change-Id: Ic9ab227b5ee77e23c6cb6794bfe3990812169a62
This commit is contained in:
David Moreau Simard 2019-03-20 11:39:52 -04:00
parent f139a3683c
commit 6a927681fa
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
2 changed files with 3397 additions and 2967 deletions

6347
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,15 +4,16 @@
"private": true,
"homepage": "http://localhost:3000/",
"dependencies": {
"@patternfly/patternfly-next": "1.0.128",
"@patternfly/react-icons": "2.9.7",
"@patternfly/react-tokens": "1.9.6",
"@patternfly/patternfly-next": "^1.0.175",
"@patternfly/react-icons": "^3.5.0",
"@patternfly/react-tokens": "^2.0.4",
"axios": "^0.18.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": ">=2.0.0",
"braces": "^2.3.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.3"