Skip to content

Commit

Permalink
Update packages (#156)
Browse files Browse the repository at this point in the history
* Update packages

Signed-off-by: Prabhu Subramanian <[email protected]>

---------

Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu authored Sep 3, 2024
1 parent c72acc4 commit f4a6079
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 20 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "atom"
ThisBuild / organization := "io.appthreat"
ThisBuild / version := "2.0.17"
ThisBuild / scalaVersion := "3.4.2"
ThisBuild / version := "2.0.18"
ThisBuild / scalaVersion := "3.5.0"

val chenVersion = "2.1.4"
val chenVersion = "2.1.5"

lazy val atom = Projects.atom

Expand All @@ -12,7 +12,7 @@ val astGenVersion = "3.5.0"
libraryDependencies ++= Seq(
"com.github.pathikrit" %% "better-files" % "3.9.2",
"com.github.scopt" %% "scopt" % "4.1.0",
"org.slf4j" % "slf4j-nop" % "2.0.13" % Optional,
"org.slf4j" % "slf4j-nop" % "2.0.16" % Optional,
"io.appthreat" %% "c2cpg" % Versions.chen excludeAll (
ExclusionRule(organization = "com.ibm.icu", name = "icu4j"),
ExclusionRule(organization = "org.jline", name = "jline"),
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"downloadUrl": "https://github.com/AppThreat/atom",
"issueTracker": "https://github.com/AppThreat/atom/issues",
"name": "atom",
"version": "2.0.17",
"version": "2.0.18",
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
"applicationCategory": "code-analysis",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.7")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.0")
60 changes: 50 additions & 10 deletions wrapper/nodejs/package-lock.json

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

6 changes: 3 additions & 3 deletions wrapper/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/atom",
"version": "2.0.17",
"version": "2.0.18",
"description": "Create atom (⚛) representation for your application, packages and libraries",
"exports": "./index.js",
"type": "module",
Expand All @@ -9,8 +9,8 @@
"lint": "eslint *.mjs *.js"
},
"dependencies": {
"@babel/parser": "^7.24.7",
"typescript": "^5.5.3",
"@babel/parser": "^7.25.6",
"typescript": "^5.5.4",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down

0 comments on commit f4a6079

Please sign in to comment.