Skip to content

Commit

Permalink
Corrected all JavaScript security vulnerabilities except simplemde
Browse files Browse the repository at this point in the history
There doesn't (yet) seem to be a fix for the simplemde problem.
  • Loading branch information
simon-brooke committed Jan 7, 2022
1 parent a775ef7 commit 6c1bf5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ pom.xml.asc
smeagol.log*
/node_modules/
.DS_Store
.clj-kondo/
.idea/
.calva/
.lsp
.eastwood
smeagol.iml


resources/public/content/uploads/
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
[lein-npm "0.6.2"]
[lein-ring "0.12.5" :exclusions [org.clojure/clojure]]]

:npm {:dependencies [[simplemde "1.11.2"]
[vega "5.8.0"]
[vega-embed "6.2.2"]
[vega-lite "4.1.1"]
[mermaid "8.4.6"]
:npm {:dependencies [[mermaid "8.13.8"]
[photoswipe "4.1.3"]
[tablesort "5.2.0"]]
[simplemde "1.11.2"]
[tablesort "5.3.0"]
[vega "5.21.0"]
[vega-embed "6.20.5"]
[vega-lite "5.2.0"]]
:root "resources/public/vendor"}

:docker {:image-name "simonbrooke/smeagol"
Expand Down

0 comments on commit 6c1bf5f

Please sign in to comment.