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] committed Jun 4, 2023
1 parent f9cc498 commit 6100467
Show file tree
Hide file tree
Showing 13 changed files with 505 additions and 617 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo "docs.intake24.org" > docs/.vitepress/dist/CNAME

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: ghp-docs
folder: docs/.vitepress/dist
Expand Down
14 changes: 7 additions & 7 deletions apps/admin/package.json
Expand Up @@ -26,7 +26,7 @@
"axios": "^1.4.0",
"cronstrue": "^2.27.0",
"date-fns": "^2.30.0",
"dotenv": "^16.1.0",
"dotenv": "^16.1.3",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"fast-equals": "5.0.1",
Expand All @@ -42,7 +42,7 @@
"pluralize": "^8.0.0",
"tinymce": "^6.4.2",
"vanilla-jsoneditor": "^0.17.4",
"vue": "^2.7.14",
"vue": "^3.3.4",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
Expand All @@ -56,22 +56,22 @@
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.14.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "~1.32.13",
"typescript": "^5.0.4",
"sass": "~1.62.1",
"typescript": "^5.1.3",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.15.0",
"vite-plugin-pwa": "^0.15.2",
"vitest": "^0.31.2",
"vite-plugin-pwa": "^0.16.3",
"vitest": "^0.31.4",
"vue-tsc": "^1.6.5",
"workbox-window": "^6.6.0"
},
Expand Down
14 changes: 7 additions & 7 deletions apps/api/package.json
Expand Up @@ -35,15 +35,15 @@
"awilix": "^8.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bullmq": "^3.14.1",
"bullmq": "^3.15.0",
"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.3",
"dotenv": "^16.1.0",
"dotenv": "^16.1.3",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
Expand Down Expand Up @@ -72,12 +72,12 @@
"pg": "^8.11.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^20.4.0",
"puppeteer": "^20.5.0",
"qrcode": "^1.5.3",
"rate-limit-redis": "^3.0.2",
"reflect-metadata": "^0.1.13",
"safe-stable-stringify": "^2.4.3",
"sequelize": "^6.31.1",
"sequelize": "^6.32.0",
"sequelize-typescript": "^2.1.5",
"sharp": "^0.32.1",
"slugify": "^1.6.6",
Expand Down Expand Up @@ -121,9 +121,9 @@
"ts-loader": "^9.4.3",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.2",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
},
Expand Down
10 changes: 5 additions & 5 deletions apps/cli/package.json
Expand Up @@ -27,7 +27,7 @@
"ajv": "^8.12.0",
"commander": "^10.0.1",
"csv-writer": "^1.6.0",
"dotenv": "^16.1.0",
"dotenv": "^16.1.3",
"dotenv-expand": "^10.0.0",
"fs-extra": "^11.1.1",
"jsdom": "^22.1.0",
Expand All @@ -36,7 +36,7 @@
"pg": "^8.11.0",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.31.1",
"sequelize": "^6.32.0",
"sequelize-typescript": "^2.1.5",
"web-push": "^3.6.1"
},
Expand All @@ -53,9 +53,9 @@
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"typescript": "^5.1.3",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.2",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/portal/package.json
Expand Up @@ -30,7 +30,7 @@
"@fortawesome/fontawesome-free": "^6.4.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"dotenv": "^16.1.0",
"dotenv": "^16.1.3",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
Expand Down Expand Up @@ -58,10 +58,10 @@
"supertest": "^6.3.3",
"ts-loader": "^9.4.3",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.2",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
},
Expand Down
14 changes: 7 additions & 7 deletions apps/survey/package.json
Expand Up @@ -23,15 +23,15 @@
"@fortawesome/fontawesome-free": "^6.4.0",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"dotenv": "^16.1.0",
"dotenv": "^16.1.3",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"helmet": "^7.0.0",
"lodash": "^4.17.21",
"pinia": "^2.1.3",
"pinia-plugin-persistedstate": "^3.1.0",
"uuid": "^9.0.0",
"vue": "^2.7.14",
"vue": "^3.3.4",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuetify": "^2.6.15"
Expand All @@ -44,22 +44,22 @@
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.14.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "~1.32.13",
"typescript": "^5.0.4",
"sass": "~1.62.1",
"typescript": "^5.1.3",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.15.0",
"vite-plugin-pwa": "^0.15.2",
"vitest": "^0.31.2",
"vite-plugin-pwa": "^0.16.3",
"vitest": "^0.31.4",
"vue-tsc": "^1.6.5",
"workbox-window": "^6.6.0"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -62,7 +62,7 @@
],
"devDependencies": {
"@jest/types": "^29.5.0",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/node": "^20.2.5",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
Expand All @@ -71,14 +71,14 @@
"@vue/eslint-config-typescript": "^11.0.3",
"calver": "^22.9.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.14.1",
"execa": "^5.1.1",
"execa": "^7.1.1",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"lint-staged": "^13.2.2",
Expand All @@ -91,7 +91,7 @@
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitepress": "1.0.0-beta.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common-backend/package.json
Expand Up @@ -25,6 +25,6 @@
"@types/bcryptjs": "^2.4.2",
"@types/jsdom": "^21.1.1",
"@types/nodemailer": "^6.4.8",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Expand Up @@ -31,9 +31,9 @@
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/pluralize": "^0.0.29",
"execa": "^5.1.1",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"typescript-json-validator": "^2.4.2"
},
"bundledDependencies": [
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Expand Up @@ -21,15 +21,15 @@
"db:system:migrate:undo": "pnpm sequelize db:migrate:undo --options-path sequelize/system/options.js"
},
"dependencies": {
"dotenv": "^16.1.0",
"dotenv": "^16.1.3",
"lodash": "^4.17.21",
"mariadb": "^3.1.2",
"mssql": "^9.1.1",
"nanoid": "^3.3.6",
"pg": "^8.11.0",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.31.1",
"sequelize": "^6.32.0",
"sequelize-typescript": "^2.1.5"
},
"devDependencies": {
Expand All @@ -39,7 +39,7 @@
"@types/pg": "^8.10.1",
"@types/validator": "^13.7.17",
"sequelize-cli": "^6.6.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"bundledDependencies": [
"@intake24/api",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Expand Up @@ -17,12 +17,12 @@
"scripts": {},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^2.7.14",
"vue": "^3.3.4",
"vue-i18n": "^8.28.2"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"bundledDependencies": [
"@intake24/common"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Expand Up @@ -26,7 +26,7 @@
"pinia": "^2.1.3",
"pinia-plugin-persistedstate": "^3.1.0",
"svg-gauge": "^1.0.7",
"vue": "^2.7.14",
"vue": "^3.3.4",
"vue-echarts": "^6.5.5",
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
Expand All @@ -36,9 +36,9 @@
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^20.2.5",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.15.2",
"vite-plugin-pwa": "^0.16.3",
"workbox-window": "^6.6.0"
},
"bundledDependencies": [
Expand Down

0 comments on commit 6100467

Please sign in to comment.