diff --git a/frameworks/TypeScript/nextjs/package-lock.json b/frameworks/TypeScript/nextjs/package-lock.json index 6157397904a..96b2a86a3ae 100644 --- a/frameworks/TypeScript/nextjs/package-lock.json +++ b/frameworks/TypeScript/nextjs/package-lock.json @@ -8,7 +8,7 @@ "name": "next-techempower-benchmarks", "version": "0.1.0", "dependencies": { - "kysely": "^0.28.12", + "kysely": "^0.28.14", "next": "15.3.3", "pg": "^8.16.3", "react": "19.2.3", @@ -705,9 +705,9 @@ } }, "node_modules/kysely": { - "version": "0.28.12", - "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.12.tgz", - "integrity": "sha512-kWiueDWXhbCchgiotwXkwdxZE/6h56IHAeFWg4euUfW0YsmO9sxbAxzx1KLLv2lox15EfuuxHQvgJ1qIfZuHGw==", + "version": "0.28.14", + "resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.14.tgz", + "integrity": "sha512-SU3lgh0rPvq7upc6vvdVrCsSMUG1h3ChvHVOY7wJ2fw4C9QEB7X3d5eyYEyULUX7UQtxZJtZXGuT6U2US72UYA==", "license": "MIT", "engines": { "node": ">=20.0.0" diff --git a/frameworks/TypeScript/nextjs/package.json b/frameworks/TypeScript/nextjs/package.json index 49eb8db3fa7..c13ccadeaac 100644 --- a/frameworks/TypeScript/nextjs/package.json +++ b/frameworks/TypeScript/nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "kysely": "^0.28.12", + "kysely": "^0.28.14", "next": "15.3.3", "pg": "^8.16.3", "react": "19.2.3",