From a7a180f81f41f39c03151df8ed5871a703b1e1a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:40:04 +0000 Subject: [PATCH] fix(deps): update dependency @expressive-code/plugin-collapsible-sections to ^0.26.2 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b0bcd2b9..8332cd23a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@astrojs/tailwind": "^4.0.0", "@docsearch/css": "^3.5.2", "@docsearch/react": "^3.5.2", - "@expressive-code/plugin-collapsible-sections": "^0.26.1", + "@expressive-code/plugin-collapsible-sections": "^0.26.2", "@nanostores/preact": "^0.5.0", "@nanostores/react": "^0.7.1", "astro": "^2.10.15", @@ -1502,11 +1502,11 @@ } }, "node_modules/@expressive-code/plugin-collapsible-sections": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.26.1.tgz", - "integrity": "sha512-v33mWe+KXC4qS6tOtIF/K3Z5H2p4JJD7RAnFWAHfQGrzdtB9kFlz6FuIe1I17DY06Isnc7OCVnIPgvZPIS/s5Q==", + "version": "0.26.2", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.26.2.tgz", + "integrity": "sha512-pRsx6wa3s3YW1rnq91CiZrwsiOv4b2ZSbJXNdLl2ybuCW0MUoRAj7b2X6IeGc1yNesu8mJKUpZnHxenXOAslqA==", "dependencies": { - "@expressive-code/core": "^0.26.1", + "@expressive-code/core": "^0.26.2", "hast-util-select": "^5.0.5", "hastscript": "^7.2.0" } diff --git a/package.json b/package.json index 04de492eb..7e36829c3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/tailwind": "^4.0.0", "@docsearch/css": "^3.5.2", "@docsearch/react": "^3.5.2", - "@expressive-code/plugin-collapsible-sections": "^0.26.1", + "@expressive-code/plugin-collapsible-sections": "^0.26.2", "@nanostores/preact": "^0.5.0", "@nanostores/react": "^0.7.1", "astro": "^2.10.15",