Skip to content

Commit a843f2d

Browse files
authored
Merge pull request #489 from Kitware/renovate/all-minor-patch
2 parents 039517d + e482eb0 commit a843f2d

6 files changed

Lines changed: 113 additions & 110 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install npm
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: 24.14.1
18+
node-version: 24.15.0
1919
cache: npm
2020
cache-dependency-path: client/package-lock.json
2121
- name: Install packages

client/package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"@mdi/font": "7.4.47",
1818
"@mdi/js": "7.4.47",
1919
"@resonant/oauth-client": "1.0.4",
20-
"@sentry/vue": "10.48.0",
20+
"@sentry/vue": "10.49.0",
2121
"@types/d3": "7.4.3",
2222
"axios": "1.15.0",
2323
"d3": "7.9.0",
2424
"django-s3-file-field": "1.1.0",
2525
"geojs": "1.19.0",
2626
"lodash": "4.18.1",
27-
"maplibre-gl": "5.22.0",
27+
"maplibre-gl": "5.23.0",
2828
"vue": "3.5.32",
2929
"vue-router": "5.0.4",
3030
"vuetify": "3.12.5"

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
condition: service_healthy
5656

5757
client:
58-
image: node:24.14.1
58+
image: node:24.15.0
5959
working_dir: /app
6060
command: >
6161
sh -c "

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"celery==5.6.3",
1515
"django[argon2]==6.0.4",
1616
"django-ninja==1.6.2",
17-
"django-allauth==65.15.1",
17+
"django-allauth==65.16.1",
1818
"django-auth-style==0.15.0",
1919
"django-cors-headers==4.9.0",
2020
"django-environ==0.13.0",
@@ -26,7 +26,7 @@ dependencies = [
2626
"django-storages[s3]==1.14.6",
2727
"django-stubs-ext==6.0.2",
2828
"psycopg[binary]==3.3.3",
29-
"pydantic==2.12.5",
29+
"pydantic==2.13.2",
3030
"requests==2.33.1",
3131
"rich==14.3.4",
3232
"whitenoise[brotli]==6.12.0",
@@ -37,7 +37,7 @@ dependencies = [
3737
"guano==1.0.16",
3838
"django-celery-results==2.6.0",
3939
# Production-only
40-
"sentry-sdk[celery,django,pure_eval]==2.57.0",
40+
"sentry-sdk[celery,django,pure_eval]==2.58.0",
4141
"gunicorn==25.3.0",
4242
]
4343

@@ -49,7 +49,7 @@ development = [
4949
"django-minio-storage==0.5.9",
5050
"django-resonant-utils[minio_storage]==0.19.0",
5151
"django-s3-file-field[minio]==1.1.0",
52-
"faker==40.13.0",
52+
"faker==40.15.0",
5353
"ipython==9.12.0",
5454
"watchdog==6.0.0",
5555
"werkzeug==3.1.8",

0 commit comments

Comments
 (0)