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] authored Sep 18, 2023
1 parent 12b3e2f commit 5e17cf1
Show file tree
Hide file tree
Showing 11 changed files with 232 additions and 228 deletions.
8 changes: 4 additions & 4 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"fast-equals": "5.0.1",
"flag-icons": "^6.11.0",
"flag-icons": "^6.11.1",
"helmet": "^7.0.0",
"json-editor-vue": "^0.10.15",
"json-editor-vue": "^0.10.16",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"nanoid": "^3.3.6",
Expand All @@ -51,9 +51,9 @@
"vuetify": "^2.7.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@types/jsdom": "^21.1.3",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@types/node": "^20.6.2",
"@types/pluralize": "^0.0.30",
"@vite-pwa/assets-generator": "^0.0.10",
"@vitejs/plugin-vue2": "^2.2.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 @@ -36,7 +36,7 @@
"awilix": "^8.0.1",
"axios": "^1.5.0",
"body-parser": "^1.20.2",
"bullmq": "^4.10.0",
"bullmq": "^4.11.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": "^7.0.0",
"express-rate-limit": "^7.0.1",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"fast-csv": "^4.3.6",
Expand All @@ -58,7 +58,7 @@
"jsonwebtoken": "^9.0.2",
"liblevenshtein": "^2.0.4",
"lodash": "^4.17.21",
"mariadb": "^3.2.0",
"mariadb": "^3.2.1",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"mssql": "^10.0.1",
Expand All @@ -84,27 +84,27 @@
"slugify": "^1.6.6",
"ua-parser-js": "^1.0.36",
"validator": "^13.11.0",
"web-push": "^3.6.5"
"web-push": "^3.6.6"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/body-parser": "^1.19.2",
"@types/body-parser": "^1.19.3",
"@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/fs-extra": "^11.0.2",
"@types/jsdom": "^21.1.3",
"@types/jsonwebtoken": "^9.0.3",
"@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.6.0",
"@types/node": "^20.6.2",
"@types/nunjucks": "^3.2.3",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.9",
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"reflect-metadata": "^0.1.13",
"sequelize": "^6.33.0",
"sequelize-typescript": "^2.1.5",
"web-push": "^3.6.5"
"web-push": "^3.6.6"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@types/node": "^20.6.2",
"@types/validator": "^13.11.1",
"@types/web-push": "^3.6.0",
"@types/webpack-env": "^1.18.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.1",
"bootstrap": "^5.3.2",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/morgan": "^1.9.5",
"@types/nunjucks": "^3.2.3",
"@types/supertest": "^2.0.12",
Expand Down
8 changes: 4 additions & 4 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
"flag-icons": "^6.11.0",
"flag-icons": "^6.11.1",
"helmet": "^7.0.0",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
Expand All @@ -41,10 +41,10 @@
"vuetify": "^2.7.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.2",
"@types/jsdom": "^21.1.3",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@types/uuid": "^9.0.3",
"@types/node": "^20.6.2",
"@types/uuid": "^9.0.4",
"@vite-pwa/assets-generator": "^0.0.10",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"engines": {
"node": ">=16"
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
Expand Down Expand Up @@ -62,8 +62,8 @@
],
"devDependencies": {
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"tsx": "^3.12.10",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitepress": "1.0.0-rc.13"
"vitepress": "1.0.0-rc.14"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.3",
"@types/jsdom": "^21.1.2",
"@types/bcryptjs": "^2.4.4",
"@types/jsdom": "^21.1.3",
"@types/nodemailer": "^6.4.10",
"typescript": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.198",
"@types/pluralize": "^0.0.30",
"execa": "^5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"mariadb": "^3.2.0",
"mariadb": "^3.2.1",
"mssql": "^10.0.1",
"nanoid": "^3.3.6",
"pg": "^8.11.3",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@types/node": "^20.6.2",
"@types/pg": "^8.10.2",
"@types/validator": "^13.11.1",
"sequelize-cli": "^6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@types/node": "^20.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5",
Expand Down
Loading

0 comments on commit 5e17cf1

Please sign in to comment.