diff --git a/package-lock.json b/package-lock.json index b19f95560b6a25..175ca43dae2964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "astro": "5.7.12", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", - "astro-live-code": "0.0.5", + "astro-live-code": "0.0.6", "cidr-tools": "11.0.3", "codeowners-utils": "1.0.2", "date-fns": "4.1.0", @@ -7342,9 +7342,9 @@ } }, "node_modules/astro-live-code": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/astro-live-code/-/astro-live-code-0.0.5.tgz", - "integrity": "sha512-9WxpUp1N5Z2ent8R2WHr/jqneKHf0+XCPEoNfQ2qDK1nbsLMJHKo3F0r8/RXcslzN3/UioE8M70vHbz+Z8DUjQ==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/astro-live-code/-/astro-live-code-0.0.6.tgz", + "integrity": "sha512-s8rnHk7ADXBKikCJuHmSclRs5EcYoMUofHo8vcbPRieEFD/26JQReVIARBh+IBppwrrhc1gv2tP5ly3x7LQ5sQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 16c679067faf21..f30cf82cae04d6 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "astro": "5.7.12", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", - "astro-live-code": "0.0.5", + "astro-live-code": "0.0.6", "cidr-tools": "11.0.3", "codeowners-utils": "1.0.2", "date-fns": "4.1.0",