Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent edd139d commit 8df127a
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 96 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye as build-stage
FROM python:3.12-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.4.1
tag: v1.4.2
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
6 changes: 3 additions & 3 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 @@ -29,7 +29,7 @@ regex = "1.10.2"
octocrab = "0.31.2"

# web
jsonwebtoken = "9.0.0"
jsonwebtoken = "9.1.0"
chrono= { version = "0.4.31", default-features = false }
actix-governor = { version = "0.5.0", features = ["log"] }

Expand Down
180 changes: 94 additions & 86 deletions webclient/package-lock.json

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

8 changes: 4 additions & 4 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.9.0",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.3.4",
"vue": "3.3.6",
"vue-router": "4.2.5"
},
"devDependencies": {
Expand All @@ -36,16 +36,16 @@
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
"@yankeeinlondon/link-builder": "1.2.1",
"cypress": "13.3.0",
"cypress": "13.3.2",
"eslint": "8.52.0",
"eslint-plugin-vue": "9.17.0",
"isomorphic-fetch": "3.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"sass": "1.69.3",
"sass": "1.69.4",
"stylelint-scss": "5.2.1",
"typescript": "5.2.2",
"vite": "4.4.11",
"vite": "4.5.0",
"vite-plugin-md": "0.21.5",
"vite-plugin-rewrite-all": "1.0.1",
"vue-i18n": "9.5.0",
Expand Down

0 comments on commit 8df127a

Please sign in to comment.