Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 04a87e6 commit d177c7f
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 99 deletions.
4 changes: 2 additions & 2 deletions server/Cargo.lock

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

2 changes: 1 addition & 1 deletion server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json.workspace = true

rand = "0.8.5"
regex = "1.9.6"
octocrab = "0.30.1"
octocrab = "0.31.0"

# web
jsonwebtoken = "8.3.0"
Expand Down
186 changes: 93 additions & 93 deletions webclient/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 webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"format": "prettier --write ."
},
"dependencies": {
"@sentry/tracing": "7.72.0",
"@sentry/vue": "7.72.0",
"@sentry/tracing": "7.73.0",
"@sentry/vue": "7.73.0",
"@vueuse/core": "10.4.1",
"maplibre-gl": "3.3.1",
"pinia": "2.1.6",
Expand All @@ -31,7 +31,7 @@
"@rushstack/eslint-patch": "1.5.1",
"@sentry/vite-plugin": "2.7.1",
"@types/swagger-ui-dist": "3.30.2",
"@vitejs/plugin-vue": "4.3.4",
"@vitejs/plugin-vue": "4.4.0",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
Expand Down

0 comments on commit d177c7f

Please sign in to comment.