Skip to content

Commit

Permalink
Merge pull request #159 from TorMap/renovate/non-major
Browse files Browse the repository at this point in the history
fix(deps): update non-major to v1.17.6
  • Loading branch information
JuliusHenke committed Nov 19, 2022
2 parents 2044e9c + 2002268 commit 2a5c2f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ dependencies {
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
testImplementation("io.kotest:kotest-assertions-core:5.5.4")
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.2")
testImplementation("org.testcontainers:testcontainers:1.17.5")
testImplementation("org.testcontainers:junit-jupiter:1.17.5")
testImplementation("org.testcontainers:postgresql:1.17.5")
testImplementation("org.testcontainers:testcontainers:1.17.6")
testImplementation("org.testcontainers:junit-jupiter:1.17.6")
testImplementation("org.testcontainers:postgresql:1.17.6")
}

// Fix version requirement from Kotest
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@react-leaflet/core": "2.1.0",
"axios": "1.1.3",
"date-fns": "2.29.3",
"leaflet": "1.9.2",
"leaflet": "1.9.3",
"leaflet.heat": "0.2.0",
"notistack": "2.0.8",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2329,10 +2329,10 @@ __metadata:
languageName: node
linkType: hard

"leaflet@npm:1.9.2":
version: 1.9.2
resolution: "leaflet@npm:1.9.2"
checksum: ab6edb278c6bbd05db9a9395694fc517557433bedbcb233941ea42327ee90650f2d61dd3f9caf861040c8b25abfd8e1f79018f6ae899181e280287c7481ba4bf
"leaflet@npm:1.9.3":
version: 1.9.3
resolution: "leaflet@npm:1.9.3"
checksum: f8bc33215e6aed8488cb3d32511b943ff093c1747bcda8a39116e24fe714e12525f1a6843b6a79940ece4cf8d2a86e2cb1d7b80fc550344b3182659b19231a04
languageName: node
linkType: hard

Expand Down Expand Up @@ -3519,7 +3519,7 @@ __metadata:
"@vitejs/plugin-react": 1.3.2
axios: 1.1.3
date-fns: 2.29.3
leaflet: 1.9.2
leaflet: 1.9.3
leaflet.heat: 0.2.0
notistack: 2.0.8
react: 18.2.0
Expand Down

0 comments on commit 2a5c2f5

Please sign in to comment.