diff --git a/frontend/package-lock.json b/frontend/package-lock.json index edafd0a..c21f34c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.20.1", "react-scripts": "5.0.1", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^15.6.6", "typescript": "^4.9.5", "web-vitals": "^2.1.4" } @@ -14956,16 +14956,16 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.1.tgz", - "integrity": "sha512-OqJ2/vL7lEeV5zTJyG7kmARppUjiB9h9udl4qHQjjgEos66z00Ia0OckwYfRxCSFrW8RJIBnsBwQsHZbVPspqg==", + "version": "15.6.6", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.6.6.tgz", + "integrity": "sha512-DgXrc+AZF47+HvAPEmn7Ua/1p10jNoVZVI/LoPiYdtY+OM+/nG5yefLHKJwdKqY1adMuHFbeyBaG9j64ML7vTw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", "highlightjs-vue": "^1.0.0", "lowlight": "^1.17.0", - "prismjs": "^1.27.0", + "prismjs": "^1.30.0", "refractor": "^3.6.0" }, "peerDependencies": { diff --git a/frontend/package.json b/frontend/package.json index ed89828..de0cf8e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.20.1", "react-scripts": "5.0.1", - "react-syntax-highlighter": "^15.5.0", + "react-syntax-highlighter": "^15.6.6", "typescript": "^4.9.5", "web-vitals": "^2.1.4" },