fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities (#3918)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Ruben Fiszel
2024-09-01 23:50:21 +02:00
committed by GitHub
co-authored by snyk-bot
parent 8a105c9c67
commit 0e91c36f5a
2 changed files with 10 additions and 5 deletions
+9 -4
View File
@@ -74,7 +74,7 @@
"windmill-parser-wasm-ts": "^1.382.2",
"windmill-sql-datatype-parser-wasm": "^1.318.0",
"y-monaco": "^0.1.4",
"y-websocket": "^1.5.0",
"y-websocket": "^1.5.4",
"yaml": "^2.3.4",
"yjs": "^13.6.7"
},
@@ -13563,9 +13563,10 @@
}
},
"node_modules/y-websocket": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/y-websocket/-/y-websocket-1.5.0.tgz",
"integrity": "sha512-A8AO6XtnQlYwWFytWdkDCeXg4l8ghRTIw5h2YUgUYDmEC9ugWGIwYNW80yadhSFAF7CvuWTEkQNEpevnH6EiZw==",
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/y-websocket/-/y-websocket-1.5.4.tgz",
"integrity": "sha512-Y3021uy0anOIHqAPyAZbNDoR05JuMEGjRNI8c+K9MHzVS8dWoImdJUjccljAznc8H2L7WkIXhRHZ1igWNRSgPw==",
"license": "MIT",
"dependencies": {
"lib0": "^0.2.52",
"lodash.debounce": "^4.0.8",
@@ -13575,6 +13576,10 @@
"y-websocket": "bin/server.js",
"y-websocket-server": "bin/server.js"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
+1 -1
View File
@@ -147,7 +147,7 @@
"windmill-parser-wasm-ts": "^1.382.2",
"windmill-sql-datatype-parser-wasm": "^1.318.0",
"y-monaco": "^0.1.4",
"y-websocket": "^1.5.0",
"y-websocket": "^1.5.4",
"yaml": "^2.3.4",
"yjs": "^13.6.7"
},