update bare-client

This commit is contained in:
David Reed 2023-06-09 22:42:24 -04:00
parent c6a75f0a29
commit 01ad0b6077
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": "2.0.0-beta", "version": "2.0.0-beta",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tomphttp/bare-client": "^2.0.0-beta.1", "@tomphttp/bare-client": "^2.0.0-beta.2",
"css-tree": "^2.0.4", "css-tree": "^2.0.4",
"esotope-hammerhead": "^0.6.1", "esotope-hammerhead": "^0.6.1",
"events": "^3.3.0", "events": "^3.3.0",
@ -190,9 +190,9 @@
} }
}, },
"node_modules/@tomphttp/bare-client": { "node_modules/@tomphttp/bare-client": {
"version": "2.0.0-beta.1", "version": "2.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-2.0.0-beta.1.tgz", "resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-2.0.0-beta.2.tgz",
"integrity": "sha512-5bEfQoybliRCffK4JvDKW6ACbItksowdVI1y0WScYrSsAYydwh0YJ7kUR0y/jMiXBqeRob6s2txLQdgK+98R/A==" "integrity": "sha512-UmW7uPugTh/SSu2DeSlGPQWxE0l7yu3j8oCrcuLdgYtuU7bwLSmWUDbUGwmheLf9APF3pcVPUeIZq757XZTHsw=="
}, },
"node_modules/@types/eslint": { "node_modules/@types/eslint": {
"version": "8.4.6", "version": "8.4.6",
@ -2964,9 +2964,9 @@
} }
}, },
"@tomphttp/bare-client": { "@tomphttp/bare-client": {
"version": "2.0.0-beta.1", "version": "2.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-2.0.0-beta.1.tgz", "resolved": "https://registry.npmjs.org/@tomphttp/bare-client/-/bare-client-2.0.0-beta.2.tgz",
"integrity": "sha512-5bEfQoybliRCffK4JvDKW6ACbItksowdVI1y0WScYrSsAYydwh0YJ7kUR0y/jMiXBqeRob6s2txLQdgK+98R/A==" "integrity": "sha512-UmW7uPugTh/SSu2DeSlGPQWxE0l7yu3j8oCrcuLdgYtuU7bwLSmWUDbUGwmheLf9APF3pcVPUeIZq757XZTHsw=="
}, },
"@types/eslint": { "@types/eslint": {
"version": "8.4.6", "version": "8.4.6",

View file

@ -19,7 +19,7 @@
"watch": "cross-env NODE_ENV=development webpack-cli --watch" "watch": "cross-env NODE_ENV=development webpack-cli --watch"
}, },
"dependencies": { "dependencies": {
"@tomphttp/bare-client": "^2.0.0-beta.1", "@tomphttp/bare-client": "^2.0.0-beta.2",
"css-tree": "^2.0.4", "css-tree": "^2.0.4",
"esotope-hammerhead": "^0.6.1", "esotope-hammerhead": "^0.6.1",
"events": "^3.3.0", "events": "^3.3.0",