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 Feb 18, 2023
1 parent 5bea64c commit 7e7c312
Show file tree
Hide file tree
Showing 6 changed files with 1,180 additions and 1,113 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.3")

// 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.13.0")

// 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
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
32 changes: 16 additions & 16 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"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",
"@mui/icons-material": "5.11.9",
"@mui/material": "5.11.9",
"@mui/styles": "5.11.9",
"@mui/x-date-pickers": "5.0.18",
"axios": "1.3.3",
"date-fns": "2.29.3",
"jotai": "1.13.1",
"leaflet": "1.9.3",
Expand All @@ -31,19 +31,19 @@
"@types/geojson": "7946.0.10",
"@types/leaflet": "1.9.0",
"@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.12",
"@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.52.0",
"@typescript-eslint/parser": "5.52.0",
"@vitejs/plugin-react-swc": "3.1.0",
"eslint": "8.34.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.1",
"vite-plugin-checker": "0.5.3"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.4.1"
}
Loading

0 comments on commit 7e7c312

Please sign in to comment.