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 Sep 23, 2023
1 parent efe6be9 commit 9fe41cb
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 72 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Install GNU gettext
run: sudo apt -q -y install gettext
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Check if merge must trigger
id: pr_trigger
Expand Down
109 changes: 43 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"dojo-util": "1.17.3",
"dojo-webpack-plugin": "3.0.5",
"ejs-loader": "0.5.0",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-eslint": "9.0.0",
"eslint-config-prettier": "9.0.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"jsdom": "22.1.0",
"markdown-include": "0.4.3",
"markdownlint": "0.31.1",
"markdownlint-cli": "0.36.0",
"markdownlint-cli": "0.37.0",
"mini-css-extract-plugin": "2.7.6",
"npm-run-all": "4.1.5",
"openapi-merge-cli": "1.3.1",
Expand All @@ -129,7 +129,7 @@
"vue": "3.3.4",
"vue-i18n-extract-translations": "0.1.3",
"vue-loader": "17.2.2",
"vue-router": "4.2.4",
"vue-router": "4.2.5",
"webpack": "5.88.2",
"webpack-bundle-analyzer": "4.9.1",
"webpack-cli": "5.1.4",
Expand Down

0 comments on commit 9fe41cb

Please sign in to comment.