Skip to content

Commit

Permalink
playwright: upgrade dependency (eclipse-theia#11313)
Browse files Browse the repository at this point in the history
The pull-request updates `playwright` to the latest version to resolve a
known dependency vulnerability with `jpeg-js`.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto authored Jun 22, 2022
1 parent ce01284 commit 0e05d0a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 359 deletions.
3 changes: 2 additions & 1 deletion dependency-check-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"npm/npmjs/-/eslint-plugin-deprecation/1.2.1": "Approved as 'works-with': https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22573",
"npm/npmjs/-/jschardet/2.3.0": "Approved for Eclipse Theia: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22481",
"npm/npmjs/-/jsdom/11.12.0": "Approved as 'works-with': https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23640https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23640",
"npm/npmjs/-/lzma-native/8.0.6": "Approved as 'works-with': https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/1850"
"npm/npmjs/-/lzma-native/8.0.6": "Approved as 'works-with': https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/1850",
"npm/npmjs/-/playwright-core/1.22.2": "Approved as 'works-with': https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/2734"
}
2 changes: 1 addition & 1 deletion examples/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"src"
],
"dependencies": {
"@playwright/test": "1.17.1",
"@playwright/test": "1.22.2",
"fs-extra": "^9.0.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 0e05d0a

Please sign in to comment.