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 Jul 11, 2023
1 parent d9f2426 commit 17ee548
Show file tree
Hide file tree
Showing 10 changed files with 367 additions and 137 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version: 8

- name: Use Node.js
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: 18.x
cache: 'pnpm'
Expand Down
4 changes: 2 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vueuse/core": "^10.2.1",
"axios": "^1.4.0",
"axios-retry": "^3.5.1",
"cronstrue": "^2.27.0",
"cronstrue": "^2.28.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "^5.1.6",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.2",
"vite": "^4.4.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
Expand Down
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"awilix": "^8.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bullmq": "^4.2.0",
"bullmq": "^4.2.1",
"clean-css": "^5.3.2",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-validator": "^1.3.1",
"date-fns": "^2.30.0",
"dompurify": "^3.0.4",
"dompurify": "^3.0.5",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
Expand Down Expand Up @@ -72,14 +72,14 @@
"pg": "^8.11.1",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^20.8.0",
"puppeteer": "^20.8.1",
"qrcode": "^1.5.3",
"rate-limit-redis": "^3.0.2",
"reflect-metadata": "^0.1.13",
"safe-stable-stringify": "^2.4.3",
"sequelize": "^6.32.1",
"sequelize-typescript": "^2.1.5",
"sharp": "^0.32.1",
"sharp": "^0.32.2",
"slugify": "^1.6.6",
"ua-parser-js": "^1.0.35",
"validator": "^13.9.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ts-loader": "^9.4.4",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite": "^4.4.3",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@vueuse/core": "^10.2.1",
"axios": "^1.4.0",
"axios-retry": "^3.5.1",
"dompurify": "^3.0.4",
"dompurify": "^3.0.5",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
Expand Down Expand Up @@ -56,11 +56,11 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"sass": "~1.32.13",
"terser": "^5.18.2",
"terser": "^5.19.0",
"typescript": "^5.1.6",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.2",
"vite": "^4.4.3",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"engines": {
"node": ">=16"
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].7",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
Expand Down Expand Up @@ -62,11 +62,11 @@
],
"devDependencies": {
"@jest/types": "^29.6.1",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.1",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"calver": "^22.9.1",
Expand All @@ -75,7 +75,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.15.1",
"execa": "^5.1.1",
Expand All @@ -92,7 +92,7 @@
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite": "^4.4.3",
"vitepress": "1.0.0-beta.5"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bcryptjs": "^2.4.3",
"jsdom": "^22.1.0",
"nodemailer": "^6.9.3",
"winston": "^3.9.0",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.1",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite": "^4.4.3",
"vite-plugin-pwa": "^0.16.4",
"workbox-window": "^7.0.0"
},
Expand Down
Loading

0 comments on commit 17ee548

Please sign in to comment.