Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 0d7d4d8

Browse files
committed
upgrade Auth workshop dependencies to address security alerts
1 parent 44d7a0f commit 0d7d4d8

File tree

2 files changed

+1053
-36
lines changed

2 files changed

+1053
-36
lines changed

Auth/website/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@
55
"dependencies": {
66
"aws-amplify": "^1.0.0",
77
"aws-amplify-react": "^1.0.0",
8+
"axios": "^0.18.1",
9+
"eslint": "^4.18.2",
810
"esri-loader": "^2.2.0",
11+
"js-yaml": "^3.13.1",
912
"lodash": "^4.17.12",
13+
"mem": "^4.0.0",
1014
"normalize.css": "^8.0.0",
1115
"react": "^16.2.0",
1216
"react-dom": "^16.2.0",
1317
"react-router-dom": "^4.2.2",
1418
"react-scripts": "1.1.1",
15-
"uuid": "^3.2.1"
19+
"set-value": "^2.0.1",
20+
"uuid": "^3.2.1",
21+
"webpack-dev-server": "^3.1.11"
1622
},
1723
"scripts": {
1824
"start": "react-scripts start",

0 commit comments

Comments
 (0)