github-actions[bot] commited on
Commit
95bed4c
·
1 Parent(s): 6d91fd6

Update from GitHub Actions

Browse files
Files changed (2) hide show
  1. package-lock.json +39 -95
  2. 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/data-uri-to-buffer": {
23
- "version": "4.0.1",
24
- "resolved": "https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
25
- "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
26
- "dev": true,
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/fetch-blob": {
45
- "version": "3.2.0",
46
- "resolved": "https://registry.npmmirror.com/fetch-blob/-/fetch-blob-3.2.0.tgz",
47
- "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
48
- "dev": true,
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/formdata-polyfill": {
69
- "version": "4.0.10",
70
- "resolved": "https://registry.npmmirror.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
71
- "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
72
- "dev": true,
73
  "license": "MIT",
74
  "dependencies": {
75
- "fetch-blob": "^3.1.2"
 
 
 
76
  },
77
  "engines": {
78
- "node": ">=12.20.0"
79
- }
80
- },
81
- "node_modules/h3": {
82
- "version": "2.0.0",
83
- "resolved": "https://registry.npmmirror.com/h3/-/h3-2.0.0.tgz",
84
- "integrity": "sha512-3INyyEir2VkWXD3auY+uUL/mqrgYX5ejRdUjtjyd4AOZcoijIyvf6PkBPsn+NFGE5rks2nCcMIOLZGTxpp/A7w==",
85
- "deprecated": "please use 1.x or beta"
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/node-fetch": {
109
- "version": "3.3.2",
110
- "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-3.3.2.tgz",
111
- "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
112
- "dev": true,
 
 
 
 
 
113
  "license": "MIT",
114
  "dependencies": {
115
- "data-uri-to-buffer": "^4.0.0",
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": ">= 8"
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
  }