diff --git a/package-lock.json b/package-lock.json index e8f18f4..1e2728a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.37.3", - "astro": "^5.16.9", + "astro": "^5.16.10", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0", @@ -1846,9 +1846,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.10", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.10.tgz", + "integrity": "sha512-mBaRwFrqwCHiKDvvfNW2rRRkLAqnkj3lbkte6Vg4OzeUiDyEsdU4oOqTZxHJf/mxzZvBiU37BxG1oeh+tq1IUA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", @@ -1870,7 +1870,7 @@ "debug": "^4.4.3", "deterministic-object-hash": "^2.0.2", "devalue": "^5.6.1", - "diff": "^5.2.0", + "diff": "^8.0.3", "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^1.7.0", @@ -2387,7 +2387,9 @@ } }, "node_modules/diff": { - "version": "5.2.0", + "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/package.json b/package.json index d8664c6..2b666ff 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.37.3", - "astro": "^5.16.9", + "astro": "^5.16.10", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0",