Skip to content

Commit 31ad692

Browse files
fix: e2e/playwright/mock_oauth_server/package.json & e2e/playwright/mock_oauth_server/package-lock.json to reduce vulnerabilities (#862)
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 3f0d60f commit 31ad692

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

e2e/playwright/mock_oauth_server/package-lock.json

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

e2e/playwright/mock_oauth_server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"dotenv": "^16.0.3",
14-
"express": "^4.21.1"
14+
"express": "^4.21.2"
1515
},
1616
"devDependencies": {
1717
"@types/express": "^4.17.17",

0 commit comments

Comments
 (0)