From 9077be99170f028cbc9bfda198339ce1ba370aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:54:02 +0000 Subject: [PATCH] chore(lapis-docs): bump diff and astro in /lapis-docs Bumps [diff](https://github.com/kpdecker/jsdiff) to 8.0.3 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together. Updates `diff` from 5.2.0 to 8.0.3 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](https://github.com/kpdecker/jsdiff/compare/v5.2.0...v8.0.3) Updates `astro` from 5.16.9 to 5.16.11 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.16.11/packages/astro) --- updated-dependencies: - dependency-name: diff dependency-version: 8.0.3 dependency-type: indirect - dependency-name: astro dependency-version: 5.16.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lapis-docs/package-lock.json | 24 ++++++++++++------------ lapis-docs/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lapis-docs/package-lock.json b/lapis-docs/package-lock.json index 71edfa7ed..96dc8cbb6 100644 --- a/lapis-docs/package-lock.json +++ b/lapis-docs/package-lock.json @@ -14,7 +14,7 @@ "@tailwindcss/vite": "^4.1.18", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.16.9", + "astro": "^5.16.11", "change-case": "^5.4.4", "daisyui": "^5.5.14", "js-yaml": "^4.1.1", @@ -3732,9 +3732,9 @@ } }, "node_modules/astro": { - "version": "5.16.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.9.tgz", - "integrity": "sha512-gJvoZv0v8xCcKBcsxz1ZfXqoJ7sJJcyoKP8bUTjkuD4vDShLe0N26em4LQxitVv/2HLOpldQg67bEHB/qGoxJA==", + "version": "5.16.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.11.tgz", + "integrity": "sha512-Z7kvkTTT5n6Hn5lCm6T3WU6pkxx84Hn25dtQ6dR7ATrBGq9eVa8EuB/h1S8xvaoVyCMZnIESu99Z9RJfdLRLDA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", @@ -3755,8 +3755,8 @@ "cssesc": "^3.0.0", "debug": "^4.4.3", "deterministic-object-hash": "^2.0.2", - "devalue": "^5.6.1", - "diff": "^5.2.0", + "devalue": "^5.6.2", + "diff": "^8.0.3", "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^1.7.0", @@ -4952,9 +4952,9 @@ } }, "node_modules/devalue": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.1.tgz", - "integrity": "sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.2.tgz", + "integrity": "sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==", "license": "MIT" }, "node_modules/devlop": { @@ -4971,9 +4971,9 @@ } }, "node_modules/diff": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", - "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz", + "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==", "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" diff --git a/lapis-docs/package.json b/lapis-docs/package.json index e5c2a98a7..8cfe30125 100644 --- a/lapis-docs/package.json +++ b/lapis-docs/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.1.18", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.16.9", + "astro": "^5.16.11", "change-case": "^5.4.4", "daisyui": "^5.5.14", "js-yaml": "^4.1.1",