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] committed Jan 15, 2023
1 parent b57b610 commit 9bd42f6
Show file tree
Hide file tree
Showing 12 changed files with 426 additions and 253 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Expand Up @@ -32,15 +32,15 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Create foods/system databases
run: |
Expand All @@ -112,7 +112,7 @@ jobs:
version: 7

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -324,15 +324,15 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -358,15 +358,15 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -392,15 +392,15 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -434,15 +434,15 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -14,15 +14,15 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Use Node.js
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
cache: 'pnpm'
Expand Down
14 changes: 7 additions & 7 deletions apps/admin/package.json
Expand Up @@ -35,7 +35,7 @@
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"object-to-formdata": "^4.4.2",
"pinia": "^2.0.28",
"pinia": "^2.0.29",
"pinia-plugin-persistedstate": "^3.0.2",
"pluralize": "^8.0.0",
"tinymce": "^6.3.1",
Expand All @@ -44,7 +44,7 @@
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuedraggable": "2.24.3",
"vuetify": "^2.6.13"
"vuetify": "^2.6.14"
},
"devDependencies": {
"@types/jsdom": "^20.0.1",
Expand All @@ -54,21 +54,21 @@
"@vitejs/plugin-vue2": "2.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.2",
"prettier": "^2.8.3",
"sass": "~1.32.13",
"typescript": "^4.9.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.4",
"vite-plugin-fonts": "^0.7.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.14.1",
"vitest": "^0.26.3",
"vitest": "^0.27.1",
"vue-tsc": "^1.0.24",
"workbox-window": "^6.5.4"
},
Expand Down
12 changes: 6 additions & 6 deletions apps/api/package.json
Expand Up @@ -32,7 +32,7 @@
"awilix": "^8.0.0",
"axios": "^1.2.2",
"body-parser": "^1.20.1",
"bullmq": "^3.5.3",
"bullmq": "^3.5.6",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand All @@ -48,7 +48,7 @@
"fast-csv": "^4.3.6",
"fs-extra": "^11.1.0",
"helmet": "^6.0.1",
"ioredis": "^5.2.4",
"ioredis": "^5.2.5",
"jsdom": "^21.0.0",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.0",
Expand All @@ -68,7 +68,7 @@
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^19.5.0",
"puppeteer": "^19.5.2",
"rate-limit-redis": "^3.0.1",
"reflect-metadata": "^0.1.13",
"safe-stable-stringify": "^2.4.2",
Expand All @@ -89,10 +89,10 @@
"@types/dompurify": "^2.4.0",
"@types/express": "^4.17.15",
"@types/express-session": "^1.17.5",
"@types/fs-extra": "^11.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^20.0.1",
"@types/json2csv": "^5.0.3",
"@types/jsonwebtoken": "^9.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.191",
"@types/morgan": "^1.9.4",
"@types/ms": "^0.7.31",
Expand All @@ -108,7 +108,7 @@
"@types/ua-parser-js": "^0.7.36",
"@types/validator": "^13.7.10",
"@types/web-push": "^3.3.2",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"nodemon": "^2.0.20",
"nodemon-webpack-plugin": "^4.8.1",
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/cli/package.json
Expand Up @@ -32,10 +32,10 @@
"web-push": "^3.5.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.191",
"@types/web-push": "^3.3.2",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"ts-loader": "^9.4.2",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"tsx": "^3.12.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/portal/package.json
Expand Up @@ -41,12 +41,12 @@
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/fs-extra": "^11.0.0",
"@types/fs-extra": "^11.0.1",
"@types/morgan": "^1.9.4",
"@types/nunjucks": "^3.2.1",
"@types/supertest": "^2.0.12",
"@types/webpack-env": "1.18.0",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"laravel-vite-plugin": "^0.7.3",
"nodemon": "^2.0.20",
"nodemon-webpack-plugin": "^4.8.1",
Expand Down
14 changes: 7 additions & 7 deletions apps/survey/package.json
Expand Up @@ -27,13 +27,13 @@
"express": "^4.18.2",
"helmet": "^6.0.1",
"lodash": "^4.17.21",
"pinia": "^2.0.28",
"pinia": "^2.0.29",
"pinia-plugin-persistedstate": "^3.0.2",
"uuid": "^9.0.0",
"vue": "^2.7.14",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuetify": "^2.6.13"
"vuetify": "^2.6.14"
},
"devDependencies": {
"@types/jsdom": "^20.0.1",
Expand All @@ -43,21 +43,21 @@
"@vitejs/plugin-vue2": "2.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.2",
"prettier": "^2.8.3",
"sass": "~1.32.13",
"typescript": "^4.9.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.4",
"vite-plugin-fonts": "^0.7.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.14.1",
"vitest": "^0.26.3",
"vitest": "^0.27.1",
"vue-tsc": "^1.0.24",
"workbox-window": "^6.5.4"
},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"engines": {
"node": ">=14.20.0"
},
"packageManager": "pnpm@7.23.0",
"packageManager": "pnpm@7.25.0",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
Expand Down Expand Up @@ -65,34 +65,34 @@
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/prompts": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"calver": "^22.8.4",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.31.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-define-config": "^1.13.0",
"eslint-plugin-import": "^2.26.0",
"eslint-define-config": "^1.14.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-vue": "^9.9.0",
"execa": "^5.1.1",
"jest": "^29.3.1",
"jest-extended": "^3.2.2",
"jest-extended": "^3.2.3",
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"prettier": "^2.8.2",
"prettier": "^2.8.3",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.1",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsx": "^3.12.2",
"typescript": "^4.9.4",
"vitepress": "^1.0.0-alpha.35",
"vitepress": "^1.0.0-alpha.36",
"vue": "^3.2.45"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -27,7 +27,7 @@
"pluralize": "^8.0.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.191",
"@types/pluralize": "^0.0.29",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {},
"dependencies": {
"nodemailer": "^6.8.0",
"nodemailer": "^6.9.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Expand Up @@ -23,15 +23,15 @@
"js-file-download": "^0.4.12",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"pinia": "^2.0.28",
"pinia": "^2.0.29",
"pinia-plugin-persistedstate": "^3.0.2",
"svg-gauge": "^1.0.7",
"vue": "^2.7.14",
"vue-echarts": "^6.5.1",
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.6.5",
"vuetify": "^2.6.13"
"vuetify": "^2.6.14"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
Expand Down

0 comments on commit 9bd42f6

Please sign in to comment.