Skip to content

Commit

Permalink
fix(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2023
1 parent 5bea64c commit 9aef37b
Show file tree
Hide file tree
Showing 7 changed files with 1,229 additions and 1,172 deletions.
14 changes: 7 additions & 7 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ dependencies {
kapt("org.springframework.boot:spring-boot-configuration-processor")

// OpenAPI generation and Swagger UI https://springdoc.org/
implementation("org.springdoc:springdoc-openapi-ui:1.6.13")
implementation("org.springdoc:springdoc-openapi-kotlin:1.6.13")
implementation("org.springdoc:springdoc-openapi-ui:1.6.14")
implementation("org.springdoc:springdoc-openapi-kotlin:1.6.14")

// Serialization
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2")

// Postgres Database
implementation("org.postgresql:postgresql:42.5.1")
implementation("org.postgresql:postgresql:42.5.4")

// Run Flyway DB migration tool on startup https://flywaydb.org/
implementation("org.flywaydb:flyway-core:8.5.13")
Expand All @@ -53,7 +53,7 @@ dependencies {
implementation("com.maxmind.geoip2:geoip2:4.0.0")

// Anaylz user agent https://yauaa.basjes.nl/
implementation("nl.basjes.parse.useragent:yauaa:7.9.0")
implementation("nl.basjes.parse.useragent:yauaa:7.14.1")

// Packages required by metrics-lib (org.torproject.descriptor in java module) (JavaDoc: https://metrics.torproject.org/metrics-lib/index.html)
implementation("commons-codec:commons-codec:1.10")
Expand All @@ -68,8 +68,8 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
}
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
testImplementation("io.kotest:kotest-assertions-core:5.5.4")
testImplementation("io.kotest:kotest-runner-junit5:5.5.5")
testImplementation("io.kotest:kotest-assertions-core:5.5.5")
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.2")
testImplementation("org.testcontainers:testcontainers:1.17.6")
testImplementation("org.testcontainers:junit-jupiter:1.17.6")
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
807 changes: 0 additions & 807 deletions frontend/.yarn/releases/yarn-3.3.0.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions frontend/.yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
38 changes: 19 additions & 19 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"lint": "eslint ./src --ext .jsx,.js,.ts,.tsx --fix --ignore-path ./.gitignore"
},
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/icons-material": "5.10.16",
"@mui/material": "5.10.17",
"@mui/styles": "5.10.16",
"@mui/x-date-pickers": "5.0.12",
"axios": "1.2.1",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@mui/icons-material": "5.11.11",
"@mui/material": "5.11.11",
"@mui/styles": "5.11.11",
"@mui/x-date-pickers": "5.0.20",
"axios": "1.3.4",
"date-fns": "2.29.3",
"jotai": "1.13.1",
"leaflet": "1.9.3",
Expand All @@ -29,21 +29,21 @@
},
"devDependencies": {
"@types/geojson": "7946.0.10",
"@types/leaflet": "1.9.0",
"@types/leaflet": "1.9.1",
"@types/leaflet.heat": "0.2.1",
"@types/node": "16.18.6",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/node": "16.18.13",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-infinite-scroller": "^1",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@vitejs/plugin-react-swc": "3.0.1",
"eslint": "8.31.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@vitejs/plugin-react-swc": "3.2.0",
"eslint": "8.35.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.0",
"typescript": "4.9.4",
"vite": "4.0.4",
"eslint-plugin-react": "7.32.2",
"typescript": "4.9.5",
"vite": "4.1.4",
"vite-plugin-checker": "0.5.3"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.4.1"
}
Loading

0 comments on commit 9aef37b

Please sign in to comment.