Skip to content

Commit 252c5ae

Browse files
authored
chore: bump @apify/ui-library (#1607)
Bumps dependencies to get rid of [`react-syntax-highlighter`](https://github.com/react-syntax-highlighter/react-syntax-highlighter) (using old, vulnerable Prism version).
1 parent 348594a commit 252c5ae

File tree

4 files changed

+58
-862
lines changed

4 files changed

+58
-862
lines changed

apify-docs-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"access": "public"
2020
},
2121
"dependencies": {
22-
"@apify/docs-search-modal": "^1.2.1",
22+
"@apify/docs-search-modal": "^1.2.2",
2323
"@docusaurus/theme-common": "3.7.0",
2424
"@stackql/docusaurus-plugin-hubspot": "^1.1.0",
2525
"algoliasearch": "^5.19.0",

apify-docs-theme/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// eslint-disable-next-line no-unused-vars
2+
const { Prism } = require('prismjs');
13
const config = require('./config.js');
24
const { theme } = require('./theme.js');
35

0 commit comments

Comments
 (0)