Skip to content

Commit 8644d9a

Browse files
dougbuwtgodbe
andauthored
[release/3.1] Update a few more components (#40605)
* [release/3.1] Update a few more components - address CG bugs w/ older versions of these `npm` components - update `urijs` version in one project - update `webpack` and related versions in a few projects - pin `chokidar` instead of `tar` * !fixup! Get PR validation working * !fixup! Recreate Web.JS yarn.lock * fixdown * Don't fix node_modules Co-authored-by: Will Godbe <[email protected]>
1 parent 12410ea commit 8644d9a

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

eng/SharedFramework.External.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<_CompilationOnlyReference Include="System.ComponentModel.Annotations" />
115115
<_CompilationOnlyReference Include="System.Runtime.CompilerServices.Unsafe" />
116116
<_CompilationOnlyReference Include="System.Text.Json" />
117+
<_CompilationOnlyReference Include="System.Text.Encodings.Web" />
117118
</ItemGroup>
118119

119120
<!--
@@ -124,6 +125,7 @@
124125
<_CompilationOnlyReference Include="Microsoft.Win32.Registry" />
125126
<_CompilationOnlyReference Include="System.Security.Cryptography.Cng" />
126127
<_CompilationOnlyReference Include="System.Security.Principal.Windows" />
128+
<_CompilationOnlyReference Include="System.Text.Encodings.Web" />
127129
</ItemGroup>
128130

129131
</Project>

src/Components/test/E2ETest/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"resolutions": {
2424
"bl": ">=2.2.1",
25-
"lodash": ">=4.17.21"
25+
"lodash": ">=4.17.21",
26+
"urijs": ">=1.19.10"
2627
}
2728
}

src/Components/test/E2ETest/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,10 @@ uri-js@^4.2.2:
699699
dependencies:
700700
punycode "^2.1.0"
701701

702-
urijs@^1.19.1:
703-
version "1.19.1"
704-
resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.1.tgz#5b0ff530c0cbde8386f6342235ba5ca6e995d25a"
705-
integrity sha512-xVrGVi94ueCJNrBSTjWqjvtgvl3cyOTThp2zaMaFNGp3F542TR6sM3f2o8RqZl+AwteClSVmoCyt0ka4RjQOQg==
702+
urijs@>=1.19.10, urijs@^1.19.1:
703+
version "1.19.10"
704+
resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.10.tgz#8e2fe70a8192845c180f75074884278f1eea26cb"
705+
integrity sha512-EzauQlgKuJgsXOqoMrCiePBf4At5jVqRhXykF3Wfb8ZsOBMxPcfiVBcsHXug4Aepb/ICm2PIgqAUGMelgdrWEg==
706706

707707
util-deprecate@^1.0.1:
708708
version "1.0.2"

src/ProjectTemplates/test/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"resolutions": {
1717
"lodash": ">=4.17.21",
18-
"bl": ">=2.2.1"
18+
"bl": ">=2.2.1",
19+
"urijs": ">=1.19.10"
1920
}
2021
}

src/ProjectTemplates/test/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,10 @@ uri-js@^4.2.2:
533533
dependencies:
534534
punycode "^2.1.0"
535535

536-
urijs@^1.19.1:
537-
version "1.19.1"
538-
resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.1.tgz#5b0ff530c0cbde8386f6342235ba5ca6e995d25a"
539-
integrity sha512-xVrGVi94ueCJNrBSTjWqjvtgvl3cyOTThp2zaMaFNGp3F542TR6sM3f2o8RqZl+AwteClSVmoCyt0ka4RjQOQg==
536+
urijs@>=1.19.10, urijs@^1.19.1:
537+
version "1.19.10"
538+
resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.10.tgz#8e2fe70a8192845c180f75074884278f1eea26cb"
539+
integrity sha512-EzauQlgKuJgsXOqoMrCiePBf4At5jVqRhXykF3Wfb8ZsOBMxPcfiVBcsHXug4Aepb/ICm2PIgqAUGMelgdrWEg==
540540

541541
util-deprecate@^1.0.1:
542542
version "1.0.2"

0 commit comments

Comments
 (0)