Skip to content

Commit

Permalink
Dependency update (#2028)
Browse files Browse the repository at this point in the history
* Update dependencies

* Ignore yarn-error.log

* Upgrade to auth0-js 9.16.3

* Update blueimp-md5, trim
  • Loading branch information
Steve Hobbs authored Aug 25, 2021
1 parent 1f5f8ad commit 1d3e7be
Show file tree
Hide file tree
Showing 3 changed files with 614 additions and 692 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ npm-debug.log
.css.map
.idea/
.env
local.log
local.log
yarn-error.log
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"auth0-js": "^9.16.2",
"auth0-js": "^9.16.3",
"auth0-password-policies": "^1.0.2",
"blueimp-md5": "2.3.1",
"blueimp-md5": "^2.18.0",
"dompurify": "^2.2.8",
"immutable": "^3.7.3",
"jsonp": "^0.2.1",
Expand All @@ -122,12 +122,13 @@
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-transition-group": "^2.2.1",
"trim": "1.0.0",
"trim": "^1.0.1",
"url-join": "^1.1.0",
"validator": "^13.6.0"
},
"resolutions": {
"node-fetch": "^2.6.1"
"node-fetch": "^2.6.1",
"crypto-js": "^4.1.1"
},
"ccu": {
"name": "lock",
Expand Down
Loading

0 comments on commit 1d3e7be

Please sign in to comment.