sliftutils 0.85.0 → 0.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/yarn.lock +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sliftutils",
3
- "version": "0.85.0",
3
+ "version": "0.86.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -48,7 +48,7 @@
48
48
  "mobx": "^6.13.3",
49
49
  "preact-old-types": "^10.28.1",
50
50
  "shell-quote": "^1.8.3",
51
- "socket-function": "^0.164.0",
51
+ "socket-function": "^0.165.0",
52
52
  "typenode": "^6.0.0",
53
53
  "typesafecss": "*",
54
54
  "ws": "^8.18.3",
package/yarn.lock CHANGED
@@ -1349,7 +1349,7 @@ preact-old-types@^10.28.1:
1349
1349
  resolved "https://registry.yarnpkg.com/preact-old-types/-/preact-old-types-10.28.1.tgz#58f9400aa1b80768809c296534ec7b49f6f09a0d"
1350
1350
  integrity sha512-7r64HwL/PJtzE7jUMFkYVec+vSUf3z8Uozd8Bhl4HMvhcWINFzJsIEHKLAlkeCbzv+jTQl0UwVeMJQ26jK5bDg==
1351
1351
 
1352
- preact@10.28.1, "preact@npm:preact-old-types@*":
1352
+ preact@10.24.3, "preact@npm:preact-old-types@*":
1353
1353
  version "10.28.1"
1354
1354
  resolved "https://registry.yarnpkg.com/preact-old-types/-/preact-old-types-10.28.1.tgz#58f9400aa1b80768809c296534ec7b49f6f09a0d"
1355
1355
  integrity sha512-7r64HwL/PJtzE7jUMFkYVec+vSUf3z8Uozd8Bhl4HMvhcWINFzJsIEHKLAlkeCbzv+jTQl0UwVeMJQ26jK5bDg==
@@ -1494,17 +1494,17 @@ slash@^3.0.0:
1494
1494
  resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1495
1495
  integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1496
1496
 
1497
- socket-function@^0.164.0:
1498
- version "0.164.0"
1499
- resolved "https://registry.yarnpkg.com/socket-function/-/socket-function-0.164.0.tgz#81b12ad687aaf7455159ab7e8788b1f8a5a7f513"
1500
- integrity sha512-+aQg9T4zJVFqHed5WuyBOtfW4MfdkdE2I3IWqEaeOv8+/e3CEtg5X/kqiFoyzCcx1efDS/eC0J6+WxODynBjXA==
1497
+ socket-function@^0.165.0:
1498
+ version "0.165.0"
1499
+ resolved "https://registry.yarnpkg.com/socket-function/-/socket-function-0.165.0.tgz#2c262c5cc75a79233d08538517030c504745a94c"
1500
+ integrity sha512-VfpljEyUEjQD4flTboGwgcerK2vuVvDM0iPNL4L4Qyo76G5DQVGcHCaYDwZuuAJ8gvTXDq9j7P7vgdjElNAhXw==
1501
1501
  dependencies:
1502
1502
  "@types/pako" "^2.0.3"
1503
1503
  "@types/ws" "^8.5.3"
1504
1504
  cbor-x "^1.6.0"
1505
1505
  mobx "^6.6.2"
1506
1506
  pako "^2.1.0"
1507
- preact "10.28.1"
1507
+ preact "10.24.3"
1508
1508
  typedev "^0.4.0"
1509
1509
  typenode "^5.13.0"
1510
1510
  ws "^8.17.1"