diff --git a/modules/st2-highlight/package.json b/modules/st2-highlight/package.json index 816cc0248..3eca6f165 100644 --- a/modules/st2-highlight/package.json +++ b/modules/st2-highlight/package.json @@ -67,7 +67,7 @@ }, "dependencies": { "@stackstorm/module-router": "^2.4.3", - "prismjs": "github:enykeev/prism#v0.0.1", + "prismjs": "^1.25.0", "prop-types": "15.7.2", "react": "16.8.6", "react-dom": "16.8.6", diff --git a/yarn.lock b/yarn.lock index 08272d408..5f954a965 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9698,9 +9698,10 @@ pretty-hrtime@^1.0.0: resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= -"prismjs@github:enykeev/prism#v0.0.1": - version "0.0.1" - resolved "https://codeload.github.com/enykeev/prism/tar.gz/1c4b29aa2d3b0ce3e0a793e51e17ffaa054ccf1a" +prismjs@^1.25.0: + version "1.25.0" + resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756" + integrity sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg== process-nextick-args@^2.0.0, process-nextick-args@~2.0.0: version "2.0.1"