Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent d05461e commit ffbcc23
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 230 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:

# Send UI coverage before Perl
- name: Upload UI coverage data
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: webservices-ui
Expand Down Expand Up @@ -519,7 +519,7 @@ jobs:
needs: [ test-pure-perl, test-remainder, test-webservices ]
steps:
- name: Close parallel UI coverage data
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down
14 changes: 7 additions & 7 deletions UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@babel/preset-env": "7.24.5",
"@pinia/testing": "0.1.3",
"@redocly/cli": "^1.0.2",
"@vue/test-utils": "2.4.5",
"@vue/test-utils": "2.4.6",
"@vue/vue3-jest": "29.2.6",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"browserslist": "4.23.0",
"buffer": "6.0.3",
"caniuse-lite": "1.0.30001615",
"caniuse-lite": "1.0.30001617",
"clean-webpack-plugin": "4.0.0",
"compression-webpack-plugin": "11.1.0",
"copy-webpack-plugin": "12.0.2",
Expand All @@ -80,16 +80,16 @@
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsdoc": "48.2.4",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-n": "17.4.0",
"eslint-plugin-n": "17.6.0",
"eslint-plugin-package-json": "0.13.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-snakecasejs": "2.2.0",
"eslint-plugin-sort-dojo-dependency": "0.0.1",
"eslint-plugin-vue": "9.25.0",
"eslint-plugin-vue": "9.26.0",
"eslint-webpack-plugin": "4.1.0",
"html-webpack-plugin": "5.6.0",
"http-status-codes": "2.3.0",
Expand All @@ -105,7 +105,7 @@
"markdownlint": "0.34.0",
"markdownlint-cli": "0.40.0",
"mini-css-extract-plugin": "2.9.0",
"msw": "2.2.14",
"msw": "2.3.0",
"npm-run-all2": "6.1.2",
"openapi-merge-cli": "^1.3.1",
"path-browserify": "1.0.1",
Expand All @@ -124,7 +124,7 @@
"undici": "5.28.4",
"unix-timestamp": "1.0.4",
"unused-webpack-plugin": "2.4.0",
"vue": "3.4.26",
"vue": "3.4.27",
"vue-i18n-extract-translations": "0.1.3",
"vue-loader": "17.4.2",
"vue-router": "4.3.2",
Expand Down

0 comments on commit ffbcc23

Please sign in to comment.