Skip to content

Commit c43fed4

Browse files
committed
update package.json
2 parents ebfcad6 + 1341788 commit c43fed4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

01-Login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-scripts": "0.9.5"
77
},
88
"dependencies": {
9-
"auth0-js": "^8.7.0",
9+
"auth0-js": "^8.8.0",
1010
"bootstrap": "^3.3.7",
1111
"react": "^15.5.4",
1212
"react-bootstrap": "^0.31.0",

02-User-Profile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-scripts": "0.9.5"
77
},
88
"dependencies": {
9-
"auth0-js": "^8.7.0",
9+
"auth0-js": "^8.8.0",
1010
"bootstrap": "^3.3.7",
1111
"history": "^4.6.1",
1212
"react": "^15.5.4",

03-Calling-an-API/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"react-scripts": "0.9.5"
77
},
88
"dependencies": {
9-
"auth0-js": "^8.7.0",
109
"axios": "^0.16.2",
10+
"auth0-js": "^8.8.0",
1111
"bootstrap": "^3.3.7",
1212
"cors": "^2.8.1",
1313
"dotenv": "^4.0.0",
14-
"express": "^4.14.1",
15-
"express-jwt": "^5.1.0",
14+
"express": "^4.15.3",
15+
"express-jwt": "^5.3.0",
1616
"express-jwt-authz": "^1.0.0",
1717
"history": "^4.6.1",
1818
"jwks-rsa": "^1.1.1",

0 commit comments

Comments
 (0)