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 5516802142
commit b59bc0e38c
3 changed files with 6 additions and 6 deletions

View File

@ -140,7 +140,7 @@
"tslib": "^1.10.0",
"tslint": "6.0.0",
"typescript": "~3.8.3",
"xhr2": "0.1.4",
"xhr2": "0.2.0",
"yaml": "^1.7.2",
"yargs": "15.3.0"
},

View File

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

View File

@ -15707,10 +15707,10 @@ xdg-basedir@^3.0.0:
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=
xhr2@0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.1.4.tgz#7f87658847716db5026323812f818cadab387a5f"
integrity sha1-f4dliEdxbbUCYyOBL4GMras4el8=
xhr2@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.2.0.tgz#eddeff782f3b7551061b8d75645085269396e521"
integrity sha512-BDtiD0i2iKPK/S8OAZfpk6tyzEDnKKSjxWHcMBVmh+LuqJ8A32qXTyOx+TVOg2dKvq6zGBq2sgKPkEeRs1qTRA==
xml2js@0.4.16:
version "0.4.16"