Skip to content

Commit bfcf48d

Browse files
committed
chore: update minor deps
1 parent 861eb65 commit bfcf48d

File tree

2 files changed

+841
-820
lines changed

2 files changed

+841
-820
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"dependencies": {
101101
"@cloudflare/kv-asset-handler": "^0.4.0",
102-
"@netlify/functions": "^3.0.2",
102+
"@netlify/functions": "^3.0.4",
103103
"@rollup/plugin-alias": "^5.1.1",
104104
"@rollup/plugin-commonjs": "^28.0.3",
105105
"@rollup/plugin-inject": "^5.0.5",
@@ -109,20 +109,20 @@
109109
"@rollup/plugin-terser": "^0.4.4",
110110
"@vercel/nft": "^0.29.2",
111111
"archiver": "^7.0.1",
112-
"c12": "^3.0.2",
112+
"c12": "^3.0.3",
113113
"chokidar": "^4.0.3",
114114
"citty": "^0.1.6",
115115
"compatx": "^0.1.8",
116-
"confbox": "^0.2.1",
116+
"confbox": "^0.2.2",
117117
"consola": "^3.4.2",
118118
"cookie-es": "^2.0.0",
119119
"croner": "^9.0.0",
120120
"crossws": "^0.3.4",
121121
"db0": "^0.3.1",
122122
"defu": "^6.1.4",
123-
"destr": "^2.0.3",
123+
"destr": "^2.0.5",
124124
"dot-prop": "^9.0.0",
125-
"esbuild": "^0.25.1",
125+
"esbuild": "^0.25.2",
126126
"escape-string-regexp": "^5.0.0",
127127
"etag": "^1.8.1",
128128
"exsolve": "^1.0.4",
@@ -138,7 +138,7 @@
138138
"listhen": "^1.9.0",
139139
"magic-string": "^0.30.17",
140140
"magicast": "^0.3.5",
141-
"mime": "^4.0.6",
141+
"mime": "^4.0.7",
142142
"mlly": "^1.7.4",
143143
"node-fetch-native": "^1.6.6",
144144
"node-mock-http": "^1.0.0",
@@ -149,7 +149,7 @@
149149
"pkg-types": "^2.1.0",
150150
"pretty-bytes": "^6.1.1",
151151
"radix3": "^1.1.2",
152-
"rollup": "^4.36.0",
152+
"rollup": "^4.39.0",
153153
"rollup-plugin-visualizer": "^5.14.0",
154154
"scule": "^1.3.0",
155155
"semver": "^7.7.1",
@@ -162,7 +162,7 @@
162162
"uncrypto": "^0.1.3",
163163
"unctx": "^2.4.1",
164164
"unenv": "^2.0.0-rc.15",
165-
"unimport": "^4.1.2",
165+
"unimport": "^4.1.3",
166166
"unplugin-utils": "^0.2.4",
167167
"unstorage": "^1.15.0",
168168
"untyped": "^2.0.0",
@@ -172,38 +172,38 @@
172172
},
173173
"devDependencies": {
174174
"@azure/functions": "^3.5.1",
175-
"@azure/static-web-apps-cli": "^2.0.4",
176-
"@cloudflare/workers-types": "^4.20250317.0",
175+
"@azure/static-web-apps-cli": "^2.0.5",
176+
"@cloudflare/workers-types": "^4.20250403.0",
177177
"@deno/types": "^0.0.1",
178178
"@netlify/edge-functions": "^2.11.1",
179-
"@scalar/api-reference": "^1.28.5",
179+
"@scalar/api-reference": "^1.28.11",
180180
"@types/archiver": "^6.0.3",
181-
"@types/aws-lambda": "^8.10.147",
182-
"@types/estree": "^1.0.6",
181+
"@types/aws-lambda": "^8.10.148",
182+
"@types/estree": "^1.0.7",
183183
"@types/etag": "^1.8.3",
184184
"@types/fs-extra": "^11.0.4",
185185
"@types/node-fetch": "^2.6.12",
186-
"@types/semver": "^7.5.8",
186+
"@types/semver": "^7.7.0",
187187
"@types/serve-static": "^1.15.7",
188188
"@types/xml2js": "^0.4.14",
189-
"@vitest/coverage-v8": "^3.0.9",
189+
"@vitest/coverage-v8": "^3.1.1",
190190
"automd": "^0.4.0",
191191
"changelogen": "^0.6.1",
192192
"edge-runtime": "^4.0.1",
193-
"eslint": "^9.22.0",
193+
"eslint": "^9.23.0",
194194
"eslint-config-unjs": "^0.4.2",
195195
"execa": "^9.5.2",
196-
"expect-type": "^1.2.0",
196+
"expect-type": "^1.2.1",
197197
"firebase-admin": "^12.7.0",
198198
"firebase-functions": "^4.9.0",
199199
"get-port-please": "^3.1.2",
200-
"miniflare": "^4.20250317.0",
200+
"miniflare": "^4.20250321.1",
201201
"ohash-v1": "npm:ohash@^1.1.6",
202202
"prettier": "^3.5.3",
203203
"typescript": "^5.8.2",
204204
"unbuild": "^3.5.0",
205-
"undici": "^7.5.0",
206-
"vitest": "^3.0.9",
205+
"undici": "^7.7.0",
206+
"vitest": "^3.1.1",
207207
"xml2js": "^0.6.2"
208208
},
209209
"peerDependencies": {

0 commit comments

Comments
 (0)