Skip to content

Commit 1341788

Browse files
authored
Merge pull request #23 from paulioceano/master
Update dependencies
2 parents 4694fdb + a489f88 commit 1341788

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,12 +6,12 @@
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
"cors": "^2.8.1",
1212
"dotenv": "^4.0.0",
13-
"express": "^4.14.1",
14-
"express-jwt": "^5.1.0",
13+
"express": "^4.15.3",
14+
"express-jwt": "^5.3.0",
1515
"express-jwt-authz": "^1.0.0",
1616
"history": "^4.6.1",
1717
"jwks-rsa": "^1.1.1",

0 commit comments

Comments
 (0)