Skip to content

Commit

Permalink
upgrade jQuery to 3.6.4 due to CVE-2020-11022, CVE-2020-23064, CVE-20…
Browse files Browse the repository at this point in the history
…20-11023 vulnerabilities
  • Loading branch information
halotukozak committed Sep 8, 2023
1 parent 6d8ee18 commit ef3956c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) program
Add the following dependency to your SBT build:

```scala
libraryDependencies += "io.udash" %%% "udash-jquery" % "3.0.4"
libraryDependencies += "io.udash" %%% "udash-jquery" % "3.2.0"
```

then import the jQuery package:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -85,6 +85,6 @@ lazy val root = project.in(file("."))
"com.lihaoyi" %%% "scalatags" % "0.10.0" % Test
),

Compile / npmDependencies += "jquery" -> "3.4.1",
jsDependencies += "org.webjars" % "jquery" % "3.4.1" / "3.4.1/jquery.js" minified s"3.4.1/jquery.min.js",
Compile / npmDependencies += "jquery" -> "3.6.4",
jsDependencies += "org.webjars" % "jquery" % "3.6.4" / "3.6.4/jquery.js" minified s"3.6.4/jquery.min.js",
)

0 comments on commit ef3956c

Please sign in to comment.