Skip to content

Commit 8858c8e

Browse files
authored
Merge pull request #197 from educorvi/dependabot/npm_and_yarn/production-dependencies-c86c91fb0e
build: bump the production-dependencies group across 1 directory with 7 updates
2 parents 753e09a + bf09784 commit 8858c8e

File tree

3 files changed

+357
-156
lines changed

3 files changed

+357
-156
lines changed

client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"dependencies": {
1717
"@educorvi/vue-json-form": "3.0.0-alpha.6",
1818
"@tsconfig/node-lts": "^18.12.5",
19-
"axios": "^1.7.9",
19+
"axios": "^1.8.1",
2020
"bootstrap": "^5.3.3",
21-
"bootstrap-vue-next": "^0.26.21",
21+
"bootstrap-vue-next": "^0.27.0",
2222
"bootswatch": "^4.6.2",
2323
"file-saver": "^2.0.5",
2424
"humanize-duration": "^3.32.1",
2525
"keycloak-js": "^20.0.5",
2626
"pinia": "^2.3.0",
2727
"showdown": "^2.1.0",
28-
"swagger-ui": "^5.18.2",
29-
"swagger-ui-dist": "^5.18.2",
28+
"swagger-ui": "^5.20.0",
29+
"swagger-ui-dist": "^5.20.0",
3030
"timeclicker_server": "workspace:^",
3131
"vue": "^3.5.13",
3232
"vue-i18n": "^9.14.2",

server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@
4646
"typescript": "^5.4.5"
4747
},
4848
"dependencies": {
49-
"axios": "^1.7.9",
50-
"compression": "^1.7.5",
49+
"axios": "^1.8.1",
50+
"compression": "^1.8.0",
5151
"cors": "^2.8.5",
5252
"express": "^4.21.2",
5353
"express-rate-limit": "^6.11.1",
5454
"keycloak-backend": "^5.0.0",
5555
"luxon": "^3.5.0",
56-
"pg": "^8.13.1",
56+
"pg": "^8.13.3",
5757
"reflect-metadata": "^0.2.2",
5858
"swagger-ui-express": "^4.6.3",
5959
"tslog": "^4.9.3",
6060
"tsoa": "^5.1.1",
6161
"typeorm": "^0.3.20",
62-
"typeorm-extension": "^3.6.3"
62+
"typeorm-extension": "^3.7.0"
6363
}
6464
}

0 commit comments

Comments
 (0)