sliftutils 1.6.3 → 1.6.4

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 +10 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sliftutils",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -57,7 +57,7 @@
57
57
  "preact-old-types": "^10.28.1",
58
58
  "shell-quote": "^1.8.3",
59
59
  "socket-function": "^1.2.4",
60
- "typenode": "*",
60
+ "typenode": "^6.1.1",
61
61
  "typesafecss": "*",
62
62
  "ws": "^8.18.3",
63
63
  "yargs": "15.4.1"
package/yarn.lock CHANGED
@@ -2086,7 +2086,7 @@ typedev@^0.4.0:
2086
2086
  debugbreak "^0.11.0"
2087
2087
  eslint "^8.18.0"
2088
2088
 
2089
- typenode@*, typenode@^6.0.1:
2089
+ typenode@^6.0.1:
2090
2090
  version "6.0.1"
2091
2091
  resolved "https://registry.yarnpkg.com/typenode/-/typenode-6.0.1.tgz#bff58967341704babab8e95437f0b9242bd8aeba"
2092
2092
  integrity sha512-Nvul74JuBeioAZNZaGkLXVuDBNK/fEM+iJGErxPCrZbxpxIvJrXWAk1tW5KVbDZqde7JnC96OC/G7nNphw9fTw==
@@ -2095,6 +2095,15 @@ typenode@*, typenode@^6.0.1:
2095
2095
  source-map-support "https://github.com/7rulnik/node-source-map-support"
2096
2096
  typescript "5.3.3"
2097
2097
 
2098
+ typenode@^6.1.1:
2099
+ version "6.1.1"
2100
+ resolved "https://registry.yarnpkg.com/typenode/-/typenode-6.1.1.tgz#98b0b632800a10512e01086730d026fe616075f1"
2101
+ integrity sha512-I7yx1kTNmrIxWRLPdYam5VOth6bo2NpVILnuqNbuI2MHGwkQvuyC9DaLIH+DZD9up29XFkZ1ITwSwf2LlYlKvA==
2102
+ dependencies:
2103
+ "@types/pegjs" "^0.10.3"
2104
+ source-map-support "https://github.com/7rulnik/node-source-map-support"
2105
+ typescript "5.3.3"
2106
+
2098
2107
  typesafecss@*:
2099
2108
  version "0.27.0"
2100
2109
  resolved "https://registry.yarnpkg.com/typesafecss/-/typesafecss-0.27.0.tgz#b88df162f13abd7a0da8758f92ec4996170fe39a"