diff --git a/package-lock.json b/package-lock.json index 6717f80..b47ed4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@astrojs/starlight-docsearch": "^0.6.1", "@astrojs/ts-plugin": "^1.10.6", "@expressive-code/plugin-collapsible-sections": "^0.41.6", - "@expressive-code/plugin-line-numbers": "0.41.3", + "@expressive-code/plugin-line-numbers": "0.41.6", "@sindresorhus/slugify": "^3.0.0", "@sumup-oss/circuit-ui": "^10.14.6", "@sumup-oss/design-tokens": "^9.0.0", @@ -3510,13 +3510,13 @@ } }, "node_modules/@expressive-code/plugin-line-numbers": { - "version": "0.41.3", - "resolved": "https://registry.npmjs.org/@expressive-code/plugin-line-numbers/-/plugin-line-numbers-0.41.3.tgz", - "integrity": "sha512-eig82a4CRC3XgVPQ2S/TMDcLiHJokOCD/mAdNVImpD3segVewxfjGgtj5DXQRo0E0q6f0R0EH34YzTFl5CEPqg==", + "version": "0.41.6", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-line-numbers/-/plugin-line-numbers-0.41.6.tgz", + "integrity": "sha512-YS8oLrGNBjY8qVVl6ZntwPXIh5HGrLEq23R6eyJ0tCJQmq03tCOOiWw9cc2R3J/XobXAI7coAtVbqAiGFB8pXQ==", "dev": true, "license": "MIT", "dependencies": { - "@expressive-code/core": "^0.41.3" + "@expressive-code/core": "^0.41.6" } }, "node_modules/@expressive-code/plugin-shiki": { diff --git a/package.json b/package.json index a391c04..7caac9b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@astrojs/starlight-docsearch": "^0.6.1", "@astrojs/ts-plugin": "^1.10.6", "@expressive-code/plugin-collapsible-sections": "^0.41.6", - "@expressive-code/plugin-line-numbers": "0.41.3", + "@expressive-code/plugin-line-numbers": "0.41.6", "@sindresorhus/slugify": "^3.0.0", "@sumup-oss/circuit-ui": "^10.14.6", "@sumup-oss/design-tokens": "^9.0.0",