diff --git a/package-lock.json b/package-lock.json index 762a8b6d8..ae323516b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@readme/emojis": "^3.0.0", - "@readme/syntax-highlighter": "^10.11.1", + "@readme/syntax-highlighter": "^10.12.0", "copy-to-clipboard": "^3.3.1", "hast-util-sanitize": "^4.0.0", "hast-util-to-string": "^1.0.4", @@ -3485,9 +3485,9 @@ } }, "node_modules/@readme/syntax-highlighter": { - "version": "10.11.1", - "resolved": "https://registry.npmjs.org/@readme/syntax-highlighter/-/syntax-highlighter-10.11.1.tgz", - "integrity": "sha512-oxmGrE5w7tzvNUFh2Min0EWkvMA/m7qYcsW0QuMvw/qC4HyLL0Txbmdhe9iaWOGSlup/gwlJO3dgMw50Z9cejw==", + "version": "10.12.0", + "resolved": "https://registry.npmjs.org/@readme/syntax-highlighter/-/syntax-highlighter-10.12.0.tgz", + "integrity": "sha512-aJ9/jPOd7gDYYaSuZHJhHBOZGBtWF5AiM1CYKXWxZeNTb0rlYJOKJS+QMztGRrt1O+oqn72HIUVFbm2v7dJfcA==", "dependencies": { "codemirror": "^5.48.2", "prop-types": "^15.7.2", @@ -28945,9 +28945,9 @@ } }, "@readme/syntax-highlighter": { - "version": "10.11.1", - "resolved": "https://registry.npmjs.org/@readme/syntax-highlighter/-/syntax-highlighter-10.11.1.tgz", - "integrity": "sha512-oxmGrE5w7tzvNUFh2Min0EWkvMA/m7qYcsW0QuMvw/qC4HyLL0Txbmdhe9iaWOGSlup/gwlJO3dgMw50Z9cejw==", + "version": "10.12.0", + "resolved": "https://registry.npmjs.org/@readme/syntax-highlighter/-/syntax-highlighter-10.12.0.tgz", + "integrity": "sha512-aJ9/jPOd7gDYYaSuZHJhHBOZGBtWF5AiM1CYKXWxZeNTb0rlYJOKJS+QMztGRrt1O+oqn72HIUVFbm2v7dJfcA==", "requires": { "codemirror": "^5.48.2", "prop-types": "^15.7.2", diff --git a/package.json b/package.json index 9acfedeab..b8bd0e189 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@readme/emojis": "^3.0.0", - "@readme/syntax-highlighter": "^10.11.1", + "@readme/syntax-highlighter": "^10.12.0", "copy-to-clipboard": "^3.3.1", "hast-util-sanitize": "^4.0.0", "hast-util-to-string": "^1.0.4",