Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Aug 6, 2023
1 parent 6efcb47 commit 6e6168f
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 306 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>

<!-- dependency management -->
<jdbi3-bom.version>3.39.1</jdbi3-bom.version>
<jdbi3-bom.version>3.40.0</jdbi3-bom.version>
<configurate.version>4.1.2</configurate.version>
<spring-cloud-aws.version>3.0.1</spring-cloud-aws.version>

<!-- dependencies -->
<sentry.version>6.27.0</sentry.version>
<sentry.version>6.28.0</sentry.version>
<springdoc.version>2.1.0</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20230618</org-json.version>
Expand All @@ -42,7 +42,7 @@
<jetbrains-annotations.version>24.0.1</jetbrains-annotations.version>
<caffeine.version>3.1.7</caffeine.version>
<jarscanner.version>1.0-SNAPSHOT</jarscanner.version>
<jgroups.version>5.2.16.Final</jgroups.version>
<jgroups.version>5.2.17.Final</jgroups.version>
<jgroups-kube.version>2.0.1.Final</jgroups-kube.version>
<totp.version>1.7.2-SNAPSHOT</totp.version>
<webp.version>0.1.6</webp.version>
Expand Down
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "1.1.53",
"@nuxt-alt/proxy": "2.2.3",
"@iconify-json/mdi": "1.1.54",
"@nuxt-alt/proxy": "2.3.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@types/accept-language-parser": "1.5.3",
"@types/debug": "4.1.8",
Expand All @@ -80,7 +80,7 @@
"@vue/compiler-sfc": "3.3.4",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.46.0",
"eslint-config-prettier": "8.9.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-eslint-comments": "3.2.0",
Expand All @@ -93,12 +93,12 @@
"pnpm": "8.6.11",
"prettier": "2.8.8",
"regenerator-runtime": "0.13.11",
"sass": "1.64.1",
"sass": "1.64.2",
"typescript": "5.1.6",
"unplugin-auto-import": "0.16.6",
"unplugin-icons": "0.16.5",
"unplugin-vue-components": "0.25.1",
"vite": "4.4.7",
"vite": "4.4.8",
"vite-plugin-eslint": "1.8.1",
"vue-tsc": "1.8.8"
},
Expand Down
Loading

0 comments on commit 6e6168f

Please sign in to comment.