Spaces:
Running
Running
github-actions[bot]
commited on
Commit
·
95bed4c
1
Parent(s):
6d91fd6
Update from GitHub Actions
Browse files- package-lock.json +39 -95
- package.json +1 -1
package-lock.json
CHANGED
@@ -10,24 +10,14 @@
|
|
10 |
"license": "MIT",
|
11 |
"dependencies": {
|
12 |
"dotenv": "^17.0.0",
|
13 |
-
"h3": "^2.0.0"
|
14 |
-
},
|
15 |
-
"devDependencies": {
|
16 |
-
"node-fetch": "^3.3.2"
|
17 |
-
},
|
18 |
-
"engines": {
|
19 |
-
"node": ">=18.0.0"
|
20 |
}
|
21 |
},
|
22 |
-
"node_modules/
|
23 |
-
"version": "
|
24 |
-
"resolved": "https://registry.npmmirror.com/
|
25 |
-
"integrity": "sha512-
|
26 |
-
"
|
27 |
-
"license": "MIT",
|
28 |
-
"engines": {
|
29 |
-
"node": ">= 12"
|
30 |
-
}
|
31 |
},
|
32 |
"node_modules/dotenv": {
|
33 |
"version": "17.0.0",
|
@@ -41,97 +31,51 @@
|
|
41 |
"url": "https://dotenvx.com"
|
42 |
}
|
43 |
},
|
44 |
-
"node_modules/
|
45 |
-
"version": "
|
46 |
-
"resolved": "https://registry.npmmirror.com/
|
47 |
-
"integrity": "sha512-
|
48 |
-
"
|
49 |
-
"funding": [
|
50 |
-
{
|
51 |
-
"type": "github",
|
52 |
-
"url": "https://github.com/sponsors/jimmywarting"
|
53 |
-
},
|
54 |
-
{
|
55 |
-
"type": "paypal",
|
56 |
-
"url": "https://paypal.me/jimmywarting"
|
57 |
-
}
|
58 |
-
],
|
59 |
-
"license": "MIT",
|
60 |
-
"dependencies": {
|
61 |
-
"node-domexception": "^1.0.0",
|
62 |
-
"web-streams-polyfill": "^3.0.3"
|
63 |
-
},
|
64 |
-
"engines": {
|
65 |
-
"node": "^12.20 || >= 14.13"
|
66 |
-
}
|
67 |
},
|
68 |
-
"node_modules/
|
69 |
-
"version": "
|
70 |
-
"resolved": "https://registry.npmmirror.com/
|
71 |
-
"integrity": "sha512-
|
72 |
-
"dev": true,
|
73 |
"license": "MIT",
|
74 |
"dependencies": {
|
75 |
-
"
|
|
|
|
|
|
|
76 |
},
|
77 |
"engines": {
|
78 |
-
"node": ">=
|
79 |
-
}
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
"
|
84 |
-
|
85 |
-
|
86 |
-
},
|
87 |
-
"node_modules/node-domexception": {
|
88 |
-
"version": "1.0.0",
|
89 |
-
"resolved": "https://registry.npmmirror.com/node-domexception/-/node-domexception-1.0.0.tgz",
|
90 |
-
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
91 |
-
"deprecated": "Use your platform's native DOMException instead",
|
92 |
-
"dev": true,
|
93 |
-
"funding": [
|
94 |
-
{
|
95 |
-
"type": "github",
|
96 |
-
"url": "https://github.com/sponsors/jimmywarting"
|
97 |
-
},
|
98 |
-
{
|
99 |
-
"type": "github",
|
100 |
-
"url": "https://paypal.me/jimmywarting"
|
101 |
}
|
102 |
-
],
|
103 |
-
"license": "MIT",
|
104 |
-
"engines": {
|
105 |
-
"node": ">=10.5.0"
|
106 |
}
|
107 |
},
|
108 |
-
"node_modules/
|
109 |
-
"version": "
|
110 |
-
"resolved": "https://registry.npmmirror.com/
|
111 |
-
"integrity": "sha512-
|
112 |
-
"
|
|
|
|
|
|
|
|
|
|
|
113 |
"license": "MIT",
|
114 |
"dependencies": {
|
115 |
-
"
|
116 |
-
"fetch-blob": "^3.1.4",
|
117 |
-
"formdata-polyfill": "^4.0.10"
|
118 |
-
},
|
119 |
-
"engines": {
|
120 |
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
121 |
},
|
122 |
-
"funding": {
|
123 |
-
"type": "opencollective",
|
124 |
-
"url": "https://opencollective.com/node-fetch"
|
125 |
-
}
|
126 |
-
},
|
127 |
-
"node_modules/web-streams-polyfill": {
|
128 |
-
"version": "3.3.3",
|
129 |
-
"resolved": "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
130 |
-
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
|
131 |
-
"dev": true,
|
132 |
-
"license": "MIT",
|
133 |
"engines": {
|
134 |
-
"node": ">=
|
135 |
}
|
136 |
}
|
137 |
}
|
|
|
10 |
"license": "MIT",
|
11 |
"dependencies": {
|
12 |
"dotenv": "^17.0.0",
|
13 |
+
"h3": "^2.0.0-beta.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
},
|
16 |
+
"node_modules/cookie-es": {
|
17 |
+
"version": "2.0.0",
|
18 |
+
"resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-2.0.0.tgz",
|
19 |
+
"integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==",
|
20 |
+
"license": "MIT"
|
|
|
|
|
|
|
|
|
21 |
},
|
22 |
"node_modules/dotenv": {
|
23 |
"version": "17.0.0",
|
|
|
31 |
"url": "https://dotenvx.com"
|
32 |
}
|
33 |
},
|
34 |
+
"node_modules/fetchdts": {
|
35 |
+
"version": "0.1.5",
|
36 |
+
"resolved": "https://registry.npmmirror.com/fetchdts/-/fetchdts-0.1.5.tgz",
|
37 |
+
"integrity": "sha512-GCxyHdCCUm56atms+sIjOsAENvhebk3HAM1CfzgKCgMRjPUylpkkPmNknsaXe1gDRqM3cJbMhpkXMhCzXSE+Jg==",
|
38 |
+
"license": "MIT"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
},
|
40 |
+
"node_modules/h3": {
|
41 |
+
"version": "2.0.0-beta.0",
|
42 |
+
"resolved": "https://registry.npmmirror.com/h3/-/h3-2.0.0-beta.0.tgz",
|
43 |
+
"integrity": "sha512-HYLTlAWdr4fL0oR8Lrb5wNMqQSzvi/Yn6kBk7CpuDiouPmOgJPQEET4HjJiJuAQxzF39Ol2cBvQagdOL/Zs3aw==",
|
|
|
44 |
"license": "MIT",
|
45 |
"dependencies": {
|
46 |
+
"cookie-es": "^2.0.0",
|
47 |
+
"fetchdts": "^0.1.4",
|
48 |
+
"rou3": "^0.6.3",
|
49 |
+
"srvx": "^0.8.0"
|
50 |
},
|
51 |
"engines": {
|
52 |
+
"node": ">=20.11.1"
|
53 |
+
},
|
54 |
+
"peerDependencies": {
|
55 |
+
"crossws": "^0.4.1"
|
56 |
+
},
|
57 |
+
"peerDependenciesMeta": {
|
58 |
+
"crossws": {
|
59 |
+
"optional": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
}
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
},
|
63 |
+
"node_modules/rou3": {
|
64 |
+
"version": "0.6.3",
|
65 |
+
"resolved": "https://registry.npmmirror.com/rou3/-/rou3-0.6.3.tgz",
|
66 |
+
"integrity": "sha512-1HSG1ENTj7Kkm5muMnXuzzfdDOf7CFnbSYFA+H3Fp/rB9lOCxCPgy1jlZxTKyFoC5jJay8Mmc+VbPLYRjzYLrA==",
|
67 |
+
"license": "MIT"
|
68 |
+
},
|
69 |
+
"node_modules/srvx": {
|
70 |
+
"version": "0.8.1",
|
71 |
+
"resolved": "https://registry.npmmirror.com/srvx/-/srvx-0.8.1.tgz",
|
72 |
+
"integrity": "sha512-whxc91DGEICEa/iqN+0hl51Dlu8U5IZ25f5gZmKR0Q3IAtIvz3XEJ9G+gGIg7r4+gwE9fM1kj43xhJI8mfSw8w==",
|
73 |
"license": "MIT",
|
74 |
"dependencies": {
|
75 |
+
"cookie-es": "^2.0.0"
|
|
|
|
|
|
|
|
|
|
|
76 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
"engines": {
|
78 |
+
"node": ">=20.16.0"
|
79 |
}
|
80 |
}
|
81 |
}
|
package.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
"license": "MIT",
|
20 |
"dependencies": {
|
21 |
"dotenv": "^17.0.0",
|
22 |
-
"h3": "^2.0.0"
|
23 |
}
|
24 |
}
|
|
|
19 |
"license": "MIT",
|
20 |
"dependencies": {
|
21 |
"dotenv": "^17.0.0",
|
22 |
+
"h3": "^2.0.0-beta.0"
|
23 |
}
|
24 |
}
|