diff --git a/package-lock.json b/package-lock.json index 2174d726..fdda8d6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@astrojs/starlight": "^0.37.6", "@astrojs/starlight-docsearch": "^0.6.1", "@astrojs/ts-plugin": "^1.10.6", - "@expressive-code/plugin-collapsible-sections": "^0.41.6", + "@expressive-code/plugin-collapsible-sections": "^0.41.7", "@expressive-code/plugin-line-numbers": "0.41.6", "@sindresorhus/slugify": "^3.0.0", "@sumup-oss/circuit-ui": "^10.14.7", @@ -3461,9 +3461,9 @@ } }, "node_modules/@expressive-code/core": { - "version": "0.41.6", - "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.6.tgz", - "integrity": "sha512-FvJQP+hG0jWi/FLBSmvHInDqWR7jNANp9PUDjdMqSshHb0y7sxx3vHuoOr6SgXjWw+MGLqorZyPQ0aAlHEok6g==", + "version": "0.41.7", + "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.41.7.tgz", + "integrity": "sha512-ck92uZYZ9Wba2zxkiZLsZGi9N54pMSAVdrI9uW3Oo9AtLglD5RmrdTwbYPCT2S/jC36JGB2i+pnQtBm/Ib2+dg==", "dev": true, "license": "MIT", "dependencies": { @@ -3479,13 +3479,13 @@ } }, "node_modules/@expressive-code/plugin-collapsible-sections": { - "version": "0.41.6", - "resolved": "https://registry.npmjs.org/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.41.6.tgz", - "integrity": "sha512-LxSa49aziWKgpGoOoZlTbXW1V1/mEPyxKb+J9JFgUtTizXNKX363uiCHcKQYzSLmIN7HII5WxF+uArGHwb+X+w==", + "version": "0.41.7", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.41.7.tgz", + "integrity": "sha512-uh74qWhAW6FEoNdlQAcHCcGBfuhslLvbWL5Fqmi+db/9mZI/I2G1Sr8NfApTEzD+jiIB/GmdPHV9kbjebkn0+g==", "dev": true, "license": "MIT", "dependencies": { - "@expressive-code/core": "^0.41.6" + "@expressive-code/core": "^0.41.7" } }, "node_modules/@expressive-code/plugin-frames": { diff --git a/package.json b/package.json index b07de7ca..ccb5d43f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@astrojs/starlight": "^0.37.6", "@astrojs/starlight-docsearch": "^0.6.1", "@astrojs/ts-plugin": "^1.10.6", - "@expressive-code/plugin-collapsible-sections": "^0.41.6", + "@expressive-code/plugin-collapsible-sections": "^0.41.7", "@expressive-code/plugin-line-numbers": "0.41.6", "@sindresorhus/slugify": "^3.0.0", "@sumup-oss/circuit-ui": "^10.14.7",