Skip to content

Commit 730cc30

Browse files
authored
bump koa and on-headers in dial-samples/common-ui-app (#400)
1 parent bfdf5bf commit 730cc30

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

dial-samples/common-ui-app/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
"resolutions": {
1414
"@babel/runtime": "^7.26.10",
1515
"@babel/helpers ": "^7.26.10",
16-
"koa": "2.16.2",
16+
"koa": "2.16.3",
1717
"qs": "6.14.1",
1818
"glob": "10.5.0",
1919
"preact": "10.28.2",
2020
"js-yaml": "4.1.1",
21-
"esbuild": "0.25.0"
21+
"esbuild": "0.25.0",
22+
"on-headers": "1.1.0"
2223
},
2324
"dependencies": {
2425
"@babel/helpers": "^7.27.3",

dial-samples/common-ui-app/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8113,10 +8113,10 @@ koa-convert@^2.0.0:
81138113
co "^4.6.0"
81148114
koa-compose "^4.1.0"
81158115

8116-
koa@2.15.4, koa@2.16.1, koa@2.16.2:
8117-
version "2.16.2"
8118-
resolved "https://registry.yarnpkg.com/koa/-/koa-2.16.2.tgz#1292a3b415a9b9f3dd6872c1835229630a4ecae3"
8119-
integrity sha512-+CCssgnrWKx9aI3OeZwroa/ckG4JICxvIFnSiOUyl2Uv+UTI+xIw0FfFrWS7cQFpoePpr9o8csss7KzsTzNL8Q==
8116+
koa@2.15.4, koa@2.16.1, koa@2.16.3:
8117+
version "2.16.3"
8118+
resolved "https://registry.yarnpkg.com/koa/-/koa-2.16.3.tgz#dd3a250472862cf7a3ef6e25bf325cc9db620ab5"
8119+
integrity sha512-zPPuIt+ku1iCpFBRwseMcPYQ1cJL8l60rSmKeOuGfOXyE6YnTBmf2aEFNL2HQGrD0cPcLO/t+v9RTgC+fwEh/g==
81208120
dependencies:
81218121
accepts "^1.3.5"
81228122
cache-content-type "^1.0.0"
@@ -8924,10 +8924,10 @@ on-finished@2.4.1, on-finished@^2.3.0, on-finished@^2.4.1:
89248924
dependencies:
89258925
ee-first "1.1.1"
89268926

8927-
on-headers@~1.0.2:
8928-
version "1.0.2"
8929-
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
8930-
integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
8927+
on-headers@1.1.0, on-headers@~1.0.2:
8928+
version "1.1.0"
8929+
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.1.0.tgz#59da4f91c45f5f989c6e4bcedc5a3b0aed70ff65"
8930+
integrity sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==
89318931

89328932
once@^1.3.1, once@^1.4.0:
89338933
version "1.4.0"

0 commit comments

Comments
 (0)