Skip to content

Commit

Permalink
Fixed np, package security issues. (hitachienergy#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriva authored Jul 5, 2019
1 parent f1ea5d1 commit 9166a07
Show file tree
Hide file tree
Showing 4 changed files with 7,814 additions and 6,984 deletions.
8 changes: 4 additions & 4 deletions examples/keycloak/authorization/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1"
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"copyfiles": "^2.1.0",
"rimraf": "^2.6.2"
"rimraf": "^2.6.3"
},
"browserslist": [
">0.2%",
Expand Down
Loading

0 comments on commit 9166a07

Please sign in to comment.