From 4743828e6bcaaadf405f2ebbb50e9e25245cfcf6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 16 Mar 2022 06:40:49 +0100 Subject: [PATCH] chore(deps): update dependencies to match latest patch fixes --- client/package.json | 24 +- docs/package.json | 2 +- package.json | 6 +- pnpm-lock.yaml | 798 ++++++++++++++++++++++++++------------------ server/package.json | 16 +- 5 files changed, 501 insertions(+), 345 deletions(-) diff --git a/client/package.json b/client/package.json index d4ab25be..fa3daa6f 100644 --- a/client/package.json +++ b/client/package.json @@ -14,13 +14,13 @@ "@emotion/styled": "^11.8.1", "@hookform/resolvers": "2.8.8", "@monaco-editor/react": "^4.3.1", - "@mui/icons-material": "^5.5.0", - "@mui/lab": "^5.0.0-alpha.72", - "@mui/material": "^5.5.0", + "@mui/icons-material": "^5.5.1", + "@mui/lab": "^5.0.0-alpha.73", + "@mui/material": "^5.5.1", "@reduxjs/toolkit": "^1.8.0", "axios": "^0.26.1", "clsx": "^1.1.1", - "dayjs": "^1.10.8", + "dayjs": "^1.11.0", "downloadjs": "^1.4.7", "joi": "^17.6.0", "lodash": "^4.17.21", @@ -40,7 +40,7 @@ "react-hot-toast": "2.2.0", "react-hotkeys-hook": "^3.4.4", "react-icons": "^4.3.1", - "react-markdown": "^8.0.0", + "react-markdown": "^8.0.1", "react-query": "^3.34.16", "react-redux": "^7.2.6", "react-zoom-pan-pinch": "^2.1.3", @@ -48,16 +48,16 @@ "redux-persist": "^6.0.0", "redux-saga": "^1.1.3", "remark-gfm": "^3.0.1", - "sharp": "^0.30.2", + "sharp": "^0.30.3", "uuid": "^8.3.2", "webfontloader": "^1.6.28" }, "devDependencies": { - "@babel/core": "^7.17.5", + "@babel/core": "^7.17.7", "@reactive-resume/schema": "workspace:*", "@tailwindcss/typography": "^0.5.2", "@types/downloadjs": "^1.4.3", - "@types/lodash": "^4.14.179", + "@types/lodash": "^4.14.180", "@types/node": "17.0.21", "@types/react": "17.0.40", "@types/react-beautiful-dnd": "^13.1.2", @@ -65,12 +65,12 @@ "@types/tailwindcss": "^3.0.9", "@types/uuid": "^8.3.4", "@types/webfontloader": "^1.6.34", - "autoprefixer": "^10.4.2", + "autoprefixer": "^10.4.3", "eslint": "^8.11.0", "eslint-config-next": "12.1.0", - "next-sitemap": "^2.5.7", - "postcss": "^8.4.8", - "prettier": "^2.5.1", + "next-sitemap": "^2.5.10", + "postcss": "^8.4.11", + "prettier": "^2.6.0", "sass": "^1.49.9", "tailwindcss": "^3.0.23", "typescript": "<4.6.0" diff --git a/docs/package.json b/docs/package.json index fab3a920..f8a735e4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@algolia/client-search": "^4.12.2", + "@algolia/client-search": "^4.13.0", "@docusaurus/core": "2.0.0-beta.17", "@docusaurus/preset-classic": "2.0.0-beta.17", "@mdx-js/react": "^1.6.22", diff --git a/package.json b/package.json index eb64cc9a..f8af4f51 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "env-cmd": "^10.1.0" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.14.0", - "@typescript-eslint/parser": "^5.14.0", + "@typescript-eslint/eslint-plugin": "^5.15.0", + "@typescript-eslint/parser": "^5.15.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.11.0", "eslint-config-prettier": "^8.5.0", @@ -48,7 +48,7 @@ "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-unused-imports": "^2.0.0", "husky": "^7.0.4", - "prettier": "^2.5.1", + "prettier": "^2.6.0", "standard-version": "^9.3.2", "typescript": "^4.5.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 443ddbf9..a8e3a8ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,8 +4,8 @@ importers: .: specifiers: - '@typescript-eslint/eslint-plugin': ^5.14.0 - '@typescript-eslint/parser': ^5.14.0 + '@typescript-eslint/eslint-plugin': ^5.15.0 + '@typescript-eslint/parser': ^5.15.0 concurrently: ^7.0.0 cz-conventional-changelog: ^3.3.0 env-cmd: ^10.1.0 @@ -16,44 +16,44 @@ importers: eslint-plugin-simple-import-sort: ^7.0.0 eslint-plugin-unused-imports: ^2.0.0 husky: ^7.0.4 - prettier: ^2.5.1 + prettier: ^2.6.0 standard-version: ^9.3.2 typescript: ^4.5.5 dependencies: concurrently: 7.0.0 env-cmd: 10.1.0 devDependencies: - '@typescript-eslint/eslint-plugin': 5.14.0_d03fe00fe0c17209f02f4da98ec90c96 - '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.5.5 + '@typescript-eslint/eslint-plugin': 5.15.0_2c2afe8413bf1e049b8c0c1e7da9fea0 + '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.5.5 cz-conventional-changelog: 3.3.0 eslint: 8.11.0 eslint-config-prettier: 8.5.0_eslint@8.11.0 eslint-plugin-import: 2.25.4_eslint@8.11.0 - eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967 + eslint-plugin-prettier: 4.0.0_68edcf5670f37721baf5d2cac6124e4d eslint-plugin-simple-import-sort: 7.0.0_eslint@8.11.0 - eslint-plugin-unused-imports: 2.0.0_1067913d59f133605d8769eddb19dee7 + eslint-plugin-unused-imports: 2.0.0_10b06f89160d8e2f4b80beac9362de79 husky: 7.0.4 - prettier: 2.5.1 + prettier: 2.6.0 standard-version: 9.3.2 typescript: 4.5.5 client: specifiers: - '@babel/core': ^7.17.5 + '@babel/core': ^7.17.7 '@beam-australia/react-env': ^3.1.1 '@emotion/css': ^11.7.1 '@emotion/react': ^11.8.2 '@emotion/styled': ^11.8.1 '@hookform/resolvers': 2.8.8 '@monaco-editor/react': ^4.3.1 - '@mui/icons-material': ^5.5.0 - '@mui/lab': ^5.0.0-alpha.72 - '@mui/material': ^5.5.0 + '@mui/icons-material': ^5.5.1 + '@mui/lab': ^5.0.0-alpha.73 + '@mui/material': ^5.5.1 '@reactive-resume/schema': workspace:* '@reduxjs/toolkit': ^1.8.0 '@tailwindcss/typography': ^0.5.2 '@types/downloadjs': ^1.4.3 - '@types/lodash': ^4.14.179 + '@types/lodash': ^4.14.180 '@types/node': 17.0.21 '@types/react': 17.0.40 '@types/react-beautiful-dnd': ^13.1.2 @@ -61,10 +61,10 @@ importers: '@types/tailwindcss': ^3.0.9 '@types/uuid': ^8.3.4 '@types/webfontloader': ^1.6.34 - autoprefixer: ^10.4.2 + autoprefixer: ^10.4.3 axios: ^0.26.1 clsx: ^1.1.1 - dayjs: ^1.10.8 + dayjs: ^1.11.0 downloadjs: ^1.4.7 eslint: ^8.11.0 eslint-config-next: 12.1.0 @@ -75,9 +75,9 @@ importers: nanoid: ^3.3.1 next: 12.1.0 next-i18next: ^10.5.0 - next-sitemap: ^2.5.7 - postcss: ^8.4.8 - prettier: ^2.5.1 + next-sitemap: ^2.5.10 + postcss: ^8.4.11 + prettier: ^2.6.0 react: '>=17' react-beautiful-dnd: ^13.1.0 react-colorful: ^5.5.1 @@ -89,7 +89,7 @@ importers: react-hot-toast: 2.2.0 react-hotkeys-hook: ^3.4.4 react-icons: ^4.3.1 - react-markdown: ^8.0.0 + react-markdown: ^8.0.1 react-query: ^3.34.16 react-redux: ^7.2.6 react-zoom-pan-pinch: ^2.1.3 @@ -98,32 +98,32 @@ importers: redux-saga: ^1.1.3 remark-gfm: ^3.0.1 sass: ^1.49.9 - sharp: ^0.30.2 + sharp: ^0.30.3 tailwindcss: ^3.0.23 typescript: <4.6.0 uuid: ^8.3.2 webfontloader: ^1.6.28 dependencies: '@beam-australia/react-env': 3.1.1 - '@emotion/css': 11.7.1_@babel+core@7.17.5 - '@emotion/react': 11.8.2_bf389bc9d9c898d23b26c0366b4e1ca7 - '@emotion/styled': 11.8.1_f003f72b024767ff904b1489bd7777d6 + '@emotion/css': 11.7.1_@babel+core@7.17.7 + '@emotion/react': 11.8.2_47ea947e2a228aa5b9e98bcc4bbde992 + '@emotion/styled': 11.8.1_014d3fd47caecfb5ae8372631ae4f839 '@hookform/resolvers': 2.8.8_react-hook-form@7.28.0 '@monaco-editor/react': 4.3.1_66b714495a9e953b0598750a09f73ca1 - '@mui/icons-material': 5.5.0_e26da9a06063015d999cdabd2929947d - '@mui/lab': 5.0.0-alpha.72_57f933a7d56ee7cf7cbd07e4dc93cbbd - '@mui/material': 5.5.0_04cccb159326fc32d263f5d228230564 + '@mui/icons-material': 5.5.1_eaabad477ab592e6fc6c82ff11471ee4 + '@mui/lab': 5.0.0-alpha.73_cbec4d7d8425fe04792642a71b60acea + '@mui/material': 5.5.1_04cccb159326fc32d263f5d228230564 '@reduxjs/toolkit': 1.8.0_react-redux@7.2.6+react@17.0.2 axios: 0.26.1 clsx: 1.1.1 - dayjs: 1.10.8 + dayjs: 1.11.0 downloadjs: 1.4.7 joi: 17.6.0 lodash: 4.17.21 md5-hex: 4.0.0 monaco-editor: 0.33.0 nanoid: 3.3.1 - next: 12.1.0_b8b2418670651b634ff05a91b7cd94fe + next: 12.1.0_6f8a40c9aae361fcde4eab0beee18dbb next-i18next: 10.5.0_caa633a00319350dbda42996613fe26c react: 17.0.2 react-beautiful-dnd: 13.1.0_react-dom@17.0.2+react@17.0.2 @@ -136,7 +136,7 @@ importers: react-hot-toast: 2.2.0_react-dom@17.0.2+react@17.0.2 react-hotkeys-hook: 3.4.4_react-dom@17.0.2+react@17.0.2 react-icons: 4.3.1_react@17.0.2 - react-markdown: 8.0.0_00d6772dea80510e818fd171caaa025a + react-markdown: 8.0.1_00d6772dea80510e818fd171caaa025a react-query: 3.34.16_react-dom@17.0.2+react@17.0.2 react-redux: 7.2.6_react-dom@17.0.2+react@17.0.2 react-zoom-pan-pinch: 2.1.3_react-dom@17.0.2+react@17.0.2 @@ -144,15 +144,15 @@ importers: redux-persist: 6.0.0_redux@4.1.2 redux-saga: 1.1.3 remark-gfm: 3.0.1 - sharp: 0.30.2 + sharp: 0.30.3 uuid: 8.3.2 webfontloader: 1.6.28 devDependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.7 '@reactive-resume/schema': link:../schema '@tailwindcss/typography': 0.5.2_tailwindcss@3.0.23 '@types/downloadjs': 1.4.3 - '@types/lodash': 4.14.179 + '@types/lodash': 4.14.180 '@types/node': 17.0.21 '@types/react': 17.0.40 '@types/react-beautiful-dnd': 13.1.2 @@ -160,19 +160,19 @@ importers: '@types/tailwindcss': 3.0.9 '@types/uuid': 8.3.4 '@types/webfontloader': 1.6.34 - autoprefixer: 10.4.2_postcss@8.4.8 + autoprefixer: 10.4.3_postcss@8.4.11 eslint: 8.11.0 eslint-config-next: 12.1.0_642f5165dd9de061c5f687b80ba320f8 - next-sitemap: 2.5.7_next@12.1.0 - postcss: 8.4.8 - prettier: 2.5.1 + next-sitemap: 2.5.10_next@12.1.0 + postcss: 8.4.11 + prettier: 2.6.0 sass: 1.49.9 - tailwindcss: 3.0.23_autoprefixer@10.4.2 + tailwindcss: 3.0.23_autoprefixer@10.4.3 typescript: 4.5.5 docs: specifiers: - '@algolia/client-search': ^4.12.2 + '@algolia/client-search': ^4.13.0 '@docusaurus/core': 2.0.0-beta.17 '@docusaurus/preset-classic': 2.0.0-beta.17 '@mdx-js/react': ^1.6.22 @@ -182,9 +182,9 @@ importers: react: ^17.0.2 react-dom: ^17.0.2 dependencies: - '@algolia/client-search': 4.12.2 + '@algolia/client-search': 4.13.0 '@docusaurus/core': 2.0.0-beta.17_4f67b1b4c3a5ca8dda082933f96e1300 - '@docusaurus/preset-classic': 2.0.0-beta.17_de5593f83ecbc1a916aa0395748d785c + '@docusaurus/preset-classic': 2.0.0-beta.17_94670e0883f7b5c14bef7104953f286c '@mdx-js/react': 1.6.22_react@17.0.2 clsx: 1.1.1 prism-react-renderer: 1.3.1_react@17.0.2 @@ -204,14 +204,14 @@ importers: server: specifiers: '@nestjs/axios': ^0.0.7 - '@nestjs/cli': ^8.2.2 - '@nestjs/common': ^8.4.0 + '@nestjs/cli': ^8.2.3 + '@nestjs/common': ^8.4.1 '@nestjs/config': ^1.2.0 - '@nestjs/core': ^8.4.0 + '@nestjs/core': ^8.4.1 '@nestjs/jwt': ^8.0.0 '@nestjs/mapped-types': ^1.0.1 '@nestjs/passport': ^8.2.1 - '@nestjs/platform-express': ^8.4.0 + '@nestjs/platform-express': ^8.4.1 '@nestjs/schedule': ^1.0.2 '@nestjs/schematics': ^8.0.8 '@nestjs/serve-static': ^2.2.2 @@ -231,9 +231,9 @@ importers: class-validator: ^0.13.2 cookie-parser: ^1.4.6 csvtojson: ^2.0.10 - dayjs: ^1.10.8 + dayjs: ^1.11.0 eslint: ^8.11.0 - googleapis: ^96.0.0 + googleapis: ^97.0.0 joi: ^17.6.0 lodash: ^4.17.21 multer: ^1.4.4 @@ -244,8 +244,8 @@ importers: passport-local: ^1.0.0 pdf-lib: ^1.17.1 pg: ^8.7.3 - playwright-chromium: ^1.19.2 - prettier: ^2.5.1 + playwright-chromium: ^1.20.0 + prettier: ^2.6.0 reflect-metadata: ^0.1.13 rimraf: ^3.0.2 rxjs: ^7.5.5 @@ -258,18 +258,18 @@ importers: uuid: ^8.3.2 webpack: ^5.70.0 dependencies: - '@nestjs/axios': 0.0.7_fa5d7eac25d9989be5b1db3b5778139c - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 - '@nestjs/config': 1.2.0_fa5d7eac25d9989be5b1db3b5778139c - '@nestjs/core': 8.4.0_ded80713f50ec1c99e9ba95af1765d72 - '@nestjs/jwt': 8.0.0_@nestjs+common@8.4.0 - '@nestjs/mapped-types': 1.0.1_7c37dec5f311cf2dfddc0f9a032e50d3 - '@nestjs/passport': 8.2.1_7279ab1fdcd161f1ce2d9179e8fa21f7 - '@nestjs/platform-express': 8.4.0_31e7036b193d6d3c9cadab18cbb4af84 - '@nestjs/schedule': 1.0.2_1ce925e2290a1cea9e3700e8a60baeb5 - '@nestjs/serve-static': 2.2.2_31e7036b193d6d3c9cadab18cbb4af84 - '@nestjs/terminus': 8.0.4_44ad68f90df6df0ad3d3ea7593df94f3 - '@nestjs/typeorm': 8.0.3_d17aee4fbe284d59b832be708c000fe0 + '@nestjs/axios': 0.0.7_b8034d7883829e8dea958456cea5a5cb + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/config': 1.2.0_b8034d7883829e8dea958456cea5a5cb + '@nestjs/core': 8.4.1_03a788a1eb0bf93a7b64e9ce96523e26 + '@nestjs/jwt': 8.0.0_@nestjs+common@8.4.1 + '@nestjs/mapped-types': 1.0.1_7d4466f82a71f886e9e64844ca25cf70 + '@nestjs/passport': 8.2.1_70d98f1edabaa889bf69e4387dc17f8c + '@nestjs/platform-express': 8.4.1_214a294e539403889bf33d78c1f08a26 + '@nestjs/schedule': 1.0.2_891fcd1c5b0f2c9b3aea247fec3c8ce1 + '@nestjs/serve-static': 2.2.2_214a294e539403889bf33d78c1f08a26 + '@nestjs/terminus': 8.0.4_b68caa36af62aa4e088f563096b746ee + '@nestjs/typeorm': 8.0.3_677ecdef8b8569bbfcfe6edbe0eed33b '@sendgrid/mail': 7.6.2 '@types/passport': 1.0.7 bcrypt: 5.0.1 @@ -278,8 +278,8 @@ importers: class-validator: 0.13.2 cookie-parser: 1.4.6 csvtojson: 2.0.10 - dayjs: 1.10.8 - googleapis: 96.0.0 + dayjs: 1.11.0 + googleapis: 97.0.0 joi: 17.6.0 lodash: 4.17.21 multer: 1.4.4 @@ -290,14 +290,14 @@ importers: passport-local: 1.0.0 pdf-lib: 1.17.1 pg: 8.7.3 - playwright-chromium: 1.19.2 + playwright-chromium: 1.20.0 reflect-metadata: 0.1.13 rimraf: 3.0.2 rxjs: 7.5.5 typeorm: 0.2.45_pg@8.7.3 uuid: 8.3.2 devDependencies: - '@nestjs/cli': 8.2.2 + '@nestjs/cli': 8.2.3 '@nestjs/schematics': 8.0.8_typescript@4.5.5 '@reactive-resume/schema': link:../schema '@types/bcrypt': 5.0.0 @@ -306,7 +306,7 @@ importers: '@types/multer': 1.4.7 '@types/node': 17.0.21 eslint: 8.11.0 - prettier: 2.5.1 + prettier: 2.6.0 source-map-support: 0.5.21 ts-loader: 9.2.8_typescript@4.5.5+webpack@5.70.0 ts-node: 10.7.0_99a448058f874aec2a353d0e974167cc @@ -322,14 +322,14 @@ packages: '@algolia/autocomplete-shared': 1.5.2 dev: false - /@algolia/autocomplete-preset-algolia/1.5.2_14692054139f70b780ac93b62be8ffd8: + /@algolia/autocomplete-preset-algolia/1.5.2_0e7d0fa1316a1da795248855ef6c22d0: resolution: {integrity: sha512-3MRYnYQFJyovANzSX2CToS6/5cfVjbLLqFsZTKcvF3abhQzxbqwwaMBlJtt620uBUOeMzhdfasKhCc40+RHiZw==} peerDependencies: '@algolia/client-search': ^4.9.1 algoliasearch: ^4.9.1 dependencies: '@algolia/autocomplete-shared': 1.5.2 - '@algolia/client-search': 4.12.2 + '@algolia/client-search': 4.13.0 algoliasearch: 4.12.2 dev: false @@ -347,6 +347,10 @@ packages: resolution: {integrity: sha512-r//r7MF0Na0HxD2BHnjWsDKuI72Z5UEf/Rb/8MC08XKBsjCwBihGxWxycjRcNGjNEIxJBsvRMIEOipcd9qD54g==} dev: false + /@algolia/cache-common/4.13.0: + resolution: {integrity: sha512-f9mdZjskCui/dA/fA/5a+6hZ7xnHaaZI5tM/Rw9X8rRB39SUlF/+o3P47onZ33n/AwkpSbi5QOyhs16wHd55kA==} + dev: false + /@algolia/cache-in-memory/4.12.2: resolution: {integrity: sha512-opWpbBUloP1fcTG3wBDnAfcoyNXW5GFDgGtLXrSANdfnelPKkr3O8j01ZTkRlPIuBDR0izGZG8MVWMDlTf71Bw==} dependencies: @@ -377,6 +381,13 @@ packages: '@algolia/transporter': 4.12.2 dev: false + /@algolia/client-common/4.13.0: + resolution: {integrity: sha512-GoXfTp0kVcbgfSXOjfrxx+slSipMqGO9WnNWgeMmru5Ra09MDjrcdunsiiuzF0wua6INbIpBQFTC2Mi5lUNqGA==} + dependencies: + '@algolia/requester-common': 4.13.0 + '@algolia/transporter': 4.13.0 + dev: false + /@algolia/client-personalization/4.12.2: resolution: {integrity: sha512-JBW3vYFGIm5sAAy3cLUdmUCpmSAdreo5S1fERg7xgF6KyxGrwyy5BViTNWrOKG+av2yusk1wKydOYJ1Fbpbaxw==} dependencies: @@ -393,6 +404,14 @@ packages: '@algolia/transporter': 4.12.2 dev: false + /@algolia/client-search/4.13.0: + resolution: {integrity: sha512-blgCKYbZh1NgJWzeGf+caKE32mo3j54NprOf0LZVCubQb3Kx37tk1Hc8SDs9bCAE8hUvf3cazMPIg7wscSxspA==} + dependencies: + '@algolia/client-common': 4.13.0 + '@algolia/requester-common': 4.13.0 + '@algolia/transporter': 4.13.0 + dev: false + /@algolia/events/4.0.1: resolution: {integrity: sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==} dev: false @@ -401,6 +420,10 @@ packages: resolution: {integrity: sha512-iOiJAymLjq137G7+8EQuUEkrgta0cZGMg6scp8s4hJ+X6k+6By4nyptdkCWYwKLsW/Xy927QcIhGlkWV78vQIQ==} dev: false + /@algolia/logger-common/4.13.0: + resolution: {integrity: sha512-8yqXk7rMtmQJ9wZiHOt/6d4/JDEg5VCk83gJ39I+X/pwUPzIsbKy9QiK4uJ3aJELKyoIiDT1hpYVt+5ia+94IA==} + dev: false + /@algolia/logger-console/4.12.2: resolution: {integrity: sha512-veuQZyTSqHoHJtr9mLMnYeal9Mee6hCie4eqY+645VbeOrgT9p/kCMbKg5GLJGoLPlXGu7C0XpHyUj5k7/NQyw==} dependencies: @@ -417,6 +440,10 @@ packages: resolution: {integrity: sha512-4szj/lvDQf/u8EyyRBBRZD1ZkKDyLBbckLj7meQDlnbfwnW1UpLwpB2l3XJ9wDmDSftGxUCeTl5oMFe4z9OEvQ==} dev: false + /@algolia/requester-common/4.13.0: + resolution: {integrity: sha512-BRTDj53ecK+gn7ugukDWOOcBRul59C4NblCHqj4Zm5msd5UnHFjd/sGX+RLOEoFMhetILAnmg6wMrRrQVac9vw==} + dev: false + /@algolia/requester-node-http/4.12.2: resolution: {integrity: sha512-UXfJNZt2KMwjBjiOa3cJ/PyoXWZa/F1vy6rdyG4xQeZDcLbqKP3O2b+bOJcGPmFbmdwBhtAyMVLt+hvAvAVfOw==} dependencies: @@ -431,6 +458,14 @@ packages: '@algolia/requester-common': 4.12.2 dev: false + /@algolia/transporter/4.13.0: + resolution: {integrity: sha512-8tSQYE+ykQENAdeZdofvtkOr5uJ9VcQSWgRhQ9h01AehtBIPAczk/b2CLrMsw5yQZziLs5cZ3pJ3478yI+urhA==} + dependencies: + '@algolia/cache-common': 4.13.0 + '@algolia/logger-common': 4.13.0 + '@algolia/requester-common': 4.13.0 + dev: false + /@ampproject/remapping/2.1.2: resolution: {integrity: sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==} engines: {node: '>=6.0.0'} @@ -472,13 +507,31 @@ packages: source-map: 0.7.3 dev: true - /@angular-devkit/schematics-cli/13.2.5_chokidar@3.5.3: - resolution: {integrity: sha512-/3Q1+wtE+l5XXoXX/7157yh4Wpi+FNEryx5gDcfPJchgtovxj28nzquD0vXnvpyr3Wd8OaMwg6vW4EfL82jRKg==} + /@angular-devkit/core/13.2.6_chokidar@3.5.3: + resolution: {integrity: sha512-8h2mWdBTN/dYwZuzKMg2IODlOWMdbJcpQG4XVrkk9ejCPP+3aX5Aa3glCe/voN6eBNiRfs8YDM0jxmpN2aWVtg==} + engines: {node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + peerDependencies: + chokidar: ^3.5.2 + peerDependenciesMeta: + chokidar: + optional: true + dependencies: + ajv: 8.9.0 + ajv-formats: 2.1.1 + chokidar: 3.5.3 + fast-json-stable-stringify: 2.1.0 + magic-string: 0.25.7 + rxjs: 6.6.7 + source-map: 0.7.3 + dev: true + + /@angular-devkit/schematics-cli/13.2.6_chokidar@3.5.3: + resolution: {integrity: sha512-VdMLn4DoTswjk+1RL+pod8EwLkzh8pMT2OBJ9dhsITru1sr0/2nhsqRwZzZylAXjrFwdfPj1E/vfcAfSkmMGvw==} engines: {node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true dependencies: - '@angular-devkit/core': 13.2.5_chokidar@3.5.3 - '@angular-devkit/schematics': 13.2.5_chokidar@3.5.3 + '@angular-devkit/core': 13.2.6_chokidar@3.5.3 + '@angular-devkit/schematics': 13.2.6_chokidar@3.5.3 ansi-colors: 4.1.1 inquirer: 8.2.0 minimist: 1.2.5 @@ -513,6 +566,19 @@ packages: - chokidar dev: true + /@angular-devkit/schematics/13.2.6_chokidar@3.5.3: + resolution: {integrity: sha512-mPgSqdnZRuPSMeUA+T+mwVCrq2yhXpcYm1/Rjbhy09CyHs4wSrFv21WHCrE6shlvXpcmwr0n+I0DIeagAPmjUA==} + engines: {node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + dependencies: + '@angular-devkit/core': 13.2.6_chokidar@3.5.3 + jsonc-parser: 3.0.0 + magic-string: 0.25.7 + ora: 5.4.1 + rxjs: 6.6.7 + transitivePeerDependencies: + - chokidar + dev: true + /@babel/code-frame/7.16.7: resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} engines: {node: '>=6.9.0'} @@ -522,6 +588,12 @@ packages: /@babel/compat-data/7.17.0: resolution: {integrity: sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==} engines: {node: '>=6.9.0'} + dev: false + + /@babel/compat-data/7.17.7: + resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==} + engines: {node: '>=6.9.0'} + dev: true /@babel/core/7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} @@ -568,6 +640,30 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: false + + /@babel/core/7.17.7: + resolution: {integrity: sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.1.2 + '@babel/code-frame': 7.16.7 + '@babel/generator': 7.17.7 + '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.7 + '@babel/helper-module-transforms': 7.17.7 + '@babel/helpers': 7.17.7 + '@babel/parser': 7.17.7 + '@babel/template': 7.16.7 + '@babel/traverse': 7.17.3 + '@babel/types': 7.17.0 + convert-source-map: 1.8.0 + debug: 4.3.3 + gensync: 1.0.0-beta.2 + json5: 2.2.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true /@babel/generator/7.17.3: resolution: {integrity: sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==} @@ -576,6 +672,15 @@ packages: '@babel/types': 7.17.0 jsesc: 2.5.2 source-map: 0.5.7 + dev: false + + /@babel/generator/7.17.7: + resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.17.0 + jsesc: 2.5.2 + source-map: 0.5.7 /@babel/helper-annotate-as-pure/7.16.7: resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} @@ -603,6 +708,20 @@ packages: '@babel/helper-validator-option': 7.16.7 browserslist: 4.20.0 semver: 6.3.0 + dev: false + + /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.7: + resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.17.7 + '@babel/core': 7.17.7 + '@babel/helper-validator-option': 7.16.7 + browserslist: 4.20.2 + semver: 6.3.0 + dev: true /@babel/helper-create-class-features-plugin/7.17.6_@babel+core@7.17.5: resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==} @@ -711,6 +830,23 @@ packages: '@babel/types': 7.17.0 transitivePeerDependencies: - supports-color + dev: false + + /@babel/helper-module-transforms/7.17.7: + resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-simple-access': 7.17.7 + '@babel/helper-split-export-declaration': 7.16.7 + '@babel/helper-validator-identifier': 7.16.7 + '@babel/template': 7.16.7 + '@babel/traverse': 7.17.3 + '@babel/types': 7.17.0 + transitivePeerDependencies: + - supports-color + dev: true /@babel/helper-optimise-call-expression/7.16.7: resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} @@ -757,6 +893,14 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.17.0 + dev: false + + /@babel/helper-simple-access/7.17.7: + resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.17.0 + dev: true /@babel/helper-skip-transparent-expression-wrappers/7.16.0: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} @@ -800,6 +944,18 @@ packages: '@babel/types': 7.17.0 transitivePeerDependencies: - supports-color + dev: false + + /@babel/helpers/7.17.7: + resolution: {integrity: sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.16.7 + '@babel/traverse': 7.17.3 + '@babel/types': 7.17.0 + transitivePeerDependencies: + - supports-color + dev: true /@babel/highlight/7.16.10: resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==} @@ -813,6 +969,12 @@ packages: resolution: {integrity: sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==} engines: {node: '>=6.0.0'} hasBin: true + dev: false + + /@babel/parser/7.17.7: + resolution: {integrity: sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==} + engines: {node: '>=6.0.0'} + hasBin: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.5: resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} @@ -1104,6 +1266,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: false + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.7: + resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.7 + '@babel/helper-plugin-utils': 7.16.7 + dev: false + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.5: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -1798,7 +1970,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/parser': 7.17.3 + '@babel/parser': 7.17.7 '@babel/types': 7.17.0 /@babel/traverse/7.17.3: @@ -1806,12 +1978,12 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.3 + '@babel/generator': 7.17.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.17.3 + '@babel/parser': 7.17.7 '@babel/types': 7.17.0 debug: 4.3.3 globals: 11.12.0 @@ -1924,7 +2096,7 @@ packages: '@date-io/core': 2.13.1 dev: false - /@date-io/dayjs/2.13.1_dayjs@1.10.8: + /@date-io/dayjs/2.13.1_dayjs@1.11.0: resolution: {integrity: sha512-5bL4WWWmlI4uGZVScANhHJV7Mjp93ec2gNeUHDqqLaMZhp51S0NgD25oqj/k0LqBn1cdU2MvzNpk/ObMmVv5cQ==} peerDependencies: dayjs: ^1.8.17 @@ -1933,7 +2105,7 @@ packages: optional: true dependencies: '@date-io/core': 2.13.1 - dayjs: 1.10.8 + dayjs: 1.11.0 dev: false /@date-io/luxon/2.13.1: @@ -1962,7 +2134,7 @@ packages: resolution: {integrity: sha512-1kkV7tkAsiuEd0shunYRByKJe3xQDG2q7wYg24SOw1nV9/2lwEd4WrUYRJC/ukGTl2/kHeFxsaUvtiOy0y6fFA==} dev: false - /@docsearch/react/3.0.0_b7370fe379365cb66d103ab107c4222a: + /@docsearch/react/3.0.0_480a8db74f6ad30acbb587f476cf6f4e: resolution: {integrity: sha512-yhMacqS6TVQYoBh/o603zszIb5Bl8MIXuOc6Vy617I74pirisDzzcNh0NEaYQt50fVVR3khUbeEhUEWEWipESg==} peerDependencies: '@types/react': '>= 16.8.0 < 18.0.0' @@ -1970,7 +2142,7 @@ packages: react-dom: '>= 16.8.0 < 18.0.0' dependencies: '@algolia/autocomplete-core': 1.5.2 - '@algolia/autocomplete-preset-algolia': 1.5.2_14692054139f70b780ac93b62be8ffd8 + '@algolia/autocomplete-preset-algolia': 1.5.2_0e7d0fa1316a1da795248855ef6c22d0 '@docsearch/css': 3.0.0 '@types/react': 17.0.40 algoliasearch: 4.12.2 @@ -2380,7 +2552,7 @@ packages: - webpack-cli dev: false - /@docusaurus/preset-classic/2.0.0-beta.17_de5593f83ecbc1a916aa0395748d785c: + /@docusaurus/preset-classic/2.0.0-beta.17_94670e0883f7b5c14bef7104953f286c: resolution: {integrity: sha512-7YUxPEgM09aZWr25/hpDEp1gPl+1KsCPV1ZTRW43sbQ9TinPm+9AKR3rHVDa8ea8MdiS7BpqCVyK+H/eiyQrUw==} engines: {node: '>=14'} peerDependencies: @@ -2397,7 +2569,7 @@ packages: '@docusaurus/plugin-sitemap': 2.0.0-beta.17_4f67b1b4c3a5ca8dda082933f96e1300 '@docusaurus/theme-classic': 2.0.0-beta.17_4f67b1b4c3a5ca8dda082933f96e1300 '@docusaurus/theme-common': 2.0.0-beta.17_4f67b1b4c3a5ca8dda082933f96e1300 - '@docusaurus/theme-search-algolia': 2.0.0-beta.17_de5593f83ecbc1a916aa0395748d785c + '@docusaurus/theme-search-algolia': 2.0.0-beta.17_94670e0883f7b5c14bef7104953f286c react: 17.0.2 react-dom: 17.0.2_react@17.0.2 transitivePeerDependencies: @@ -2507,14 +2679,14 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-search-algolia/2.0.0-beta.17_de5593f83ecbc1a916aa0395748d785c: + /@docusaurus/theme-search-algolia/2.0.0-beta.17_94670e0883f7b5c14bef7104953f286c: resolution: {integrity: sha512-W12XKM7QC5Jmrec359bJ7aDp5U8DNkCxjVKsMNIs8rDunBoI/N+R35ERJ0N7Bg9ONAWO6o7VkUERQsfGqdvr9w==} engines: {node: '>=14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docsearch/react': 3.0.0_b7370fe379365cb66d103ab107c4222a + '@docsearch/react': 3.0.0_480a8db74f6ad30acbb587f476cf6f4e '@docusaurus/core': 2.0.0-beta.17_4f67b1b4c3a5ca8dda082933f96e1300 '@docusaurus/logger': 2.0.0-beta.17 '@docusaurus/theme-common': 2.0.0-beta.17_4f67b1b4c3a5ca8dda082933f96e1300 @@ -2623,14 +2795,14 @@ packages: - webpack-cli dev: false - /@emotion/babel-plugin/11.7.2_@babel+core@7.17.5: + /@emotion/babel-plugin/11.7.2_@babel+core@7.17.7: resolution: {integrity: sha512-6mGSCWi9UzXut/ZAN6lGFu33wGR3SJisNl3c0tvlmb8XChH1b2SUvxvnOh7hvLpqyRdHHU9AiazV3Cwbk5SXKQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.7 '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.5 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.7 '@babel/runtime': 7.17.2 '@emotion/hash': 0.8.0 '@emotion/memoize': 0.7.5 @@ -2653,7 +2825,7 @@ packages: stylis: 4.0.13 dev: false - /@emotion/css/11.7.1_@babel+core@7.17.5: + /@emotion/css/11.7.1_@babel+core@7.17.7: resolution: {integrity: sha512-RUUgPlMZunlc7SE5A6Hg+VWRzb2cU6O9xlV78KCFgcnl25s7Qz/20oQg71iKudpLqk7xj0vhbJlwcJJMT0BOZg==} peerDependencies: '@babel/core': ^7.0.0 @@ -2661,8 +2833,8 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.17.5 - '@emotion/babel-plugin': 11.7.2_@babel+core@7.17.5 + '@babel/core': 7.17.7 + '@emotion/babel-plugin': 11.7.2_@babel+core@7.17.7 '@emotion/cache': 11.7.1 '@emotion/serialize': 1.0.2 '@emotion/sheet': 1.1.0 @@ -2683,7 +2855,7 @@ packages: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} dev: false - /@emotion/react/11.8.2_bf389bc9d9c898d23b26c0366b4e1ca7: + /@emotion/react/11.8.2_47ea947e2a228aa5b9e98bcc4bbde992: resolution: {integrity: sha512-+1bcHBaNJv5nkIIgnGKVsie3otS0wF9f1T1hteF3WeVvMNQEtfZ4YyFpnphGoot3ilU/wWMgP2SgIDuHLE/wAA==} peerDependencies: '@babel/core': ^7.0.0 @@ -2695,9 +2867,9 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.7 '@babel/runtime': 7.17.2 - '@emotion/babel-plugin': 11.7.2_@babel+core@7.17.5 + '@emotion/babel-plugin': 11.7.2_@babel+core@7.17.7 '@emotion/cache': 11.7.1 '@emotion/serialize': 1.0.2 '@emotion/utils': 1.1.0 @@ -2721,7 +2893,7 @@ packages: resolution: {integrity: sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g==} dev: false - /@emotion/styled/11.8.1_f003f72b024767ff904b1489bd7777d6: + /@emotion/styled/11.8.1_014d3fd47caecfb5ae8372631ae4f839: resolution: {integrity: sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -2734,11 +2906,11 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.7 '@babel/runtime': 7.17.2 - '@emotion/babel-plugin': 11.7.2_@babel+core@7.17.5 + '@emotion/babel-plugin': 11.7.2_@babel+core@7.17.7 '@emotion/is-prop-valid': 1.1.2 - '@emotion/react': 11.8.2_bf389bc9d9c898d23b26c0366b4e1ca7 + '@emotion/react': 11.8.2_47ea947e2a228aa5b9e98bcc4bbde992 '@emotion/serialize': 1.0.2 '@emotion/utils': 1.1.0 '@types/react': 17.0.40 @@ -2904,8 +3076,8 @@ packages: react-dom: 17.0.2_react@17.0.2 dev: false - /@mui/base/5.0.0-alpha.71_f456dfc349ace84b0ea11d9e6e4ef3ab: - resolution: {integrity: sha512-LinacyjmZOS+roUqCyhrcbNIW7TlRf1U+15ETGwMn6biNXI9YEVgcc1Kak08CRtjM0yczxxzLWetiAjHMCVSjQ==} + /@mui/base/5.0.0-alpha.72_f456dfc349ace84b0ea11d9e6e4ef3ab: + resolution: {integrity: sha512-WCAooa9eqbsC68LhyKtDBRumH4hV1eRZ0A3SDKFHSwYG9fCOdsFv/H1dIYRJM0rwD45bMnuDiG3Qmx7YsTiptw==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^16.8.6 || ^17.0.0 @@ -2918,7 +3090,7 @@ packages: '@babel/runtime': 7.17.2 '@emotion/is-prop-valid': 1.1.2 '@mui/utils': 5.4.4_react@17.0.2 - '@popperjs/core': 2.11.2 + '@popperjs/core': 2.11.4 '@types/react': 17.0.40 clsx: 1.1.1 prop-types: 15.8.1 @@ -2927,8 +3099,8 @@ packages: react-is: 17.0.2 dev: false - /@mui/icons-material/5.5.0_e26da9a06063015d999cdabd2929947d: - resolution: {integrity: sha512-rMs5flT3INyd/m1A/x8DDlNTfHmCartX8stCuSDDMmaMV123oSwg8werJ/Hg4j1FWuVk5rE5HRY45gBf12BCGw==} + /@mui/icons-material/5.5.1_eaabad477ab592e6fc6c82ff11471ee4: + resolution: {integrity: sha512-40f68p5+Yhq3dCn3QYHqQt5RETPyR3AkDw+fma8PtcjqvZ+d+jF84kFmT6NqwA3he7TlwluEtkyAmPzUE4uPdA==} engines: {node: '>=12.0.0'} peerDependencies: '@mui/material': ^5.0.0 @@ -2939,13 +3111,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.17.2 - '@mui/material': 5.5.0_04cccb159326fc32d263f5d228230564 + '@mui/material': 5.5.1_04cccb159326fc32d263f5d228230564 '@types/react': 17.0.40 react: 17.0.2 dev: false - /@mui/lab/5.0.0-alpha.72_57f933a7d56ee7cf7cbd07e4dc93cbbd: - resolution: {integrity: sha512-opml6yNpDvJzrCM9XzbckZMtfah+jFrYB8nB6kzORaQ3ixcMt+7RbFTPXG7NvQxW8VdxlGgfeBAMSWLDiFVMWA==} + /@mui/lab/5.0.0-alpha.73_cbec4d7d8425fe04792642a71b60acea: + resolution: {integrity: sha512-10Uj0Atc7gBTXKX4VV38P6RdqTQrJZxcl3HeEcytIO1S3NAGfc7gZ3Hdpnhtj5U8kcRJZZPH9LtrBbMZzxU/1A==} engines: {node: '>=12.0.0'} peerDependencies: '@mui/material': ^5.0.0 @@ -2970,16 +3142,16 @@ packages: dependencies: '@babel/runtime': 7.17.2 '@date-io/date-fns': 2.13.1 - '@date-io/dayjs': 2.13.1_dayjs@1.10.8 + '@date-io/dayjs': 2.13.1_dayjs@1.11.0 '@date-io/luxon': 2.13.1 '@date-io/moment': 2.13.1 - '@mui/base': 5.0.0-alpha.71_f456dfc349ace84b0ea11d9e6e4ef3ab - '@mui/material': 5.5.0_04cccb159326fc32d263f5d228230564 - '@mui/system': 5.5.0_fcd809b460cfc9d78b56b52c09fcfe39 + '@mui/base': 5.0.0-alpha.72_f456dfc349ace84b0ea11d9e6e4ef3ab + '@mui/material': 5.5.1_04cccb159326fc32d263f5d228230564 + '@mui/system': 5.5.1_fcd809b460cfc9d78b56b52c09fcfe39 '@mui/utils': 5.4.4_react@17.0.2 '@types/react': 17.0.40 clsx: 1.1.1 - dayjs: 1.10.8 + dayjs: 1.11.0 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -2991,8 +3163,8 @@ packages: - '@emotion/styled' dev: false - /@mui/material/5.5.0_04cccb159326fc32d263f5d228230564: - resolution: {integrity: sha512-E12rxqLaWBrebJCxKxBtyRrzJgpPIQSCt4MUHns2Yl9gxOx4c7vDDKuks7Qc6S36wTQf+FP4aiey72Z2WKdYgQ==} + /@mui/material/5.5.1_04cccb159326fc32d263f5d228230564: + resolution: {integrity: sha512-bJSYgymgSZ7btPTNnWFrr2EmGoVQc4A/0WLfP/ESY2dxnhnbFDwt7twiOKmJp3u84YXriEDt5v9EZQLf7A+y0Q==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -3009,11 +3181,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.17.2 - '@emotion/react': 11.8.2_bf389bc9d9c898d23b26c0366b4e1ca7 - '@emotion/styled': 11.8.1_f003f72b024767ff904b1489bd7777d6 - '@mui/base': 5.0.0-alpha.71_f456dfc349ace84b0ea11d9e6e4ef3ab - '@mui/system': 5.5.0_fcd809b460cfc9d78b56b52c09fcfe39 - '@mui/types': 7.1.2_@types+react@17.0.40 + '@emotion/react': 11.8.2_47ea947e2a228aa5b9e98bcc4bbde992 + '@emotion/styled': 11.8.1_014d3fd47caecfb5ae8372631ae4f839 + '@mui/base': 5.0.0-alpha.72_f456dfc349ace84b0ea11d9e6e4ef3ab + '@mui/system': 5.5.1_fcd809b460cfc9d78b56b52c09fcfe39 + '@mui/types': 7.1.3_@types+react@17.0.40 '@mui/utils': 5.4.4_react@17.0.2 '@types/react': 17.0.40 '@types/react-transition-group': 4.4.4 @@ -3059,14 +3231,14 @@ packages: dependencies: '@babel/runtime': 7.17.2 '@emotion/cache': 11.7.1 - '@emotion/react': 11.8.2_bf389bc9d9c898d23b26c0366b4e1ca7 - '@emotion/styled': 11.8.1_f003f72b024767ff904b1489bd7777d6 + '@emotion/react': 11.8.2_47ea947e2a228aa5b9e98bcc4bbde992 + '@emotion/styled': 11.8.1_014d3fd47caecfb5ae8372631ae4f839 prop-types: 15.8.1 react: 17.0.2 dev: false - /@mui/system/5.5.0_fcd809b460cfc9d78b56b52c09fcfe39: - resolution: {integrity: sha512-zFOfERv3Y4m5ehwTRR9cGaPuMvlD2qVXmFKC60P0Gte3aD6vYObyNriZv+mDVGlhDxZTZhxBrNPH3ns25xSFtQ==} + /@mui/system/5.5.1_fcd809b460cfc9d78b56b52c09fcfe39: + resolution: {integrity: sha512-2hynI4hN8304hOCT8sc4knJviwUUYJ7XK3mXwQ0nagVGOPnWSOad/nYADm7K0vdlCeUXLIbDbe7oNN3Kaiu2kA==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -3082,11 +3254,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.17.2 - '@emotion/react': 11.8.2_bf389bc9d9c898d23b26c0366b4e1ca7 - '@emotion/styled': 11.8.1_f003f72b024767ff904b1489bd7777d6 + '@emotion/react': 11.8.2_47ea947e2a228aa5b9e98bcc4bbde992 + '@emotion/styled': 11.8.1_014d3fd47caecfb5ae8372631ae4f839 '@mui/private-theming': 5.4.4_00d6772dea80510e818fd171caaa025a '@mui/styled-engine': 5.4.4_dc240608ee0d50d8faddd7dd724375c2 - '@mui/types': 7.1.2_@types+react@17.0.40 + '@mui/types': 7.1.3_@types+react@17.0.40 '@mui/utils': 5.4.4_react@17.0.2 '@types/react': 17.0.40 clsx: 1.1.1 @@ -3095,8 +3267,8 @@ packages: react: 17.0.2 dev: false - /@mui/types/7.1.2_@types+react@17.0.40: - resolution: {integrity: sha512-SD7O1nVzqG+ckQpFjDhXPZjRceB8HQFHEvdLLrPhlJy4lLbwEBbxK74Tj4t6Jgk0fTvLJisuwOutrtYe9P/xBQ==} + /@mui/types/7.1.3_@types+react@17.0.40: + resolution: {integrity: sha512-DDF0UhMBo4Uezlk+6QxrlDbchF79XG6Zs0zIewlR4c0Dt6GKVFfUtzPtHCH1tTbcSlq/L2bGEdiaoHBJ9Y1gSA==} peerDependencies: '@types/react': '*' peerDependenciesMeta: @@ -3120,14 +3292,14 @@ packages: react-is: 17.0.2 dev: false - /@nestjs/axios/0.0.7_fa5d7eac25d9989be5b1db3b5778139c: + /@nestjs/axios/0.0.7_b8034d7883829e8dea958456cea5a5cb: resolution: {integrity: sha512-at8nj+1Nb8UleHcIN5QqZYeWX54m4m9s9gxzVE1qWy00neX2rg0+h2TfbWsnDi2tc23zIxqexanxMOJZbzO0CA==} peerDependencies: '@nestjs/common': ^7.0.0 || ^8.0.0 reflect-metadata: ^0.1.12 rxjs: ^6.0.0 || ^7.0.0 dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 axios: 0.26.0 reflect-metadata: 0.1.13 rxjs: 7.5.5 @@ -3135,20 +3307,20 @@ packages: - debug dev: false - /@nestjs/cli/8.2.2: - resolution: {integrity: sha512-ZonmNLCHfTVrZGgYf4mrpivnKGaRzVRAcux+WDbzhQDNIz70s7mdOPShXW1Vpq+7uRJDxlgO1vOMhmg4uEUIDg==} + /@nestjs/cli/8.2.3: + resolution: {integrity: sha512-p//DACefn40VClXroxzS+2pkSdaXYvKKcr4bFOUBMTdJqT9he+U9ifcJUkg/h1bFU/Y8SS2cUsTyl0ZBHHHRcw==} engines: {node: '>= 10.13.0', npm: '>= 6.11.0'} hasBin: true dependencies: - '@angular-devkit/core': 13.2.5_chokidar@3.5.3 - '@angular-devkit/schematics': 13.2.5_chokidar@3.5.3 - '@angular-devkit/schematics-cli': 13.2.5_chokidar@3.5.3 + '@angular-devkit/core': 13.2.6_chokidar@3.5.3 + '@angular-devkit/schematics': 13.2.6_chokidar@3.5.3 + '@angular-devkit/schematics-cli': 13.2.6_chokidar@3.5.3 '@nestjs/schematics': 8.0.8_chokidar@3.5.3+typescript@4.6.2 chalk: 3.0.0 chokidar: 3.5.3 cli-table3: 0.6.1 commander: 4.1.1 - fork-ts-checker-webpack-plugin: 7.2.1_typescript@4.6.2+webpack@5.66.0 + fork-ts-checker-webpack-plugin: 7.2.1_typescript@4.6.2+webpack@5.70.0 inquirer: 7.3.3 node-emoji: 1.11.0 ora: 5.4.1 @@ -3157,10 +3329,10 @@ packages: shelljs: 0.8.5 source-map-support: 0.5.21 tree-kill: 1.2.2 - tsconfig-paths: 3.12.0 + tsconfig-paths: 3.14.0 tsconfig-paths-webpack-plugin: 3.5.2 typescript: 4.6.2 - webpack: 5.66.0 + webpack: 5.70.0 webpack-node-externals: 3.0.0 transitivePeerDependencies: - '@swc/core' @@ -3170,8 +3342,8 @@ packages: - webpack-cli dev: true - /@nestjs/common/8.4.0_add13df2cdecb4b62cd3f7664ea82e18: - resolution: {integrity: sha512-uvm1Ccw0qRka/Gd5Mo5A2MQo9ItwewPes1fE2SBboennPojoiJ4A3iKirtlPuxsL+HQ4oD5eO02OsDyLYL2z6w==} + /@nestjs/common/8.4.1_add13df2cdecb4b62cd3f7664ea82e18: + resolution: {integrity: sha512-g6beLHvJ2cCIdlW8Uui8rQh3+oxLOBLzDIk3yWH4ocp2HEgOJwF0iUv/pk33tFuwbXESIGMK8K165cpZUjNoxA==} peerDependencies: cache-manager: '*' class-transformer: '*' @@ -3186,7 +3358,7 @@ packages: class-validator: optional: true dependencies: - axios: 0.26.0 + axios: 0.26.1 cache-manager: 3.6.0 class-transformer: 0.5.1 class-validator: 0.13.2 @@ -3199,14 +3371,14 @@ packages: - debug dev: false - /@nestjs/config/1.2.0_fa5d7eac25d9989be5b1db3b5778139c: + /@nestjs/config/1.2.0_b8034d7883829e8dea958456cea5a5cb: resolution: {integrity: sha512-GGZOj2g6EMZ23orsQqeD2Vs5E2ZrmAiB0qCGvERv+5nQmZjY4nKkisG4awQsym1uotmmzgtsd9lOiKqTIFONhA==} peerDependencies: '@nestjs/common': ^7.0.0 || ^8.0.0 reflect-metadata: ^0.1.13 rxjs: ^6.0.0 || ^7.2.0 dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 dotenv: 16.0.0 dotenv-expand: 8.0.1 lodash: 4.17.21 @@ -3215,8 +3387,8 @@ packages: uuid: 8.3.2 dev: false - /@nestjs/core/8.4.0_ded80713f50ec1c99e9ba95af1765d72: - resolution: {integrity: sha512-aur62kcyQz81D0GvM038t2JFelxPm9ABt11o5qO5ovTJ5mismZheckwyPA3WHg9wec6skr9v8kBVdZUbjFQJQQ==} + /@nestjs/core/8.4.1_03a788a1eb0bf93a7b64e9ce96523e26: + resolution: {integrity: sha512-JUV2cy/5z8MS2SRwszLmyOCclMMlyumxIbC1YFFlnSInhu7ODhrHLIMztyGmyAIuaehbOnyXPtHkjl01rHxc5w==} requiresBuild: true peerDependencies: '@nestjs/common': ^8.0.0 @@ -3233,8 +3405,8 @@ packages: '@nestjs/websockets': optional: true dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 - '@nestjs/platform-express': 8.4.0_31e7036b193d6d3c9cadab18cbb4af84 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/platform-express': 8.4.1_214a294e539403889bf33d78c1f08a26 '@nuxtjs/opencollective': 0.3.2 fast-safe-stringify: 2.1.1 iterare: 1.2.1 @@ -3248,17 +3420,17 @@ packages: - encoding dev: false - /@nestjs/jwt/8.0.0_@nestjs+common@8.4.0: + /@nestjs/jwt/8.0.0_@nestjs+common@8.4.1: resolution: {integrity: sha512-fz2LQgYY2zmuD8S+8UE215anwKyXlnB/1FwJQLVR47clNfMeFMK8WCxmn6xdPhF5JKuV1crO6FVabb1qWzDxqQ==} peerDependencies: '@nestjs/common': ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 '@types/jsonwebtoken': 8.5.4 jsonwebtoken: 8.5.1 dev: false - /@nestjs/mapped-types/1.0.1_7c37dec5f311cf2dfddc0f9a032e50d3: + /@nestjs/mapped-types/1.0.1_7d4466f82a71f886e9e64844ca25cf70: resolution: {integrity: sha512-NFvofzSinp00j5rzUd4tf+xi9od6383iY0JP7o0Bnu1fuItAUkWBgc4EKuIQ3D+c2QI3i9pG1kDWAeY27EMGtg==} peerDependencies: '@nestjs/common': ^7.0.8 || ^8.0.0 @@ -3271,30 +3443,30 @@ packages: class-validator: optional: true dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 class-transformer: 0.5.1 class-validator: 0.13.2 reflect-metadata: 0.1.13 dev: false - /@nestjs/passport/8.2.1_7279ab1fdcd161f1ce2d9179e8fa21f7: + /@nestjs/passport/8.2.1_70d98f1edabaa889bf69e4387dc17f8c: resolution: {integrity: sha512-HXEKMLX1x865+lsJB4srwKHBciDNAhWY1Ha+xbxYRbk7J5leGDoHJAmeqe+Wb3NDn5nkboggLV87t0q2mbYc8w==} peerDependencies: '@nestjs/common': ^6.0.0 || ^7.0.0 || ^8.0.0 passport: ^0.4.0 || ^0.5.0 dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 passport: 0.5.2 dev: false - /@nestjs/platform-express/8.4.0_31e7036b193d6d3c9cadab18cbb4af84: - resolution: {integrity: sha512-vuMKBsjkqNjXPWI79r+509o2HARZwr8oTcu8pmOFRc21TI5M1DC6roK3Wk5gxSxF0V/bgtrjqe26ARZtlWBaAQ==} + /@nestjs/platform-express/8.4.1_214a294e539403889bf33d78c1f08a26: + resolution: {integrity: sha512-c18zuhoegJsS1vZueGaNyvU8mLyFtS+6FJ2WAzDOXNpchpq0okrEPdKBifIisWuxgffQYKIufoK73vEfXSfDLg==} peerDependencies: '@nestjs/common': ^8.0.0 '@nestjs/core': ^8.0.0 dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 - '@nestjs/core': 8.4.0_ded80713f50ec1c99e9ba95af1765d72 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/core': 8.4.1_03a788a1eb0bf93a7b64e9ce96523e26 body-parser: 1.19.2 cors: 2.8.5 express: 4.17.3 @@ -3302,15 +3474,15 @@ packages: tslib: 2.3.1 dev: false - /@nestjs/schedule/1.0.2_1ce925e2290a1cea9e3700e8a60baeb5: + /@nestjs/schedule/1.0.2_891fcd1c5b0f2c9b3aea247fec3c8ce1: resolution: {integrity: sha512-GGRehpSm0nCthYNxAGdTzondPrRvurtKnkQCzIb3Tccqq6PhfS2QiHMwDaCel5/4jhYbR/lZR9UsVr6KSJc2Xg==} peerDependencies: '@nestjs/common': ^6.10.11 || ^7.0.0 || ^8.0.0 '@nestjs/core': ^7.0.0 || ^8.0.0 reflect-metadata: ^0.1.12 dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 - '@nestjs/core': 8.4.0_ded80713f50ec1c99e9ba95af1765d72 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/core': 8.4.1_03a788a1eb0bf93a7b64e9ce96523e26 cron: 1.7.2 reflect-metadata: 0.1.13 uuid: 8.3.2 @@ -3346,18 +3518,18 @@ packages: - chokidar dev: true - /@nestjs/serve-static/2.2.2_31e7036b193d6d3c9cadab18cbb4af84: + /@nestjs/serve-static/2.2.2_214a294e539403889bf33d78c1f08a26: resolution: {integrity: sha512-3Mr+Q/npS3N7iGoF3Wd6Lj9QcjMGxbNrSqupi5cviM0IKrZ1BHl5qekW95rWYNATAVqoTmjGROAq+nKKpuUagQ==} peerDependencies: '@nestjs/common': ^6.0.0 || ^7.0.0 || ^8.0.0 '@nestjs/core': ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 - '@nestjs/core': 8.4.0_ded80713f50ec1c99e9ba95af1765d72 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/core': 8.4.1_03a788a1eb0bf93a7b64e9ce96523e26 path-to-regexp: 0.1.7 dev: false - /@nestjs/terminus/8.0.4_44ad68f90df6df0ad3d3ea7593df94f3: + /@nestjs/terminus/8.0.4_b68caa36af62aa4e088f563096b746ee: resolution: {integrity: sha512-KjeY7VLt0Az6pA2wO67nkL1QbE68yBb+FLZ7+aa+C/g/IKoDR668nqSuFzJarBrnFBTGEwDD09BwsgqkmymrbQ==} peerDependencies: '@nestjs/common': 8.x @@ -3365,14 +3537,14 @@ packages: reflect-metadata: 0.1.x rxjs: 7.x dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 - '@nestjs/core': 8.4.0_ded80713f50ec1c99e9ba95af1765d72 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/core': 8.4.1_03a788a1eb0bf93a7b64e9ce96523e26 check-disk-space: 3.1.0 reflect-metadata: 0.1.13 rxjs: 7.5.5 dev: false - /@nestjs/typeorm/8.0.3_d17aee4fbe284d59b832be708c000fe0: + /@nestjs/typeorm/8.0.3_677ecdef8b8569bbfcfe6edbe0eed33b: resolution: {integrity: sha512-tf9rTXP6LeFInkwd+tktQhtLRsKp4RRYImprqT8gcHcJDx+xMP1IygnXELOKwF5vo2/mnhrGtBlRQ/iiS6170g==} peerDependencies: '@nestjs/common': ^8.0.0 @@ -3381,8 +3553,8 @@ packages: rxjs: ^7.2.0 typeorm: ^0.2.34 dependencies: - '@nestjs/common': 8.4.0_add13df2cdecb4b62cd3f7664ea82e18 - '@nestjs/core': 8.4.0_ded80713f50ec1c99e9ba95af1765d72 + '@nestjs/common': 8.4.1_add13df2cdecb4b62cd3f7664ea82e18 + '@nestjs/core': 8.4.1_03a788a1eb0bf93a7b64e9ce96523e26 reflect-metadata: 0.1.13 rxjs: 7.5.5 typeorm: 0.2.45_pg@8.7.3 @@ -3544,8 +3716,8 @@ packages: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} dev: false - /@popperjs/core/2.11.2: - resolution: {integrity: sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==} + /@popperjs/core/2.11.4: + resolution: {integrity: sha512-q/ytXxO5NKvyT37pmisQAItCFqA7FD/vNb8dgaJy3/630Fsc+Mz9/9f2SziBoIZ30TJooXyTwZmhi1zjXmObYg==} dev: false /@react-dnd/asap/4.0.0: @@ -3847,7 +4019,7 @@ packages: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 - tailwindcss: 3.0.23_autoprefixer@10.4.2 + tailwindcss: 3.0.23_autoprefixer@10.4.3 dev: true /@trysound/sax/0.2.0: @@ -3929,10 +4101,6 @@ packages: '@types/estree': 0.0.51 '@types/json-schema': 7.0.9 - /@types/estree/0.0.50: - resolution: {integrity: sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==} - dev: true - /@types/estree/0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} @@ -3990,8 +4158,8 @@ packages: '@types/node': 17.0.21 dev: false - /@types/lodash/4.14.179: - resolution: {integrity: sha512-uwc1x90yCKqGcIOAT6DwOSuxnrAbpkdPsUOZtwrXb4D/6wZs+6qG7QnIawDuZWg0sWpxl+ltIKCaLoMlna678w==} + /@types/lodash/4.14.180: + resolution: {integrity: sha512-XOKXa1KIxtNXgASAnwj7cnttJxS4fksBRywK/9LzRV5YxrF80BXZIGeQSuoESQ/VkUj30Ae0+YcuHc15wJCB2g==} dev: true /@types/mdast/3.0.10: @@ -4171,8 +4339,8 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin/5.14.0_d03fe00fe0c17209f02f4da98ec90c96: - resolution: {integrity: sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==} + /@typescript-eslint/eslint-plugin/5.15.0_2c2afe8413bf1e049b8c0c1e7da9fea0: + resolution: {integrity: sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -4182,10 +4350,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.5.5 - '@typescript-eslint/scope-manager': 5.14.0 - '@typescript-eslint/type-utils': 5.14.0_eslint@8.11.0+typescript@4.5.5 - '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.5.5 + '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.5.5 + '@typescript-eslint/scope-manager': 5.15.0 + '@typescript-eslint/type-utils': 5.15.0_eslint@8.11.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.5.5 debug: 4.3.3 eslint: 8.11.0 functional-red-black-tree: 1.0.1 @@ -4218,8 +4386,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.14.0_eslint@8.11.0+typescript@4.5.5: - resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==} + /@typescript-eslint/parser/5.15.0_eslint@8.11.0+typescript@4.5.5: + resolution: {integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4228,9 +4396,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.14.0 - '@typescript-eslint/types': 5.14.0 - '@typescript-eslint/typescript-estree': 5.14.0_typescript@4.5.5 + '@typescript-eslint/scope-manager': 5.15.0 + '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.5.5 debug: 4.3.3 eslint: 8.11.0 typescript: 4.5.5 @@ -4246,16 +4414,16 @@ packages: '@typescript-eslint/visitor-keys': 5.13.0 dev: true - /@typescript-eslint/scope-manager/5.14.0: - resolution: {integrity: sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==} + /@typescript-eslint/scope-manager/5.15.0: + resolution: {integrity: sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.14.0 - '@typescript-eslint/visitor-keys': 5.14.0 + '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/visitor-keys': 5.15.0 dev: true - /@typescript-eslint/type-utils/5.14.0_eslint@8.11.0+typescript@4.5.5: - resolution: {integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==} + /@typescript-eslint/type-utils/5.15.0_eslint@8.11.0+typescript@4.5.5: + resolution: {integrity: sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -4264,7 +4432,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.5.5 debug: 4.3.3 eslint: 8.11.0 tsutils: 3.21.0_typescript@4.5.5 @@ -4278,8 +4446,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.14.0: - resolution: {integrity: sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==} + /@typescript-eslint/types/5.15.0: + resolution: {integrity: sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -4304,8 +4472,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.14.0_typescript@4.5.5: - resolution: {integrity: sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==} + /@typescript-eslint/typescript-estree/5.15.0_typescript@4.5.5: + resolution: {integrity: sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -4313,8 +4481,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.14.0 - '@typescript-eslint/visitor-keys': 5.14.0 + '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/visitor-keys': 5.15.0 debug: 4.3.3 globby: 11.1.0 is-glob: 4.0.3 @@ -4325,16 +4493,16 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.14.0_eslint@8.11.0+typescript@4.5.5: - resolution: {integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==} + /@typescript-eslint/utils/5.15.0_eslint@8.11.0+typescript@4.5.5: + resolution: {integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==} 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.9 - '@typescript-eslint/scope-manager': 5.14.0 - '@typescript-eslint/types': 5.14.0 - '@typescript-eslint/typescript-estree': 5.14.0_typescript@4.5.5 + '@typescript-eslint/scope-manager': 5.15.0 + '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.5.5 eslint: 8.11.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.11.0 @@ -4351,11 +4519,11 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@typescript-eslint/visitor-keys/5.14.0: - resolution: {integrity: sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==} + /@typescript-eslint/visitor-keys/5.15.0: + resolution: {integrity: sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.14.0 + '@typescript-eslint/types': 5.15.0 eslint-visitor-keys: 3.3.0 dev: true @@ -4862,6 +5030,23 @@ packages: picocolors: 1.0.0 postcss: 8.4.8 postcss-value-parser: 4.2.0 + dev: false + + /autoprefixer/10.4.3_postcss@8.4.11: + resolution: {integrity: sha512-3EIK6tHl2SyJWCoPsQzL3NEqKOdjCWbPzoOInjVAQYo/y/OCEFG9KwB5162dehG5GadiGfgxu7nrWCpExCfRFQ==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + dependencies: + browserslist: 4.20.2 + caniuse-lite: 1.0.30001317 + fraction.js: 4.2.0 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.11 + postcss-value-parser: 4.2.0 + dev: true /axe-core/4.4.1: resolution: {integrity: sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==} @@ -5144,6 +5329,18 @@ packages: node-releases: 2.0.2 picocolors: 1.0.0 + /browserslist/4.20.2: + resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001317 + electron-to-chromium: 1.4.85 + escalade: 3.1.1 + node-releases: 2.0.2 + picocolors: 1.0.0 + dev: true + /buffer-crc32/0.2.13: resolution: {integrity: sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=} dev: false @@ -5273,6 +5470,10 @@ packages: /caniuse-lite/1.0.30001313: resolution: {integrity: sha512-rI1UN0koZUiKINjysQDuRi2VeSCce3bYJNmDcj3PIKREiAmjakugBul1QSkg/fPrlULYl6oWfGg3PbgOSY9X4Q==} + /caniuse-lite/1.0.30001317: + resolution: {integrity: sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ==} + dev: true + /ccount/1.1.0: resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} dev: false @@ -5577,7 +5778,6 @@ packages: resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} engines: {node: '>=0.1.90'} requiresBuild: true - optional: true /combine-promises/1.1.0: resolution: {integrity: sha512-ZI9jvcLDxqwaXEixOhArm3r7ReIivsXkpbyEWyeOhzz1QS0iSgBPnWvEqvIQtYyamGCYA88gFhmUrs9hrrQ0pg==} @@ -6321,8 +6521,8 @@ packages: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: true - /dayjs/1.10.8: - resolution: {integrity: sha512-wbNwDfBHHur9UOzNUjeKUOJ0fCb0a52Wx0xInmQ7Y8FstyajiV1NmK1e00cxsr9YrE9r7yAChE0VvpuY5Rnlow==} + /dayjs/1.11.0: + resolution: {integrity: sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==} dev: false /debug/2.6.9: @@ -6746,6 +6946,10 @@ packages: /electron-to-chromium/1.4.76: resolution: {integrity: sha512-3Vftv7cenJtQb+k00McEBZ2vVmZ/x+HEF7pcZONZIkOsESqAqVuACmBxMv0JhzX7u0YltU0vSqRqgBSTAhFUjA==} + /electron-to-chromium/1.4.85: + resolution: {integrity: sha512-K9AsQ41WS2bjZUFpRWfvaS4RjEcRCamEkBJN1Z1TQILBfP1H8QnJ9ti0wiLiMv0sRjX3EHKzgs9jDnmGFx2jXg==} + dev: true + /emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -6894,7 +7098,7 @@ packages: eslint-plugin-jsx-a11y: 6.5.1_eslint@8.11.0 eslint-plugin-react: 7.29.3_eslint@8.11.0 eslint-plugin-react-hooks: 4.3.0_eslint@8.11.0 - next: 12.1.0_b8b2418670651b634ff05a91b7cd94fe + next: 12.1.0_6f8a40c9aae361fcde4eab0beee18dbb typescript: 4.5.5 transitivePeerDependencies: - supports-color @@ -6985,7 +7189,7 @@ packages: minimatch: 3.1.2 dev: true - /eslint-plugin-prettier/4.0.0_c9d5adccfd1d43a8805a302169f6a967: + /eslint-plugin-prettier/4.0.0_68edcf5670f37721baf5d2cac6124e4d: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -6998,7 +7202,7 @@ packages: dependencies: eslint: 8.11.0 eslint-config-prettier: 8.5.0_eslint@8.11.0 - prettier: 2.5.1 + prettier: 2.6.0 prettier-linter-helpers: 1.0.0 dev: true @@ -7042,7 +7246,7 @@ packages: eslint: 8.11.0 dev: true - /eslint-plugin-unused-imports/2.0.0_1067913d59f133605d8769eddb19dee7: + /eslint-plugin-unused-imports/2.0.0_10b06f89160d8e2f4b80beac9362de79: resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7052,7 +7256,7 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.14.0_d03fe00fe0c17209f02f4da98ec90c96 + '@typescript-eslint/eslint-plugin': 5.15.0_2c2afe8413bf1e049b8c0c1e7da9fea0 eslint: 8.11.0 eslint-rule-composer: 0.3.0 dev: true @@ -7590,7 +7794,7 @@ packages: webpack: 5.70.0 dev: false - /fork-ts-checker-webpack-plugin/7.2.1_typescript@4.6.2+webpack@5.66.0: + /fork-ts-checker-webpack-plugin/7.2.1_typescript@4.6.2+webpack@5.70.0: resolution: {integrity: sha512-uOfQdg/iQ8iokQ64qcbu8iZb114rOmaKLQFu7hU14/eJaKgsP91cQ7ts7v2iiDld6TzDe84Meksha8/MkWiCyw==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -7613,7 +7817,7 @@ packages: semver: 7.3.5 tapable: 2.2.1 typescript: 4.6.2 - webpack: 5.66.0 + webpack: 5.70.0 dev: true /forwarded/0.2.0: @@ -8025,8 +8229,8 @@ packages: - supports-color dev: false - /googleapis/96.0.0: - resolution: {integrity: sha512-tEQtcukxA4sW1OXh35teJbui+BIjMTghH6i0tvUctyXgMDO0Upu3+hrytrw9JqZJxtXReM3Wr5+g4U7veqHpBQ==} + /googleapis/97.0.0: + resolution: {integrity: sha512-npfVjA4unKsyKvlBC7nhKq6ReH/lsSkSl+0AcW9/TrjT4Uc5QUyJCd1vhH54k5SGDpVQ0xMyyC06dVRMsNarRw==} engines: {node: '>=10'} dependencies: google-auth-library: 7.14.0 @@ -10167,7 +10371,7 @@ packages: hoist-non-react-statics: 3.3.2 i18next: 21.6.13 i18next-fs-backend: 1.1.4 - next: 12.1.0_b8b2418670651b634ff05a91b7cd94fe + next: 12.1.0_6f8a40c9aae361fcde4eab0beee18dbb react: 17.0.2 react-i18next: 11.15.5_8fd568e9c91be135c90675cf637af7c7 transitivePeerDependencies: @@ -10175,19 +10379,19 @@ packages: - react-native dev: false - /next-sitemap/2.5.7_next@12.1.0: - resolution: {integrity: sha512-snyIWKwzy4QfLrZmXk2fT7ue5RYc1GNqrMfvC/VQJWyPX5QRZnYJLVScd9jmfdVlN5l6M5sFY3VSuFmCQUZ5Vg==} - engines: {node: '>=14.18.3'} + /next-sitemap/2.5.10_next@12.1.0: + resolution: {integrity: sha512-9jFvViLL2US0obp6NAGlEpE4gWU5NACupHvVFtLhOhgJ33M/vBPqEgCiZQsG9dKDhZXchjrjQrtDvhk/KZBekg==} + engines: {node: '>=14.18'} hasBin: true peerDependencies: next: '*' dependencies: '@corex/deepmerge': 2.6.148 minimist: 1.2.5 - next: 12.1.0_b8b2418670651b634ff05a91b7cd94fe + next: 12.1.0_6f8a40c9aae361fcde4eab0beee18dbb dev: true - /next/12.1.0_b8b2418670651b634ff05a91b7cd94fe: + /next/12.1.0_6f8a40c9aae361fcde4eab0beee18dbb: resolution: {integrity: sha512-s885kWvnIlxsUFHq9UGyIyLiuD0G3BUC/xrH0CEnH5lHEWkwQcHOORgbDF0hbrW9vr/7am4ETfX4A7M6DjrE7Q==} engines: {node: '>=12.22.0'} hasBin: true @@ -10211,7 +10415,7 @@ packages: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 sass: 1.49.9 - styled-jsx: 5.0.0_@babel+core@7.17.5+react@17.0.2 + styled-jsx: 5.0.0_@babel+core@7.17.7+react@17.0.2 use-subscription: 1.5.1_react@17.0.2 optionalDependencies: '@next/swc-android-arm64': 12.1.0 @@ -10893,6 +11097,13 @@ packages: engines: {node: '>=4'} dev: true + /pixelmatch/5.2.1: + resolution: {integrity: sha512-WjcAdYSnKrrdDdqTcVEY7aB7UhhwjYQKYhHiBXdJef0MOaQeYpUdQ+iVyBLa5YBKS8MPVPPMX7rpOByISLpeEQ==} + hasBin: true + dependencies: + pngjs: 4.0.1 + dev: false + /pkg-dir/4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} @@ -10907,30 +11118,32 @@ packages: find-up: 3.0.0 dev: false - /playwright-chromium/1.19.2: - resolution: {integrity: sha512-4S6KiJgR6PCQmlm4IzArgt9aDkzijYXxVG1j3vRqdugXQ1mPA2QIFUmXmRJeDczVkbIR5N8opJSNMnNDFg4qVw==} + /playwright-chromium/1.20.0: + resolution: {integrity: sha512-5qyHaW2kFguX4eAne2MgS7AxZBfQ+hN2X0t5SD5mxOTAgwciEAhMNc06o9NxILnRcmF8QSXGg19OSb8VMUBLzg==} engines: {node: '>=12'} hasBin: true requiresBuild: true dependencies: - playwright-core: 1.19.2 + playwright-core: 1.20.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate dev: false - /playwright-core/1.19.2: - resolution: {integrity: sha512-OsL3sJZIo1UxKNWSP7zW7sk3FyUGG06YRHxHeBw51eIOxTCQRx5t+hXd0cvXashN2CHnd3hIZTs2aKa/im4hZQ==} + /playwright-core/1.20.0: + resolution: {integrity: sha512-d25IRcdooS278Cijlp8J8A5fLQZ+/aY3dKRJvgX5yjXA69N0huIUdnh3xXSgn+LsQ9DCNmB7Ngof3eY630jgdA==} engines: {node: '>=12'} hasBin: true dependencies: + colors: 1.4.0 commander: 8.3.0 debug: 4.3.3 extract-zip: 2.0.1 https-proxy-agent: 5.0.0 jpeg-js: 0.4.3 mime: 3.0.0 + pixelmatch: 5.2.1 pngjs: 6.0.0 progress: 2.0.3 proper-lockfile: 4.1.2 @@ -10952,6 +11165,11 @@ packages: engines: {node: '>=4'} dev: true + /pngjs/4.0.1: + resolution: {integrity: sha512-rf5+2/ioHeQxR6IxuYNYGFytUyG3lma/WW1nsmjeHlWwtb2aByla6dkVc8pmJ9nplzkTA0q2xx7mMWrOTqT4Gg==} + engines: {node: '>=8.0.0'} + dev: false + /pngjs/6.0.0: resolution: {integrity: sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==} engines: {node: '>=12.13.0'} @@ -11045,14 +11263,14 @@ packages: postcss-selector-parser: 6.0.9 dev: false - /postcss-js/4.0.0_postcss@8.4.8: + /postcss-js/4.0.0_postcss@8.4.11: resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.3.3 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.8 + postcss: 8.4.11 dev: true /postcss-load-config/3.1.3: @@ -11202,13 +11420,13 @@ packages: postcss: 8.4.8 dev: false - /postcss-nested/5.0.6_postcss@8.4.8: + /postcss-nested/5.0.6_postcss@8.4.11: resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.8 + postcss: 8.4.11 postcss-selector-parser: 6.0.9 dev: true @@ -11395,6 +11613,15 @@ packages: postcss: 8.4.8 dev: false + /postcss/8.4.11: + resolution: {integrity: sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.1 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /postcss/8.4.5: resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} engines: {node: ^10 || ^12 || >=14} @@ -11411,6 +11638,7 @@ packages: nanoid: 3.3.1 picocolors: 1.0.0 source-map-js: 1.0.2 + dev: false /postgres-array/2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} @@ -11471,8 +11699,8 @@ packages: fast-diff: 1.2.0 dev: true - /prettier/2.5.1: - resolution: {integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==} + /prettier/2.6.0: + resolution: {integrity: sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -11926,13 +12154,14 @@ packages: webpack: 5.70.0 dev: false - /react-markdown/8.0.0_00d6772dea80510e818fd171caaa025a: - resolution: {integrity: sha512-qbrWpLny6Ef2xHqnYqtot948LXP+4FtC+MWIuaN1kvSnowM+r1qEeEHpSaU0TDBOisQuj+Qe6eFY15cNL3gLAw==} + /react-markdown/8.0.1_00d6772dea80510e818fd171caaa025a: + resolution: {integrity: sha512-g78B0KtUk8oDRt59fX9SWhMikn3/qYcQW+aVMxdIulcjCNeecAZNOmR8uXy5p4bhbuPIS8gZly81bF4pAQWYXw==} peerDependencies: '@types/react': '>=16' react: '>=16' dependencies: '@types/hast': 2.3.4 + '@types/prop-types': 15.7.4 '@types/react': 17.0.40 '@types/unist': 2.0.6 comma-separated-tokens: 2.0.2 @@ -12764,8 +12993,8 @@ packages: resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} dev: false - /sharp/0.30.2: - resolution: {integrity: sha512-mrMeKI5ECTdYhslPlA2TbBtU3nZXMEBcQwI6qYXjPlu1LpW4HBZLFm6xshMI1HpIdEEJ3UcYp5AKifLT/fEHZQ==} + /sharp/0.30.3: + resolution: {integrity: sha512-rjpfJFK58ZOFSG8sxYSo3/JQb4ej095HjXp9X7gVu7gEn1aqSG8TCW29h/Rr31+PXrFADo1H/vKfw0uhMQWFtg==} engines: {node: '>=12.13.0'} requiresBuild: true dependencies: @@ -13253,7 +13482,7 @@ packages: inline-style-parser: 0.1.1 dev: false - /styled-jsx/5.0.0_@babel+core@7.17.5+react@17.0.2: + /styled-jsx/5.0.0_@babel+core@7.17.7+react@17.0.2: resolution: {integrity: sha512-qUqsWoBquEdERe10EW8vLp3jT25s/ssG1/qX5gZ4wu15OZpmSMFI2v+fWlRhLfykA5rFtlJ1ME8A8pm/peV4WA==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -13266,7 +13495,7 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.7 react: 17.0.2 dev: false @@ -13330,7 +13559,7 @@ packages: engines: {node: '>=0.10'} dev: true - /tailwindcss/3.0.23_autoprefixer@10.4.2: + /tailwindcss/3.0.23_autoprefixer@10.4.3: resolution: {integrity: sha512-+OZOV9ubyQ6oI2BXEhzw4HrqvgcARY38xv3zKcjnWtMIZstEsXdI9xftd1iB7+RbOnj2HOEzkA0OyB5BaSxPQA==} engines: {node: '>=12.13.0'} hasBin: true @@ -13338,7 +13567,7 @@ packages: autoprefixer: ^10.0.2 dependencies: arg: 5.0.1 - autoprefixer: 10.4.2_postcss@8.4.8 + autoprefixer: 10.4.3_postcss@8.4.11 chalk: 4.1.2 chokidar: 3.5.3 color-name: 1.1.4 @@ -13351,10 +13580,10 @@ packages: is-glob: 4.0.3 normalize-path: 3.0.0 object-hash: 2.2.0 - postcss: 8.4.8 - postcss-js: 4.0.0_postcss@8.4.8 + postcss: 8.4.11 + postcss-js: 4.0.0_postcss@8.4.11 postcss-load-config: 3.1.3 - postcss-nested: 5.0.6_postcss@8.4.8 + postcss-nested: 5.0.6_postcss@8.4.11 postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -13404,30 +13633,6 @@ packages: yallist: 4.0.0 dev: false - /terser-webpack-plugin/5.3.1_webpack@5.66.0: - resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==} - engines: {node: '>= 10.13.0'} - peerDependencies: - '@swc/core': '*' - esbuild: '*' - uglify-js: '*' - webpack: ^5.1.0 - peerDependenciesMeta: - '@swc/core': - optional: true - esbuild: - optional: true - uglify-js: - optional: true - dependencies: - jest-worker: 27.5.1 - schema-utils: 3.1.1 - serialize-javascript: 6.0.0 - source-map: 0.6.1 - terser: 5.12.0 - webpack: 5.66.0 - dev: true - /terser-webpack-plugin/5.3.1_webpack@5.70.0: resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==} engines: {node: '>= 10.13.0'} @@ -13662,15 +13867,6 @@ packages: tsconfig-paths: 3.14.0 dev: true - /tsconfig-paths/3.12.0: - resolution: {integrity: sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==} - dependencies: - '@types/json5': 0.0.29 - json5: 1.0.1 - minimist: 1.2.5 - strip-bom: 3.0.0 - dev: true - /tsconfig-paths/3.13.0: resolution: {integrity: sha512-nWuffZppoaYK0vQ1SQmkSsQzJoHA4s6uzdb2waRpD806x9yfq153AdVsWz4je2qZcW+pENrMQXbGQ3sMCkXuhw==} dependencies: @@ -14446,46 +14642,6 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - /webpack/5.66.0: - resolution: {integrity: sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.3 - '@types/estree': 0.0.50 - '@webassemblyjs/ast': 1.11.1 - '@webassemblyjs/wasm-edit': 1.11.1 - '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.7.0 - acorn-import-assertions: 1.8.0_acorn@8.7.0 - browserslist: 4.20.0 - chrome-trace-event: 1.0.3 - enhanced-resolve: 5.9.2 - es-module-lexer: 0.9.3 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.9 - json-parse-better-errors: 1.0.2 - loader-runner: 4.2.0 - mime-types: 2.1.34 - neo-async: 2.6.2 - schema-utils: 3.1.1 - tapable: 2.2.1 - terser-webpack-plugin: 5.3.1_webpack@5.66.0 - watchpack: 2.3.1 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - dev: true - /webpack/5.70.0: resolution: {integrity: sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==} engines: {node: '>=10.13.0'} @@ -14585,7 +14741,7 @@ packages: /wide-align/1.1.5: resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: - string-width: 1.0.2 + string-width: 4.2.3 dev: false /widest-line/3.1.0: diff --git a/server/package.json b/server/package.json index 35f7e303..7fc01dae 100644 --- a/server/package.json +++ b/server/package.json @@ -11,13 +11,13 @@ }, "dependencies": { "@nestjs/axios": "^0.0.7", - "@nestjs/common": "^8.4.0", + "@nestjs/common": "^8.4.1", "@nestjs/config": "^1.2.0", - "@nestjs/core": "^8.4.0", + "@nestjs/core": "^8.4.1", "@nestjs/jwt": "^8.0.0", "@nestjs/mapped-types": "^1.0.1", "@nestjs/passport": "^8.2.1", - "@nestjs/platform-express": "^8.4.0", + "@nestjs/platform-express": "^8.4.1", "@nestjs/schedule": "^1.0.2", "@nestjs/serve-static": "^2.2.2", "@nestjs/terminus": "^8.0.4", @@ -30,8 +30,8 @@ "class-validator": "^0.13.2", "cookie-parser": "^1.4.6", "csvtojson": "^2.0.10", - "dayjs": "^1.10.8", - "googleapis": "^96.0.0", + "dayjs": "^1.11.0", + "googleapis": "^97.0.0", "joi": "^17.6.0", "lodash": "^4.17.21", "multer": "^1.4.4", @@ -42,7 +42,7 @@ "passport-local": "^1.0.0", "pdf-lib": "^1.17.1", "pg": "^8.7.3", - "playwright-chromium": "^1.19.2", + "playwright-chromium": "^1.20.0", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.5.5", @@ -50,7 +50,7 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@nestjs/cli": "^8.2.2", + "@nestjs/cli": "^8.2.3", "@nestjs/schematics": "^8.0.8", "@reactive-resume/schema": "workspace:*", "@types/bcrypt": "^5.0.0", @@ -59,7 +59,7 @@ "@types/multer": "^1.4.7", "@types/node": "^17.0.21", "eslint": "^8.11.0", - "prettier": "^2.5.1", + "prettier": "^2.6.0", "source-map-support": "^0.5.21", "ts-loader": "^9.2.8", "ts-node": "^10.7.0",