diff --git a/ui/package-lock.json b/ui/package-lock.json index 3050fc432a..ff3011aa59 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "@types/node": "^20.4.8", "@types/react-dom": "^18.0.1", "@types/react-router-dom": "^5.3.3", - "@types/react-syntax-highlighter": "^15.5.7", + "@types/react-syntax-highlighter": "^15.5.11", "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", "axios": "^1.6.5", "core-js-compat": "^3.32.1", @@ -4151,9 +4151,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.11", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.11.tgz", + "integrity": "sha512-ZqIJl+Pg8kD+47kxUjvrlElrraSUrYa4h0dauY/U/FTUuprSCqvUj+9PNQNQzVc6AJgIWUUxn87/gqsMHNbRjw==", "dependencies": { "@types/react": "*" } @@ -25096,9 +25096,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.11", + "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.11.tgz", + "integrity": "sha512-ZqIJl+Pg8kD+47kxUjvrlElrraSUrYa4h0dauY/U/FTUuprSCqvUj+9PNQNQzVc6AJgIWUUxn87/gqsMHNbRjw==", "requires": { "@types/react": "*" } diff --git a/ui/package.json b/ui/package.json index ba2248a591..8631e5f72d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "@types/node": "^20.4.8", "@types/react-dom": "^18.0.1", "@types/react-router-dom": "^5.3.3", - "@types/react-syntax-highlighter": "^15.5.7", + "@types/react-syntax-highlighter": "^15.5.11", "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", "axios": "^1.6.5", "core-js-compat": "^3.32.1",