sliftutils 1.2.16 → 1.2.17

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sliftutils",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -50,7 +50,7 @@
50
50
  "mobx": "^6.13.3",
51
51
  "preact-old-types": "^10.28.1",
52
52
  "shell-quote": "^1.8.3",
53
- "socket-function": "^1.1.23",
53
+ "socket-function": "^1.1.30",
54
54
  "typenode": "*",
55
55
  "typesafecss": "*",
56
56
  "ws": "^8.18.3",
package/yarn.lock CHANGED
@@ -1940,10 +1940,10 @@ slash@^3.0.0:
1940
1940
  resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
1941
1941
  integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
1942
1942
 
1943
- socket-function@^1.1.23:
1944
- version "1.1.23"
1945
- resolved "https://registry.yarnpkg.com/socket-function/-/socket-function-1.1.23.tgz#d734b932f19fdae492304f7d5218b04e8907d26f"
1946
- integrity sha512-L4DKMUlD8YKjhf8LybwxIqFWEiKz/WlZbJPtXgYI5EwN8NPS/0UunBIJ7yLS8XNMqJZoqhaTI7KzbySs+ZOSPQ==
1943
+ socket-function@^1.1.30:
1944
+ version "1.1.30"
1945
+ resolved "https://registry.yarnpkg.com/socket-function/-/socket-function-1.1.30.tgz#adeb9614996e727518e2abdc7a1aa90544d669cd"
1946
+ integrity sha512-EcqNpM8i0icBr2iU80aovXI05aUBrB4P4e9U7EQyju68TGAMagdA4OQXi+V1MHUipH/3nIdw3UAVYv+kFwZwnQ==
1947
1947
  dependencies:
1948
1948
  "@types/pako" "^2.0.3"
1949
1949
  "@types/ws" "^8.5.3"