From 73af4a6859f5da9e5dcfd07aba90b599d86fdcfb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sun, 21 Aug 2022 00:44:11 +0200 Subject: [PATCH] chore(dependencies): :zap: updating dependencies to latest versions --- .vscode/settings.json | 13 +- client/package.json | 34 +- package.json | 6 +- pnpm-lock.yaml | 908 +++++++++++++++++++++--------------------- schema/package.json | 2 +- server/package.json | 20 +- 6 files changed, 499 insertions(+), 484 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0f057d92..5e75787e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,21 +11,12 @@ "client", "server" ], - "i18n-ally.enabledFrameworks": [ - "react" - ], - "i18n-ally.keystyle": "nested", - "i18n-ally.localesPaths": [ - "client/public/locales" - ], - "i18n-ally.namespace": true, - "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}", - "i18n-ally.sortKeys": true, "scss.validate": false, "conventionalCommits.scopes": [ "client", "server", "docker", "dependencies" - ] + ], + "npm.packageManager": "pnpm" } \ No newline at end of file diff --git a/client/package.json b/client/package.json index cc88d37f..6b8e1989 100644 --- a/client/package.json +++ b/client/package.json @@ -16,30 +16,30 @@ "@hookform/resolvers": "2.9.7", "@monaco-editor/react": "^4.4.5", "@mui/icons-material": "^5.8.4", - "@mui/lab": "^5.0.0-alpha.94", - "@mui/material": "^5.10.0", - "@mui/system": "^5.10.0", - "@mui/x-date-pickers": "5.0.0-beta.5", - "@next/env": "^12.2.4", - "@reduxjs/toolkit": "^1.8.4", + "@mui/lab": "^5.0.0-alpha.95", + "@mui/material": "^5.10.1", + "@mui/system": "^5.10.1", + "@mui/x-date-pickers": "5.0.0-beta.6", + "@next/env": "^12.2.5", + "@reduxjs/toolkit": "^1.8.5", "axios": "^0.27.2", "clsx": "^1.2.1", - "dayjs": "^1.11.4", + "dayjs": "^1.11.5", "downloadjs": "^1.4.7", "joi": "^17.6.0", "lodash": "^4.17.21", "md5-hex": "^4.0.0", "monaco-editor": "^0.34.0", "nanoid": "^3.3.4", - "next": "12.2.4", + "next": "12.2.5", "next-i18next": "^11.3.0", "react": "18.2.0", "react-beautiful-dnd": "^13.1.0", - "react-colorful": "^5.6.0", + "react-colorful": "^5.6.1", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", "react-dom": "18.2.0", - "react-hook-form": "^7.34.0", + "react-hook-form": "^7.34.2", "react-hot-toast": "2.3.0", "react-hotkeys-hook": "^3.4.7", "react-icons": "^4.4.0", @@ -49,7 +49,7 @@ "react-zoom-pan-pinch": "^2.1.3", "redux": "^4.2.0", "redux-persist": "^6.0.0", - "redux-saga": "^1.1.3", + "redux-saga": "^1.2.1", "remark-gfm": "^3.0.1", "sharp": "^0.30.7", "uuid": "^8.3.2", @@ -60,8 +60,8 @@ "@reactive-resume/schema": "workspace:*", "@tailwindcss/typography": "^0.5.4", "@types/downloadjs": "^1.4.3", - "@types/lodash": "^4.14.182", - "@types/node": "18.7.1", + "@types/lodash": "^4.14.184", + "@types/node": "18.7.8", "@types/react": "18.0.17", "@types/react-beautiful-dnd": "^13.1.2", "@types/react-redux": "^7.1.24", @@ -70,12 +70,12 @@ "@types/webfontloader": "^1.6.34", "autoprefixer": "^10.4.8", "csstype": "^3.1.0", - "eslint": "^8.21.0", - "eslint-config-next": "12.2.4", - "next-sitemap": "^3.1.17", + "eslint": "^8.22.0", + "eslint-config-next": "12.2.5", + "next-sitemap": "^3.1.20", "postcss": "^8.4.16", "prettier": "^2.7.1", - "sass": "^1.54.4", + "sass": "^1.54.5", "tailwindcss": "^3.1.8", "typescript": "^4.7.4" } diff --git a/package.json b/package.json index 1d345b85..615da5e7 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ "env-cmd": "^10.1.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@typescript-eslint/eslint-plugin": "^5.33.1", + "@typescript-eslint/parser": "^5.33.1", "cz-conventional-changelog": "^3.3.0", - "eslint": "^8.21.0", + "eslint": "^8.22.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c3ed2ba..ca2e2b8c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,12 +4,12 @@ importers: .: specifiers: - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.33.1 + '@typescript-eslint/parser': ^5.33.1 concurrently: ^7.3.0 cz-conventional-changelog: ^3.3.0 env-cmd: ^10.1.0 - eslint: ^8.21.0 + eslint: ^8.22.0 eslint-config-prettier: ^8.5.0 eslint-plugin-import: ^2.26.0 eslint-plugin-prettier: ^4.2.1 @@ -23,15 +23,15 @@ importers: concurrently: 7.3.0 env-cmd: 10.1.0 devDependencies: - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i + '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq cz-conventional-changelog: 3.3.0 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-import: 2.26.0_qfqnhzzittf54udqwes54xx65q - eslint-plugin-prettier: 4.2.1_h62lvancfh4b7r6zn2dgodrh5e - eslint-plugin-simple-import-sort: 7.0.0_eslint@8.21.0 - eslint-plugin-unused-imports: 2.0.0_5zab2assvbqyh2ax4mn5ulhvd4 + eslint: 8.22.0 + eslint-config-prettier: 8.5.0_eslint@8.22.0 + eslint-plugin-import: 2.26.0_3bh5nkk7utn7e74vrwtv6rxmt4 + eslint-plugin-prettier: 4.2.1_i2cojdczqdiurzgttlwdgf764e + eslint-plugin-simple-import-sort: 7.0.0_eslint@8.22.0 + eslint-plugin-unused-imports: 2.0.0_ucuinlkkm5sdcezpfpmvmgdohq husky: 8.0.1 prettier: 2.7.1 standard-version: 9.5.0 @@ -48,17 +48,17 @@ importers: '@hookform/resolvers': 2.9.7 '@monaco-editor/react': ^4.4.5 '@mui/icons-material': ^5.8.4 - '@mui/lab': ^5.0.0-alpha.94 - '@mui/material': ^5.10.0 - '@mui/system': ^5.10.0 - '@mui/x-date-pickers': 5.0.0-beta.5 - '@next/env': ^12.2.4 + '@mui/lab': ^5.0.0-alpha.95 + '@mui/material': ^5.10.1 + '@mui/system': ^5.10.1 + '@mui/x-date-pickers': 5.0.0-beta.6 + '@next/env': ^12.2.5 '@reactive-resume/schema': workspace:* - '@reduxjs/toolkit': ^1.8.4 + '@reduxjs/toolkit': ^1.8.5 '@tailwindcss/typography': ^0.5.4 '@types/downloadjs': ^1.4.3 - '@types/lodash': ^4.14.182 - '@types/node': 18.7.1 + '@types/lodash': ^4.14.184 + '@types/node': 18.7.8 '@types/react': 18.0.17 '@types/react-beautiful-dnd': ^13.1.2 '@types/react-redux': ^7.1.24 @@ -69,27 +69,27 @@ importers: axios: ^0.27.2 clsx: ^1.2.1 csstype: ^3.1.0 - dayjs: ^1.11.4 + dayjs: ^1.11.5 downloadjs: ^1.4.7 - eslint: ^8.21.0 - eslint-config-next: 12.2.4 + eslint: ^8.22.0 + eslint-config-next: 12.2.5 joi: ^17.6.0 lodash: ^4.17.21 md5-hex: ^4.0.0 monaco-editor: ^0.34.0 nanoid: ^3.3.4 - next: 12.2.4 + next: 12.2.5 next-i18next: ^11.3.0 - next-sitemap: ^3.1.17 + next-sitemap: ^3.1.20 postcss: ^8.4.16 prettier: ^2.7.1 react: 18.2.0 react-beautiful-dnd: ^13.1.0 - react-colorful: ^5.6.0 + react-colorful: ^5.6.1 react-dnd: 16.0.1 react-dnd-html5-backend: 16.0.1 react-dom: 18.2.0 - react-hook-form: ^7.34.0 + react-hook-form: ^7.34.2 react-hot-toast: 2.3.0 react-hotkeys-hook: ^3.4.7 react-icons: ^4.4.0 @@ -99,9 +99,9 @@ importers: react-zoom-pan-pinch: ^2.1.3 redux: ^4.2.0 redux-persist: ^6.0.0 - redux-saga: ^1.1.3 + redux-saga: ^1.2.1 remark-gfm: ^3.0.1 - sass: ^1.54.4 + sass: ^1.54.5 sharp: ^0.30.7 tailwindcss: ^3.1.8 typescript: ^4.7.4 @@ -109,37 +109,37 @@ importers: webfontloader: ^1.6.28 dependencies: '@beam-australia/react-env': 3.1.1 - '@date-io/dayjs': 2.15.0_dayjs@1.11.4 + '@date-io/dayjs': 2.15.0_dayjs@1.11.5 '@emotion/css': 11.10.0_@babel+core@7.18.10 '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly - '@hookform/resolvers': 2.9.7_react-hook-form@7.34.0 + '@hookform/resolvers': 2.9.7_react-hook-form@7.34.2 '@monaco-editor/react': 4.4.5_7payg3yaajmz2lehtpasnhysrm - '@mui/icons-material': 5.8.4_coxa3mmk7xdciqqsybg7vi3uaa - '@mui/lab': 5.0.0-alpha.94_3msxxy7zey5q6ncngb2tattk64 - '@mui/material': 5.10.0_sqzxty2p7kxc2tmue4tecplwku - '@mui/system': 5.10.0_4thu2zqr4v2ubfoxjiyrxa5urm - '@mui/x-date-pickers': 5.0.0-beta.5_lwkuk5vtwk7lto3detlugpzwxu - '@next/env': 12.2.4 - '@reduxjs/toolkit': 1.8.4_kkwg4cbsojnjnupd3btipussee + '@mui/icons-material': 5.8.4_uxiimzjvigalxf5okfzuivgjva + '@mui/lab': 5.0.0-alpha.95_rxrgbjxmbxa6cxvmfcmtfba2ii + '@mui/material': 5.10.1_sqzxty2p7kxc2tmue4tecplwku + '@mui/system': 5.10.1_4thu2zqr4v2ubfoxjiyrxa5urm + '@mui/x-date-pickers': 5.0.0-beta.6_q7vwtv37ae5w5jedkcn4ztqrpa + '@next/env': 12.2.5 + '@reduxjs/toolkit': 1.8.5_kkwg4cbsojnjnupd3btipussee axios: 0.27.2 clsx: 1.2.1 - dayjs: 1.11.4 + dayjs: 1.11.5 downloadjs: 1.4.7 joi: 17.6.0 lodash: 4.17.21 md5-hex: 4.0.0 monaco-editor: 0.34.0 nanoid: 3.3.4 - next: 12.2.4_n4jygvn2hj75s7kw7xng46hwly - next-i18next: 11.3.0_vyccxgqxcnj5vudpssiumaxlme + next: 12.2.5_nda4jw7isryfwbpajazmfclzsm + next-i18next: 11.3.0_3xcjr4wz26biff45sz3jtokgje react: 18.2.0 react-beautiful-dnd: 13.1.0_biqbaboplfbrettd7655fr4n2y - react-colorful: 5.6.0_biqbaboplfbrettd7655fr4n2y - react-dnd: 16.0.1_l5csus3snqtjpcuy3wz4tr3yyy + react-colorful: 5.6.1_biqbaboplfbrettd7655fr4n2y + react-dnd: 16.0.1_5ypl6f7nzggzqw6iytxu3sj2oa react-dnd-html5-backend: 16.0.1 react-dom: 18.2.0_react@18.2.0 - react-hook-form: 7.34.0_react@18.2.0 + react-hook-form: 7.34.2_react@18.2.0 react-hot-toast: 2.3.0_vt6aeitzauirmcdhimiad2yjxy react-hotkeys-hook: 3.4.7_biqbaboplfbrettd7655fr4n2y react-icons: 4.4.0_react@18.2.0 @@ -149,7 +149,7 @@ importers: react-zoom-pan-pinch: 2.1.3_biqbaboplfbrettd7655fr4n2y redux: 4.2.0 redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 - redux-saga: 1.1.3 + redux-saga: 1.2.1 remark-gfm: 3.0.1 sharp: 0.30.7 uuid: 8.3.2 @@ -159,8 +159,8 @@ importers: '@reactive-resume/schema': link:../schema '@tailwindcss/typography': 0.5.4_tailwindcss@3.1.8 '@types/downloadjs': 1.4.3 - '@types/lodash': 4.14.182 - '@types/node': 18.7.1 + '@types/lodash': 4.14.184 + '@types/node': 18.7.8 '@types/react': 18.0.17 '@types/react-beautiful-dnd': 13.1.2 '@types/react-redux': 7.1.24 @@ -169,13 +169,13 @@ importers: '@types/webfontloader': 1.6.34 autoprefixer: 10.4.8_postcss@8.4.16 csstype: 3.1.0 - eslint: 8.21.0 - eslint-config-next: 12.2.4_qugx7qdu5zevzvxaiqyxfiwquq - next-sitemap: 3.1.17_5zhu3cku25zwtyi2lv2v345ony + eslint: 8.22.0 + eslint-config-next: 12.2.5_4rv7y5c6xz3vfxwhbrcxxi73bq + next-sitemap: 3.1.20_gzpnnaylvtfluxe3m63vhk6hhm postcss: 8.4.16 prettier: 2.7.1 - sass: 1.54.4 - tailwindcss: 3.1.8 + sass: 1.54.5 + tailwindcss: 3.1.8_postcss@8.4.16 typescript: 4.7.4 docs: @@ -205,24 +205,24 @@ importers: schema: specifiers: - eslint: ^8.21.0 + eslint: ^8.22.0 typescript: ^4.7.4 devDependencies: - eslint: 8.21.0 + eslint: 8.22.0 typescript: 4.7.4 server: specifiers: - '@aws-sdk/client-s3': ^3.145.0 + '@aws-sdk/client-s3': ^3.154.0 '@nestjs/axios': ^0.1.0 '@nestjs/cli': ^9.0.0 - '@nestjs/common': ^9.0.9 + '@nestjs/common': ^9.0.11 '@nestjs/config': ^2.2.0 - '@nestjs/core': ^9.0.9 + '@nestjs/core': ^9.0.11 '@nestjs/jwt': ^9.0.0 '@nestjs/mapped-types': ^1.1.0 '@nestjs/passport': ^9.0.0 - '@nestjs/platform-express': ^9.0.9 + '@nestjs/platform-express': ^9.0.11 '@nestjs/schedule': ^2.1.0 '@nestjs/schematics': ^9.0.1 '@nestjs/serve-static': ^3.0.0 @@ -233,19 +233,21 @@ importers: '@types/bcrypt': ^5.0.0 '@types/cookie-parser': ^1.4.3 '@types/express': ^4.17.13 - '@types/lodash': ^4.14.182 + '@types/lodash': ^4.14.184 '@types/multer': ^1.4.7 - '@types/node': ^18.7.1 + '@types/node': ^18.7.8 '@types/passport': ^1.0.10 + '@types/passport-jwt': ^3.0.6 + '@types/passport-local': ^1.0.34 bcrypt: ^5.0.1 cache-manager: ^4.1.0 class-transformer: ^0.5.1 class-validator: ^0.13.2 cookie-parser: ^1.4.6 csvtojson: ^2.0.10 - dayjs: ^1.11.4 - eslint: ^8.21.0 - google-auth-library: ^8.1.1 + dayjs: ^1.11.5 + eslint: ^8.22.0 + google-auth-library: ^8.3.0 joi: ^17.6.0 lodash: ^4.17.21 multer: ^1.4.4 @@ -270,19 +272,19 @@ importers: uuid: ^8.3.2 webpack: ^5.74.0 dependencies: - '@aws-sdk/client-s3': 3.145.0 - '@nestjs/axios': 0.1.0_celz3g3abyjutx3nizwvtczcai - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m - '@nestjs/config': 2.2.0_celz3g3abyjutx3nizwvtczcai - '@nestjs/core': 9.0.9_my3z427qt5jaadzxv6kwbkdtxy - '@nestjs/jwt': 9.0.0_@nestjs+common@9.0.9 - '@nestjs/mapped-types': 1.1.0_on3ajwm5grgod2fedjk5mkvqhe - '@nestjs/passport': 9.0.0_dmueulop52nydmpvnlnw57odqm - '@nestjs/platform-express': 9.0.9_k52hpfebgtl2kt6drmxlyq3gwe - '@nestjs/schedule': 2.1.0_ac5kpodkfjj4txbcuwlvaffele - '@nestjs/serve-static': 3.0.0_k52hpfebgtl2kt6drmxlyq3gwe - '@nestjs/terminus': 9.1.1_mwswbq4v6pb4hkpzwhapcptgta - '@nestjs/typeorm': 9.0.1_hiv3k5utykqaownwh5tzov46ya + '@aws-sdk/client-s3': 3.154.0 + '@nestjs/axios': 0.1.0_3mdbamkp7cmelffjfexsjo7tau + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/config': 2.2.0_3mdbamkp7cmelffjfexsjo7tau + '@nestjs/core': 9.0.11_psficsz3mqirqwo2ujbfhdr2aa + '@nestjs/jwt': 9.0.0_@nestjs+common@9.0.11 + '@nestjs/mapped-types': 1.1.0_f7n2wnftp7gwcja4o2nbkzq5xi + '@nestjs/passport': 9.0.0_qmmxbt2dwte7f4tgsyyoa7ob5i + '@nestjs/platform-express': 9.0.11_khr6mt6ojlxbw7bo55fknouh34 + '@nestjs/schedule': 2.1.0_fvppslgepxggj3fnmtlnh4cori + '@nestjs/serve-static': 3.0.0_khr6mt6ojlxbw7bo55fknouh34 + '@nestjs/terminus': 9.1.1_mr622mjrz7hsw5sxbt7k6brday + '@nestjs/typeorm': 9.0.1_sp4gtzkbiyh24r2ydcb6yqstha '@sendgrid/mail': 7.7.0 '@types/passport': 1.0.10 bcrypt: 5.0.1 @@ -291,8 +293,8 @@ importers: class-validator: 0.13.2 cookie-parser: 1.4.6 csvtojson: 2.0.10 - dayjs: 1.11.4 - google-auth-library: 8.1.1 + dayjs: 1.11.5 + google-auth-library: 8.3.0 joi: 17.6.0 lodash: 4.17.21 multer: 1.4.4 @@ -316,14 +318,16 @@ importers: '@types/bcrypt': 5.0.0 '@types/cookie-parser': 1.4.3 '@types/express': 4.17.13 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.184 '@types/multer': 1.4.7 - '@types/node': 18.7.1 - eslint: 8.21.0 + '@types/node': 18.7.8 + '@types/passport-jwt': 3.0.6 + '@types/passport-local': 1.0.34 + eslint: 8.22.0 prettier: 2.7.1 source-map-support: 0.5.21 ts-loader: 9.3.1_xnp4kzegbjokq62cajex2ovgkm - ts-node: 10.9.1_lep773egrlwq7kh77ngus6artu + ts-node: 10.9.1_itmtyrrie7wpjnrpwbb5uqyzwa tsconfig-paths: 4.1.0 typescript: 4.7.4 webpack: 5.74.0 @@ -497,7 +501,7 @@ packages: optional: true dependencies: ajv: 8.11.0 - ajv-formats: 2.1.1 + ajv-formats: 2.1.1_ajv@8.11.0 chokidar: 3.5.3 jsonc-parser: 3.0.0 rxjs: 6.6.7 @@ -621,16 +625,16 @@ packages: tslib: 2.4.0 dev: false - /@aws-sdk/client-s3/3.145.0: - resolution: {integrity: sha512-gv8NDrldDW35bkqDppDWgSewDqTpXF5qv0jRMqkoKtS9p0Emx6cyG0EVzCWKtW3/HSURuVXszURHyxurVz4THQ==} + /@aws-sdk/client-s3/3.154.0: + resolution: {integrity: sha512-TUkUZUmDuQlh7N6455LNqjuky/iIhjvnISJzl+wMKyQUMX61FPDZMYDG7HXDEQGV7uaAvjaabKfyHVNdoi/SmA==} engines: {node: '>=12.0.0'} dependencies: '@aws-crypto/sha1-browser': 2.0.0 '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/client-sts': 3.145.0 + '@aws-sdk/client-sts': 3.154.0 '@aws-sdk/config-resolver': 3.130.0 - '@aws-sdk/credential-provider-node': 3.145.0 + '@aws-sdk/credential-provider-node': 3.154.0 '@aws-sdk/eventstream-serde-browser': 3.127.0 '@aws-sdk/eventstream-serde-config-resolver': 3.127.0 '@aws-sdk/eventstream-serde-node': 3.127.0 @@ -664,7 +668,7 @@ packages: '@aws-sdk/url-parser': 3.127.0 '@aws-sdk/util-base64-browser': 3.109.0 '@aws-sdk/util-base64-node': 3.55.0 - '@aws-sdk/util-body-length-browser': 3.55.0 + '@aws-sdk/util-body-length-browser': 3.154.0 '@aws-sdk/util-body-length-node': 3.55.0 '@aws-sdk/util-defaults-mode-browser': 3.142.0 '@aws-sdk/util-defaults-mode-node': 3.142.0 @@ -684,8 +688,8 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sso/3.145.0: - resolution: {integrity: sha512-Z5mbzXB3V0JJzga/MSjTpr+Hq0htxiHO2DNg/q1IeNrKUKDBwEO7MrcGURS/tCPZgyeyNZY08hkXN9ixtoE1HA==} + /@aws-sdk/client-sso/3.154.0: + resolution: {integrity: sha512-v5pJOkCxtxcSX1Cflskz9w+7kbP3PDsE6ce3zvmdCghCRAdM0SoJMffGlg/08VXwqW+GMJTZu+i+ojXMXhZTJw==} engines: {node: '>=12.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 @@ -710,7 +714,7 @@ packages: '@aws-sdk/url-parser': 3.127.0 '@aws-sdk/util-base64-browser': 3.109.0 '@aws-sdk/util-base64-node': 3.55.0 - '@aws-sdk/util-body-length-browser': 3.55.0 + '@aws-sdk/util-body-length-browser': 3.154.0 '@aws-sdk/util-body-length-node': 3.55.0 '@aws-sdk/util-defaults-mode-browser': 3.142.0 '@aws-sdk/util-defaults-mode-node': 3.142.0 @@ -723,14 +727,14 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sts/3.145.0: - resolution: {integrity: sha512-6mKLV/0CYkUokFyVDyAw3QyIzzNvYg2u7l8HrsqIKrhLGKtYJn7Mph4P50UHExY8kMTk5IcQDF27JZBTKIw5FQ==} + /@aws-sdk/client-sts/3.154.0: + resolution: {integrity: sha512-YFyyJ6GJbd0DpLqByqG7DXf/b6bEfzWer+MqUEdkomEy5smCPMfqlZOXrm1cCcqZbJiOb5ASJslQr6TLllLNIg==} engines: {node: '>=12.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 '@aws-sdk/config-resolver': 3.130.0 - '@aws-sdk/credential-provider-node': 3.145.0 + '@aws-sdk/credential-provider-node': 3.154.0 '@aws-sdk/fetch-http-handler': 3.131.0 '@aws-sdk/hash-node': 3.127.0 '@aws-sdk/invalid-dependency': 3.127.0 @@ -752,7 +756,7 @@ packages: '@aws-sdk/url-parser': 3.127.0 '@aws-sdk/util-base64-browser': 3.109.0 '@aws-sdk/util-base64-node': 3.55.0 - '@aws-sdk/util-body-length-browser': 3.55.0 + '@aws-sdk/util-body-length-browser': 3.154.0 '@aws-sdk/util-body-length-node': 3.55.0 '@aws-sdk/util-defaults-mode-browser': 3.142.0 '@aws-sdk/util-defaults-mode-node': 3.142.0 @@ -798,13 +802,13 @@ packages: tslib: 2.4.0 dev: false - /@aws-sdk/credential-provider-ini/3.145.0: - resolution: {integrity: sha512-i4cMYI18sj9T8peXP8EsOv86mR6exDl2O2bYO84ej53Ln78HRuJunyipGdF29vjea6SRTA8odUaA/TbsdxGouA==} + /@aws-sdk/credential-provider-ini/3.154.0: + resolution: {integrity: sha512-5p8vueRuAMo3cMBAHQCgAu6Kr+K6R64Bm1yccQu72HEy8zoyQsCKMV0tQS7dYbObfOGpIXZbHyESyTon0khI0g==} engines: {node: '>= 12.0.0'} dependencies: '@aws-sdk/credential-provider-env': 3.127.0 '@aws-sdk/credential-provider-imds': 3.127.0 - '@aws-sdk/credential-provider-sso': 3.145.0 + '@aws-sdk/credential-provider-sso': 3.154.0 '@aws-sdk/credential-provider-web-identity': 3.127.0 '@aws-sdk/property-provider': 3.127.0 '@aws-sdk/shared-ini-file-loader': 3.127.0 @@ -814,15 +818,15 @@ packages: - aws-crt dev: false - /@aws-sdk/credential-provider-node/3.145.0: - resolution: {integrity: sha512-wtIeCPuFjoBOZUOHD2u68wLZTcrXDF64JsufDgUYdXiONXG7QKwYoFkHm8VldmgrqysH0dND4eHf8bPUuxzzXg==} + /@aws-sdk/credential-provider-node/3.154.0: + resolution: {integrity: sha512-pNxKtf/ye2574+QT2aKykSzKo3RnwCtWB7Tduo/8YlmQZL+/vX53BLcGj+fLOE1h7RbY5psF02dzbanvb4CVGg==} engines: {node: '>=12.0.0'} dependencies: '@aws-sdk/credential-provider-env': 3.127.0 '@aws-sdk/credential-provider-imds': 3.127.0 - '@aws-sdk/credential-provider-ini': 3.145.0 + '@aws-sdk/credential-provider-ini': 3.154.0 '@aws-sdk/credential-provider-process': 3.127.0 - '@aws-sdk/credential-provider-sso': 3.145.0 + '@aws-sdk/credential-provider-sso': 3.154.0 '@aws-sdk/credential-provider-web-identity': 3.127.0 '@aws-sdk/property-provider': 3.127.0 '@aws-sdk/shared-ini-file-loader': 3.127.0 @@ -842,11 +846,11 @@ packages: tslib: 2.4.0 dev: false - /@aws-sdk/credential-provider-sso/3.145.0: - resolution: {integrity: sha512-F08vQYsTOm4B9PqLIzER2fjp/89Owy4ZedB88UA+kLNGwNZX/6L6CAVOCZlefyaQB9t9x4YpWim5XWh8hheceQ==} + /@aws-sdk/credential-provider-sso/3.154.0: + resolution: {integrity: sha512-w3EZo1IKLyE7rhurq56e8IZuMxr0bc3Qvkq+AJnDwTR4sm5TPp9RNJwo+/A0i7GOdhNufcTlaciZT9Izi3g4+A==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/client-sso': 3.145.0 + '@aws-sdk/client-sso': 3.154.0 '@aws-sdk/property-provider': 3.127.0 '@aws-sdk/shared-ini-file-loader': 3.127.0 '@aws-sdk/types': 3.127.0 @@ -1257,8 +1261,8 @@ packages: tslib: 2.4.0 dev: false - /@aws-sdk/util-body-length-browser/3.55.0: - resolution: {integrity: sha512-Ei2OCzXQw5N6ZkTMZbamUzc1z+z1R1Ja5tMEagz5BxuX4vWdBObT+uGlSzL8yvTbjoPjnxWA2aXyEqaUP3JS8Q==} + /@aws-sdk/util-body-length-browser/3.154.0: + resolution: {integrity: sha512-TUuy7paVkBRQrB/XFCsL8iTW6g/ma0S3N8dYOiIMJdeTqTFryeyOGkBpYBgYFQL6zRMZpyu0jOM7GYEffGFOXw==} dependencies: tslib: 2.4.0 dev: false @@ -2890,7 +2894,7 @@ packages: '@types/node': 18.6.2 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 2.0.2_cyi3jronpmwutj7hw2n2p72xty + cosmiconfig-typescript-loader: 2.0.2_hmy4mu25ko3okdjjlocpxjsgke lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.7.4 @@ -2931,16 +2935,12 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.9 - /@date-io/core/2.14.0: - resolution: {integrity: sha512-qFN64hiFjmlDHJhu+9xMkdfDG2jLsggNxKXglnekUpXSq8faiqZgtHm2lsHCUuaPDTV6wuXHcCl8J1GQ5wLmPw==} - dev: false - /@date-io/core/2.15.0: resolution: {integrity: sha512-3CRvQUEK7aF87NUOwcTtmJ2Rc1kN0D4jFQUfRoanuAnE4o5HzHx4E2YenjaKjSPWeZYiWG6ZhDomx5hp1AaCJA==} dev: false - /@date-io/date-fns/2.14.0: - resolution: {integrity: sha512-4fJctdVyOd5cKIKGaWUM+s3MUXMuzkZaHuTY15PH70kU1YTMrCoauA7hgQVx9qj0ZEbGrH9VSPYJYnYro7nKiA==} + /@date-io/date-fns/2.15.0: + resolution: {integrity: sha512-hkVeLm0jijHS2F9YVQcf0LSlD55w9xPvvIfuxDE0XWNXOTcRAAhqw2aqOxyeGbmHxc5U4HqyPZaqs9tfeTsomQ==} peerDependencies: date-fns: ^2.0.0 peerDependenciesMeta: @@ -2950,7 +2950,7 @@ packages: '@date-io/core': 2.15.0 dev: false - /@date-io/dayjs/2.15.0_dayjs@1.11.4: + /@date-io/dayjs/2.15.0_dayjs@1.11.5: resolution: {integrity: sha512-wgYzwaXr9KxkHNYxrOb1t8fYLfAdjIf0Q86qdVCwANObcvyGcPBm0uFtpPK7ApeE4DJUlbuG0IX75TtO+uITwQ==} peerDependencies: dayjs: ^1.8.17 @@ -2959,11 +2959,11 @@ packages: optional: true dependencies: '@date-io/core': 2.15.0 - dayjs: 1.11.4 + dayjs: 1.11.5 dev: false - /@date-io/luxon/2.14.0: - resolution: {integrity: sha512-KmpBKkQFJ/YwZgVd0T3h+br/O0uL9ZdE7mn903VPAG2ZZncEmaUfUdYKFT7v7GyIKJ4KzCp379CRthEbxevEVg==} + /@date-io/luxon/2.15.0: + resolution: {integrity: sha512-CxTRCo5AM96ainnYaTpe1NS9GiA78SIgXBScgeAresCS20AvMcOd5XKerDj+y/KLhbSQbU6WUDqG9QcsrImXyQ==} peerDependencies: luxon: ^1.21.3 || ^2.x peerDependenciesMeta: @@ -2973,8 +2973,8 @@ packages: '@date-io/core': 2.15.0 dev: false - /@date-io/moment/2.14.0: - resolution: {integrity: sha512-VsoLXs94GsZ49ecWuvFbsa081zEv2xxG7d+izJsqGa2L8RPZLlwk27ANh87+SNnOUpp+qy2AoCAf0mx4XXhioA==} + /@date-io/moment/2.15.0: + resolution: {integrity: sha512-AcYBjl3EnEGsByaM5ir644CKbhgJsgc1iWFa9EXfdb4fQexxOC8oCdPAurK2ZDTwg62odyyKa/05YE7ElYh5ag==} peerDependencies: moment: ^2.24.0 peerDependenciesMeta: @@ -3166,7 +3166,7 @@ packages: '@docusaurus/react-loadable': 5.5.2_react@17.0.2 '@docusaurus/types': 2.0.1_sfoxds7t5ydpegc3knd667wn6m '@types/history': 4.7.11 - '@types/react': 18.0.15 + '@types/react': 18.0.17 '@types/react-router-config': 5.0.6 '@types/react-router-dom': 5.3.3 react: 17.0.2 @@ -3534,7 +3534,7 @@ packages: '@docusaurus/plugin-content-pages': 2.0.1_3tgeifm2vmwrlpqlopppsnjtcu '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1 '@types/history': 4.7.11 - '@types/react': 18.0.15 + '@types/react': 18.0.17 '@types/react-router-config': 5.0.6 clsx: 1.2.1 parse-numeric-range: 1.3.0 @@ -3619,7 +3619,7 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.15 + '@types/react': 18.0.17 commander: 5.1.0 joi: 17.6.0 react: 17.0.2 @@ -3839,7 +3839,7 @@ packages: dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.3.2 + espree: 9.3.3 globals: 13.17.0 ignore: 5.2.0 import-fresh: 3.3.0 @@ -3860,12 +3860,12 @@ packages: '@hapi/hoek': 9.3.0 dev: false - /@hookform/resolvers/2.9.7_react-hook-form@7.34.0: + /@hookform/resolvers/2.9.7_react-hook-form@7.34.2: resolution: {integrity: sha512-BloehX3MOLwuFEwT4yZnmolPjVmqyn8VsSuodLfazbCIqxBHsQ4qUZsi+bvNNCduRli1AGWFrkDLGD5QoNzsoA==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.34.0_react@18.2.0 + react-hook-form: 7.34.2_react@18.2.0 dev: false /@humanwhocodes/config-array/0.10.4: @@ -4019,8 +4019,8 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /@mui/base/5.0.0-alpha.92_zxljzmqdrxwnuenbkrz77w74uy: - resolution: {integrity: sha512-ZgnSLrTXL4iUdLQhjp01dAOTQPQlnwrqjZRwDT3E6LZXEYn6cMv1MY6LZkWcF/zxrUnyasnsyMAgZ5d8AXS7bA==} + /@mui/base/5.0.0-alpha.93_zxljzmqdrxwnuenbkrz77w74uy: + resolution: {integrity: sha512-IVUWO0NNlELDc9FD7mM+fWTS1/6n5sJYdIbXpLQ00NjWdVEYmTyRgUAZDlJJJrz+tbF0eeffx0kOsvJvyTZlsA==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -4034,7 +4034,7 @@ packages: '@emotion/is-prop-valid': 1.2.0 '@mui/types': 7.1.5_@types+react@18.0.17 '@mui/utils': 5.9.3_react@18.2.0 - '@popperjs/core': 2.11.5 + '@popperjs/core': 2.11.6 '@types/react': 18.0.17 clsx: 1.2.1 prop-types: 15.8.1 @@ -4043,7 +4043,11 @@ packages: react-is: 18.2.0 dev: false - /@mui/icons-material/5.8.4_coxa3mmk7xdciqqsybg7vi3uaa: + /@mui/core-downloads-tracker/5.10.1: + resolution: {integrity: sha512-zyzLkVSqi+WuxG8UZrrOaWbhHkDK+MlHFjLpL+vqUVU6iSUaDYREu1xoLWEQsWOznT4oT2iEiGZLpQLgkn+WiA==} + dev: false + + /@mui/icons-material/5.8.4_uxiimzjvigalxf5okfzuivgjva: resolution: {integrity: sha512-9Z/vyj2szvEhGWDvb+gG875bOGm8b8rlHBKOD1+nA3PcgC3fV6W1AU6pfOorPeBfH2X4mb9Boe97vHvaSndQvA==} engines: {node: '>=12.0.0'} peerDependencies: @@ -4055,13 +4059,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.18.3 - '@mui/material': 5.10.0_sqzxty2p7kxc2tmue4tecplwku + '@mui/material': 5.10.1_sqzxty2p7kxc2tmue4tecplwku '@types/react': 18.0.17 react: 18.2.0 dev: false - /@mui/lab/5.0.0-alpha.94_3msxxy7zey5q6ncngb2tattk64: - resolution: {integrity: sha512-1GjH70Th5SBMJbUR1LQTCrdKMcdUSEduZ7foy80kMlzUUQXwV50iwWzeGa1WMP4mgCQ94i+3n704IYHIxC6KNg==} + /@mui/lab/5.0.0-alpha.95_rxrgbjxmbxa6cxvmfcmtfba2ii: + resolution: {integrity: sha512-JdJKhn0qJjk0ejtmsiZ/8e08uUzr8MZsASGbmY2VbGC7WlCntgjZrWmhuvQf3hWCtSfuD6tbCdPpz6A2NL5nVQ==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -4081,9 +4085,9 @@ packages: '@babel/runtime': 7.18.6 '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly - '@mui/base': 5.0.0-alpha.92_zxljzmqdrxwnuenbkrz77w74uy - '@mui/material': 5.10.0_sqzxty2p7kxc2tmue4tecplwku - '@mui/system': 5.10.0_4thu2zqr4v2ubfoxjiyrxa5urm + '@mui/base': 5.0.0-alpha.93_zxljzmqdrxwnuenbkrz77w74uy + '@mui/material': 5.10.1_sqzxty2p7kxc2tmue4tecplwku + '@mui/system': 5.10.1_4thu2zqr4v2ubfoxjiyrxa5urm '@mui/utils': 5.9.3_react@18.2.0 '@types/react': 18.0.17 clsx: 1.2.1 @@ -4093,8 +4097,8 @@ packages: react-is: 18.2.0 dev: false - /@mui/material/5.10.0_sqzxty2p7kxc2tmue4tecplwku: - resolution: {integrity: sha512-MSEzkE2vhpM37m8Gh3+TcZCWL70p+MxzNvS8FHugBB6YZpafhBFmFKX7/pYJ2kVD87PpUhNR4szWub7/ohE02Q==} + /@mui/material/5.10.1_sqzxty2p7kxc2tmue4tecplwku: + resolution: {integrity: sha512-E9fhskX6TwUdAzpL5+yoAzRxb6wY4oBqmBVlgUuLndSwPRYxXoGu+z74NxbDEkxUoHdb7vrDcRTswpB6ykDITQ==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -4113,8 +4117,9 @@ packages: '@babel/runtime': 7.18.6 '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly - '@mui/base': 5.0.0-alpha.92_zxljzmqdrxwnuenbkrz77w74uy - '@mui/system': 5.10.0_4thu2zqr4v2ubfoxjiyrxa5urm + '@mui/base': 5.0.0-alpha.93_zxljzmqdrxwnuenbkrz77w74uy + '@mui/core-downloads-tracker': 5.10.1 + '@mui/system': 5.10.1_4thu2zqr4v2ubfoxjiyrxa5urm '@mui/types': 7.1.5_@types+react@18.0.17 '@mui/utils': 5.9.3_react@18.2.0 '@types/react': 18.0.17 @@ -4145,8 +4150,8 @@ packages: react: 18.2.0 dev: false - /@mui/styled-engine/5.10.0_rq3l25qc4qpq3j4w6o4x7hatzy: - resolution: {integrity: sha512-V0MmOx7KBDomDYg2/dRItVsvrpHpd51uZZiNqeuXiZruUJ1vPwtxztpvtSjX/xKvIxN7C0mxf8jmuwVUn6uaEA==} + /@mui/styled-engine/5.10.1_rq3l25qc4qpq3j4w6o4x7hatzy: + resolution: {integrity: sha512-xiQp6wvSLpMcRCOExbRSvkHf6gIQ/eeK7mx/Re6BtPPYIx6OerPwia+23uVIop/k4Bs5D+w7Rv2yXYJxo5rMSQ==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.4.1 @@ -4167,8 +4172,8 @@ packages: react: 18.2.0 dev: false - /@mui/system/5.10.0_4thu2zqr4v2ubfoxjiyrxa5urm: - resolution: {integrity: sha512-HNu3LdA+37cWqgJBEhOF4F5LX4WVmvg6SoHRfajRO0neKXLdooibMP3W1bhSd27QcPxyMUmvY9/Dlp9znDeCRw==} + /@mui/system/5.10.1_4thu2zqr4v2ubfoxjiyrxa5urm: + resolution: {integrity: sha512-Ix8LVAMtVrNtmncK0yc5llHWlZKCm9okbw8QMnWbI5UH+nI9qhtf+Aure4p5ei6dGKdil++lukar/GxCjfzRSg==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -4187,7 +4192,7 @@ packages: '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly '@mui/private-theming': 5.9.3_ug65io7jkbhmo4fihdmbrh3ina - '@mui/styled-engine': 5.10.0_rq3l25qc4qpq3j4w6o4x7hatzy + '@mui/styled-engine': 5.10.1_rq3l25qc4qpq3j4w6o4x7hatzy '@mui/types': 7.1.5_@types+react@18.0.17 '@mui/utils': 5.9.3_react@18.2.0 '@types/react': 18.0.17 @@ -4222,8 +4227,8 @@ packages: react-is: 18.2.0 dev: false - /@mui/x-date-pickers/5.0.0-beta.5_lwkuk5vtwk7lto3detlugpzwxu: - resolution: {integrity: sha512-pCVNSHuAcndEJACVS/v2AKBSXemqmhzVvOdsPS9hOIOzGSYawrbCEuhI9+o0/NR/pFLz+JcIYrnVV/Zx8f2ZEw==} + /@mui/x-date-pickers/5.0.0-beta.6_q7vwtv37ae5w5jedkcn4ztqrpa: + resolution: {integrity: sha512-8NS3s1uslmmZLl1KVCJ6eu9Wnago0EUdRb4NTCmJOwphE2w7cdI4LP+ZGRH7uWtkb6dQEmum1oumBAB3g4Ix+A==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.9.0 @@ -4251,19 +4256,19 @@ packages: optional: true dependencies: '@babel/runtime': 7.18.6 - '@date-io/core': 2.14.0 - '@date-io/date-fns': 2.14.0 - '@date-io/dayjs': 2.15.0_dayjs@1.11.4 - '@date-io/luxon': 2.14.0 - '@date-io/moment': 2.14.0 + '@date-io/core': 2.15.0 + '@date-io/date-fns': 2.15.0 + '@date-io/dayjs': 2.15.0_dayjs@1.11.5 + '@date-io/luxon': 2.15.0 + '@date-io/moment': 2.15.0 '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly - '@mui/material': 5.10.0_sqzxty2p7kxc2tmue4tecplwku - '@mui/system': 5.10.0_4thu2zqr4v2ubfoxjiyrxa5urm + '@mui/material': 5.10.1_sqzxty2p7kxc2tmue4tecplwku + '@mui/system': 5.10.1_4thu2zqr4v2ubfoxjiyrxa5urm '@mui/utils': 5.9.3_react@18.2.0 '@types/react-transition-group': 4.4.5 clsx: 1.2.1 - dayjs: 1.11.4 + dayjs: 1.11.5 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -4271,14 +4276,14 @@ packages: rifm: 0.12.1_react@18.2.0 dev: false - /@nestjs/axios/0.1.0_celz3g3abyjutx3nizwvtczcai: + /@nestjs/axios/0.1.0_3mdbamkp7cmelffjfexsjo7tau: resolution: {integrity: sha512-b2TT2X6BFbnNoeteiaxCIiHaFcSbVW+S5yygYqiIq5i6H77yIU3IVuLdpQkHq8/EqOWFwMopLN8jdkUT71Am9w==} peerDependencies: '@nestjs/common': ^7.0.0 || ^8.0.0 || ^9.0.0 reflect-metadata: ^0.1.12 rxjs: ^6.0.0 || ^7.0.0 dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m axios: 0.27.2 reflect-metadata: 0.1.13 rxjs: 7.5.6 @@ -4321,8 +4326,8 @@ packages: - webpack-cli dev: true - /@nestjs/common/9.0.9_mgy7w2bm3yhmntrbe3boyroj6m: - resolution: {integrity: sha512-FHXRm3gSK24M0vKAkQeyBB+GVJwVf61eqYrst1IMAh6FiTwrS4UMsdXD4p9HosfzPsNf6uD6vL2Mn+qOuXNEbQ==} + /@nestjs/common/9.0.11_mgy7w2bm3yhmntrbe3boyroj6m: + resolution: {integrity: sha512-oYLIcOal3QOwcqt6goXovRNg8ZkalyOMjH0oYYzfJLrait6P7c6nAeWHu4qFDThY7GoZHEanLgji1qlqVEW09g==} peerDependencies: cache-manager: '*' class-transformer: '*' @@ -4347,14 +4352,14 @@ packages: uuid: 8.3.2 dev: false - /@nestjs/config/2.2.0_celz3g3abyjutx3nizwvtczcai: + /@nestjs/config/2.2.0_3mdbamkp7cmelffjfexsjo7tau: resolution: {integrity: sha512-78Eg6oMbCy3D/YvqeiGBTOWei1Jwi3f2pSIZcZ1QxY67kYsJzTRTkwRT8Iv30DbK0sGKc1mcloDLD5UXgZAZtg==} peerDependencies: '@nestjs/common': ^7.0.0 || ^8.0.0 || ^9.0.0 reflect-metadata: ^0.1.13 rxjs: ^6.0.0 || ^7.2.0 dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m dotenv: 16.0.1 dotenv-expand: 8.0.3 lodash: 4.17.21 @@ -4363,8 +4368,8 @@ packages: uuid: 8.3.2 dev: false - /@nestjs/core/9.0.9_my3z427qt5jaadzxv6kwbkdtxy: - resolution: {integrity: sha512-wqr/Nqz6U4B2MqbzD6b6eRNgJeZB9FvUQsgHtsTA8g/77ONyLMJcANPoYQcxu39iWCbd4JlIkZ2vXbCeubJaeA==} + /@nestjs/core/9.0.11_psficsz3mqirqwo2ujbfhdr2aa: + resolution: {integrity: sha512-DYyoiWSGebDAG8WSfG/ue88HBU39kAJTi2YXftWdVSl1LFveV+pwKY83P2qX0ND38TS8WktFYpaMkXslf97BBQ==} requiresBuild: true peerDependencies: '@nestjs/common': ^9.0.0 @@ -4381,8 +4386,8 @@ packages: '@nestjs/websockets': optional: true dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m - '@nestjs/platform-express': 9.0.9_k52hpfebgtl2kt6drmxlyq3gwe + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/platform-express': 9.0.11_khr6mt6ojlxbw7bo55fknouh34 '@nuxtjs/opencollective': 0.3.2 fast-safe-stringify: 2.1.1 iterare: 1.2.1 @@ -4396,17 +4401,17 @@ packages: - encoding dev: false - /@nestjs/jwt/9.0.0_@nestjs+common@9.0.9: + /@nestjs/jwt/9.0.0_@nestjs+common@9.0.11: resolution: {integrity: sha512-ZsXGY/wMYKzEhymw2+dxiwrHTRKIKrGszx6r2EjQqNLypdXMQu0QrujwZJ8k3+XQV4snmuJwwNakQoA2ILfq8w==} peerDependencies: '@nestjs/common': ^8.0.0 || ^9.0.0 dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m '@types/jsonwebtoken': 8.5.8 jsonwebtoken: 8.5.1 dev: false - /@nestjs/mapped-types/1.1.0_on3ajwm5grgod2fedjk5mkvqhe: + /@nestjs/mapped-types/1.1.0_f7n2wnftp7gwcja4o2nbkzq5xi: resolution: {integrity: sha512-+2kSly4P1QI+9eGt+/uGyPdEG1hVz7nbpqPHWZVYgoqz8eOHljpXPag+UCVRw9zo2XCu4sgNUIGe8Uk0+OvUQg==} peerDependencies: '@nestjs/common': ^7.0.8 || ^8.0.0 || ^9.0.0 @@ -4419,30 +4424,30 @@ packages: class-validator: optional: true dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m class-transformer: 0.5.1 class-validator: 0.13.2 reflect-metadata: 0.1.13 dev: false - /@nestjs/passport/9.0.0_dmueulop52nydmpvnlnw57odqm: + /@nestjs/passport/9.0.0_qmmxbt2dwte7f4tgsyyoa7ob5i: resolution: {integrity: sha512-Gnh8n1wzFPOLSS/94X1sUP4IRAoXTgG4odl7/AO5h+uwscEGXxJFercrZfqdAwkWhqkKWbsntM3j5mRy/6ZQDA==} peerDependencies: '@nestjs/common': ^8.0.0 || ^9.0.0 passport: ^0.4.0 || ^0.5.0 || ^0.6.0 dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m passport: 0.6.0 dev: false - /@nestjs/platform-express/9.0.9_k52hpfebgtl2kt6drmxlyq3gwe: - resolution: {integrity: sha512-lCcDKtoeDVzQa60Fj0bYP1DSVnT/evgP8VD+HD+2gAabPEL95y7K4+c5kkTLI8yA1brc87m73iT4xEwVcFRUzA==} + /@nestjs/platform-express/9.0.11_khr6mt6ojlxbw7bo55fknouh34: + resolution: {integrity: sha512-Up1Ps08n2Y07AYakTKKU5uofGQoAQoUaRyfXdH0G54OnICCUiqcFH0QveNYLCkHoMP4iFs6vMr3xhvO6y91NBQ==} peerDependencies: '@nestjs/common': ^9.0.0 '@nestjs/core': ^9.0.0 dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m - '@nestjs/core': 9.0.9_my3z427qt5jaadzxv6kwbkdtxy + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/core': 9.0.11_psficsz3mqirqwo2ujbfhdr2aa body-parser: 1.20.0 cors: 2.8.5 express: 4.18.1 @@ -4452,15 +4457,15 @@ packages: - supports-color dev: false - /@nestjs/schedule/2.1.0_ac5kpodkfjj4txbcuwlvaffele: + /@nestjs/schedule/2.1.0_fvppslgepxggj3fnmtlnh4cori: resolution: {integrity: sha512-4Xaw56WiW3VsxEPPnj/iDtfjcO+sUZyYAeRxD0gnF5havncxjAnv52Iw7UH3DuzzUA784xPGgGje3Fq0Gu925g==} peerDependencies: '@nestjs/common': ^7.0.0 || ^8.0.0 || ^9.0.0 '@nestjs/core': ^7.0.0 || ^8.0.0 || ^9.0.0 reflect-metadata: ^0.1.12 dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m - '@nestjs/core': 9.0.9_my3z427qt5jaadzxv6kwbkdtxy + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/core': 9.0.11_psficsz3mqirqwo2ujbfhdr2aa cron: 2.0.0 reflect-metadata: 0.1.13 uuid: 8.3.2 @@ -4481,18 +4486,18 @@ packages: - chokidar dev: true - /@nestjs/serve-static/3.0.0_k52hpfebgtl2kt6drmxlyq3gwe: + /@nestjs/serve-static/3.0.0_khr6mt6ojlxbw7bo55fknouh34: resolution: {integrity: sha512-TpXjgs4136dQqWUjEcONqppqXDsrJhRkmKWzuBMOUAnP4HjHpNmlycvkHnDnWSoG2YD4a7Enh4ViYGWqCfHStA==} peerDependencies: '@nestjs/common': ^9.0.0 '@nestjs/core': ^9.0.0 dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m - '@nestjs/core': 9.0.9_my3z427qt5jaadzxv6kwbkdtxy + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/core': 9.0.11_psficsz3mqirqwo2ujbfhdr2aa path-to-regexp: 0.2.5 dev: false - /@nestjs/terminus/9.1.1_mwswbq4v6pb4hkpzwhapcptgta: + /@nestjs/terminus/9.1.1_mr622mjrz7hsw5sxbt7k6brday: resolution: {integrity: sha512-8XrXOTseUO8eQZYm/JZbRnznpyS1sVvMkHLW8BOi02s7Bzxw3UPiFOOF34ueKp4ONUjUCoKq36BmwY00dpjofA==} peerDependencies: '@nestjs/common': 9.x @@ -4500,15 +4505,15 @@ packages: reflect-metadata: 0.1.x rxjs: 7.x dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m - '@nestjs/core': 9.0.9_my3z427qt5jaadzxv6kwbkdtxy + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/core': 9.0.11_psficsz3mqirqwo2ujbfhdr2aa boxen: 5.1.2 check-disk-space: 3.3.1 reflect-metadata: 0.1.13 rxjs: 7.5.6 dev: false - /@nestjs/typeorm/9.0.1_hiv3k5utykqaownwh5tzov46ya: + /@nestjs/typeorm/9.0.1_sp4gtzkbiyh24r2ydcb6yqstha: resolution: {integrity: sha512-A2BgLIPsMtmMI0bPKEf4bmzgFPsnvHqNBx3KkvaJ7hJrBQy0OqYOb+Rr06ifblKWDWS2tUPNrAFQbZjtk3PI+g==} peerDependencies: '@nestjs/common': ^8.0.0 || ^9.0.0 @@ -4517,121 +4522,121 @@ packages: rxjs: ^7.2.0 typeorm: ^0.3.0 dependencies: - '@nestjs/common': 9.0.9_mgy7w2bm3yhmntrbe3boyroj6m - '@nestjs/core': 9.0.9_my3z427qt5jaadzxv6kwbkdtxy + '@nestjs/common': 9.0.11_mgy7w2bm3yhmntrbe3boyroj6m + '@nestjs/core': 9.0.11_psficsz3mqirqwo2ujbfhdr2aa reflect-metadata: 0.1.13 rxjs: 7.5.6 typeorm: 0.3.7_pg@8.7.3+ts-node@10.9.1 uuid: 8.3.2 dev: false - /@next/env/12.2.4: - resolution: {integrity: sha512-/gApFXWk5CCLFQJL5IYJXxPQuG5tz5nPX4l27A9Zm/+wJxiwFrRSP54AopDxIv4JRp/rGwcgk/lZS/0Clw8jYA==} + /@next/env/12.2.5: + resolution: {integrity: sha512-vLPLV3cpPGjUPT3PjgRj7e3nio9t6USkuew3JE/jMeon/9Mvp1WyR18v3iwnCuX7eUAm1HmAbJHHLAbcu/EJcw==} - /@next/eslint-plugin-next/12.2.4: - resolution: {integrity: sha512-ChDkUIkJeYWKRx+FdF+EhUgvKtK1wF+Xew4Os7ef3iAjMch5GGBiezw2zGXTa/C0E6potz4j11EpX89mngffug==} + /@next/eslint-plugin-next/12.2.5: + resolution: {integrity: sha512-VBjVbmqEzGiOTBq4+wpeVXt/KgknnGB6ahvC/AxiIGnN93/RCSyXhFRI4uSfftM2Ba3w7ZO7076bfKasZsA0fw==} dependencies: glob: 7.1.7 dev: true - /@next/swc-android-arm-eabi/12.2.4: - resolution: {integrity: sha512-P4YSFNpmXXSnn3P1qsOAqz+MX3On9fHrlc8ovb/CFJJoU+YLCR53iCEwfw39e0IZEgDA7ttgr108plF8mxaX0g==} + /@next/swc-android-arm-eabi/12.2.5: + resolution: {integrity: sha512-cPWClKxGhgn2dLWnspW+7psl3MoLQUcNqJqOHk2BhNcou9ARDtC0IjQkKe5qcn9qg7I7U83Gp1yh2aesZfZJMA==} engines: {node: '>= 10'} cpu: [arm] os: [android] requiresBuild: true optional: true - /@next/swc-android-arm64/12.2.4: - resolution: {integrity: sha512-4o2n14E18O+8xHlf6dgJsWPXN9gmSmfIe2Z0EqKDIPBBkFt/2CyrH0+vwHnL2l7xkDHhOGfZYcYIWVUR5aNu0A==} + /@next/swc-android-arm64/12.2.5: + resolution: {integrity: sha512-vMj0efliXmC5b7p+wfcQCX0AfU8IypjkzT64GiKJD9PgiA3IILNiGJr1fw2lyUDHkjeWx/5HMlMEpLnTsQslwg==} engines: {node: '>= 10'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@next/swc-darwin-arm64/12.2.4: - resolution: {integrity: sha512-DcUO6MGBL9E3jj5o86MUnTOy4WawIJJhyCcFYO4f51sbl7+uPIYIx40eo98A6NwJEXazCqq1hLeqOaNTAIvDiQ==} + /@next/swc-darwin-arm64/12.2.5: + resolution: {integrity: sha512-VOPWbO5EFr6snla/WcxUKtvzGVShfs302TEMOtzYyWni6f9zuOetijJvVh9CCTzInnXAZMtHyNhefijA4HMYLg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64/12.2.4: - resolution: {integrity: sha512-IUlFMqeLjdIzDorrGC2Dt+2Ae3DbKQbRzCzmDq4/CP1+jJGeDXo/2AHnlE+WYnwQAC4KtAz6pbVnd3KstZWsVA==} + /@next/swc-darwin-x64/12.2.5: + resolution: {integrity: sha512-5o8bTCgAmtYOgauO/Xd27vW52G2/m3i5PX7MUYePquxXAnX73AAtqA3WgPXBRitEB60plSKZgOTkcpqrsh546A==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-freebsd-x64/12.2.4: - resolution: {integrity: sha512-475vwyWcjnyDVDWLgAATP0HI8W1rwByc+uXk1B6KkAVFhkoDgH387LW0uNqxavK+VxCzj3avQXX/58XDvxtSlg==} + /@next/swc-freebsd-x64/12.2.5: + resolution: {integrity: sha512-yYUbyup1JnznMtEBRkK4LT56N0lfK5qNTzr6/DEyDw5TbFVwnuy2hhLBzwCBkScFVjpFdfiC6SQAX3FrAZzuuw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@next/swc-linux-arm-gnueabihf/12.2.4: - resolution: {integrity: sha512-qZW+L3iG3XSGtlOPmD5RRWXyk6ZNdscLV0BQjuDvP+exTg+uixqHXOHz0/GVATIJEBQOF0Kew7jAXVXEP+iRTQ==} + /@next/swc-linux-arm-gnueabihf/12.2.5: + resolution: {integrity: sha512-2ZE2/G921Acks7UopJZVMgKLdm4vN4U0yuzvAMJ6KBavPzqESA2yHJlm85TV/K9gIjKhSk5BVtauIUntFRP8cg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu/12.2.4: - resolution: {integrity: sha512-fEPRjItWYaKyyG9N+2HIA59OBHIhk7WC+Rh+LwXsh0pQe870Ykpek3KQs0umjsrEGe57NyMomq3f80/N8taDvA==} + /@next/swc-linux-arm64-gnu/12.2.5: + resolution: {integrity: sha512-/I6+PWVlz2wkTdWqhlSYYJ1pWWgUVva6SgX353oqTh8njNQp1SdFQuWDqk8LnM6ulheVfSsgkDzxrDaAQZnzjQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl/12.2.4: - resolution: {integrity: sha512-rnCTzXII0EBCcFn9P5s/Dho2kPUMSX/bP0iOAj8wEI/IxUEfEElbin89zJoNW30cycHu19xY8YP4K2+hzciPzQ==} + /@next/swc-linux-arm64-musl/12.2.5: + resolution: {integrity: sha512-LPQRelfX6asXyVr59p5sTpx5l+0yh2Vjp/R8Wi4X9pnqcayqT4CUJLiHqCvZuLin3IsFdisJL0rKHMoaZLRfmg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu/12.2.4: - resolution: {integrity: sha512-PhXX6NSuIuhHInxPY2VkG2Bl7VllsD3Cjx+pQcS1wTym7Zt7UoLvn05PkRrkiyIkvR+UXnqPUM3TYiSbnemXEw==} + /@next/swc-linux-x64-gnu/12.2.5: + resolution: {integrity: sha512-0szyAo8jMCClkjNK0hknjhmAngUppoRekW6OAezbEYwHXN/VNtsXbfzgYOqjKWxEx3OoAzrT3jLwAF0HdX2MEw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl/12.2.4: - resolution: {integrity: sha512-GmC/QROiUZpFirHRfPQqMyCXZ+5+ndbBZrMvL74HtQB/CKXB8K1VM+rvy9Gp/5OaU8Rxp48IcX79NOfI2LiXlA==} + /@next/swc-linux-x64-musl/12.2.5: + resolution: {integrity: sha512-zg/Y6oBar1yVnW6Il1I/08/2ukWtOG6s3acdJdEyIdsCzyQi4RLxbbhkD/EGQyhqBvd3QrC6ZXQEXighQUAZ0g==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc/12.2.4: - resolution: {integrity: sha512-9XKoCXbNZuaMRPtcKQz3+hgVpkMosaLlcxHFXT8/j4w61k7/qvEbrkMDS9WHNrD/xVcLycwhPRgXcns2K1BdBQ==} + /@next/swc-win32-arm64-msvc/12.2.5: + resolution: {integrity: sha512-3/90DRNSqeeSRMMEhj4gHHQlLhhKg5SCCoYfE3kBjGpE63EfnblYUqsszGGZ9ekpKL/R4/SGB40iCQr8tR5Jiw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc/12.2.4: - resolution: {integrity: sha512-hEyRieZKH9iw4AzvXaQ+Fyb98k0G/o9QcRGxA1/O/O/elf1+Qvuwb15phT8GbVtIeNziy66XTPOhKKfdr8KyUg==} + /@next/swc-win32-ia32-msvc/12.2.5: + resolution: {integrity: sha512-hGLc0ZRAwnaPL4ulwpp4D2RxmkHQLuI8CFOEEHdzZpS63/hMVzv81g8jzYA0UXbb9pus/iTc3VRbVbAM03SRrw==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc/12.2.4: - resolution: {integrity: sha512-5Pl1tdMJWLy4rvzU1ecx0nHWgDPqoYuvYoXE/5X0Clu9si/yOuBIj573F2kOTY7mu0LX2wgCJVSnyK0abHBxIw==} + /@next/swc-win32-x64-msvc/12.2.5: + resolution: {integrity: sha512-7h5/ahY7NeaO2xygqVrSG/Y8Vs4cdjxIjowTZ5W6CKoTKn7tmnuxlUc2h74x06FKmbhAd9agOjr/AOKyxYYm9Q==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -4684,8 +4689,8 @@ packages: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} dev: false - /@popperjs/core/2.11.5: - resolution: {integrity: sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==} + /@popperjs/core/2.11.6: + resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==} dev: false /@react-dnd/asap/5.0.2: @@ -4700,46 +4705,46 @@ packages: resolution: {integrity: sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==} dev: false - /@redux-saga/core/1.1.3: - resolution: {integrity: sha512-8tInBftak8TPzE6X13ABmEtRJGjtK17w7VUs7qV17S8hCO5S3+aUTWZ/DBsBJPdE8Z5jOPwYALyvofgq1Ws+kg==} + /@redux-saga/core/1.2.1: + resolution: {integrity: sha512-ABCxsZy9DwmNoYNo54ZlfuTvh77RXx8ODKpxOHeWam2dOaLGQ7vAktpfOtqSeTdYrKEORtTeWnxkGJMmPOoukg==} dependencies: '@babel/runtime': 7.18.6 - '@redux-saga/deferred': 1.1.2 - '@redux-saga/delay-p': 1.1.2 - '@redux-saga/is': 1.1.2 - '@redux-saga/symbols': 1.1.2 - '@redux-saga/types': 1.1.0 + '@redux-saga/deferred': 1.2.1 + '@redux-saga/delay-p': 1.2.1 + '@redux-saga/is': 1.1.3 + '@redux-saga/symbols': 1.1.3 + '@redux-saga/types': 1.2.1 redux: 4.2.0 typescript-tuple: 2.2.1 dev: false - /@redux-saga/deferred/1.1.2: - resolution: {integrity: sha512-908rDLHFN2UUzt2jb4uOzj6afpjgJe3MjICaUNO3bvkV/kN/cNeI9PMr8BsFXB/MR8WTAZQq/PlTq8Kww3TBSQ==} + /@redux-saga/deferred/1.2.1: + resolution: {integrity: sha512-cmin3IuuzMdfQjA0lG4B+jX+9HdTgHZZ+6u3jRAOwGUxy77GSlTi4Qp2d6PM1PUoTmQUR5aijlA39scWWPF31g==} dev: false - /@redux-saga/delay-p/1.1.2: - resolution: {integrity: sha512-ojc+1IoC6OP65Ts5+ZHbEYdrohmIw1j9P7HS9MOJezqMYtCDgpkoqB5enAAZrNtnbSL6gVCWPHaoaTY5KeO0/g==} + /@redux-saga/delay-p/1.2.1: + resolution: {integrity: sha512-MdiDxZdvb1m+Y0s4/hgdcAXntpUytr9g0hpcOO1XFVyyzkrDu3SKPgBFOtHn7lhu7n24ZKIAT1qtKyQjHqRd+w==} dependencies: - '@redux-saga/symbols': 1.1.2 + '@redux-saga/symbols': 1.1.3 dev: false - /@redux-saga/is/1.1.2: - resolution: {integrity: sha512-OLbunKVsCVNTKEf2cH4TYyNbbPgvmZ52iaxBD4I1fTif4+MTXMa4/Z07L83zW/hTCXwpSZvXogqMqLfex2Tg6w==} + /@redux-saga/is/1.1.3: + resolution: {integrity: sha512-naXrkETG1jLRfVfhOx/ZdLj0EyAzHYbgJWkXbB3qFliPcHKiWbv/ULQryOAEKyjrhiclmr6AMdgsXFyx7/yE6Q==} dependencies: - '@redux-saga/symbols': 1.1.2 - '@redux-saga/types': 1.1.0 + '@redux-saga/symbols': 1.1.3 + '@redux-saga/types': 1.2.1 dev: false - /@redux-saga/symbols/1.1.2: - resolution: {integrity: sha512-EfdGnF423glv3uMwLsGAtE6bg+R9MdqlHEzExnfagXPrIiuxwr3bdiAwz3gi+PsrQ3yBlaBpfGLtDG8rf3LgQQ==} + /@redux-saga/symbols/1.1.3: + resolution: {integrity: sha512-hCx6ZvU4QAEUojETnX8EVg4ubNLBFl1Lps4j2tX7o45x/2qg37m3c6v+kSp8xjDJY+2tJw4QB3j8o8dsl1FDXg==} dev: false - /@redux-saga/types/1.1.0: - resolution: {integrity: sha512-afmTuJrylUU/0OtqzaRkbyYFFNgCF73Bvel/sw90pvGrWIZ+vyoIJqA6eMSoA6+nb443kTmulmBtC9NerXboNg==} + /@redux-saga/types/1.2.1: + resolution: {integrity: sha512-1dgmkh+3so0+LlBWRhGA33ua4MYr7tUOj+a9Si28vUi0IUFNbff1T3sgpeDJI/LaC75bBYnQ0A3wXjn0OrRNBA==} dev: false - /@reduxjs/toolkit/1.8.4_kkwg4cbsojnjnupd3btipussee: - resolution: {integrity: sha512-IpFq1WI7sCYeLQpDCGvlcQY9wn70UpAM3cOLq78HRnVn1746RI+l3y5xcuOeVOxORaxABJh3cfJMxycD2IwH5w==} + /@reduxjs/toolkit/1.8.5_kkwg4cbsojnjnupd3btipussee: + resolution: {integrity: sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 react-redux: ^7.2.1 || ^8.0.2 @@ -4991,7 +4996,7 @@ packages: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 - tailwindcss: 3.1.8 + tailwindcss: 3.1.8_postcss@8.4.16 dev: true /@trysound/sax/0.2.0: @@ -5014,14 +5019,14 @@ packages: /@types/bcrypt/5.0.0: resolution: {integrity: sha512-agtcFKaruL8TmcvqbndlqHPSJgsolhf/qPWchFlgnW1gECTN/nKbFcoFnvKAQRFfKbh+BO6A3SWdJu9t+xF3Lw==} dependencies: - '@types/node': 18.7.1 + '@types/node': 18.7.8 dev: true /@types/body-parser/1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.7.1 + '@types/node': 18.7.8 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} @@ -5039,7 +5044,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.7.1 + '@types/node': 18.7.8 /@types/cookie-parser/1.4.3: resolution: {integrity: sha512-CqSKwFwefj4PzZ5n/iwad/bow2hTCh0FlNAeWLtQM3JA/NX/iYagIpWG2cf1bQKQ2c9gU2log5VUCrn7LDOs0w==} @@ -5123,8 +5128,7 @@ packages: /@types/jsonwebtoken/8.5.8: resolution: {integrity: sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==} dependencies: - '@types/node': 18.7.1 - dev: false + '@types/node': 18.7.8 /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} @@ -5132,8 +5136,8 @@ packages: '@types/node': 18.6.2 dev: false - /@types/lodash/4.14.182: - resolution: {integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==} + /@types/lodash/4.14.184: + resolution: {integrity: sha512-RoZphVtHbxPZizt4IcILciSWiC6dcn+eZ8oX9IWEYfDMcocdd42f7NPI6fQj+6zI8y4E0L7gu2pcZKLGTRaV9Q==} dev: true /@types/mdast/3.0.10: @@ -5173,8 +5177,8 @@ packages: /@types/node/18.6.3: resolution: {integrity: sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==} - /@types/node/18.7.1: - resolution: {integrity: sha512-GKX1Qnqxo4S+Z/+Z8KKPLpH282LD7jLHWJcVryOflnsnH+BtSDfieR6ObwBMwpnNws0bUK8GI7z0unQf9bARNQ==} + /@types/node/18.7.8: + resolution: {integrity: sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -5187,11 +5191,33 @@ packages: resolution: {integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==} dev: false + /@types/passport-jwt/3.0.6: + resolution: {integrity: sha512-cmAAMIRTaEwpqxlrZyiEY9kdibk94gP5KTF8AT1Ra4rWNZYHNMreqhKUEeC5WJtuN5SJZjPQmV+XO2P5PlnvNQ==} + dependencies: + '@types/express': 4.17.13 + '@types/jsonwebtoken': 8.5.8 + '@types/passport-strategy': 0.2.35 + dev: true + + /@types/passport-local/1.0.34: + resolution: {integrity: sha512-PSc07UdYx+jhadySxxIYWuv6sAnY5e+gesn/5lkPKfBeGuIYn9OPR+AAEDq73VRUh6NBTpvE/iPE62rzZUslog==} + dependencies: + '@types/express': 4.17.13 + '@types/passport': 1.0.10 + '@types/passport-strategy': 0.2.35 + dev: true + + /@types/passport-strategy/0.2.35: + resolution: {integrity: sha512-o5D19Jy2XPFoX2rKApykY15et3Apgax00RRLf0RUotPDUsYrQa7x4howLYr9El2mlUApHmCMv5CZ1IXqKFQ2+g==} + dependencies: + '@types/express': 4.17.13 + '@types/passport': 1.0.10 + dev: true + /@types/passport/1.0.10: resolution: {integrity: sha512-IZamnXuN7mY+2/v8bAW6nuTcKiay7gXBBcMBZ8n7YHB4u5DwsWoJaNrHdAQ8PZEODRjCv3oHOg76CYJ40j9RqA==} dependencies: '@types/express': 4.17.13 - dev: false /@types/prop-types/15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} @@ -5226,7 +5252,7 @@ packages: resolution: {integrity: sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.15 + '@types/react': 18.0.17 '@types/react-router': 5.1.18 dev: false @@ -5242,7 +5268,7 @@ packages: resolution: {integrity: sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.15 + '@types/react': 18.0.17 dev: false /@types/react-transition-group/4.4.5: @@ -5258,14 +5284,6 @@ packages: '@types/scheduler': 0.16.2 csstype: 3.1.0 - /@types/react/18.0.15: - resolution: {integrity: sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==} - dependencies: - '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 - csstype: 3.1.0 - dev: false - /@types/react/18.0.17: resolution: {integrity: sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==} dependencies: @@ -5336,8 +5354,8 @@ packages: '@types/node': 18.6.2 dev: false - /@typescript-eslint/eslint-plugin/5.33.0_njno5y7ry2l2lcmiu4tywxkwnq: - resolution: {integrity: sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==} + /@typescript-eslint/eslint-plugin/5.33.1_vsoshirnpb7xw6mr7xomgfas2i: + resolution: {integrity: sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5347,12 +5365,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - '@typescript-eslint/scope-manager': 5.33.0 - '@typescript-eslint/type-utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - '@typescript-eslint/utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/scope-manager': 5.33.1 + '@typescript-eslint/type-utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq + '@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.22.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -5363,27 +5381,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.32.0_qugx7qdu5zevzvxaiqyxfiwquq: - resolution: {integrity: sha512-IxRtsehdGV9GFQ35IGm5oKKR2OGcazUoiNBxhRV160iF9FoyuXxjY+rIqs1gfnd+4eL98OjeGnMpE7RF/NBb3A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 5.32.0 - '@typescript-eslint/types': 5.32.0 - '@typescript-eslint/typescript-estree': 5.32.0_typescript@4.7.4 - debug: 4.3.4 - eslint: 8.21.0 - typescript: 4.7.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/parser/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: + /@typescript-eslint/parser/5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq: resolution: {integrity: sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5397,18 +5395,30 @@ packages: '@typescript-eslint/types': 5.33.0 '@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.22.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.32.0: - resolution: {integrity: sha512-KyAE+tUON0D7tNz92p1uetRqVJiiAkeluvwvZOqBmW9z2XApmk5WSMV9FrzOroAcVxJZB3GfUwVKr98Dr/OjOg==} + /@typescript-eslint/parser/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@typescript-eslint/types': 5.32.0 - '@typescript-eslint/visitor-keys': 5.32.0 + '@typescript-eslint/scope-manager': 5.33.1 + '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4 + debug: 4.3.4 + eslint: 8.22.0 + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color dev: true /@typescript-eslint/scope-manager/5.33.0: @@ -5419,8 +5429,16 @@ packages: '@typescript-eslint/visitor-keys': 5.33.0 dev: true - /@typescript-eslint/type-utils/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: - resolution: {integrity: sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==} + /@typescript-eslint/scope-manager/5.33.1: + resolution: {integrity: sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/visitor-keys': 5.33.1 + dev: true + + /@typescript-eslint/type-utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -5429,44 +5447,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.22.0 tsutils: 3.21.0_typescript@4.7.4 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.32.0: - resolution: {integrity: sha512-EBUKs68DOcT/EjGfzywp+f8wG9Zw6gj6BjWu7KV/IYllqKJFPlZlLSYw/PTvVyiRw50t6wVbgv4p9uE2h6sZrQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@typescript-eslint/types/5.33.0: resolution: {integrity: sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.32.0_typescript@4.7.4: - resolution: {integrity: sha512-ZVAUkvPk3ITGtCLU5J4atCw9RTxK+SRc6hXqLtllC2sGSeMFWN+YwbiJR9CFrSFJ3w4SJfcWtDwNb/DmUIHdhg==} + /@typescript-eslint/types/5.33.1: + resolution: {integrity: sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.32.0 - '@typescript-eslint/visitor-keys': 5.32.0 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 - transitivePeerDependencies: - - supports-color dev: true /@typescript-eslint/typescript-estree/5.33.0_typescript@4.7.4: @@ -5490,32 +5487,45 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: - resolution: {integrity: sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==} + /@typescript-eslint/typescript-estree/5.33.1_typescript@4.7.4: + resolution: {integrity: sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/visitor-keys': 5.33.1 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.7 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.33.0 - '@typescript-eslint/types': 5.33.0 - '@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 - eslint: 8.21.0 + '@typescript-eslint/scope-manager': 5.33.1 + '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4 + eslint: 8.22.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.21.0 + eslint-utils: 3.0.0_eslint@8.22.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.32.0: - resolution: {integrity: sha512-S54xOHZgfThiZ38/ZGTgB2rqx51CMJ5MCfVT2IplK4Q7hgzGfe0nLzLCcenDnc/cSjP568hdeKfeDcBgqNHD/g==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.32.0 - eslint-visitor-keys: 3.3.0 - dev: true - /@typescript-eslint/visitor-keys/5.33.0: resolution: {integrity: sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5524,6 +5534,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@typescript-eslint/visitor-keys/5.33.1: + resolution: {integrity: sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.33.1 + eslint-visitor-keys: 3.3.0 + dev: true + /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} dependencies: @@ -5731,8 +5749,10 @@ packages: indent-string: 4.0.0 dev: false - /ajv-formats/2.1.1: + /ajv-formats/2.1.1_ajv@8.11.0: resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} + peerDependencies: + ajv: ^8.0.0 peerDependenciesMeta: ajv: optional: true @@ -6307,7 +6327,7 @@ packages: update-browserslist-db: 1.0.5_browserslist@4.21.3 /buffer-equal-constant-time/1.0.1: - resolution: {integrity: sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=} + resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} dev: false /buffer-from/1.1.2: @@ -7124,11 +7144,12 @@ packages: vary: 1.1.2 dev: false - /cosmiconfig-typescript-loader/2.0.2_cyi3jronpmwutj7hw2n2p72xty: + /cosmiconfig-typescript-loader/2.0.2_hmy4mu25ko3okdjjlocpxjsgke: resolution: {integrity: sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' + cosmiconfig: '>=7' typescript: '>=3' dependencies: '@types/node': 18.6.2 @@ -7436,8 +7457,8 @@ packages: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: true - /dayjs/1.11.4: - resolution: {integrity: sha512-Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g==} + /dayjs/1.11.5: + resolution: {integrity: sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==} dev: false /debug/2.6.9: @@ -8001,8 +8022,8 @@ packages: engines: {node: '>=12'} dev: false - /eslint-config-next/12.2.4_qugx7qdu5zevzvxaiqyxfiwquq: - resolution: {integrity: sha512-r3keSLY1Z+rN+ASN8nmWwZ+AsMl6IrPGRWgbQhKHcop4/fk1hJGxE9Xf/mYMkV07+1Q/catchw25lu525HFy5Q==} + /eslint-config-next/12.2.5_4rv7y5c6xz3vfxwhbrcxxi73bq: + resolution: {integrity: sha512-SOowilkqPzW6DxKp3a3SYlrfPi5Ajs9MIzp9gVfUDxxH9QFM5ElkR1hX5m/iICJuvCbWgQqFBiA3mCMozluniw==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -8010,29 +8031,29 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 12.2.4 + '@next/eslint-plugin-next': 12.2.5 '@rushstack/eslint-patch': 1.1.3 - '@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 + '@typescript-eslint/parser': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq + eslint: 8.22.0 eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 2.7.1_jatgrcxl4x7ywe7ak6cnjca2ae - eslint-plugin-import: 2.26.0_7cokhqzw3zmsbwxwh7sdzavr6q - eslint-plugin-jsx-a11y: 6.5.1_eslint@8.21.0 - eslint-plugin-react: 7.30.0_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint-import-resolver-typescript: 2.7.1_2iahngt3u2tkbdlu6s4gkur3pu + eslint-plugin-import: 2.26.0_42jdfezp7lcuhr3fexihng3k3a + eslint-plugin-jsx-a11y: 6.5.1_eslint@8.22.0 + eslint-plugin-react: 7.30.0_eslint@8.22.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.22.0 typescript: 4.7.4 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color dev: true - /eslint-config-prettier/8.5.0_eslint@8.21.0: + /eslint-config-prettier/8.5.0_eslint@8.22.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.21.0 + eslint: 8.22.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -8044,7 +8065,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript/2.7.1_jatgrcxl4x7ywe7ak6cnjca2ae: + /eslint-import-resolver-typescript/2.7.1_2iahngt3u2tkbdlu6s4gkur3pu: resolution: {integrity: sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==} engines: {node: '>=4'} peerDependencies: @@ -8052,8 +8073,8 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.4 - eslint: 8.21.0 - eslint-plugin-import: 2.26.0_7cokhqzw3zmsbwxwh7sdzavr6q + eslint: 8.22.0 + eslint-plugin-import: 2.26.0_42jdfezp7lcuhr3fexihng3k3a glob: 7.2.3 is-glob: 4.0.3 resolve: 1.22.1 @@ -8062,7 +8083,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_cyuou3eaesp4l5xuzffztwscie: + /eslint-module-utils/2.7.3_bqtl5xx3vbklkgkxkvld3j7ioa: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -8080,16 +8101,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 3.2.7 eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 2.7.1_jatgrcxl4x7ywe7ak6cnjca2ae find-up: 2.1.0 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.7.3_oh3tx5uf4prsskzvqzbn7hm6ya: + /eslint-module-utils/2.7.3_rtbhofbsy3gzv73dx4xodd3q4u: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -8107,15 +8127,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/parser': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq debug: 3.2.7 eslint-import-resolver-node: 0.3.6 + eslint-import-resolver-typescript: 2.7.1_2iahngt3u2tkbdlu6s4gkur3pu find-up: 2.1.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_7cokhqzw3zmsbwxwh7sdzavr6q: + /eslint-plugin-import/2.26.0_3bh5nkk7utn7e74vrwtv6rxmt4: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -8125,14 +8146,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.21.0 + eslint: 8.22.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_cyuou3eaesp4l5xuzffztwscie + eslint-module-utils: 2.7.3_bqtl5xx3vbklkgkxkvld3j7ioa has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -8146,7 +8167,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_qfqnhzzittf54udqwes54xx65q: + /eslint-plugin-import/2.26.0_42jdfezp7lcuhr3fexihng3k3a: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -8156,14 +8177,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/parser': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.21.0 + eslint: 8.22.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_oh3tx5uf4prsskzvqzbn7hm6ya + eslint-module-utils: 2.7.3_rtbhofbsy3gzv73dx4xodd3q4u has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -8177,7 +8198,7 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y/6.5.1_eslint@8.21.0: + /eslint-plugin-jsx-a11y/6.5.1_eslint@8.22.0: resolution: {integrity: sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==} engines: {node: '>=4.0'} peerDependencies: @@ -8191,14 +8212,14 @@ packages: axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.21.0 + eslint: 8.22.0 has: 1.0.3 jsx-ast-utils: 3.3.0 language-tags: 1.0.5 minimatch: 3.1.2 dev: true - /eslint-plugin-prettier/4.2.1_h62lvancfh4b7r6zn2dgodrh5e: + /eslint-plugin-prettier/4.2.1_i2cojdczqdiurzgttlwdgf764e: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -8209,22 +8230,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint: 8.22.0 + eslint-config-prettier: 8.5.0_eslint@8.22.0 prettier: 2.7.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.21.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.22.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.21.0 + eslint: 8.22.0 dev: true - /eslint-plugin-react/7.30.0_eslint@8.21.0: + /eslint-plugin-react/7.30.0_eslint@8.22.0: resolution: {integrity: sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==} engines: {node: '>=4'} peerDependencies: @@ -8233,7 +8254,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.21.0 + eslint: 8.22.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.0 minimatch: 3.1.2 @@ -8247,15 +8268,15 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /eslint-plugin-simple-import-sort/7.0.0_eslint@8.21.0: + /eslint-plugin-simple-import-sort/7.0.0_eslint@8.22.0: resolution: {integrity: sha512-U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw==} peerDependencies: eslint: '>=5.0.0' dependencies: - eslint: 8.21.0 + eslint: 8.22.0 dev: true - /eslint-plugin-unused-imports/2.0.0_5zab2assvbqyh2ax4mn5ulhvd4: + /eslint-plugin-unused-imports/2.0.0_ucuinlkkm5sdcezpfpmvmgdohq: resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8265,8 +8286,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - eslint: 8.21.0 + '@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i + eslint: 8.22.0 eslint-rule-composer: 0.3.0 dev: true @@ -8290,13 +8311,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.21.0: + /eslint-utils/3.0.0_eslint@8.22.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.21.0 + eslint: 8.22.0 eslint-visitor-keys: 2.1.0 dev: true @@ -8310,8 +8331,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.21.0: - resolution: {integrity: sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==} + /eslint/8.22.0: + resolution: {integrity: sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -8325,7 +8346,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.21.0 + eslint-utils: 3.0.0_eslint@8.22.0 eslint-visitor-keys: 3.3.0 espree: 9.3.3 esquery: 1.4.0 @@ -8358,15 +8379,6 @@ packages: - supports-color dev: true - /espree/9.3.2: - resolution: {integrity: sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.8.0 - acorn-jsx: 5.3.2_acorn@8.8.0 - eslint-visitor-keys: 3.3.0 - dev: true - /espree/9.3.3: resolution: {integrity: sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -9211,8 +9223,8 @@ packages: csstype: 3.1.0 dev: false - /google-auth-library/8.1.1: - resolution: {integrity: sha512-eG3pCfrLgVJe19KhAeZwW0m1LplNEo0FX1GboWf3hu18zD2jq8TUH2K8900AB2YRAuJ7A+1aSXDp1BODjwwRzg==} + /google-auth-library/8.3.0: + resolution: {integrity: sha512-rXasaUScggvyD5ELpQC7SIOUOdqyOIifCK9TRDOLFEcuw1JxuyewKAwDs2QiKzMf8uLa0L360W0bVlV+sJDc8g==} engines: {node: '>=12'} dependencies: arrify: 2.0.1 @@ -11251,7 +11263,7 @@ packages: /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /next-i18next/11.3.0_vyccxgqxcnj5vudpssiumaxlme: + /next-i18next/11.3.0_3xcjr4wz26biff45sz3jtokgje: resolution: {integrity: sha512-xl0oIRtiVrk9ZaWBRUbNk/prva4Htdu59o9rFWzd9ax/KemaDVuTTuBZTQMkmXohUQk/MJ7w1rV/mICL6TzyGw==} engines: {node: '>=12'} peerDependencies: @@ -11264,7 +11276,7 @@ packages: hoist-non-react-statics: 3.3.2 i18next: 21.8.14 i18next-fs-backend: 1.1.4 - next: 12.2.4_n4jygvn2hj75s7kw7xng46hwly + next: 12.2.5_nda4jw7isryfwbpajazmfclzsm react: 18.2.0 react-i18next: 11.18.3_76fbphthii3jxinh3ka5k7ds7q transitivePeerDependencies: @@ -11272,8 +11284,8 @@ packages: - react-native dev: false - /next-sitemap/3.1.17_5zhu3cku25zwtyi2lv2v345ony: - resolution: {integrity: sha512-xop7KgEbWsqOe4Fr50g9RQ1UGb1bAEJoKYVVynbUqietpSltAnCIzvq/StL2gZcNyFW9K+9tZV7EpcD+72gRrA==} + /next-sitemap/3.1.20_gzpnnaylvtfluxe3m63vhk6hhm: + resolution: {integrity: sha512-ugcSQpAtwc9fk7fsr5to0yrlA/RjY0kw2wHOUqcrRXnZDwFfBwGnEVvaYbI7C4ZlhvxjJTA3G15QMpvpmvPquw==} engines: {node: '>=14.18'} hasBin: true peerDependencies: @@ -11281,13 +11293,13 @@ packages: next: '*' dependencies: '@corex/deepmerge': 4.0.29 - '@next/env': 12.2.4 + '@next/env': 12.2.5 minimist: 1.2.6 - next: 12.2.4_n4jygvn2hj75s7kw7xng46hwly + next: 12.2.5_nda4jw7isryfwbpajazmfclzsm dev: true - /next/12.2.4_n4jygvn2hj75s7kw7xng46hwly: - resolution: {integrity: sha512-b1xlxEozmAWokAXzXsi5vlmU/IfJcFNIJA8dpU5UdkFbyDPio8wwb8mAQ/Y7rGtfTgG/t/u49BiyEA+xAgFvow==} + /next/12.2.5_nda4jw7isryfwbpajazmfclzsm: + resolution: {integrity: sha512-tBdjqX5XC/oFs/6gxrZhjmiq90YWizUYU6qOWAfat7zJwrwapJ+BYgX2PmiacunXMaRpeVT4vz5MSPSLgNkrpA==} engines: {node: '>=12.22.0'} hasBin: true peerDependencies: @@ -11304,29 +11316,29 @@ packages: sass: optional: true dependencies: - '@next/env': 12.2.4 + '@next/env': 12.2.5 '@swc/helpers': 0.4.3 caniuse-lite: 1.0.30001373 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - sass: 1.54.4 - styled-jsx: 5.0.2_byq7oc57qftat37gkdlgphtura + sass: 1.54.5 + styled-jsx: 5.0.4_byq7oc57qftat37gkdlgphtura use-sync-external-store: 1.2.0_react@18.2.0 optionalDependencies: - '@next/swc-android-arm-eabi': 12.2.4 - '@next/swc-android-arm64': 12.2.4 - '@next/swc-darwin-arm64': 12.2.4 - '@next/swc-darwin-x64': 12.2.4 - '@next/swc-freebsd-x64': 12.2.4 - '@next/swc-linux-arm-gnueabihf': 12.2.4 - '@next/swc-linux-arm64-gnu': 12.2.4 - '@next/swc-linux-arm64-musl': 12.2.4 - '@next/swc-linux-x64-gnu': 12.2.4 - '@next/swc-linux-x64-musl': 12.2.4 - '@next/swc-win32-arm64-msvc': 12.2.4 - '@next/swc-win32-ia32-msvc': 12.2.4 - '@next/swc-win32-x64-msvc': 12.2.4 + '@next/swc-android-arm-eabi': 12.2.5 + '@next/swc-android-arm64': 12.2.5 + '@next/swc-darwin-arm64': 12.2.5 + '@next/swc-darwin-x64': 12.2.5 + '@next/swc-freebsd-x64': 12.2.5 + '@next/swc-linux-arm-gnueabihf': 12.2.5 + '@next/swc-linux-arm64-gnu': 12.2.5 + '@next/swc-linux-arm64-musl': 12.2.5 + '@next/swc-linux-x64-gnu': 12.2.5 + '@next/swc-linux-x64-musl': 12.2.5 + '@next/swc-win32-arm64-msvc': 12.2.5 + '@next/swc-win32-ia32-msvc': 12.2.5 + '@next/swc-win32-x64-msvc': 12.2.5 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -12710,8 +12722,8 @@ packages: - react-native dev: false - /react-colorful/5.6.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-2/sW7msvdPWYc6uKFteTOztlX8ujoKImv6k2TVSlqbGNbR3bsQMfTyHcca+kk8dDUe/bsfVkI3M2WOl1bKL+Lg==} + /react-colorful/5.6.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -12723,6 +12735,12 @@ packages: /react-dev-utils/12.0.1_xnp4kzegbjokq62cajex2ovgkm: resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} + peerDependencies: + typescript: '>=2.7' + webpack: '>=4' + peerDependenciesMeta: + typescript: + optional: true dependencies: '@babel/code-frame': 7.18.6 address: 1.2.0 @@ -12748,12 +12766,12 @@ packages: shell-quote: 1.7.3 strip-ansi: 6.0.1 text-table: 0.2.0 + typescript: 4.7.4 + webpack: 5.74.0 transitivePeerDependencies: - eslint - supports-color - - typescript - vue-template-compiler - - webpack dev: false /react-dnd-html5-backend/16.0.1: @@ -12762,7 +12780,7 @@ packages: dnd-core: 16.0.1 dev: false - /react-dnd/16.0.1_l5csus3snqtjpcuy3wz4tr3yyy: + /react-dnd/16.0.1_5ypl6f7nzggzqw6iytxu3sj2oa: resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} peerDependencies: '@types/hoist-non-react-statics': '>= 3.3.1' @@ -12779,7 +12797,7 @@ packages: dependencies: '@react-dnd/invariant': 4.0.2 '@react-dnd/shallowequal': 4.0.2 - '@types/node': 18.7.1 + '@types/node': 18.7.8 '@types/react': 18.0.17 dnd-core: 16.0.1 fast-deep-equal: 3.1.3 @@ -12830,8 +12848,8 @@ packages: shallowequal: 1.1.0 dev: false - /react-hook-form/7.34.0_react@18.2.0: - resolution: {integrity: sha512-s0/TJ09NVlEk2JPp3yit1WnMuPNBXFmUKEQPulgDi9pYBw/ZmmAFHe6AXWq73Y+kp8ye4OcMf0Jv+i/qLPektg==} + /react-hook-form/7.34.2_react@18.2.0: + resolution: {integrity: sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 @@ -13252,10 +13270,10 @@ packages: redux: 4.2.0 dev: false - /redux-saga/1.1.3: - resolution: {integrity: sha512-RkSn/z0mwaSa5/xH/hQLo8gNf4tlvT18qXDNvedihLcfzh+jMchDgaariQoehCpgRltEm4zHKJyINEz6aqswTw==} + /redux-saga/1.2.1: + resolution: {integrity: sha512-fVCicLlf4hLP+KB6H7RHfZlZ8LdYckhaemXBB3wh//a2ESyz/z/l8ygxlm0OqPjS/PARdsQ2hIdAltxEB+NgvA==} dependencies: - '@redux-saga/core': 1.1.3 + '@redux-saga/core': 1.2.1 dev: false /redux-thunk/2.4.1_redux@4.2.0: @@ -13608,8 +13626,8 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass/1.54.4: - resolution: {integrity: sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==} + /sass/1.54.5: + resolution: {integrity: sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -13665,7 +13683,7 @@ packages: dependencies: '@types/json-schema': 7.0.11 ajv: 8.11.0 - ajv-formats: 2.1.1 + ajv-formats: 2.1.1_ajv@8.11.0 ajv-keywords: 5.1.0_ajv@8.11.0 dev: false @@ -14241,8 +14259,8 @@ packages: inline-style-parser: 0.1.1 dev: false - /styled-jsx/5.0.2_byq7oc57qftat37gkdlgphtura: - resolution: {integrity: sha512-LqPQrbBh3egD57NBcHET4qcgshPks+yblyhPlH2GY8oaDgKs8SK4C3dBh3oSJjgzJ3G5t1SYEZGHkP+QEpX9EQ==} + /styled-jsx/5.0.4_byq7oc57qftat37gkdlgphtura: + resolution: {integrity: sha512-sDFWLbg4zR+UkNzfk5lPilyIgtpddfxXEULxhujorr5jtePTUqiPDc5BC0v1NRqTr/WaFBGQQUoYToGlF4B2KQ==} engines: {node: '>= 12.0.0'} peerDependencies: '@babel/core': '*' @@ -14317,10 +14335,12 @@ packages: engines: {node: '>=0.10'} dev: true - /tailwindcss/3.1.8: + /tailwindcss/3.1.8_postcss@8.4.16: resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==} engines: {node: '>=12.13.0'} hasBin: true + peerDependencies: + postcss: ^8.0.9 dependencies: arg: 5.0.2 chokidar: 3.5.3 @@ -14604,7 +14624,7 @@ packages: dev: true optional: true - /ts-node/10.9.1_lep773egrlwq7kh77ngus6artu: + /ts-node/10.9.1_itmtyrrie7wpjnrpwbb5uqyzwa: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -14623,7 +14643,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.7.1 + '@types/node': 18.7.8 acorn: 8.8.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -14807,7 +14827,7 @@ packages: pg: 8.7.3 reflect-metadata: 0.1.13 sha.js: 2.4.11 - ts-node: 10.9.1_lep773egrlwq7kh77ngus6artu + ts-node: 10.9.1_itmtyrrie7wpjnrpwbb5uqyzwa tslib: 2.4.0 uuid: 8.3.2 xml2js: 0.4.23 @@ -14903,6 +14923,7 @@ packages: /unified/9.2.0: resolution: {integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==} dependencies: + '@types/unist': 2.0.6 bail: 1.0.5 extend: 3.0.2 is-buffer: 2.0.5 @@ -14914,6 +14935,7 @@ packages: /unified/9.2.2: resolution: {integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==} dependencies: + '@types/unist': 2.0.6 bail: 1.0.5 extend: 3.0.2 is-buffer: 2.0.5 diff --git a/schema/package.json b/schema/package.json index a57141da..828f35c2 100644 --- a/schema/package.json +++ b/schema/package.json @@ -9,7 +9,7 @@ "lint": "eslint --fix --ext .ts ./src" }, "devDependencies": { - "eslint": "^8.21.0", + "eslint": "^8.22.0", "typescript": "^4.7.4" } } diff --git a/server/package.json b/server/package.json index 728cf993..a1fbd8c5 100644 --- a/server/package.json +++ b/server/package.json @@ -10,15 +10,15 @@ "lint": "eslint --fix --ext .ts ./src" }, "dependencies": { - "@aws-sdk/client-s3": "^3.145.0", + "@aws-sdk/client-s3": "^3.154.0", "@nestjs/axios": "^0.1.0", - "@nestjs/common": "^9.0.9", + "@nestjs/common": "^9.0.11", "@nestjs/config": "^2.2.0", - "@nestjs/core": "^9.0.9", + "@nestjs/core": "^9.0.11", "@nestjs/jwt": "^9.0.0", "@nestjs/mapped-types": "^1.1.0", "@nestjs/passport": "^9.0.0", - "@nestjs/platform-express": "^9.0.9", + "@nestjs/platform-express": "^9.0.11", "@nestjs/schedule": "^2.1.0", "@nestjs/serve-static": "^3.0.0", "@nestjs/terminus": "^9.1.1", @@ -31,8 +31,8 @@ "class-validator": "^0.13.2", "cookie-parser": "^1.4.6", "csvtojson": "^2.0.10", - "dayjs": "^1.11.4", - "google-auth-library": "^8.1.1", + "dayjs": "^1.11.5", + "google-auth-library": "^8.3.0", "joi": "^17.6.0", "lodash": "^4.17.21", "multer": "^1.4.4", @@ -57,10 +57,12 @@ "@types/bcrypt": "^5.0.0", "@types/cookie-parser": "^1.4.3", "@types/express": "^4.17.13", - "@types/lodash": "^4.14.182", + "@types/lodash": "^4.14.184", "@types/multer": "^1.4.7", - "@types/node": "^18.7.1", - "eslint": "^8.21.0", + "@types/node": "^18.7.8", + "@types/passport-jwt": "^3.0.6", + "@types/passport-local": "^1.0.34", + "eslint": "^8.22.0", "prettier": "^2.7.1", "source-map-support": "^0.5.21", "ts-loader": "^9.3.1",