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 May 28, 2023
1 parent bfd625d commit fde1348
Show file tree
Hide file tree
Showing 13 changed files with 684 additions and 586 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
18 changes: 9 additions & 9 deletions apps/admin/package.json
Expand Up @@ -42,38 +42,38 @@
"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",
"vuetify": "^2.6.15"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.14",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/pluralize": "^0.0.29",
"@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-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.14.0",
"jsdom": "^22.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",
"sass": "~1.62.1",
"typescript": "^5.0.4",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.15.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-pwa": "^0.15.1",
"vitest": "^0.31.1",
"vue-tsc": "^1.6.5",
"workbox-window": "^6.5.4"
"workbox-window": "^6.6.0"
},
"bundledDependencies": [
"@intake24/admin",
Expand Down
16 changes: 8 additions & 8 deletions apps/api/package.json
Expand Up @@ -35,7 +35,7 @@
"awilix": "^8.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bullmq": "^3.14.0",
"bullmq": "^3.14.1",
"clean-css": "^5.3.2",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
Expand All @@ -53,7 +53,7 @@
"fs-extra": "^11.1.1",
"helmet": "^7.0.0",
"ioredis": "^5.3.2",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"jsonwebtoken": "^9.0.0",
"liblevenshtein": "^2.0.4",
"lodash": "^4.17.21",
Expand All @@ -72,7 +72,7 @@
"pg": "^8.11.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^20.3.0",
"puppeteer": "^20.4.0",
"qrcode": "^1.5.3",
"rate-limit-redis": "^3.0.2",
"reflect-metadata": "^0.1.13",
Expand All @@ -86,7 +86,7 @@
"web-push": "^3.6.1"
},
"devDependencies": {
"@faker-js/faker": "^8.0.1",
"@faker-js/faker": "^8.0.2",
"@simplewebauthn/typescript-types": "^7.0.0",
"@types/body-parser": "^1.19.2",
"@types/clean-css": "^4.2.6",
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.194",
"@types/lodash": "^4.14.195",
"@types/morgan": "^1.9.4",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/negotiator": "^0.6.1",
"@types/node": "^18.16.14",
"@types/node": "^18.16.16",
"@types/nunjucks": "^3.2.2",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.8",
Expand All @@ -118,11 +118,11 @@
"nodemon-webpack-plugin": "^4.8.1",
"rimraf": "^5.0.1",
"supertest": "^6.3.3",
"ts-loader": "^9.4.2",
"ts-loader": "^9.4.3",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.0.4",
"webpack": "^5.83.1",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
Expand Down
12 changes: 6 additions & 6 deletions apps/cli/package.json
Expand Up @@ -30,7 +30,7 @@
"dotenv": "^16.0.3",
"dotenv-expand": "^10.0.0",
"fs-extra": "^11.1.1",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"nanoid": "^3.3.6",
"pg": "^8.11.0",
Expand All @@ -42,19 +42,19 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.14",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/validator": "^13.7.17",
"@types/web-push": "^3.3.2",
"@types/webpack-env": "^1.18.0",
"@types/webpack-env": "^1.18.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"ts-loader": "^9.4.2",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"webpack": "^5.83.1",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
Expand Down
14 changes: 7 additions & 7 deletions apps/portal/package.json
Expand Up @@ -28,14 +28,14 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@popperjs/core": "^2.11.7",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.2.3",
"dotenv": "^16.0.3",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"helmet": "^7.0.0",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"morgan": "^1.10.0",
"nunjucks": "^3.2.4",
"sitemap": "^7.1.1"
Expand All @@ -46,21 +46,21 @@
"@types/morgan": "^1.9.4",
"@types/nunjucks": "^3.2.2",
"@types/supertest": "^2.0.12",
"@types/webpack-env": "^1.18.0",
"@types/webpack-env": "^1.18.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"laravel-vite-plugin": "^0.7.7",
"laravel-vite-plugin": "^0.7.8",
"nodemon": "^2.0.22",
"nodemon-webpack-plugin": "^4.8.1",
"npm-run-all": "^4.1.5",
"resolve-url-loader": "^5.0.0",
"rimraf": "^5.0.1",
"sass": "^1.62.1",
"supertest": "^6.3.3",
"ts-loader": "^9.4.2",
"ts-loader": "^9.4.3",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"webpack": "^5.83.1",
"vite": "^4.3.9",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
Expand Down
18 changes: 9 additions & 9 deletions apps/survey/package.json
Expand Up @@ -31,37 +31,37 @@
"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"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.14",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/uuid": "^9.0.1",
"@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-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.14.0",
"jsdom": "^22.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",
"sass": "~1.62.1",
"typescript": "^5.0.4",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.15.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-pwa": "^0.15.1",
"vitest": "^0.31.1",
"vue-tsc": "^1.6.5",
"workbox-window": "^6.5.4"
"workbox-window": "^6.6.0"
},
"bundledDependencies": [
"@intake24/survey",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@8.5.0",
"packageManager": "pnpm@8.5.1",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
Expand Down Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@jest/types": "^29.5.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.14",
"@types/node": "^18.16.16",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
Expand All @@ -77,8 +77,8 @@
"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.0",
"execa": "^5.1.1",
"eslint-plugin-vue": "^9.14.1",
"execa": "^7.1.1",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"lint-staged": "^13.2.2",
Expand All @@ -92,7 +92,7 @@
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vitepress": "1.0.0-beta.1"
},
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common-backend/package.json
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"bcryptjs": "^2.4.3",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"nodemailer": "^6.9.2",
"winston": "^3.8.2",
"winston": "^3.9.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Expand Up @@ -29,9 +29,9 @@
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.0.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.194",
"@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-json-validator": "^2.4.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Expand Up @@ -34,9 +34,9 @@
},
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.0.0",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.14",
"@types/pg": "^8.10.0",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/pg": "^8.10.1",
"@types/validator": "^13.7.17",
"sequelize-cli": "^6.6.0",
"typescript": "^5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Expand Up @@ -17,11 +17,11 @@
"scripts": {},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^2.7.14",
"vue": "^3.3.4",
"vue-i18n": "^8.28.2"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/lodash": "^4.14.195",
"typescript": "^5.0.4"
},
"bundledDependencies": [
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Expand Up @@ -26,20 +26,20 @@
"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",
"vue-router": "^3.6.5",
"vuetify": "^2.6.15"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.14",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite-plugin-pwa": "^0.14.7",
"workbox-window": "^6.5.4"
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.15.1",
"workbox-window": "^6.6.0"
},
"bundledDependencies": [
"@intake24/common",
Expand Down

0 comments on commit fde1348

Please sign in to comment.