File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/SignalR/clients/ts/FunctionalTests Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 99 <PackageJson >$(MSBuildProjectDirectory)\package.json</PackageJson >
1010 <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)' == ''" >$(MSBuildProjectDirectory)\obj\</BaseIntermediateOutputPath >
1111 <IntermediateOutputPath >$([MSBuild]::NormalizeDirectory('$(BaseIntermediateOutputPath)'))$(Configuration)\</IntermediateOutputPath >
12- <InstallArgs Condition =" '$(RestoreLockedMode )' == 'true'" >--frozen-lockfile</InstallArgs >
12+ <InstallArgs Condition =" '$(ContinuousIntegrationBuild )' == 'true'" >--frozen-lockfile</InstallArgs >
1313 <_BackupPackageJson >$(IntermediateOutputPath)$(MSBuildProjectName).package.json.bak</_BackupPackageJson >
1414 <BuildDependsOn >
1515 PrepareForBuild;
Original file line number Diff line number Diff line change 5454 },
5555 "resolutions" : {
5656 "lodash" : " >=4.17.21" ,
57- "url-parse" : " >=1.5.0"
57+ "url-parse" : " >=1.5.0" ,
58+ "ua-parser-js" : " ^0.7.30"
5859 },
5960 "author" : " " ,
6061 "license" : " MIT"
Original file line number Diff line number Diff line change @@ -3333,10 +3333,10 @@ typescript@^3.7.5:
33333333 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
33343334 integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
33353335
3336- ua-parser-js@^0.7.21, ua-parser-js@^0.7.28 :
3337- version "0.7.28 "
3338- resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28 .tgz#8ba04e653f35ce210239c64661685bf9121dec31 "
3339- integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g ==
3336+ ua-parser-js@^0.7.21, ua-parser-js@^0.7.28, ua-parser-js@^0.7.30 :
3337+ version "0.7.30 "
3338+ resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.30 .tgz#4cf5170e8b55ac553fe8b38df3a82f0669671f0b "
3339+ integrity sha512-uXEtSresNUlXQ1QL4/3dQORcGv7+J2ookOG2ybA/ga9+HYEXueT2o+8dUJQkpedsyTyCJ6jCCirRcKtdtx1kbg ==
33403340
33413341unbzip2-stream@^1.0.9, unbzip2-stream@^1.3.3 :
33423342 version "1.4.3"
You can’t perform that action at this time.
0 commit comments