Skip to content

Commit ea2ad3b

Browse files
fix(deps): update all non-major dependencies
1 parent 440295b commit ea2ad3b

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

admin-frontend/package-lock.json

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

admin-frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pinia": "^3.0.0",
3535
"powerbi-client": "^2.23.1",
3636
"powerbi-client-vue-js": "^1.1.1",
37-
"quill": "2.0.2",
37+
"quill": "2.0.3",
3838
"regenerator-runtime": "^0.14.0",
3939
"rfdc": "^1.3.0",
4040
"sass": "^1.58.3",
@@ -96,7 +96,7 @@
9696
},
9797
"overrides": {
9898
"cldr-data-downloader@1.0.0-1": {
99-
"axios": "1.13.2"
99+
"axios": "1.13.4"
100100
}
101101
}
102102
}

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@js-joda/locale_en": "^4.8.11",
1111
"@js-joda/timezone": "^2.21.1",
1212
"@prisma/client": "^6.13.0",
13-
"@prisma/extension-read-replicas": "^0.4.1",
13+
"@prisma/extension-read-replicas": "^0.5.0",
1414
"@types/express-form-data": "^2.0.5",
1515
"advisory-lock": "^2.0.0",
1616
"async-retry": "^1.3.3",

clamav-service/clamav/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.7-1766364927
1+
FROM registry.access.redhat.com/ubi9/ubi:9.7-1770238273
22
ARG VERSION=1.0.5
33

44
LABEL name="ubi8-clamav" \

frontend/package-lock.json

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

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"file-saver": "^2.0.5",
3030
"papaparse": "^5.4.1",
3131
"pinia": "^3.0.0",
32-
"quill": "2.0.2",
32+
"quill": "2.0.3",
3333
"regenerator-runtime": "^0.14.0",
3434
"rfdc": "^1.3.0",
3535
"sass": "^1.58.3",
@@ -87,7 +87,7 @@
8787
},
8888
"overrides": {
8989
"cldr-data-downloader@1.0.0-1": {
90-
"axios": "1.13.2"
90+
"axios": "1.13.4"
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)