diff --git a/package-lock.json b/package-lock.json index 0ce6857..90f9f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1105,9 +1105,9 @@ } }, "node_modules/@expressive-code/core": { - "version": "0.35.3", - "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.35.3.tgz", - "integrity": "sha512-SYamcarAjufYhbuK/kfvJSvAXLsfnM7DKc78R7Dq4B73R5bKQK2m5zR0l57tXr4yp2C5Z8lu5xZncdwWxcmPdg==", + "version": "0.35.4", + "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.35.4.tgz", + "integrity": "sha512-Vq8KeVKjCvBbgapQgwHZiHG3XmgN6itt3fCcIexz2RnoYpkv765AlpTlBGwEooXCEN++Pf0OFDer0l7G6vYO2Q==", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^4.0.4", @@ -1139,12 +1139,12 @@ } }, "node_modules/@expressive-code/plugin-collapsible-sections": { - "version": "0.35.3", - "resolved": "https://registry.npmjs.org/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.35.3.tgz", - "integrity": "sha512-UvinhyQGQ93ZrwZhxzkCqQYS1HkiJ3OOIcqKOUiEZnH26bSck2EehrXBLHxh0TuAnSfCwbC8H1QB1CAX3G2G1Q==", + "version": "0.35.4", + "resolved": "https://registry.npmjs.org/@expressive-code/plugin-collapsible-sections/-/plugin-collapsible-sections-0.35.4.tgz", + "integrity": "sha512-nIimsSImMWH0v9mU02t216UvcRcfoikla6xL5Bc2LuQ7zSQm4o24bZIsPj+kCFs1iUxckfMCOM1/dsSFWYbcOA==", "license": "MIT", "dependencies": { - "@expressive-code/core": "^0.35.3" + "@expressive-code/core": "^0.35.4" } }, "node_modules/@expressive-code/plugin-frames": {