From 0abc9f1eda5e774dbc44849eabcdbb9cd912c3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:56:27 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [satori](https://github.com/vercel/satori), [ws](https://github.com/websockets/ws) and [typescript](https://github.com/microsoft/TypeScript). Updates `satori` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/vercel/satori/releases) - [Commits](https://github.com/vercel/satori/compare/0.25.0...0.26.0) Updates `ws` from 8.19.0 to 8.20.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: satori dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: ws dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f8add3..443d2e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "remark-smartypants": "^3.0.2", "rfdc": "^1.4.1", "rimraf": "^6.1.3", - "satori": "^0.25.0", + "satori": "^0.26.0", "serve-handler": "^6.1.7", "sharp": "^0.34.5", "shiki": "^4.0.2", @@ -70,7 +70,7 @@ "unist-util-visit": "^5.1.0", "vfile": "^6.0.3", "workerpool": "^10.0.1", - "ws": "^8.19.0", + "ws": "^8.20.0", "yargs": "^18.0.0" }, "bin": { @@ -88,7 +88,7 @@ "esbuild": "^0.27.4", "prettier": "^3.8.1", "tsx": "^4.21.0", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "engines": { "node": ">=22", @@ -6991,9 +6991,9 @@ } }, "node_modules/satori": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/satori/-/satori-0.25.0.tgz", - "integrity": "sha512-utINfLxrYrmSnLvxFT4ZwgwWa8KOjrz7ans32V5wItgHVmzESl/9i33nE38uG0miycab8hUqQtDlOpqrIpB/iw==", + "version": "0.26.0", + "resolved": "https://registry.npmjs.org/satori/-/satori-0.26.0.tgz", + "integrity": "sha512-tkMFrfIs3l2mQ2JEcyW0ADTy3zGggFRFzi6Ef8YozQSFsFKEqaSO1Y8F9wJg4//PJGQauMalHGTUEkPrFwhVPA==", "license": "MPL-2.0", "dependencies": { "@shuding/opentype.js": "1.4.0-beta.0", @@ -7441,9 +7441,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { @@ -7758,9 +7758,9 @@ "license": "Apache-2.0" }, "node_modules/ws": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", - "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index f1b07b6..5652ba4 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "remark-smartypants": "^3.0.2", "rfdc": "^1.4.1", "rimraf": "^6.1.3", - "satori": "^0.25.0", + "satori": "^0.26.0", "serve-handler": "^6.1.7", "sharp": "^0.34.5", "shiki": "^4.0.2", @@ -96,7 +96,7 @@ "unist-util-visit": "^5.1.0", "vfile": "^6.0.3", "workerpool": "^10.0.1", - "ws": "^8.19.0", + "ws": "^8.20.0", "yargs": "^18.0.0" }, "devDependencies": { @@ -111,6 +111,6 @@ "esbuild": "^0.27.4", "prettier": "^3.8.1", "tsx": "^4.21.0", - "typescript": "^5.9.3" + "typescript": "^6.0.2" } }