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 Oct 22, 2023
1 parent 94aa909 commit faa6ba5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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/[email protected].0
uses: actions/[email protected].1

- 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/[email protected].0
uses: actions/[email protected].1

- 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/[email protected].0
uses: actions/[email protected].1

- name: Check if merge must trigger
id: pr_trigger
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"babel-loader": "9.1.3",
"browserslist": "4.22.1",
"buffer": "6.0.3",
"caniuse-lite": "1.0.30001547",
"caniuse-lite": "1.0.30001551",
"clean-webpack-plugin": "4.0.0",
"compression-webpack-plugin": "10.0.0",
"copy-webpack-plugin": "11.0.0",
Expand All @@ -77,15 +77,15 @@
"dojo-util": "1.17.3",
"dojo-webpack-plugin": "3.0.6",
"ejs-loader": "0.5.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-eslint": "9.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-webpack": "0.13.7",
"eslint-plugin-amd": "1.1.0",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.1",
Expand Down Expand Up @@ -116,7 +116,7 @@
"prettier": "3.0.3",
"redoc-cli": "0.13.21",
"rtl-detect": "1.0.4",
"stylelint": "15.10.3",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.7.0",
"stylelint-no-nested-media": "0.1.0",
Expand All @@ -126,7 +126,7 @@
"stylelint-z-index-value-constraint": "1.3.0",
"unix-timestamp": "1.0.3",
"unused-webpack-plugin": "2.4.0",
"vue": "3.3.4",
"vue": "3.3.6",
"vue-i18n-extract-translations": "0.1.3",
"vue-loader": "17.3.0",
"vue-router": "4.2.5",
Expand All @@ -135,7 +135,7 @@
"webpack-cli": "5.1.4",
"webpack-deduplication-plugin": "0.0.8",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0",
"webpack-merge": "5.10.0",
"webpack-sources": "3.2.3",
"webpack-virtual-modules": "0.6.0",
"yargs": "17.7.2"
Expand Down

0 comments on commit faa6ba5

Please sign in to comment.