diff --git a/package-lock.json b/package-lock.json index f288ca13..0cc6658e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@types/lodash-es": "4.17.9", "@types/react": "18.2.25", "@types/react-dom": "18.2.11", - "@types/react-syntax-highlighter": "15.5.7", + "@types/react-syntax-highlighter": "15.5.8", "@types/turndown": "5.0.2", "@vitejs/plugin-react": "4.1.0", "boring-avatars": "1.10.1", @@ -8975,9 +8975,9 @@ } }, "node_modules/@types/react-syntax-highlighter": { - "version": "15.5.7", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.7.tgz", - "integrity": "sha512-bo5fEO5toQeyCp0zVHBeggclqf5SQ/Z5blfFmjwO5dkMVGPgmiwZsJh9nu/Bo5L7IHTuGWrja6LxJVE2uB5ZrQ==", + "version": "15.5.8", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.8.tgz", + "integrity": "sha512-GT1PLGzhF3ilGaQiCHFDShxDBb014s01MQi0nWfXJ23efjWfUrZ2i0g4tH1JGdfnIGBtQDge/k3ON3fLoAuU/w==", "dev": true, "dependencies": { "@types/react": "*" @@ -35352,9 +35352,9 @@ } }, "@types/react-syntax-highlighter": { - "version": "15.5.7", - "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.7.tgz", - "integrity": "sha512-bo5fEO5toQeyCp0zVHBeggclqf5SQ/Z5blfFmjwO5dkMVGPgmiwZsJh9nu/Bo5L7IHTuGWrja6LxJVE2uB5ZrQ==", + "version": "15.5.8", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.8.tgz", + "integrity": "sha512-GT1PLGzhF3ilGaQiCHFDShxDBb014s01MQi0nWfXJ23efjWfUrZ2i0g4tH1JGdfnIGBtQDge/k3ON3fLoAuU/w==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index 784cd4c3..ead9d7d6 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@types/lodash-es": "4.17.9", "@types/react": "18.2.25", "@types/react-dom": "18.2.11", - "@types/react-syntax-highlighter": "15.5.7", + "@types/react-syntax-highlighter": "15.5.8", "@types/turndown": "5.0.2", "@vitejs/plugin-react": "4.1.0", "boring-avatars": "1.10.1",