Upgrade bare-client
For the WebSocket fixes.
This commit is contained in:
parent
5fc685aade
commit
c37ab05535
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -9,7 +9,7 @@
|
|||
"version": "1.0.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tomphttp/bare-client": "^1.1.0",
|
||||
"@tomphttp/bare-client": "^1.1.1",
|
||||
"bowser": "^2.11.0",
|
||||
"css-tree": "^2.0.4",
|
||||
"esotope-hammerhead": "^0.6.1",
|
||||
|
|
@ -198,9 +198,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@tomphttp/bare-client": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-1.1.0.tgz",
|
||||
"integrity": "sha512-R3XO0WdwU/K3IvW9432Zz37gaOxyoVvHp+U/HlXwTrYDyGV1cx29Zx6p6DMe2XPXQ4SDqsp34EjgVYdmejU5mw=="
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-1.1.1.tgz",
|
||||
"integrity": "sha512-oTmKCVXF/hD7Fk3WwgW18BCzwwjyD9o+XRadphwmqms0stNXuUjAr7wWHqM85utBW5yczD7dvu30oFQHsJ4IyQ=="
|
||||
},
|
||||
"node_modules/@types/eslint": {
|
||||
"version": "8.4.6",
|
||||
|
|
@ -2835,9 +2835,9 @@
|
|||
}
|
||||
},
|
||||
"@tomphttp/bare-client": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-1.1.0.tgz",
|
||||
"integrity": "sha512-R3XO0WdwU/K3IvW9432Zz37gaOxyoVvHp+U/HlXwTrYDyGV1cx29Zx6p6DMe2XPXQ4SDqsp34EjgVYdmejU5mw=="
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-1.1.1.tgz",
|
||||
"integrity": "sha512-oTmKCVXF/hD7Fk3WwgW18BCzwwjyD9o+XRadphwmqms0stNXuUjAr7wWHqM85utBW5yczD7dvu30oFQHsJ4IyQ=="
|
||||
},
|
||||
"@types/eslint": {
|
||||
"version": "8.4.6",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"license": "MIT",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@tomphttp/bare-client": "^1.1.0",
|
||||
"@tomphttp/bare-client": "^1.1.1",
|
||||
"bowser": "^2.11.0",
|
||||
"css-tree": "^2.0.4",
|
||||
"esotope-hammerhead": "^0.6.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue