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 Aug 6, 2023
1 parent 041afce commit 4ca6bee
Show file tree
Hide file tree
Showing 9 changed files with 390 additions and 361 deletions.
14 changes: 7 additions & 7 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path ../../.eslintignore"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@simplewebauthn/browser": "^7.4.0",
"@tinymce/tinymce-vue": "^3.2.8",
"@vueuse/core": "^10.3.0",
Expand All @@ -31,7 +31,7 @@
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"fast-equals": "5.0.1",
"flag-icons": "^6.9.2",
"flag-icons": "^6.9.3",
"helmet": "^7.0.0",
"json-editor-vue": "^0.10.6",
"jwt-decode": "^3.1.2",
Expand All @@ -41,7 +41,7 @@
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"pluralize": "^8.0.0",
"tinymce": "^6.6.0",
"tinymce": "^6.6.1",
"vanilla-jsoneditor": "^0.17.8",
"vue": "^2.7.14",
"vue-i18n": "^8.28.2",
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"@types/pluralize": "^0.0.30",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^8.0.0",
Expand All @@ -63,16 +63,16 @@
"eslint-plugin-vue": "^9.16.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"sass": "~1.32.13",
"typescript": "^5.1.6",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.7",
"vite": "^4.4.8",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.33.0",
"vitest": "^0.34.1",
"vue-tsc": "^1.8.8",
"workbox-window": "^7.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"awilix": "^8.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bullmq": "^4.6.3",
"bullmq": "^4.7.0",
"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.1",
"express-rate-limit": "^6.9.0",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"fast-csv": "^4.3.6",
Expand All @@ -60,7 +60,7 @@
"mariadb": "^3.2.0",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"mssql": "^9.1.1",
"mssql": "^9.1.2",
"multer": "1.4.5-lts.1",
"natural": "^6.5.0",
"negotiator": "^0.6.3",
Expand All @@ -69,7 +69,7 @@
"otpauth": "^9.1.4",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pg": "^8.11.1",
"pg": "^8.11.2",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^20.9.0",
Expand All @@ -82,7 +82,7 @@
"sharp": "^0.32.4",
"slugify": "^1.6.6",
"ua-parser-js": "^1.0.35",
"validator": "^13.9.0",
"validator": "^13.11.0",
"web-push": "^3.6.4"
},
"devDependencies": {
Expand All @@ -103,15 +103,15 @@
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/negotiator": "^0.6.1",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"@types/nunjucks": "^3.2.3",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.9",
"@types/pluralize": "^0.0.30",
"@types/qrcode": "^1.5.1",
"@types/supertest": "^2.0.12",
"@types/ua-parser-js": "^0.7.36",
"@types/validator": "^13.7.17",
"@types/validator": "^13.9.0",
"@types/web-push": "^3.3.2",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"nodemon": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"nanoid": "^3.3.6",
"pg": "^8.11.1",
"pg": "^8.11.2",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.32.1",
Expand All @@ -43,8 +43,8 @@
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/validator": "^13.7.17",
"@types/node": "^20.4.8",
"@types/validator": "^13.9.0",
"@types/web-push": "^3.3.2",
"@types/webpack-env": "^1.18.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:integration:watch": "pnpm test:integration --watch"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.1",
"dotenv": "^16.3.1",
Expand All @@ -54,12 +54,12 @@
"npm-run-all": "^4.1.5",
"resolve-url-loader": "^5.0.0",
"rimraf": "^5.0.1",
"sass": "^1.64.1",
"sass": "^1.64.2",
"supertest": "^6.3.3",
"ts-loader": "^9.4.4",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite": "^4.4.8",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@coddicat/vue-pinch-scroll-zoom": "^3.3.4",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@vueuse/core": "^10.3.0",
"axios": "^1.4.0",
"axios-retry": "^3.6.0",
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
Expand All @@ -52,17 +52,17 @@
"eslint-plugin-vue": "^9.16.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"sass": "~1.32.13",
"terser": "^5.19.2",
"typescript": "^5.1.6",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.7",
"vite": "^4.4.8",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.33.0",
"vitest": "^0.34.1",
"vue-tsc": "^1.8.8",
"workbox-window": "^7.0.0"
},
Expand Down
18 changes: 9 additions & 9 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.12",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
Expand Down Expand Up @@ -63,36 +63,36 @@
"devDependencies": {
"@jest/types": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"calver": "^22.9.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-define-config": "^1.22.0",
"eslint-config-prettier": "^8.10.0",
"eslint-define-config": "^1.23.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.16.1",
"execa": "^5.1.1",
"jest": "^29.6.2",
"jest-extended": "^4.0.0",
"jest-extended": "^4.0.1",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"prompts": "^2.4.2",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.9.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite": "^4.4.8",
"vitepress": "1.0.0-beta.7"
},
"pnpm": {
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"mariadb": "^3.2.0",
"mssql": "^9.1.1",
"mssql": "^9.1.2",
"nanoid": "^3.3.6",
"pg": "^8.11.1",
"pg": "^8.11.2",
"pg-hstore": "^2.3.4",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.32.1",
Expand All @@ -35,9 +35,9 @@
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"@types/pg": "^8.10.2",
"@types/validator": "^13.7.17",
"@types/validator": "^13.9.0",
"sequelize-cli": "^6.6.1",
"typescript": "^5.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pinia-plugin-persistedstate": "^3.2.0",
"svg-gauge": "^1.0.7",
"vue": "^2.7.14",
"vue-echarts": "^6.6.0",
"vue-echarts": "^6.6.1",
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.6.5",
Expand All @@ -39,9 +39,9 @@
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite": "^4.4.8",
"vite-plugin-pwa": "^0.16.4",
"workbox-window": "^7.0.0"
},
Expand Down
Loading

0 comments on commit 4ca6bee

Please sign in to comment.