From e7bfae73f32acb025dec1ed85fa8626b6f415887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 16:43:47 +0000 Subject: [PATCH] chore(deps): bump the npm-minor-patch group Bumps the npm-minor-patch group in /server/content with 5 updates: | Package | From | To | | --- | --- | --- | | [@hono/node-server](https://github.com/honojs/node-server) | `2.0.12` | `2.1.0` | | [@slidev/cli](https://github.com/slidevjs/slidev) | `52.18.0` | `52.19.0` | | [dompurify](https://github.com/cure53/DOMPurify) | `3.4.12` | `3.4.13` | | [hono](https://github.com/honojs/hono) | `4.12.32` | `4.13.0` | | [playwright-chromium](https://github.com/microsoft/playwright) | `1.62.0` | `1.62.1` | Updates `@hono/node-server` from 2.0.12 to 2.1.0 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v2.0.12...v2.1.0) Updates `@slidev/cli` from 52.18.0 to 52.19.0 - [Release notes](https://github.com/slidevjs/slidev/releases) - [Commits](https://github.com/slidevjs/slidev/compare/v52.18.0...v52.19.0) Updates `dompurify` from 3.4.12 to 3.4.13 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.12...3.4.13) Updates `hono` from 4.12.32 to 4.13.0 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.32...v4.13.0) Updates `playwright-chromium` from 1.62.0 to 1.62.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.62.0...v1.62.1) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@slidev/cli" dependency-version: 52.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: dompurify dependency-version: 3.4.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: hono dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: playwright-chromium dependency-version: 1.62.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- server/content/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/content/package.json b/server/content/package.json index af2ec8e04..247705997 100644 --- a/server/content/package.json +++ b/server/content/package.json @@ -21,17 +21,17 @@ "author": "VMark", "license": "MIT", "dependencies": { - "@hono/node-server": "^2.0.12", - "@slidev/cli": "^52.18.0", + "@hono/node-server": "^2.1.0", + "@slidev/cli": "^52.19.0", "chokidar": "^5.0.0", - "dompurify": "^3.4.12", + "dompurify": "^3.4.13", "hastscript": "^9.0.1", - "hono": "^4.12.32", + "hono": "^4.13.0", "ignore": "^7.0.6", "jsdom": "^30.0.1", "katex": "^0.18.1", "mdast-util-find-and-replace": "^3.0.2", - "playwright-chromium": "^1.62.0", + "playwright-chromium": "^1.62.1", "rehype-katex": "^7.0.1", "rehype-stringify": "^10.0.1", "remark-frontmatter": "^5.0.0",