Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-commonjs to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent 5901e31 commit 6dcdbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packageJson {
script("test" runs "vitest --run" dependingOn listOf(npmScript("build", "common")))
}
dependencies {
"@rollup/plugin-commonjs" version "^26.0.1"
"@rollup/plugin-commonjs" version "^27.0.0"
"@rollup/plugin-node-resolve" version "^15.2.3"
"bcryptjs" version "^2.4.3"
"mongodb-memory-server" version "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion user/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packageJson {
script("test" runs "vitest --run" dependingOn listOf(npmScript("build", "common")))
}
dependencies {
"@rollup/plugin-commonjs" version "^26.0.1"
"@rollup/plugin-commonjs" version "^27.0.0"
"@rollup/plugin-node-resolve" version "^15.2.3"
"mongodb-memory-server" version "^10.0.0"
"rollup" version "^4.18.1"
Expand Down

0 comments on commit 6dcdbd5

Please sign in to comment.