Skip to content

Commit

Permalink
attempt to fix vuln again
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed May 20, 2024
1 parent 5c55d75 commit 0cb239a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 17 additions & 16 deletions src/main/deps.cljs
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{:npm-deps {"tmp" "0.2.1" ;; "0.0.33"
"etag" "1.8.1"
"qs" "6.9.7" ;; "6.9.3"
"concat-stream" "2.0.0" ;; "1.6.2"
"content-type" "1.0.4"
"cookies" "0.8.0" ;; "0.7.1"
"lru" "3.1.0"
"multiparty" "4.2.1" ;; "4.1.3"
"minimist" "1.2.6"
"random-bytes" "1.0.0"
"simple-encryptor" "3.0.0" ;; "1.2.0"
"url" "0.11.0"
"ws" "7.4.6" ;; "5.1.1"
"source-map-support" "0.5.19"
"log4js" "6.4.0"
"ansi-regex" "5.0.1"
{:npm-deps {"@cljs-oss/module-deps" "1.0.0"
"tmp" "0.2.1" ;; "0.0.33"
"etag" "1.8.1"
"qs" "6.9.7" ;; "6.9.3"
"concat-stream" "2.0.0" ;; "1.6.2"
"content-type" "1.0.4"
"cookies" "0.8.0" ;; "0.7.1"
"lru" "3.1.0"
"multiparty" "4.2.1" ;; "4.1.3"
"minimist" "1.2.6"
"random-bytes" "1.0.0"
"simple-encryptor" "3.0.0" ;; "1.2.0"
"url" "0.11.0"
"ws" "7.4.6" ;; "5.1.1"
"source-map-support" "0.5.19"
"log4js" "6.4.0"
"ansi-regex" "5.0.1"
}

;; :externs ["resources/lrs/externs.js"]
Expand Down

0 comments on commit 0cb239a

Please sign in to comment.