From 753b5d2263cf10c760e5ecc45d3650fac03bb547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:01:44 +0000 Subject: [PATCH] Bump koa from 2.13.4 to 2.16.1 Bumps [koa](https://github.com/koajs/koa) from 2.13.4 to 2.16.1. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](https://github.com/koajs/koa/compare/2.13.4...v2.16.1) --- updated-dependencies: - dependency-name: koa dependency-version: 2.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- packages/lit-dev-server/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8652c0cd7..30e677e83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3512,7 +3512,9 @@ } }, "node_modules/cookies": { - "version": "0.8.0", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.9.1.tgz", + "integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==", "license": "MIT", "dependencies": { "depd": "~2.0.0", @@ -5716,6 +5718,8 @@ }, "node_modules/keygrip": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz", + "integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==", "license": "MIT", "dependencies": { "tsscmp": "1.0.6" @@ -5740,14 +5744,16 @@ } }, "node_modules/koa": { - "version": "2.13.4", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.16.1.tgz", + "integrity": "sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==", "license": "MIT", "dependencies": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", "content-disposition": "~0.5.2", "content-type": "^1.0.4", - "cookies": "~0.8.0", + "cookies": "~0.9.0", "debug": "^4.3.2", "delegates": "^1.0.0", "depd": "^2.0.0", @@ -8106,6 +8112,8 @@ }, "node_modules/tsscmp": { "version": "1.0.6", + "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz", + "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==", "license": "MIT", "engines": { "node": ">=0.6.x" @@ -8893,7 +8901,7 @@ "version": "0.0.0", "license": "BSD-3-Clause", "dependencies": { - "koa": "^2.13.0", + "koa": "^2.16.1", "koa-conditional-get": "^3.0.0", "koa-etag": "^4.0.0", "koa-send": "^5.0.0", diff --git a/packages/lit-dev-server/package.json b/packages/lit-dev-server/package.json index 850623d82..0b999f830 100644 --- a/packages/lit-dev-server/package.json +++ b/packages/lit-dev-server/package.json @@ -61,7 +61,7 @@ } }, "dependencies": { - "koa": "^2.13.0", + "koa": "^2.16.1", "koa-conditional-get": "^3.0.0", "koa-etag": "^4.0.0", "koa-send": "^5.0.0",