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 |
| --- | --- | --- |
| [@vue/compat](https://github.com/vuejs/core) | `3.4.21` | `3.4.26` |
| [swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.15.1` | `5.17.3` |
| [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) | `5.15.1` | `5.17.2` |
| [vue](https://github.com/vuejs/core) | `3.4.21` | `3.4.26` |
| [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) | `9.11.1` | `9.13.1` |
| [vue-router](https://github.com/vuejs/router) | `4.3.0` | `4.3.2` |


Updates `@vue/compat` from 3.4.21 to 3.4.26
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.21...v3.4.26)

Updates `swagger-ui` from 5.15.1 to 5.17.3
- [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.15.1...v5.17.3)

Updates `swagger-ui-dist` from 5.15.1 to 5.17.2
- [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.15.1...v5.17.2)

Updates `vue` from 3.4.21 to 3.4.26
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.21...v3.4.26)

Updates `vue-i18n` from 9.11.1 to 9.13.1
- [Release notes](https://github.com/intlify/vue-i18n-next/releases)
- [Changelog](https://github.com/intlify/vue-i18n-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.13.1/packages/vue-i18n)

Updates `vue-router` from 4.3.0 to 4.3.2
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.3.0...v4.3.2)

---
updated-dependencies:
- dependency-name: "@vue/compat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent b71937d commit 7f81f04
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 363 deletions.
12 changes: 6 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@tsconfig/node-lts": "^18.12.5",
"@vue/compat": "^3.4.21",
"@vue/compat": "^3.4.26",
"axios": "^1.6.8",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
Expand All @@ -24,11 +24,11 @@
"keycloak-js": "^20.0.5",
"pinia": "^2.1.6",
"showdown": "^2.1.0",
"swagger-ui": "^5.15.1",
"swagger-ui-dist": "^5.15.1",
"vue": "^3.4.21",
"vue-i18n": "^9.11.1",
"vue-router": "^4.3.0"
"swagger-ui": "^5.17.3",
"swagger-ui-dist": "^5.17.2",
"vue": "^3.4.26",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.2",
Expand Down
Loading

0 comments on commit 7f81f04

Please sign in to comment.