update packages

master
shane tully 2023-05-24 21:53:05 -07:00
parent bd7ea806ac
commit f0bcf2615a
2 changed files with 37 additions and 26 deletions

53
package-lock.json generated
View File

@ -1,33 +1,44 @@
{ {
"name": "WebRTC-Example", "name": "WebRTC-Example",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 2,
"requires": true, "requires": true,
"dependencies": { "packages": {
"async-limiter": { "": {
"name": "WebRTC-Example",
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", "license": "MIT",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" "dependencies": {
"ws": "^8.13.0"
}
}, },
"safe-buffer": { "node_modules/ws": {
"version": "5.1.1", "version": "8.13.0",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==" "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
}, },
"ultron": { "peerDependencies": {
"version": "1.1.1", "bufferutil": "^4.0.1",
"resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", "utf-8-validate": ">=5.0.2"
"integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og=="
}, },
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
},
"dependencies": {
"ws": { "ws": {
"version": "3.3.3", "version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": { "requires": {}
"async-limiter": "1.0.0",
"safe-buffer": "5.1.1",
"ultron": "1.1.1"
}
} }
} }
} }

View File

@ -17,8 +17,8 @@
"bugs": { "bugs": {
"url": "https://github.com/shanet/WebRTC-Example/issues" "url": "https://github.com/shanet/WebRTC-Example/issues"
}, },
"homepage": "https://github.com/shanet/WebRTC-Example#readme", "homepage": "https://github.com/shanet/WebRTC-Example",
"dependencies": { "dependencies": {
"ws": "^3.3.2" "ws": "^8.13.0"
} }
} }