Skip to content

Commit

Permalink
upgrade Auth workshop dependencies to address security alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
samdengler committed Mar 12, 2020
1 parent 44d7a0f commit 0d7d4d8
Show file tree
Hide file tree
Showing 2 changed files with 1,053 additions and 36 deletions.
8 changes: 7 additions & 1 deletion Auth/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@
"dependencies": {
"aws-amplify": "^1.0.0",
"aws-amplify-react": "^1.0.0",
"axios": "^0.18.1",
"eslint": "^4.18.2",
"esri-loader": "^2.2.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.12",
"mem": "^4.0.0",
"normalize.css": "^8.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"uuid": "^3.2.1"
"set-value": "^2.0.1",
"uuid": "^3.2.1",
"webpack-dev-server": "^3.1.11"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 0d7d4d8

Please sign in to comment.