Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-03bbb44ed0c4cee18d0c671a98b6c568
Browse files Browse the repository at this point in the history
  • Loading branch information
Woodpile37 committed Aug 22, 2023
2 parents 1cef937 + 54143c3 commit 9c0a0b0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sphinx-autobuild==2021.3.14
sphinx-js==3.2.1
sphinx==4.4.0
markupsafe==2.0.1
tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
anyio[curio,trio]==3.4.0
django==3.2.9
django==3.2.14
pytest-asyncio==0.16.0
pytest-bdd==5.0.0
pytest-cov==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion tools/wave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"fs-extra": "^7.0.1"
"fs-extra": "^11.1.1"
}
}
2 changes: 1 addition & 1 deletion tools/wptrunner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mozdebug==0.3.0
mozinfo==1.2.2 # https://bugzilla.mozilla.org/show_bug.cgi?id=1621226
mozlog==7.1.0
mozprocess==1.3.0
pillow==8.4.0
pillow==9.0.0
requests==2.28.2
six==1.16.0
urllib3[secure]==1.26.15
6 changes: 3 additions & 3 deletions webrtc/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-plugin-html": "^4.0.0",
"jscodeshift": "^0.5.1",
"jsdom": "^16.5.3"
"eslint-plugin-html": "^7.1.0",
"jscodeshift": "^0.6.1",
"jsdom": "^22.1.0"
},
"license": "BSD",
"private": true
Expand Down

0 comments on commit 9c0a0b0

Please sign in to comment.