Skip to content

Commit c3e46a8

Browse files
Addressing security issues from dependabot (#741) (#833)
* Fixing references to js-yaml 3.14.1 * Fixing up eslint config issues. Some lint errors fixed. * Fixing up references to glob. * Removing github token from document checker. * Skipping flakey latency test on linux. (cherry picked from commit 812a419) # Conflicts: # .github/workflows/healthcheck-markdown-links.yml # Extras/SS_Test/package.json # Extras/mediasoup-sdp-bridge/package.json # package-lock.json
1 parent 60a6414 commit c3e46a8

3 files changed

Lines changed: 11303 additions & 8382 deletions

File tree

.changeset/heavy-masks-mate.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.7': patch
3+
'@epicgames-ps/lib-pixelstreamingfrontend-ue5.7': patch
4+
'@epicgames-ps/lib-pixelstreamingsignalling-ue5.7': patch
5+
'@epicgames-ps/lib-pixelstreamingcommon-ue5.7': patch
6+
---
7+
8+
- Addressing security issues raised by dependabot. (glob, js-yaml, playwright)
9+
- Added lint npm script to the root project. Running `npm run lint` will now run linting over all packages.

.github/workflows/healthcheck-markdown-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: lychee
2525
uses: lycheeverse/lychee-action@v2.0.2
2626
with:
27-
args: --user-agent 'GHA/PixelStreamingInfrastructure' --accept '100..=103,200..=299,403,429' --github-token ${{ secrets.WORKFLOW_TOKEN || github.token }} --exclude 'localhost' --exclude 'github.com/EpicGames/UnrealEngine' --exclude '.png' --exclude '.jpg' --exclude-path 'SFU/mediasoup-sdp-bridge/README.md' './**/*.md'
27+
args: --user-agent 'GHA/PixelStreamingInfrastructure' --accept '100..=103,200..=299,403,429' --exclude 'localhost' --exclude 'github.com/EpicGames/UnrealEngine' --exclude '.png' --exclude '.jpg' --exclude-path 'SFU/mediasoup-sdp-bridge/README.md' './**/*.md'
2828

2929
- name: Find existing link checker issue
3030
id: find-issue

0 commit comments

Comments
 (0)