Skip to content

Commit 3f0d60f

Browse files
fix: e2e/playwright/package.json & e2e/playwright/package-lock.json to reduce vulnerabilities (#863)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 Co-authored-by: snyk-bot <[email protected]>
1 parent 4e0236c commit 3f0d60f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

e2e/playwright/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"typescript": "^4.9.5"
2525
},
2626
"dependencies": {
27-
"express": "^4.21.1",
27+
"express": "^4.21.2",
2828
"pg": "^8.10.0"
2929
}
3030
}

0 commit comments

Comments
 (0)