Skip to content

Commit

Permalink
build: bump the production-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.6.2` | `1.6.4` |
| [reflect-metadata](https://github.com/rbuckton/reflect-metadata) | `0.1.13` | `0.2.1` |
| [typeorm](https://github.com/typeorm/typeorm) | `0.3.17` | `0.3.19` |
| [@vue/compat](https://github.com/vuejs/core) | `3.3.10` | `3.4.5` |
| [swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.10.3` | `5.10.5` |
| [vue](https://github.com/vuejs/core) | `3.3.10` | `3.4.5` |


Updates `axios` from 1.6.2 to 1.6.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.6.4)

Updates `reflect-metadata` from 0.1.13 to 0.2.1
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json)
- [Commits](rbuckton/reflect-metadata@v0.1.13...v0.2.1)

Updates `typeorm` from 0.3.17 to 0.3.19
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.17...0.3.19)

Updates `@vue/compat` from 3.3.10 to 3.4.5
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.10...v3.4.5)

Updates `swagger-ui` from 5.10.3 to 5.10.5
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.10.3...v5.10.5)

Updates `vue` from 3.3.10 to 3.4.5
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.10...v3.4.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: reflect-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typeorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@vue/compat"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 9e830fe commit 5918b02
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 370 deletions.
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@tsconfig/node-lts": "^18.12.5",
"@vue/compat": "^3.3.10",
"axios": "^1.6.2",
"@vue/compat": "^3.4.5",
"axios": "^1.6.4",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
"bootswatch": "^4.6.2",
Expand All @@ -25,9 +25,9 @@
"keycloak-js": "^20.0.5",
"pinia": "^2.1.6",
"showdown": "^2.1.0",
"swagger-ui": "^5.10.3",
"swagger-ui": "^5.10.5",
"swagger-ui-dist": "^4.19.1",
"vue": "^3.3.10",
"vue": "^3.4.5",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
Expand Down
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.2",
"axios": "^1.6.4",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^6.11.1",
"keycloak-backend": "^4.0.1",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.1",
"swagger-ui-express": "^4.6.3",
"tslog": "^4.9.2",
"tsoa": "^5.1.1",
"typeorm": "^0.3.17",
"typeorm": "^0.3.19",
"typeorm-extension": "^3.2.0"
}
}
Loading

0 comments on commit 5918b02

Please sign in to comment.