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 Feb 19, 2024
1 parent 8321e4d commit a8f1305
Show file tree
Hide file tree
Showing 9 changed files with 457 additions and 502 deletions.
16 changes: 8 additions & 8 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"axios-retry": "^4.0.0",
"cronstrue": "^2.48.0",
"date-fns": "^3.3.1",
"dotenv": "^16.4.2",
"dotenv-expand": "^11.0.3",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.6",
"express": "^4.18.2",
"fast-equals": "5.0.1",
"flag-icons": "^7.1.0",
Expand All @@ -43,18 +43,18 @@
"pinia-plugin-persistedstate": "^3.2.1",
"pluralize": "^8.0.0",
"tinymce": "^6.8.3",
"vanilla-jsoneditor": "^0.21.5",
"vanilla-jsoneditor": "^0.21.6",
"vue": "^2.7.16",
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
"vuetify": "^2.7.1"
"vuetify": "^2.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/pluralize": "^0.0.33",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue2": "^2.3.1",
Expand All @@ -69,12 +69,12 @@
"sass": "~1.32.13",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.1",
"vite": "^5.1.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.3",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-webfont-dl": "^3.9.1",
"vitest": "^1.2.2",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27",
"workbox-window": "^7.0.0"
},
Expand Down
18 changes: 9 additions & 9 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"@duosecurity/duo_universal": "^2.0.2",
"@json2csv/node": "^7.0.6",
"@json2csv/plainjs": "^7.0.6",
"@simplewebauthn/server": "^9.0.2",
"@simplewebauthn/server": "^9.0.3",
"awesome-phonenumber": "^6.4.0",
"awilix": "^10.0.1",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"bullmq": "^5.1.10",
"bullmq": "^5.2.1",
"clean-css": "^5.3.3",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-validator": "^1.3.1",
"date-fns": "^3.3.1",
"dompurify": "^3.0.8",
"dotenv": "^16.4.2",
"dotenv-expand": "^11.0.3",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.6",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"fast-csv": "^5.0.0",
"fast-csv": "^5.0.1",
"fs-extra": "^11.2.0",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
Expand Down Expand Up @@ -81,7 +81,7 @@
"rate-limit-redis": "^4.2.0",
"reflect-metadata": "^0.2.1",
"safe-stable-stringify": "^2.4.3",
"sequelize": "^6.37.0",
"sequelize": "^6.37.1",
"sequelize-typescript": "^2.1.6",
"sharp": "^0.33.2",
"slugify": "^1.6.6",
Expand All @@ -108,7 +108,7 @@
"@types/ms": "^0.7.34",
"@types/multer": "^1.4.11",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/nunjucks": "^3.2.6",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^4.0.1",
Expand All @@ -128,10 +128,10 @@
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^6.0.0"
"webpackbar": "^6.0.1"
},
"bundledDependencies": [
"@intake24/api",
Expand Down
12 changes: 6 additions & 6 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"decompress": "^4.2.1",
"dotenv": "^16.4.2",
"dotenv-expand": "^11.0.3",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.6",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"nanoid": "^3.3.7",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.2.1",
"sequelize": "^6.37.0",
"sequelize": "^6.37.1",
"sequelize-typescript": "^2.1.6",
"uuid": "^9.0.1",
"web-push": "^3.6.7"
Expand All @@ -47,7 +47,7 @@
"@types/decompress": "^4.2.7",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.9",
"@types/web-push": "^3.6.3",
Expand All @@ -59,10 +59,10 @@
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^6.0.0"
"webpackbar": "^6.0.1"
},
"bundledDependencies": [
"@intake24/common",
Expand Down
10 changes: 5 additions & 5 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"dotenv": "^16.4.2",
"dotenv-expand": "^11.0.3",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.6",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"helmet": "^7.1.0",
Expand Down Expand Up @@ -59,11 +59,11 @@
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"webpack": "^5.90.1",
"vite": "^5.1.3",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^6.0.0"
"webpackbar": "^6.0.1"
},
"bundledDependencies": [
"@intake24/common",
Expand Down
16 changes: 8 additions & 8 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"awesome-phonenumber": "^6.4.0",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"dotenv": "^16.4.2",
"dotenv-expand": "^11.0.3",
"dotenv": "^16.4.4",
"dotenv-expand": "^11.0.6",
"express": "^4.18.2",
"flag-icons": "^7.1.0",
"helmet": "^7.1.0",
Expand All @@ -40,12 +40,12 @@
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
"vuetify": "^2.7.2"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/uuid": "^9.0.8",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-legacy": "^5.3.0",
Expand All @@ -59,15 +59,15 @@
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"sass": "~1.32.13",
"terser": "^5.27.0",
"terser": "^5.27.1",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.1",
"vite": "^5.1.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mkcert": "^1.17.3",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-webfont-dl": "^3.9.1",
"vitest": "^1.2.2",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27",
"workbox-window": "^7.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"engines": {
"node": ">=18.17.0"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"scripts": {
"prepare": "pnpm simple-git-hooks",
"clean": "rimraf --glob **/coverage **/dist **/node_modules",
Expand Down Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down Expand Up @@ -90,8 +90,8 @@
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vitepress": "1.0.0-rc.42"
"vite": "^5.1.3",
"vitepress": "1.0.0-rc.44"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"db:system:kysely-codegen": "pnpm exec kysely-codegen --dialect postgres --url \"env(DB_DEV_SYSTEM_URL)\" --camel-case --out-file ./src/kysely/system.d.ts"
},
"dependencies": {
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"kysely": "^0.27.2",
"lodash": "^4.17.21",
"mariadb": "^3.2.3",
Expand All @@ -32,13 +32,13 @@
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.2.1",
"sequelize": "^6.37.0",
"sequelize": "^6.37.1",
"sequelize-typescript": "^2.1.6"
},
"devDependencies": {
"@simplewebauthn/types": "^9.0.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/pg": "^8.11.0",
"@types/validator": "^13.11.9",
"kysely-codegen": "^0.11.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@pinia/plugin-debounce": "^1.0.1",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.7",
"echarts": "^5.4.3",
"echarts": "^5.5.0",
"js-file-download": "^0.4.12",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
Expand All @@ -33,14 +33,14 @@
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
"vuetify": "^2.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite-plugin-pwa": "^0.17.5",
"vite": "^5.1.3",
"vite-plugin-pwa": "^0.19.0",
"workbox-window": "^7.0.0"
},
"bundledDependencies": [
Expand Down
Loading

0 comments on commit a8f1305

Please sign in to comment.