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 and lukashroch committed Sep 6, 2023
1 parent 6451b45 commit 60c2d79
Show file tree
Hide file tree
Showing 11 changed files with 331 additions and 654 deletions.
14 changes: 7 additions & 7 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fast-equals": "5.0.1",
"flag-icons": "^6.11.0",
"helmet": "^7.0.0",
"json-editor-vue": "^0.10.6",
"json-editor-vue": "^0.10.14",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"nanoid": "^3.3.6",
Expand All @@ -43,7 +43,7 @@
"pinia-plugin-persistedstate": "^3.2.0",
"pluralize": "^8.0.0",
"tinymce": "^6.7.0",
"vanilla-jsoneditor": "^0.18.2",
"vanilla-jsoneditor": "^0.18.3",
"vue": "^2.7.14",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
Expand All @@ -52,10 +52,10 @@
},
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.7",
"@types/lodash": "^4.14.198",
"@types/node": "^20.5.9",
"@types/pluralize": "^0.0.30",
"@vite-pwa/assets-generator": "^0.0.8",
"@vite-pwa/assets-generator": "^0.0.9",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
Expand All @@ -69,13 +69,13 @@
"sass": "~1.32.13",
"typescript": "^5.2.2",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.8",
"vue-tsc": "^1.8.10",
"workbox-window": "^7.0.0"
},
"bundledDependencies": [
Expand Down
26 changes: 13 additions & 13 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"dependencies": {
"@duosecurity/duo_universal": "^2.0.2",
"@json2csv/node": "^6.1.3",
"@simplewebauthn/server": "^8.0.1",
"@simplewebauthn/server": "^8.1.1",
"awesome-phonenumber": "^5.10.0",
"awilix": "^8.0.1",
"axios": "^1.5.0",
"body-parser": "^1.20.2",
"bullmq": "^4.8.0",
"bullmq": "^4.9.0",
"clean-css": "^5.3.2",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
Expand All @@ -47,7 +47,7 @@
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"express-rate-limit": "^6.11.0",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"fast-csv": "^4.3.6",
Expand All @@ -61,9 +61,9 @@
"mariadb": "^3.2.0",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"mssql": "^9.2.0",
"mssql": "^9.3.2",
"multer": "1.4.5-lts.1",
"natural": "^6.7.0",
"natural": "^6.7.1",
"negotiator": "^0.6.3",
"node-cache": "^5.1.2",
"nunjucks": "^3.2.4",
Expand All @@ -75,7 +75,7 @@
"pluralize": "^8.0.0",
"puppeteer": "^21.1.1",
"qrcode": "^1.5.3",
"rate-limit-redis": "^3.0.2",
"rate-limit-redis": "^3.1.0",
"reflect-metadata": "^0.1.13",
"safe-stable-stringify": "^2.4.3",
"sequelize": "^6.32.1",
Expand All @@ -90,28 +90,28 @@
"@faker-js/faker": "^8.0.2",
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/body-parser": "^1.19.2",
"@types/clean-css": "^4.2.6",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/clean-css": "^4.2.7",
"@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.14",
"@types/dompurify": "^3.0.2",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^21.1.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"@types/morgan": "^1.9.5",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/negotiator": "^0.6.1",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"@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/qrcode": "^1.5.2",
"@types/supertest": "^2.0.12",
"@types/ua-parser-js": "^0.7.36",
"@types/ua-parser-js": "^0.7.37",
"@types/validator": "^13.11.1",
"@types/web-push": "^3.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.7",
"@types/lodash": "^4.14.198",
"@types/node": "^20.5.9",
"@types/validator": "^13.11.1",
"@types/web-push": "^3.6.0",
"@types/webpack-env": "^1.18.1",
Expand All @@ -52,7 +52,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^3.12.7",
"tsx": "^3.12.8",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
Expand Down
14 changes: 7 additions & 7 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
},
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.7",
"@types/uuid": "^9.0.2",
"@vite-pwa/assets-generator": "^0.0.8",
"@types/lodash": "^4.14.198",
"@types/node": "^20.5.9",
"@types/uuid": "^9.0.3",
"@vite-pwa/assets-generator": "^0.0.9",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^8.0.0",
Expand All @@ -58,16 +58,16 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"sass": "~1.32.13",
"terser": "^5.19.3",
"terser": "^5.19.4",
"typescript": "^5.2.2",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-pwa": "^0.16.4",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.8",
"vue-tsc": "^1.8.10",
"workbox-window": "^7.0.0"
},
"bundledDependencies": [
Expand Down
10 changes: 5 additions & 5 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.7.0",
"packageManager": "pnpm@8.7.4",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
Expand Down Expand Up @@ -63,10 +63,10 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"calver": "^22.9.1",
Expand All @@ -90,7 +90,7 @@
"simple-git-hooks": "^2.9.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"tsx": "^3.12.8",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitepress": "1.0.0-rc.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/common-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"bcryptjs": "^2.4.3",
"jsdom": "^22.1.0",
"nodemailer": "^6.9.4",
"nodemailer": "^6.9.5",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"@types/pluralize": "^0.0.30",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"mariadb": "^3.2.0",
"mssql": "^9.2.0",
"mssql": "^9.3.2",
"nanoid": "^3.3.6",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
Expand All @@ -34,8 +34,8 @@
},
"devDependencies": {
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.7",
"@types/lodash": "^4.14.198",
"@types/node": "^20.5.9",
"@types/pg": "^8.10.2",
"@types/validator": "^13.11.1",
"sequelize-cli": "^6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"typescript": "^5.2.2"
},
"bundledDependencies": [
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"vuetify": "^2.7.1"
},
"devDependencies": {
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.7",
"@types/lodash": "^4.14.198",
"@types/node": "^20.5.9",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
Expand Down
Loading

0 comments on commit 60c2d79

Please sign in to comment.