Skip to content

Commit 53fa136

Browse files
committed
fix: appengine/websockets/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-9535930
1 parent f62131a commit 53fa136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/websockets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"devDependencies": {
2424
"mocha": "^9.2.2",
25-
"puppeteer": "^13.3.0"
25+
"puppeteer": "^22.8.2"
2626
}
2727
}

0 commit comments

Comments
 (0)