Skip to content

Commit f2dc0bc

Browse files
Update ua-parser-js (#37785)
1 parent 7997d57 commit f2dc0bc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

eng/targets/Npm.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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;

src/SignalR/clients/ts/FunctionalTests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
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"

src/SignalR/clients/ts/FunctionalTests/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

33413341
unbzip2-stream@^1.0.9, unbzip2-stream@^1.3.3:
33423342
version "1.4.3"

0 commit comments

Comments
 (0)