Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 09e2f43

Browse files
authored
Merge pull request #89 from OpenVisualCloud/CVE-fix
[Security] Bump log4js and Ajv to fix CVEs
2 parents 5adf1b8 + 5015cfa commit 09e2f43

File tree

1 file changed

+2
-3
lines changed
  • WebRTC-Sample/owt-server/image/owt-immersive/scripts/scripts

1 file changed

+2
-3
lines changed

WebRTC-Sample/owt-server/image/owt-immersive/scripts/scripts/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"name": "WooGeen-MCU-Nuve",
33
"version": "4.1.0",
44
"dependencies": {
5-
"ajv": "^5.2.2",
5+
"ajv": "6.12.3",
66
"amqp": "*",
77
"body-parser": "*",
88
"express": "*",
99
"fraction.js": "*",
10-
"log4js": "^1.1.1",
10+
"log4js": "6.4.0",
1111
"mongojs": "",
12-
"mongoose": "^5.8.6",
1312
"package.json": "^2.0.1",
1413
"toml": "*"
1514
},

0 commit comments

Comments
 (0)