aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-12-19 05:51:20 +0300
committerRblSb <msrblsb@gmail.com>2021-12-19 05:51:30 +0300
commite48c2be14fb1474beb1993cd09e4f42aec51b1a8 (patch)
tree4b66cad87edf47e1d979ac5d3f83e35a9504256d /package-lock.json
parent68488f8401e1b6a3bcc15033fde09319fc7ec64b (diff)
Update ws library and lockfile version
closes #34
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json39
1 files changed, 35 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 9c8dcb9..08020bf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,13 +1,44 @@
{
"name": "synctube",
"version": "1.0.0",
- "lockfileVersion": 1,
+ "lockfileVersion": 2,
"requires": true,
+ "packages": {
+ "": {
+ "name": "synctube",
+ "version": "1.0.0",
+ "license": "MIT",
+ "dependencies": {
+ "ws": "^8.3.0"
+ }
+ },
+ "node_modules/ws": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz",
+ "integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==",
+ "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
+ }
+ }
+ }
+ },
"dependencies": {
"ws": {
- "version": "7.4.6",
- "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
- "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz",
+ "integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==",
+ "requires": {}
}
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage