Upgrade bare-client

For the WebSocket fixes.
This commit is contained in:
David Reed 2022-11-18 21:08:30 -05:00
parent 5fc685aade
commit c37ab05535
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.3", "version": "1.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tomphttp/bare-client": "^1.1.0", "@tomphttp/bare-client": "^1.1.1",
"bowser": "^2.11.0", "bowser": "^2.11.0",
"css-tree": "^2.0.4", "css-tree": "^2.0.4",
"esotope-hammerhead": "^0.6.1", "esotope-hammerhead": "^0.6.1",
@ -198,9 +198,9 @@
} }
}, },
"node_modules/@tomphttp/bare-client": { "node_modules/@tomphttp/bare-client": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-1.1.1.tgz",
"integrity": "sha512-R3XO0WdwU/K3IvW9432Zz37gaOxyoVvHp+U/HlXwTrYDyGV1cx29Zx6p6DMe2XPXQ4SDqsp34EjgVYdmejU5mw==" "integrity": "sha512-oTmKCVXF/hD7Fk3WwgW18BCzwwjyD9o+XRadphwmqms0stNXuUjAr7wWHqM85utBW5yczD7dvu30oFQHsJ4IyQ=="
}, },
"node_modules/@types/eslint": { "node_modules/@types/eslint": {
"version": "8.4.6", "version": "8.4.6",
@ -2835,9 +2835,9 @@
} }
}, },
"@tomphttp/bare-client": { "@tomphttp/bare-client": {
"version": "1.1.0", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-1.1.1.tgz",
"integrity": "sha512-R3XO0WdwU/K3IvW9432Zz37gaOxyoVvHp+U/HlXwTrYDyGV1cx29Zx6p6DMe2XPXQ4SDqsp34EjgVYdmejU5mw==" "integrity": "sha512-oTmKCVXF/hD7Fk3WwgW18BCzwwjyD9o+XRadphwmqms0stNXuUjAr7wWHqM85utBW5yczD7dvu30oFQHsJ4IyQ=="
}, },
"@types/eslint": { "@types/eslint": {
"version": "8.4.6", "version": "8.4.6",

View file

@ -12,7 +12,7 @@
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@tomphttp/bare-client": "^1.1.0", "@tomphttp/bare-client": "^1.1.1",
"bowser": "^2.11.0", "bowser": "^2.11.0",
"css-tree": "^2.0.4", "css-tree": "^2.0.4",
"esotope-hammerhead": "^0.6.1", "esotope-hammerhead": "^0.6.1",