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:
parent
5516802142
commit
b59bc0e38c
|
@ -140,7 +140,7 @@
|
||||||
"tslib": "^1.10.0",
|
"tslib": "^1.10.0",
|
||||||
"tslint": "6.0.0",
|
"tslint": "6.0.0",
|
||||||
"typescript": "~3.8.3",
|
"typescript": "~3.8.3",
|
||||||
"xhr2": "0.1.4",
|
"xhr2": "0.2.0",
|
||||||
"yaml": "^1.7.2",
|
"yaml": "^1.7.2",
|
||||||
"yargs": "15.3.0"
|
"yargs": "15.3.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"domino": "^2.1.2",
|
"domino": "^2.1.2",
|
||||||
"xhr2": "^0.1.4"
|
"xhr2": "^0.2.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -15707,10 +15707,10 @@ xdg-basedir@^3.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
|
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
|
||||||
integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=
|
integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=
|
||||||
|
|
||||||
xhr2@0.1.4:
|
xhr2@0.2.0:
|
||||||
version "0.1.4"
|
version "0.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.1.4.tgz#7f87658847716db5026323812f818cadab387a5f"
|
resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.2.0.tgz#eddeff782f3b7551061b8d75645085269396e521"
|
||||||
integrity sha1-f4dliEdxbbUCYyOBL4GMras4el8=
|
integrity sha512-BDtiD0i2iKPK/S8OAZfpk6tyzEDnKKSjxWHcMBVmh+LuqJ8A32qXTyOx+TVOg2dKvq6zGBq2sgKPkEeRs1qTRA==
|
||||||
|
|
||||||
xml2js@0.4.16:
|
xml2js@0.4.16:
|
||||||
version "0.4.16"
|
version "0.4.16"
|
||||||
|
|
Loading…
Reference in New Issue