Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent f676f2a commit 3c6d9af
Show file tree
Hide file tree
Showing 14 changed files with 852 additions and 676 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
PGPASSWORD=${{ env.DB_TEST_SYSTEM_PASSWORD }} psql -h ${{ env.DB_TEST_SYSTEM_HOST }} -p 5432 -U ${{ env.DB_TEST_SYSTEM_USERNAME }} -c 'CREATE DATABASE ${{ env.DB_TEST_SYSTEM_DATABASE }};'
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

Expand Down
24 changes: 12 additions & 12 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@simplewebauthn/browser": "^7.2.0",
"@simplewebauthn/browser": "^7.4.0",
"@tinymce/tinymce-vue": "^3.2.8",
"@vueuse/core": "^10.2.1",
"@vueuse/core": "^10.3.0",
"axios": "^1.4.0",
"axios-retry": "^3.5.1",
"axios-retry": "^3.6.0",
"cronstrue": "^2.28.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"fast-equals": "5.0.1",
"flag-icons": "^6.7.0",
"flag-icons": "^6.9.2",
"helmet": "^7.0.0",
"json-editor-vue": "^0.10.6",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"nanoid": "^3.3.6",
"object-to-formdata": "^4.5.1",
"pinia": "^2.1.4",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"pluralize": "^8.0.0",
"tinymce": "^6.6.0",
Expand All @@ -51,29 +51,29 @@
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.4",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/pluralize": "^0.0.30",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue": "^9.16.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"sass": "~1.32.13",
"typescript": "^5.1.6",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.6",
"vue-tsc": "^1.8.8",
"workbox-window": "^7.0.0"
},
"bundledDependencies": [
Expand Down
16 changes: 8 additions & 8 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"dependencies": {
"@duosecurity/duo_universal": "^2.0.2",
"@json2csv/node": "^6.1.3",
"@simplewebauthn/server": "^7.3.1",
"@simplewebauthn/server": "^7.4.0",
"awilix": "^8.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bullmq": "^4.6.0",
"bullmq": "^4.6.3",
"clean-css": "^5.3.2",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
Expand All @@ -46,7 +46,7 @@
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"express-rate-limit": "^6.8.0",
"express-rate-limit": "^6.8.1",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"fast-csv": "^4.3.6",
Expand All @@ -66,7 +66,7 @@
"negotiator": "^0.6.3",
"node-cache": "^5.1.2",
"nunjucks": "^3.2.4",
"otpauth": "^9.1.3",
"otpauth": "^9.1.4",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pg": "^8.11.1",
Expand All @@ -83,11 +83,11 @@
"slugify": "^1.6.6",
"ua-parser-js": "^1.0.35",
"validator": "^13.9.0",
"web-push": "^3.6.3"
"web-push": "^3.6.4"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@simplewebauthn/typescript-types": "^7.0.0",
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/body-parser": "^1.19.2",
"@types/clean-css": "^4.2.6",
"@types/cookie-parser": "^1.4.3",
Expand All @@ -98,12 +98,12 @@
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^21.1.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.196",
"@types/morgan": "^1.9.4",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/negotiator": "^0.6.1",
"@types/node": "^20.4.4",
"@types/node": "^20.4.5",
"@types/nunjucks": "^3.2.3",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.9",
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"reflect-metadata": "^0.1.13",
"sequelize": "^6.32.1",
"sequelize-typescript": "^2.1.5",
"web-push": "^3.6.3"
"web-push": "^3.6.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.4",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/validator": "^13.7.17",
"@types/web-push": "^3.3.2",
"@types/webpack-env": "^1.18.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"bootstrap": "^5.3.1",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
Expand Down Expand Up @@ -59,7 +59,7 @@
"ts-loader": "^9.4.4",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite": "^4.4.7",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
Expand Down
20 changes: 10 additions & 10 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"dependencies": {
"@coddicat/vue-pinch-scroll-zoom": "^3.3.4",
"@fortawesome/fontawesome-free": "^6.4.0",
"@vueuse/core": "^10.2.1",
"@vueuse/core": "^10.3.0",
"axios": "^1.4.0",
"axios-retry": "^3.5.1",
"axios-retry": "^3.6.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"helmet": "^7.0.0",
"lodash": "^4.17.21",
"pinia": "^2.1.4",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"uuid": "^9.0.0",
"vue": "^2.7.14",
Expand All @@ -39,17 +39,17 @@
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.4",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue": "^9.16.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
Expand All @@ -58,12 +58,12 @@
"typescript": "^5.1.6",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.6",
"vue-tsc": "^1.8.8",
"workbox-window": "^7.0.0"
},
"bundledDependencies": [
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.6.11",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
Expand Down Expand Up @@ -63,23 +63,23 @@
"devDependencies": {
"@jest/types": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.4",
"@types/node": "^20.4.5",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"calver": "^22.9.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-define-config": "^1.22.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue": "^9.16.1",
"execa": "^5.1.1",
"jest": "^29.6.1",
"jest": "^29.6.2",
"jest-extended": "^4.0.0",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
Expand All @@ -92,8 +92,8 @@
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vitepress": "1.0.0-beta.6"
"vite": "^4.4.7",
"vitepress": "1.0.0-beta.7"
},
"pnpm": {
"peerDependencyRules": {
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 @@ -24,7 +24,7 @@
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/jsdom": "^21.1.1",
"@types/nodemailer": "^6.4.8",
"@types/nodemailer": "^6.4.9",
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"pluralize": "^8.0.0"
},
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.0.0",
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.196",
"@types/pluralize": "^0.0.30",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"sequelize-typescript": "^2.1.5"
},
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.0.0",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.4",
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/pg": "^8.10.2",
"@types/validator": "^13.7.17",
"sequelize-cli": "^6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue-i18n": "^8.28.2"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.196",
"typescript": "^5.1.6"
},
"bundledDependencies": [
Expand Down
Loading

0 comments on commit 3c6d9af

Please sign in to comment.