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 Dec 21, 2023
1 parent a20d02d commit c2041b3
Show file tree
Hide file tree
Showing 9 changed files with 748 additions and 508 deletions.
20 changes: 10 additions & 10 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"fast-equals": "5.0.1",
"flag-icons": "^7.0.3",
"flag-icons": "^7.1.0",
"helmet": "^7.1.0",
"json-editor-vue": "^0.11.2",
"lodash": "^4.17.21",
"nanoid": "^3.3.7",
"object-to-formdata": "^4.5.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"pluralize": "^8.0.0",
"tinymce": "^6.8.2",
"vanilla-jsoneditor": "^0.20.0",
"vanilla-jsoneditor": "^0.21.1",
"vue": "^2.7.15",
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.28.2",
Expand All @@ -54,14 +54,14 @@
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/pluralize": "^0.0.33",
"@vite-pwa/assets-generator": "^0.1.0",
"@vite-pwa/assets-generator": "^0.2.1",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.0.1",
Expand All @@ -70,13 +70,13 @@
"sass": "~1.32.13",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.7",
"vite": "^5.0.10",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.17.1",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-webfont-dl": "^3.9.1",
"vitest": "^1.0.4",
"vue-tsc": "^1.8.25",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.26",
"workbox-window": "^7.0.0"
},
"bundledDependencies": [
Expand Down
14 changes: 7 additions & 7 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"awilix": "^9.0.0",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"bullmq": "^4.15.2",
"bullmq": "^4.17.0",
"clean-css": "^5.3.3",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
Expand All @@ -60,7 +60,7 @@
"jsonwebtoken": "^9.0.2",
"liblevenshtein": "^2.0.4",
"lodash": "^4.17.21",
"mariadb": "^3.2.2",
"mariadb": "^3.2.3",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"mssql": "^10.0.1",
Expand All @@ -75,14 +75,14 @@
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^21.6.0",
"puppeteer": "^21.6.1",
"qrcode": "^1.5.3",
"rate-limit-redis": "^4.2.0",
"reflect-metadata": "^0.1.14",
"reflect-metadata": "^0.2.1",
"safe-stable-stringify": "^2.4.3",
"sequelize": "^6.35.1",
"sequelize": "^6.35.2",
"sequelize-typescript": "^2.1.6",
"sharp": "^0.33.0",
"sharp": "^0.33.1",
"slugify": "^1.6.6",
"talisman": "^1.1.4",
"ua-parser-js": "^1.0.37",
Expand All @@ -107,7 +107,7 @@
"@types/ms": "^0.7.34",
"@types/multer": "^1.4.11",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/nunjucks": "^3.2.6",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^3.0.13",
Expand Down
8 changes: 4 additions & 4 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"nanoid": "^3.3.7",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.1.14",
"sequelize": "^6.35.1",
"reflect-metadata": "^0.2.1",
"sequelize": "^6.35.2",
"sequelize-typescript": "^2.1.6",
"uuid": "^9.0.1",
"web-push": "^3.6.6"
Expand All @@ -46,7 +46,7 @@
"@types/decompress": "^4.2.7",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/uuid": "^9.0.7",
"@types/validator": "^13.11.7",
"@types/web-push": "^3.6.3",
Expand All @@ -56,7 +56,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
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.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.10",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"flag-icons": "^7.0.3",
"flag-icons": "^7.1.0",
"helmet": "^7.1.0",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"uuid": "^9.0.1",
"vue": "^2.7.15",
"vue-gtag": "^1.16.1",
Expand All @@ -45,15 +45,15 @@
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/uuid": "^9.0.7",
"@vite-pwa/assets-generator": "^0.1.0",
"@vite-pwa/assets-generator": "^0.2.1",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.0.1",
Expand All @@ -63,13 +63,13 @@
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.7",
"vite": "^5.0.10",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.17.1",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-webfont-dl": "^3.9.1",
"vitest": "^1.0.4",
"vue-tsc": "^1.8.25",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.26",
"workbox-window": "^7.0.0"
},
"bundledDependencies": [
Expand Down
20 changes: 10 additions & 10 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": "pnpm@8.12.0",
"packageManager": "pnpm@8.12.1",
"scripts": {
"prepare": "pnpm simple-git-hooks",
"clean": "rimraf --glob **/coverage **/dist **/node_modules",
Expand Down Expand Up @@ -62,19 +62,19 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"calver": "^22.9.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.19.2",
"execa": "^5.1.1",
Expand All @@ -89,10 +89,10 @@
"simple-git-hooks": "^2.9.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitepress": "1.0.0-rc.31"
"vite": "^5.0.10",
"vitepress": "1.0.0-rc.32"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"dependencies": {
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"mariadb": "^3.2.2",
"mariadb": "^3.2.3",
"mssql": "^10.0.1",
"nanoid": "^3.3.7",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.1.14",
"sequelize": "^6.35.1",
"reflect-metadata": "^0.2.1",
"sequelize": "^6.35.2",
"sequelize-typescript": "^2.1.6"
},
"devDependencies": {
"@simplewebauthn/typescript-types": "^8.3.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/pg": "^8.10.9",
"@types/validator": "^13.11.7",
"sequelize-cli": "^6.6.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"dependencies": {
"@ericblade/quagga2": "^1.8.4",
"@hcaptcha/vue-hcaptcha": "^1.3.0",
"@pinia/plugin-debounce": "^1.0.0",
"@pinia/plugin-debounce": "^1.0.1",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"echarts": "^5.4.3",
"js-file-download": "^0.4.12",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"svg-gauge": "^1.0.7",
"vue": "^2.7.15",
"vue-echarts": "^6.6.2",
"vue-echarts": "^6.6.5",
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.1"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.10",
"vite-plugin-pwa": "^0.17.4",
"workbox-window": "^7.0.0"
},
Expand Down
Loading

0 comments on commit c2041b3

Please sign in to comment.