github-actions[bot] commited on
Commit
c23d504
·
1 Parent(s): 6e73b5d

Update from GitHub Actions

Browse files
Files changed (2) hide show
  1. package-lock.json +5 -52
  2. package.json +1 -7
package-lock.json CHANGED
@@ -10,7 +10,7 @@
10
  "license": "MIT",
11
  "dependencies": {
12
  "dotenv": "^17.0.0",
13
- "h3": "^2.0.0-beta.0"
14
  },
15
  "devDependencies": {
16
  "node-fetch": "^3.3.2"
@@ -19,12 +19,6 @@
19
  "node": ">=18.0.0"
20
  }
21
  },
22
- "node_modules/cookie-es": {
23
- "version": "2.0.0",
24
- "resolved": "https://registry.npmmirror.com/cookie-es/-/cookie-es-2.0.0.tgz",
25
- "integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==",
26
- "license": "MIT"
27
- },
28
  "node_modules/data-uri-to-buffer": {
29
  "version": "4.0.1",
30
  "resolved": "https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
@@ -71,12 +65,6 @@
71
  "node": "^12.20 || >= 14.13"
72
  }
73
  },
74
- "node_modules/fetchdts": {
75
- "version": "0.1.5",
76
- "resolved": "https://registry.npmmirror.com/fetchdts/-/fetchdts-0.1.5.tgz",
77
- "integrity": "sha512-GCxyHdCCUm56atms+sIjOsAENvhebk3HAM1CfzgKCgMRjPUylpkkPmNknsaXe1gDRqM3cJbMhpkXMhCzXSE+Jg==",
78
- "license": "MIT"
79
- },
80
  "node_modules/formdata-polyfill": {
81
  "version": "4.0.10",
82
  "resolved": "https://registry.npmmirror.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
@@ -91,27 +79,10 @@
91
  }
92
  },
93
  "node_modules/h3": {
94
- "version": "2.0.0-beta.0",
95
- "resolved": "https://registry.npmmirror.com/h3/-/h3-2.0.0-beta.0.tgz",
96
- "integrity": "sha512-HYLTlAWdr4fL0oR8Lrb5wNMqQSzvi/Yn6kBk7CpuDiouPmOgJPQEET4HjJiJuAQxzF39Ol2cBvQagdOL/Zs3aw==",
97
- "license": "MIT",
98
- "dependencies": {
99
- "cookie-es": "^2.0.0",
100
- "fetchdts": "^0.1.4",
101
- "rou3": "^0.6.3",
102
- "srvx": "^0.8.0"
103
- },
104
- "engines": {
105
- "node": ">=20.11.1"
106
- },
107
- "peerDependencies": {
108
- "crossws": "^0.4.1"
109
- },
110
- "peerDependenciesMeta": {
111
- "crossws": {
112
- "optional": true
113
- }
114
- }
115
  },
116
  "node_modules/node-domexception": {
117
  "version": "1.0.0",
@@ -153,24 +124,6 @@
153
  "url": "https://opencollective.com/node-fetch"
154
  }
155
  },
156
- "node_modules/rou3": {
157
- "version": "0.6.3",
158
- "resolved": "https://registry.npmmirror.com/rou3/-/rou3-0.6.3.tgz",
159
- "integrity": "sha512-1HSG1ENTj7Kkm5muMnXuzzfdDOf7CFnbSYFA+H3Fp/rB9lOCxCPgy1jlZxTKyFoC5jJay8Mmc+VbPLYRjzYLrA==",
160
- "license": "MIT"
161
- },
162
- "node_modules/srvx": {
163
- "version": "0.8.1",
164
- "resolved": "https://registry.npmmirror.com/srvx/-/srvx-0.8.1.tgz",
165
- "integrity": "sha512-whxc91DGEICEa/iqN+0hl51Dlu8U5IZ25f5gZmKR0Q3IAtIvz3XEJ9G+gGIg7r4+gwE9fM1kj43xhJI8mfSw8w==",
166
- "license": "MIT",
167
- "dependencies": {
168
- "cookie-es": "^2.0.0"
169
- },
170
- "engines": {
171
- "node": ">=20.16.0"
172
- }
173
- },
174
  "node_modules/web-streams-polyfill": {
175
  "version": "3.3.3",
176
  "resolved": "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
 
10
  "license": "MIT",
11
  "dependencies": {
12
  "dotenv": "^17.0.0",
13
+ "h3": "^2.0.0"
14
  },
15
  "devDependencies": {
16
  "node-fetch": "^3.3.2"
 
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",
 
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",
 
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",
 
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",
package.json CHANGED
@@ -19,12 +19,6 @@
19
  "license": "MIT",
20
  "dependencies": {
21
  "dotenv": "^17.0.0",
22
- "h3": "^2.0.0-beta.0"
23
- },
24
- "devDependencies": {
25
- "node-fetch": "^3.3.2"
26
- },
27
- "engines": {
28
- "node": ">=18.0.0"
29
  }
30
  }
 
19
  "license": "MIT",
20
  "dependencies": {
21
  "dotenv": "^17.0.0",
22
+ "h3": "^2.0.0"
 
 
 
 
 
 
23
  }
24
  }