fix(platform-server): update xhr2 dependency (#36366)

Previous versions of xhr2 used the depreciated "new Buffer()".

Closes #36358

PR Close #36366
This commit is contained in:
Alan Agius
2020-04-01 13:35:30 +02:00
committed by Alex Rickabaugh
parent 90cae34c05
commit 14ae3c0a21
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
},
"dependencies": {
"domino": "^2.1.2",
"xhr2": "^0.1.4"
"xhr2": "^0.2.0"
},
"repository": {
"type": "git",