summaryrefslogtreecommitdiff
path: root/web-timeplot/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'web-timeplot/package-lock.json')
-rw-r--r--web-timeplot/package-lock.json24
1 files changed, 23 insertions, 1 deletions
diff --git a/web-timeplot/package-lock.json b/web-timeplot/package-lock.json
index b0733b1..7ce7bea 100644
--- a/web-timeplot/package-lock.json
+++ b/web-timeplot/package-lock.json
@@ -8,7 +8,8 @@
"name": "web-timeplot",
"version": "0.1.0",
"dependencies": {
- "pixi.js": "^8.0.0"
+ "pixi.js": "^8.0.0",
+ "ws": "^8.20.0"
},
"devDependencies": {
"vite": "^5.0.0"
@@ -1044,6 +1045,27 @@
"optional": true
}
}
+ },
+ "node_modules/ws": {
+ "version": "8.20.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
+ "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": ">=5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
}
}
}