## Description
Fixing error blocking PRs due to surprise ADO policy change:
```
Detected characters in arguments that may not be executed correctly by the shell. Please escape special characters using backtick (`). More information is available here: https://aka.ms/ado/75787
```
### Type of Change
_Erase all that don't apply._
- Bug fix (non-breaking change which fixes an issue)
### Why
Unblock pipelines.
### What
Fixed argument escaping.
## Screenshots
N/A
## Testing
N/A
## Changelog
Should this change be included in the release notes: _no_
## Description
Bumps the version of `serve-static` and `send` to address CVE-2024-43799 and CVE-2024-43800.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
Resolve Component Governance security alerts.
### What
Bumped yarn.lock versions
## Screenshots
N/A
## Testing
N/A
## Changelog
Should this change be included in the release notes: _no_
This PR backports #13455 to 0.73.
## Description
This PR bumps the minimum version of VS that RNW expects to 17.11.0.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
To make sure users don't use the regressed builds of VS 2022.
Resolves#13339Resolves#13374
### What
Bumped VS version checks for `run-windows` and `rnw-dependencies.ps1`. Updated ADO image to reflect updated images are no longer locked to VS v17.9.4.
## Screenshots
N/A
## Testing
`run-windows` now works with 17.11.0.
## Changelog
Should this change be included in the release notes: _yes_
Require Visual Studio 2022 >= v17.11.0
* Upgrade Desktop solution/projects to Win SDK 10.0.22621.0 (#13326)
* /t:Vars - Log SolutionName
* Remove OpenSSL from Desktop LIB and DLL
* Port Desktop DLL to ARM64EC (#13320)
* Upgrade WinSDK version for C/C++ projects
Older SDK versions do not contain softintrin.h
See http://www.emulators.com/docs/abc_arm64ec_explained.htm
* Make V8Platform x64 for ARM64EC
* Override HermesPlatform for ARM64EC
* Override WinAppSDK platforms for ARM64EC
* Skip React.Windows.IntegrationTests on ARM64EC
* Add ARM64EC to StripAdditionalPlatformsFromNuspec.ps1
---------
Co-authored-by: Jon Thysell <jthysell@microsoft.com>
This PR backports #13367 to 0.73.
## Description
This PR addresses Component Governance alerts for 6/19/24.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
Resolve Component Governance alerts.
### What
Updated versions of `braces` (via updating `globby`), `ws` (via resolution), `ip` (via updating `@react-native-community/cli-doctor` and `socks`), and `tar`. Had to use a resolution for `ws` because I wasn't able to bump `webdriverio` because it doesn't work with WinAppDriver, see https://github.com/microsoft/WinAppDriver/issues/1543.
## Screenshots
N/A
## Testing
Verified e2e-test-app still works
## Changelog
Should this change be included in the release notes: no
* Make HTTP origin value an instance member (#12821)
* Make origin an instance member
* Change files
* Remove s_origin
* Remove redundant namespace
* Remove change file
* Change files
* Empty commit