Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lukashroch committed Oct 17, 2022
1 parent 5569efe commit 3562b26
Show file tree
Hide file tree
Showing 11 changed files with 601 additions and 858 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
uses: actions/checkout@v3.1.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -107,12 +107,12 @@ jobs:
PGPASSWORD=${{ env.DB_SYSTEM_PASSWORD }} psql -h ${{ env.DB_SYSTEM_HOST }} -p 5432 -U ${{ env.DB_SYSTEM_USERNAME }} -c 'CREATE DATABASE ${{ env.DB_SYSTEM_DATABASE }};'
- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -327,12 +327,12 @@ jobs:
uses: actions/checkout@v3.1.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -361,12 +361,12 @@ jobs:
uses: actions/checkout@v3.1.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -395,12 +395,12 @@ jobs:
uses: actions/checkout@v3.1.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -437,12 +437,12 @@ jobs:
uses: actions/checkout@v3.1.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/checkout@v3.1.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4
with:
version: 6

- name: Use Node.js
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: 16.x
cache: 'pnpm'
Expand All @@ -37,7 +37,7 @@ jobs:
run: echo "docs.intake24.org" > docs/.vitepress/dist/CNAME

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.0
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: ghp-docs
folder: docs/.vitepress/dist
Expand Down
18 changes: 9 additions & 9 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@tinymce/tinymce-vue": "^3.2.8",
"@vueuse/core": "^9.3.0",
"axios": "^1.1.2",
"cronstrue": "^2.12.0",
"@vueuse/core": "^9.3.1",
"axios": "^1.1.3",
"cronstrue": "^2.14.0",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"dotenv-expand": "^9.0.0",
"express": "^4.18.2",
"flag-icons": "^6.6.6",
"helmet": "^6.0.0",
"json-editor-vue": "^0.6.6",
"json-editor-vue": "^0.7.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
Expand All @@ -39,8 +39,8 @@
"pinia-plugin-persistedstate": "^2.3.0",
"pluralize": "^8.0.0",
"tinymce": "^6.2.0",
"vanilla-jsoneditor": "^0.7.9",
"vue": "^2.7.10",
"vanilla-jsoneditor": "^0.7.10",
"vue": "^2.7.13",
"vue-i18n": "^8.27.2",
"vue-router": "^3.6.5",
"vuedraggable": "2.24.3",
Expand All @@ -63,12 +63,12 @@
"sass": "~1.32.13",
"typescript": "^4.8.4",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.7",
"vite": "^3.1.8",
"vite-plugin-fonts": "^0.6.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.13.1",
"vitest": "^0.24.0",
"vue-tsc": "^1.0.3",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.8",
"workbox-window": "^6.5.4"
},
"bundledDependencies": [
Expand Down
14 changes: 7 additions & 7 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@duosecurity/duo_universal": "^2.0.1",
"awilix": "^7.0.3",
"axios": "^1.1.2",
"axios": "^1.1.3",
"body-parser": "^1.20.1",
"bullmq": "^2.1.3",
"bullmq": "^2.3.1",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down Expand Up @@ -72,16 +72,16 @@
"rate-limit-redis": "^3.0.1",
"reflect-metadata": "^0.1.13",
"safe-stable-stringify": "^2.4.0",
"sequelize": "^6.24.0",
"sequelize-typescript": "^2.1.3",
"sequelize": "^6.25.2",
"sequelize-typescript": "^2.1.4",
"sharp": "^0.31.1",
"slugify": "^1.6.5",
"ua-parser-js": "^1.0.2",
"ua-parser-js": "^1.0.32",
"validator": "^13.7.0",
"web-push": "^3.5.0"
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@faker-js/faker": "^7.6.0",
"@types/body-parser": "^1.19.2",
"@types/connect-redis": "^0.0.18",
"@types/cookie-parser": "^1.4.3",
Expand All @@ -107,7 +107,7 @@
"@types/sharp": "^0.31.0",
"@types/supertest": "^2.0.12",
"@types/ua-parser-js": "^0.7.36",
"@types/validator": "^13.7.7",
"@types/validator": "^13.7.8",
"@types/web-push": "^3.3.2",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"nodemon": "^2.0.20",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ts-loader": "^9.4.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.8.4",
"vite": "^3.1.7",
"vite": "^3.1.8",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"axios": "^1.1.2",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
"dotenv-expand": "^9.0.0",
"express": "^4.18.2",
Expand All @@ -29,7 +29,7 @@
"pinia": "^2.0.23",
"pinia-plugin-persistedstate": "^2.3.0",
"uuid": "^9.0.0",
"vue": "^2.7.10",
"vue": "^2.7.13",
"vue-i18n": "^8.27.2",
"vue-router": "^3.6.5",
"vuetify": "^2.6.11"
Expand All @@ -52,12 +52,12 @@
"sass": "~1.32.13",
"typescript": "^4.8.4",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.7",
"vite": "^3.1.8",
"vite-plugin-fonts": "^0.6.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.13.1",
"vitest": "^0.24.0",
"vue-tsc": "^1.0.3",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.8",
"workbox-window": "^6.5.4"
},
"bundledDependencies": [
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"packages/*"
],
"devDependencies": {
"@jest/types": "^29.1.2",
"@jest/types": "^29.2.0",
"@types/jest": "^29.1.2",
"@types/node": "^18.7.21",
"@types/prompts": "^2.4.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"calver": "^22.8.4",
Expand All @@ -79,7 +79,7 @@
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-vue": "^9.6.0",
"execa": "^5.1.1",
"jest": "^29.1.2",
"jest": "^29.2.0",
"jest-extended": "^3.1.0",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
Expand All @@ -92,6 +92,6 @@
"ts-node": "^10.9.1",
"tsx": "^3.10.1",
"typescript": "^4.8.4",
"vitepress": "^1.0.0-alpha.19"
"vitepress": "^1.0.0-alpha.21"
}
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.24.0",
"sequelize-typescript": "^2.1.3"
"sequelize": "^6.25.2",
"sequelize-typescript": "^2.1.4"
},
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.21",
"@types/pg": "^8.6.5",
"@types/validator": "^13.7.7",
"@types/validator": "^13.7.8",
"sequelize-cli": "^6.5.1"
},
"bundledDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^2.7.10",
"vue": "^2.7.13",
"vue-i18n": "^8.27.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"dependencies": {
"@hcaptcha/vue-hcaptcha": "0.3.2",
"@pinia/plugin-debounce": "^0.1.0",
"axios": "^1.1.2",
"axios": "^1.1.3",
"echarts": "^5.4.0",
"js-file-download": "^0.4.12",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"pinia": "^2.0.23",
"pinia-plugin-persistedstate": "^2.3.0",
"svg-gauge": "^1.0.7",
"vue": "^2.7.10",
"vue": "^2.7.13",
"vue-echarts": "^6.2.3",
"vue-i18n": "^8.27.2",
"vue-recaptcha": "^1.3.0",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^18.7.21",
"vite": "^3.1.7",
"vite": "^3.1.8",
"vite-plugin-pwa": "^0.13.1",
"workbox-window": "^6.5.4"
},
Expand Down
Loading

0 comments on commit 3562b26

Please sign in to comment.