diff --git a/package.json b/package.json index e8a257e1b..09b9fa1c8 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "url": "https://opencollective.com/verdaccio" }, "devDependencies": { - "@babel/cli": "7.16.7", + "@babel/cli": "7.16.8", "@babel/core": "7.16.7", - "@babel/node": "7.16.7", + "@babel/node": "7.16.8", "@babel/plugin-proposal-class-properties": "7.16.7", "@babel/plugin-proposal-decorators": "7.16.7", "@babel/plugin-proposal-export-namespace-from": "7.16.7", @@ -30,18 +30,18 @@ "@babel/plugin-proposal-throw-expressions": "7.16.7", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-import-meta": "7.10.4", - "@babel/plugin-transform-async-to-generator": "7.16.7", + "@babel/plugin-transform-async-to-generator": "7.16.8", "@babel/plugin-transform-classes": "7.16.7", - "@babel/plugin-transform-runtime": "7.16.7", - "@babel/preset-env": "7.16.7", + "@babel/plugin-transform-runtime": "7.16.8", + "@babel/preset-env": "7.16.8", "@babel/preset-react": "7.16.7", "@babel/preset-typescript": "7.16.7", - "@babel/register": "7.16.7", + "@babel/register": "7.16.8", "@babel/runtime": "7.16.7", "@changesets/changelog-github": "0.4.2", "@changesets/cli": "2.15.0", "@changesets/get-dependents-graph": "1.2.4", - "@crowdin/cli": "3.7.4", + "@crowdin/cli": "3.7.6", "@trivago/prettier-plugin-sort-imports": "3.1.1", "@types/async": "3.2.12", "@types/autocannon": "4.1.1", @@ -94,8 +94,8 @@ "npm-run-all": "4.1.5", "prettier": "2.5.1", "rimraf": "3.0.2", - "selfsigned": "1.10.11", - "supertest": "6.1.6", + "selfsigned": "1.10.14", + "supertest": "6.2.0", "ts-node": "10.4.0", "typescript": "4.5.4", "update-ts-references": "2.4.1", diff --git a/packages/api/package.json b/packages/api/package.json index 8f5381368..94268f206 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -61,7 +61,7 @@ "@verdaccio/server": "workspace:6.0.0-6-next.24", "@verdaccio/types": "workspace:11.0.0-6-next.10", "@verdaccio/helper": "1.0.0", - "supertest": "6.1.6" + "supertest": "6.2.0" }, "funding": { "type": "opencollective", diff --git a/packages/logger-prettify/package.json b/packages/logger-prettify/package.json index 7d127a67d..d4062ca0e 100644 --- a/packages/logger-prettify/package.json +++ b/packages/logger-prettify/package.json @@ -46,7 +46,7 @@ "prettier-bytes": "1.0.4" }, "devDependencies": { - "pino": "7.6.2" + "pino": "7.6.3" }, "funding": { "type": "opencollective", diff --git a/packages/logger/package.json b/packages/logger/package.json index 4b98b5973..194d6dd85 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -43,7 +43,7 @@ "@verdaccio/logger-prettify": "workspace:6.0.0-6-next.5", "debug": "4.3.3", "lodash": "4.17.21", - "pino": "7.6.2" + "pino": "7.6.3" }, "devDependencies": { "@verdaccio/types": "workspace:11.0.0-6-next.10" diff --git a/packages/node-api/package.json b/packages/node-api/package.json index 076685266..19c5fbd98 100644 --- a/packages/node-api/package.json +++ b/packages/node-api/package.json @@ -52,8 +52,8 @@ "@verdaccio/mock": "workspace:6.0.0-6-next.13", "@verdaccio/types": "workspace:11.0.0-6-next.10", "jest-mock-process": "1.4.1", - "selfsigned": "1.10.11", - "supertest": "6.1.6" + "selfsigned": "1.10.14", + "supertest": "6.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/plugins/audit/package.json b/packages/plugins/audit/package.json index 0f1869137..bd9c6d2b2 100644 --- a/packages/plugins/audit/package.json +++ b/packages/plugins/audit/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@verdaccio/types": "workspace:11.0.0-6-next.10", "nock": "12.0.3", - "supertest": "6.1.6" + "supertest": "6.2.0" }, "scripts": { "clean": "rimraf ./build", diff --git a/packages/plugins/local-storage/package.json b/packages/plugins/local-storage/package.json index 8015d1bd7..8df377692 100644 --- a/packages/plugins/local-storage/package.json +++ b/packages/plugins/local-storage/package.json @@ -40,7 +40,7 @@ "@verdaccio/core": "workspace:6.0.0-6-next.4", "@verdaccio/file-locking": "workspace:11.0.0-6-next.4", "@verdaccio/streams": "workspace:11.0.0-6-next.5", - "async": "3.2.2", + "async": "3.2.3", "core-js": "3.20.2", "debug": "4.3.3", "globby": "11.1.0", diff --git a/packages/plugins/ui-theme/package.json b/packages/plugins/ui-theme/package.json index 5a9dab15d..cb6a36070 100644 --- a/packages/plugins/ui-theme/package.json +++ b/packages/plugins/ui-theme/package.json @@ -30,7 +30,7 @@ "@emotion/css": "11.7.1", "@emotion/babel-plugin": "11.7.2", "@mui/icons-material": "5.2.5", - "@mui/material": "5.2.7", + "@mui/material": "5.2.8", "@mui/styles": "5.2.3", "@rematch/core": "2.2.0", "@rematch/loading": "2.1.2", @@ -73,14 +73,14 @@ "react-redux": "7.2.6", "redux": "4.1.2", "rimraf": "3.0.2", - "msw": "0.36.3", + "msw": "0.36.4", "style-loader": "3.3.1", "stylelint": "13.13.1", "stylelint-config-recommended": "5.0.0", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.10.0", "stylelint-webpack-plugin": "3.1.0", - "supertest": "6.1.6", + "supertest": "6.2.0", "terser-webpack-plugin": "5.3.0", "url-loader": "4.1.1", "validator": "13.7.0", diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 0caf634eb..f55bbc0b0 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -58,7 +58,7 @@ "@types/node": "16.11.19", "@verdaccio/types": "workspace:11.0.0-6-next.10", "get-stream": "^6.0.1", - "nock": "13.2.1", + "nock": "13.2.2", "node-mocks-http": "1.11.0", "semver": "7.3.5" }, diff --git a/packages/store/package.json b/packages/store/package.json index 33aecfab8..afc007a98 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -50,7 +50,7 @@ "@verdaccio/tarball": "workspace:11.0.0-6-next.11", "JSONStream": "1.3.5", "abortcontroller-polyfill": "1.7.3", - "async": "3.2.2", + "async": "3.2.3", "debug": "4.3.3", "lodash": "4.17.21", "lunr": "2.3.9", @@ -64,7 +64,7 @@ "@verdaccio/types": "workspace:11.0.0-6-next.10", "@verdaccio/helper": "workspace:1.0.0", "undici": "4.12.1", - "nock": "13.2.1", + "nock": "13.2.2", "undici-fetch": "1.0.0-rc.4", "tmp-promise": "3.0.3", "node-mocks-http": "1.11.0" diff --git a/packages/tools/mock/package.json b/packages/tools/mock/package.json index aa8cb84ab..bc855df4a 100644 --- a/packages/tools/mock/package.json +++ b/packages/tools/mock/package.json @@ -48,7 +48,7 @@ "fs-extra": "10.0.0", "lodash": "4.17.21", "request": "2.88.0", - "supertest": "6.1.6" + "supertest": "6.2.0" }, "devDependencies": { "@verdaccio/types": "workspace:11.0.0-6-next.10" diff --git a/packages/web/package.json b/packages/web/package.json index 62c69eb58..a77d467c8 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -46,7 +46,7 @@ "@types/node": "16.11.19", "@verdaccio/types": "workspace:11.0.0-6-next.10", "node-html-parser": "4.1.5", - "supertest": "6.1.6", + "supertest": "6.2.0", "verdaccio-auth-memory": "workspace:11.0.0-6-next.7", "verdaccio-memory": "workspace:11.0.0-6-next.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 12bd66010..9cf57dde6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,9 +4,9 @@ importers: .: specifiers: - '@babel/cli': 7.16.7 + '@babel/cli': 7.16.8 '@babel/core': 7.16.7 - '@babel/node': 7.16.7 + '@babel/node': 7.16.8 '@babel/plugin-proposal-class-properties': 7.16.7 '@babel/plugin-proposal-decorators': 7.16.7 '@babel/plugin-proposal-export-namespace-from': 7.16.7 @@ -19,18 +19,18 @@ importers: '@babel/plugin-proposal-throw-expressions': 7.16.7 '@babel/plugin-syntax-dynamic-import': 7.8.3 '@babel/plugin-syntax-import-meta': 7.10.4 - '@babel/plugin-transform-async-to-generator': 7.16.7 + '@babel/plugin-transform-async-to-generator': 7.16.8 '@babel/plugin-transform-classes': 7.16.7 - '@babel/plugin-transform-runtime': 7.16.7 - '@babel/preset-env': 7.16.7 + '@babel/plugin-transform-runtime': 7.16.8 + '@babel/preset-env': 7.16.8 '@babel/preset-react': 7.16.7 '@babel/preset-typescript': 7.16.7 - '@babel/register': 7.16.7 + '@babel/register': 7.16.8 '@babel/runtime': 7.16.7 '@changesets/changelog-github': 0.4.2 '@changesets/cli': 2.15.0 '@changesets/get-dependents-graph': 1.2.4 - '@crowdin/cli': 3.7.4 + '@crowdin/cli': 3.7.6 '@trivago/prettier-plugin-sort-imports': 3.1.1 '@types/async': 3.2.12 '@types/autocannon': 4.1.1 @@ -83,8 +83,8 @@ importers: npm-run-all: 4.1.5 prettier: 2.5.1 rimraf: 3.0.2 - selfsigned: 1.10.11 - supertest: 6.1.6 + selfsigned: 1.10.14 + supertest: 6.2.0 ts-node: 10.4.0 typescript: 4.5.4 update-ts-references: 2.4.1 @@ -94,9 +94,9 @@ importers: verdaccio-htpasswd: workspace:* verdaccio-memory: workspace:* devDependencies: - '@babel/cli': 7.16.7_@babel+core@7.16.7 + '@babel/cli': 7.16.8_@babel+core@7.16.7 '@babel/core': 7.16.7 - '@babel/node': 7.16.7_@babel+core@7.16.7 + '@babel/node': 7.16.8_@babel+core@7.16.7 '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.7 '@babel/plugin-proposal-decorators': 7.16.7_@babel+core@7.16.7 '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.7 @@ -109,18 +109,18 @@ importers: '@babel/plugin-proposal-throw-expressions': 7.16.7_@babel+core@7.16.7 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.7 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-transform-async-to-generator': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.16.7 '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-runtime': 7.16.7_@babel+core@7.16.7 - '@babel/preset-env': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-transform-runtime': 7.16.8_@babel+core@7.16.7 + '@babel/preset-env': 7.16.8_@babel+core@7.16.7 '@babel/preset-react': 7.16.7_@babel+core@7.16.7 '@babel/preset-typescript': 7.16.7_@babel+core@7.16.7 - '@babel/register': 7.16.7_@babel+core@7.16.7 + '@babel/register': 7.16.8_@babel+core@7.16.7 '@babel/runtime': 7.16.7 '@changesets/changelog-github': 0.4.2 '@changesets/cli': 2.15.0 '@changesets/get-dependents-graph': 1.2.4 - '@crowdin/cli': 3.7.4 + '@crowdin/cli': 3.7.6 '@trivago/prettier-plugin-sort-imports': 3.1.1_prettier@2.5.1 '@types/async': 3.2.12 '@types/autocannon': 4.1.1 @@ -173,8 +173,8 @@ importers: npm-run-all: 4.1.5 prettier: 2.5.1 rimraf: 3.0.2 - selfsigned: 1.10.11 - supertest: 6.1.6 + selfsigned: 1.10.14 + supertest: 6.2.0 ts-node: 10.4.0_c0a8ca172db2ce87bc71f1a1cb132fc8 typescript: 4.5.4 update-ts-references: 2.4.1_typescript@4.5.4 @@ -206,7 +206,7 @@ importers: lodash: 4.17.21 mime: 2.6.0 semver: 7.3.5 - supertest: 6.1.6 + supertest: 6.2.0 dependencies: '@verdaccio/auth': link:../auth '@verdaccio/config': link:../config @@ -229,7 +229,7 @@ importers: '@verdaccio/helper': link:../tools/helpers '@verdaccio/server': link:../server '@verdaccio/types': link:../core/types - supertest: 6.1.6 + supertest: 6.2.0 packages/auth: specifiers: @@ -491,13 +491,13 @@ importers: '@verdaccio/types': workspace:11.0.0-6-next.10 debug: 4.3.3 lodash: 4.17.21 - pino: 7.6.2 + pino: 7.6.3 dependencies: '@verdaccio/core': link:../core/core '@verdaccio/logger-prettify': link:../logger-prettify debug: 4.3.3 lodash: 4.17.21 - pino: 7.6.2 + pino: 7.6.3 devDependencies: '@verdaccio/types': link:../core/types @@ -507,7 +507,7 @@ importers: fast-safe-stringify: 2.1.1 kleur: 3.0.3 lodash: 4.17.21 - pino: 7.6.2 + pino: 7.6.3 prettier-bytes: 1.0.4 dependencies: dayjs: 1.10.7 @@ -516,7 +516,7 @@ importers: lodash: 4.17.21 prettier-bytes: 1.0.4 devDependencies: - pino: 7.6.2 + pino: 7.6.3 packages/middleware: specifiers: @@ -549,8 +549,8 @@ importers: debug: 4.3.3 jest-mock-process: 1.4.1 lodash: 4.17.21 - selfsigned: 1.10.11 - supertest: 6.1.6 + selfsigned: 1.10.14 + supertest: 6.2.0 dependencies: '@verdaccio/config': link:../config '@verdaccio/core': link:../core/core @@ -564,8 +564,8 @@ importers: '@verdaccio/mock': link:../tools/mock '@verdaccio/types': link:../core/types jest-mock-process: 1.4.1_jest@27.4.7 - selfsigned: 1.10.11 - supertest: 6.1.6 + selfsigned: 1.10.14 + supertest: 6.2.0 packages/plugins/active-directory: specifiers: @@ -588,7 +588,7 @@ importers: https-proxy-agent: 5.0.0 nock: 12.0.3 node-fetch: cjs - supertest: 6.1.6 + supertest: 6.2.0 dependencies: body-parser: 1.19.1 express: 4.17.2 @@ -597,7 +597,7 @@ importers: devDependencies: '@verdaccio/types': link:../../core/types nock: 12.0.3 - supertest: 6.1.6 + supertest: 6.2.0 packages/plugins/auth-memory: specifiers: @@ -679,7 +679,7 @@ importers: '@verdaccio/streams': workspace:11.0.0-6-next.5 '@verdaccio/types': workspace:11.0.0-6-next.10 '@verdaccio/utils': workspace:6.0.0-6-next.10 - async: 3.2.2 + async: 3.2.3 core-js: 3.20.2 debug: 4.3.3 globby: 11.1.0 @@ -694,7 +694,7 @@ importers: '@verdaccio/core': link:../../core/core '@verdaccio/file-locking': link:../../core/file-locking '@verdaccio/streams': link:../../core/streams - async: 3.2.2 + async: 3.2.3 core-js: 3.20.2 debug: 4.3.3 globby: 11.1.0 @@ -736,7 +736,7 @@ importers: '@emotion/react': 11.7.1 '@emotion/styled': 11.6.0 '@mui/icons-material': 5.2.5 - '@mui/material': 5.2.7 + '@mui/material': 5.2.8 '@mui/styles': 5.2.3 '@rematch/core': 2.2.0 '@rematch/loading': 2.1.2 @@ -770,7 +770,7 @@ importers: localstorage-memory: 1.0.3 lodash: 4.17.21 mini-css-extract-plugin: 2.4.6 - msw: 0.36.3 + msw: 0.36.4 mutationobserver-shim: 0.3.7 node-mocks-http: 1.11.0 normalize.css: 8.0.1 @@ -793,7 +793,7 @@ importers: stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 stylelint-webpack-plugin: 3.1.0 - supertest: 6.1.6 + supertest: 6.2.0 terser-webpack-plugin: 5.3.0 url-loader: 4.1.1 validator: 13.7.0 @@ -812,8 +812,8 @@ importers: '@emotion/jest': 11.7.1_@types+jest@27.4.0 '@emotion/react': 11.7.1_b3e67f1b1cc68ee82c343add0615c039 '@emotion/styled': 11.6.0_023218a630dedcfdc5aa065bf93ff9d7 - '@mui/icons-material': 5.2.5_71b62574f4e89893bcd4bacf5deda17a - '@mui/material': 5.2.7_f5341c4d41f1e34c3a73251df9f98a19 + '@mui/icons-material': 5.2.5_f463eef15d59df5aa770d062739aa27b + '@mui/material': 5.2.8_f5341c4d41f1e34c3a73251df9f98a19 '@mui/styles': 5.2.3_b08e3c15324cbe90a6ff8fcd416c932c '@rematch/core': 2.2.0_redux@4.1.2 '@rematch/loading': 2.1.2_@rematch+core@2.2.0 @@ -847,7 +847,7 @@ importers: localstorage-memory: 1.0.3 lodash: 4.17.21 mini-css-extract-plugin: 2.4.6_webpack@5.65.0 - msw: 0.36.3 + msw: 0.36.4 mutationobserver-shim: 0.3.7 node-mocks-http: 1.11.0 normalize.css: 8.0.1 @@ -870,7 +870,7 @@ importers: stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 stylelint-webpack-plugin: 3.1.0_stylelint@13.13.1+webpack@5.65.0 - supertest: 6.1.6 + supertest: 6.2.0 terser-webpack-plugin: 5.3.0_webpack@5.65.0 url-loader: 4.1.1_webpack@5.65.0 validator: 13.7.0 @@ -899,7 +899,7 @@ importers: get-stream: ^6.0.1 JSONStream: 1.3.5 lodash: 4.17.21 - nock: 13.2.1 + nock: 13.2.2 node-fetch: 2.6.6 node-mocks-http: 1.11.0 request: 2.88.0 @@ -925,7 +925,7 @@ importers: '@types/node': 16.11.19 '@verdaccio/types': link:../core/types get-stream: 6.0.1 - nock: 13.2.1 + nock: 13.2.2 node-mocks-http: 1.11.0 semver: 7.3.5 @@ -1014,14 +1014,14 @@ importers: '@verdaccio/types': workspace:11.0.0-6-next.10 '@verdaccio/utils': workspace:6.0.0-6-next.10 abortcontroller-polyfill: 1.7.3 - async: 3.2.2 + async: 3.2.3 debug: 4.3.3 JSONStream: 1.3.5 lodash: 4.17.21 lunr: 2.3.9 lunr-mutable-indexes: 2.3.2 merge2: 1.4.1 - nock: 13.2.1 + nock: 13.2.2 node-mocks-http: 1.11.0 semver: 7.3.5 tmp-promise: 3.0.3 @@ -1038,7 +1038,7 @@ importers: '@verdaccio/tarball': link:../core/tarball '@verdaccio/utils': link:../utils abortcontroller-polyfill: 1.7.3 - async: 3.2.2 + async: 3.2.3 debug: 4.3.3 JSONStream: 1.3.5 lodash: 4.17.21 @@ -1051,7 +1051,7 @@ importers: '@verdaccio/helper': link:../tools/helpers '@verdaccio/mock': link:../tools/mock '@verdaccio/types': link:../core/types - nock: 13.2.1 + nock: 13.2.2 node-mocks-http: 1.11.0 tmp-promise: 3.0.3 undici: 4.12.1 @@ -1127,7 +1127,7 @@ importers: fs-extra: 10.0.0 lodash: 4.17.21 request: 2.88.0 - supertest: 6.1.6 + supertest: 6.2.0 dependencies: '@verdaccio/config': link:../../config '@verdaccio/core': link:../../core/core @@ -1137,7 +1137,7 @@ importers: fs-extra: 10.0.0 lodash: 4.17.21 request: 2.88.0 - supertest: 6.1.6 + supertest: 6.2.0 devDependencies: '@verdaccio/types': link:../../core/types @@ -1213,7 +1213,7 @@ importers: lodash: 4.17.21 lru-cache: 6.0.0 node-html-parser: 4.1.5 - supertest: 6.1.6 + supertest: 6.2.0 verdaccio-auth-memory: workspace:11.0.0-6-next.7 verdaccio-memory: workspace:11.0.0-6-next.8 dependencies: @@ -1237,7 +1237,7 @@ importers: '@types/node': 16.11.19 '@verdaccio/types': link:../core/types node-html-parser: 4.1.5 - supertest: 6.1.6 + supertest: 6.2.0 verdaccio-auth-memory: link:../plugins/auth-memory verdaccio-memory: link:../plugins/memory @@ -1455,8 +1455,8 @@ packages: resolution: {integrity: sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==} dev: true - /@babel/cli/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-0iBF+G2Qml0y3mY5dirolyToLSR88a/KB6F2Gm8J/lOnyL8wbEOHak0DHF8gjc9XZGgTDGv/jYXNiapvsYyHTA==} + /@babel/cli/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-FTKBbxyk5TclXOGmwYyqelqP5IF6hMxaeJskd85jbR5jBfYlwqgwAbJwnixi1ZBbTqKfFuAA95mdmUFeSRwyJA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: @@ -1517,6 +1517,10 @@ packages: resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==} engines: {node: '>=6.9.0'} + /@babel/compat-data/7.16.8: + resolution: {integrity: sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==} + engines: {node: '>=6.9.0'} + /@babel/core/7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} @@ -1712,7 +1716,16 @@ packages: resolution: {integrity: sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 + jsesc: 2.5.2 + source-map: 0.5.7 + dev: true + + /@babel/generator/7.16.8: + resolution: {integrity: sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.16.8 jsesc: 2.5.2 source-map: 0.5.7 @@ -1757,7 +1770,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.16.7 - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 dev: true /@babel/helper-compilation-targets/7.15.4_@babel+core@7.13.15: @@ -1805,10 +1818,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.16.4 + '@babel/compat-data': 7.16.8 '@babel/core': 7.13.10 '@babel/helper-validator-option': 7.16.7 - browserslist: 4.17.6 + browserslist: 4.19.1 semver: 6.3.0 dev: true @@ -1818,10 +1831,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.16.4 + '@babel/compat-data': 7.16.8 '@babel/core': 7.16.5 '@babel/helper-validator-option': 7.16.7 - browserslist: 4.17.6 + browserslist: 4.19.1 semver: 6.3.0 dev: false @@ -1831,10 +1844,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.16.4 + '@babel/compat-data': 7.16.8 '@babel/core': 7.16.7 '@babel/helper-validator-option': 7.16.7 - browserslist: 4.17.6 + browserslist: 4.19.1 semver: 6.3.0 dev: true @@ -2019,7 +2032,7 @@ packages: resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 dev: true /@babel/helper-function-name/7.10.4: @@ -2088,7 +2101,7 @@ packages: resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 /@babel/helper-member-expression-to-functions/7.15.4: resolution: {integrity: sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==} @@ -2120,7 +2133,7 @@ packages: /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 dev: true /@babel/helper-module-imports/7.15.4: @@ -2200,8 +2213,8 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.7 - '@babel/types': 7.16.7 + '@babel/traverse': 7.16.8 + '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color dev: true @@ -2264,13 +2277,13 @@ packages: - supports-color dev: false - /@babel/helper-remap-async-to-generator/7.16.7: - resolution: {integrity: sha512-C3o117GnP/j/N2OWo+oepeWbFEKRfNaay+F1Eo5Mj3A1SRjyx+qaFhm23nlipub7Cjv2azdUUiDH+VlpdwUFRg==} + /@babel/helper-remap-async-to-generator/7.16.8: + resolution: {integrity: sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-wrap-function': 7.16.7 - '@babel/types': 7.16.7 + '@babel/helper-wrap-function': 7.16.8 + '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color dev: true @@ -2340,7 +2353,7 @@ packages: resolution: {integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.15.4: @@ -2354,7 +2367,7 @@ packages: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 /@babel/helper-split-export-declaration/7.11.0: resolution: {integrity: sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==} @@ -2432,6 +2445,18 @@ packages: - supports-color dev: true + /@babel/helper-wrap-function/7.16.8: + resolution: {integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': 7.16.7 + '@babel/template': 7.16.7 + '@babel/traverse': 7.16.8 + '@babel/types': 7.16.8 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helpers/7.15.4: resolution: {integrity: sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==} engines: {node: '>=6.9.0'} @@ -2457,8 +2482,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/traverse': 7.16.7 - '@babel/types': 7.16.7 + '@babel/traverse': 7.16.8 + '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color dev: true @@ -2479,15 +2504,15 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/node/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-gXg2/lWOdJQeEwxmkS882UdlZNWTF9vdSjefYA2zrV1cudVqLv6qAdbo9GdqhJq9PzAqix5XyTqSfrl7BZC2lA==} + /@babel/node/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-V2dopEtPUL4LD+e8UtMIZB6BbsmMsS/7E1ZAvWNINzBfi7Cf3X9MLCpzHVZT4HeeF1lQl72IRtqqVt2RUImwyA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.7 - '@babel/register': 7.16.7_@babel+core@7.16.7 + '@babel/register': 7.16.8_@babel+core@7.16.7 commander: 4.1.1 core-js: 3.20.2 node-environment-flags: 1.0.6 @@ -2535,6 +2560,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + /@babel/parser/7.16.8: + resolution: {integrity: sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==} + engines: {node: '>=6.0.0'} + hasBin: true + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2_@babel+core@7.16.5: resolution: {integrity: sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==} engines: {node: '>=6.9.0'} @@ -2617,15 +2647,15 @@ packages: - supports-color dev: false - /@babel/plugin-proposal-async-generator-functions/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-TTXBT3A5c11eqRzaC6beO6rlFT3Mo9C2e8eB44tTr52ESXSK2CIc2fOp1ynpAwQA8HhBMho+WXhMHWlAe3xkpw==} + /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/helper-remap-async-to-generator': 7.16.7 + '@babel/helper-remap-async-to-generator': 7.16.8 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.7 transitivePeerDependencies: - supports-color @@ -3732,8 +3762,8 @@ packages: - supports-color dev: false - /@babel/plugin-transform-async-to-generator/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-pFEfjnK4DfXCfAlA5I98BYdDJD8NltMzx19gt6DAmfE+2lXRfPUoa0/5SUjT4+TDE1W/rcxU/1lgN55vpAjjdg==} + /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3741,7 +3771,7 @@ packages: '@babel/core': 7.16.7 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/helper-remap-async-to-generator': 7.16.7 + '@babel/helper-remap-async-to-generator': 7.16.8 transitivePeerDependencies: - supports-color dev: true @@ -4222,8 +4252,8 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-h2RP2kE7He1ZWKyAlanMZrAbdv+Acw1pA8dQZhE025WJZE2z0xzFADAinXA9fxd5bn7JnM+SdOGcndGx1ARs9w==} + /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4341,8 +4371,8 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.5 dev: false - /@babel/plugin-transform-named-capturing-groups-regex/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-kFy35VwmwIQwCjwrAQhl3+c/kr292i4KdLPKp5lPH03Ltc51qnFlIADoyPxc/6Naz3ok3WdYKg+KK6AH+D4utg==} + /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -4596,7 +4626,7 @@ packages: '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.7 - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 dev: true /@babel/plugin-transform-react-pure-annotations/7.14.5_@babel+core@7.13.15: @@ -4723,8 +4753,8 @@ packages: - supports-color dev: false - /@babel/plugin-transform-runtime/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-2FoHiSAWkdq4L06uaDN3rS43i6x28desUVxq+zAFuE6kbWYQeiLPJI5IC7Sg9xKYVcrBKSQkVUfH6aeQYbl9QA==} + /@babel/plugin-transform-runtime/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-6Kg2XHPFnIarNweZxmzbgYnnWsXxkx9WQUVk2sksBRL80lBC1RAQV3wQagWxdCHiYHqPN+oenwNIuttlYgIbQQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4733,7 +4763,7 @@ packages: '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.7 - babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.16.7 + babel-plugin-polyfill-corejs3: 0.5.0_@babel+core@7.16.7 babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.7 semver: 6.3.0 transitivePeerDependencies: @@ -5155,20 +5185,20 @@ packages: - supports-color dev: false - /@babel/preset-env/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ==} + /@babel/preset-env/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.16.4 + '@babel/compat-data': 7.16.8 '@babel/core': 7.16.7 '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.16.7 '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-proposal-async-generator-functions': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.16.7 '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.7 '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.16.7 '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.7 @@ -5198,7 +5228,7 @@ packages: '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.7 '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.7 '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-async-to-generator': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.16.7 '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.7 @@ -5212,10 +5242,10 @@ packages: '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-modules-commonjs': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.7 '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-named-capturing-groups-regex': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.16.7 '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.7 @@ -5230,11 +5260,11 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.16.7 '@babel/preset-modules': 0.1.5_@babel+core@7.16.7 - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.7 - babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.16.7 + babel-plugin-polyfill-corejs3: 0.5.0_@babel+core@7.16.7 babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.7 - core-js-compat: 3.19.1 + core-js-compat: 3.20.2 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -5262,7 +5292,7 @@ packages: '@babel/helper-plugin-utils': 7.16.7 '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.5 '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.5 - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 esutils: 2.0.3 dev: false @@ -5275,7 +5305,7 @@ packages: '@babel/helper-plugin-utils': 7.16.7 '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.7 '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.7 - '@babel/types': 7.16.7 + '@babel/types': 7.16.8 esutils: 2.0.3 dev: true @@ -5364,8 +5394,8 @@ packages: - supports-color dev: true - /@babel/register/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-Ft+cuxorVxFj4RrPDs9TbJNE7ZbuJTyazUC6jLWRvBQT/qIDZPMe7MHgjlrA+11+XDLh+I0Pnx7sxPp4LRhzcA==} + /@babel/register/7.16.8_@babel+core@7.16.7: + resolution: {integrity: sha512-aoUj2ocH92k7qyyA59y07sUaCVxxS7VjNul/jR0mpAyYvpo6n5HELZmyUGtrgFm7/1b0UutT7I1w/4bAkXxCHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5374,7 +5404,7 @@ packages: clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 - pirates: 4.0.1 + pirates: 4.0.4 source-map-support: 0.5.19 dev: true @@ -5417,6 +5447,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.7 + dev: false /@babel/runtime/7.16.7: resolution: {integrity: sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==} @@ -5453,8 +5484,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/parser': 7.16.7 - '@babel/types': 7.16.7 + '@babel/parser': 7.16.8 + '@babel/types': 7.16.8 /@babel/traverse/7.11.0: resolution: {integrity: sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==} @@ -5560,18 +5591,36 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.16.7 + '@babel/generator': 7.16.8 '@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.16.7 - '@babel/types': 7.16.7 + '@babel/parser': 7.16.8 + '@babel/types': 7.16.8 debug: 4.3.3 globals: 11.12.0 transitivePeerDependencies: - supports-color + /@babel/traverse/7.16.8: + resolution: {integrity: sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.16.7 + '@babel/generator': 7.16.8 + '@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.16.8 + '@babel/types': 7.16.8 + debug: 4.3.3 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/types/7.11.0: resolution: {integrity: sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==} dependencies: @@ -5609,6 +5658,13 @@ packages: '@babel/helper-validator-identifier': 7.16.7 to-fast-properties: 2.0.0 + /@babel/types/7.16.8: + resolution: {integrity: sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.16.7 + to-fast-properties: 2.0.0 + /@bcoe/v8-coverage/0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true @@ -5802,8 +5858,8 @@ packages: prettier: 1.19.1 dev: true - /@crowdin/cli/3.7.4: - resolution: {integrity: sha512-gxoJvxq282PWdCQvNRH03wWqBwEXJYlM2aBng5ZbffHLQXVQw7idIeghYJ/7TTwzyXkibq06YPkgAaaJJaoLiw==} + /@crowdin/cli/3.7.6: + resolution: {integrity: sha512-iXKPexzaave7mNadVA0nAhhdi3DsSmU/hbrt1LhpYNW6Lngp74PXQ1hShxCgflPeqpExF/ZJaptWW8qAgNpwQg==} hasBin: true dependencies: shelljs: 0.8.4 @@ -7581,8 +7637,8 @@ packages: - supports-color dev: true - /@mui/base/5.0.0-alpha.63_b3482aaf5744fc7c2aeb7941b0e0a78f: - resolution: {integrity: sha512-/jURXlBAYqZaWw92XfJgc6aiHnDcNVuRxBskub57HXWCMK3OiVVdfUEWJEdCjOacCKiw3+Etc5alI9Omaqrg2g==} + /@mui/base/5.0.0-alpha.64_b3482aaf5744fc7c2aeb7941b0e0a78f: + resolution: {integrity: sha512-lqUFbAyYPl3uDaTxGWIUWx9Zin5APv5Rrn/oUcnm/71Isd5dJ94zoGHCTdNy2sxhDRcXRshsdC2dfdwIWxhkZA==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^16.8.6 || ^17.0.0 @@ -7604,7 +7660,7 @@ packages: react-is: 17.0.2 dev: true - /@mui/icons-material/5.2.5_71b62574f4e89893bcd4bacf5deda17a: + /@mui/icons-material/5.2.5_f463eef15d59df5aa770d062739aa27b: resolution: {integrity: sha512-uQiUz+l0xy+2jExyKyU19MkMAR2F7bQFcsQ5hdqAtsB14Jw2zlmIAD55mV6f0NxKCut7Rx6cA3ZpfzlzAfoK8Q==} engines: {node: '>=12.0.0'} peerDependencies: @@ -7616,13 +7672,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.16.7 - '@mui/material': 5.2.7_f5341c4d41f1e34c3a73251df9f98a19 + '@mui/material': 5.2.8_f5341c4d41f1e34c3a73251df9f98a19 '@types/react': 17.0.38 react: 17.0.2 dev: true - /@mui/material/5.2.7_f5341c4d41f1e34c3a73251df9f98a19: - resolution: {integrity: sha512-JaDl9GJSV17QLf4OoDUZKvVjZ/7UvqOBAxwLwUTnKZEME4REaGTkaAeHrzLpcKCm0LlNGD2HOKAIeykI6WJiqg==} + /@mui/material/5.2.8_f5341c4d41f1e34c3a73251df9f98a19: + resolution: {integrity: sha512-GYNYoTDw3C07D1rkB9pTS3xMH3gL0p3kb27SVMrMqP3AWrFxfrS73OnsonJh6Uy/F22pYX6rJxiFOhPq5+i4Eg==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -7641,8 +7697,8 @@ packages: '@babel/runtime': 7.16.7 '@emotion/react': 11.7.1_b3e67f1b1cc68ee82c343add0615c039 '@emotion/styled': 11.6.0_023218a630dedcfdc5aa065bf93ff9d7 - '@mui/base': 5.0.0-alpha.63_b3482aaf5744fc7c2aeb7941b0e0a78f - '@mui/system': 5.2.6_bcb8cb45f4440c38ab7df0ee3f383339 + '@mui/base': 5.0.0-alpha.64_b3482aaf5744fc7c2aeb7941b0e0a78f + '@mui/system': 5.2.8_bcb8cb45f4440c38ab7df0ee3f383339 '@mui/types': 7.1.0_@types+react@17.0.38 '@mui/utils': 5.2.3_react@17.0.2 '@types/react': 17.0.38 @@ -7726,8 +7782,8 @@ packages: react: 17.0.2 dev: true - /@mui/system/5.2.6_bcb8cb45f4440c38ab7df0ee3f383339: - resolution: {integrity: sha512-PZ7bmpWOLikWgqn2zWv9/Xa7lxnRBOmfjoMH7c/IVYJs78W3971brXJ3xV9MEWWQcoqiYQeXzUJaNf4rFbKCBA==} + /@mui/system/5.2.8_bcb8cb45f4440c38ab7df0ee3f383339: + resolution: {integrity: sha512-tje1HRubQUk+cDJBG5F83X1j0XzVe+qhellKxByrJVOEEDHoSpbc8UW+NCLSuBBHvOikxihuv3SS4VOWOo2/BQ==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -8986,8 +9042,8 @@ packages: /@vue/compiler-core/3.0.11: resolution: {integrity: sha512-6sFj6TBac1y2cWCvYCA8YzHJEbsVkX7zdRs/3yK/n1ilvRqcn983XvpBbnN3v4mZ1UiQycTvOiajJmOgN9EVgw==} dependencies: - '@babel/parser': 7.16.7 - '@babel/types': 7.16.7 + '@babel/parser': 7.16.8 + '@babel/types': 7.16.8 '@vue/shared': 3.0.11 estree-walker: 2.0.2 source-map: 0.6.1 @@ -9005,8 +9061,8 @@ packages: peerDependencies: vue: 3.0.11 dependencies: - '@babel/parser': 7.16.7 - '@babel/types': 7.16.7 + '@babel/parser': 7.16.8 + '@babel/types': 7.16.8 '@vue/compiler-core': 3.0.11 '@vue/compiler-dom': 3.0.11 '@vue/compiler-ssr': 3.0.11 @@ -9757,7 +9813,6 @@ packages: /asap/2.0.6: resolution: {integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=} - dev: false /asn1/0.2.4: resolution: {integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==} @@ -9804,6 +9859,11 @@ packages: /async/3.2.2: resolution: {integrity: sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==} + dev: true + + /async/3.2.3: + resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} + dev: false /asynckit/0.4.0: resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} @@ -10096,7 +10156,7 @@ packages: /babel-plugin-macros/2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: - '@babel/runtime': 7.16.5 + '@babel/runtime': 7.16.7 cosmiconfig: 6.0.0 resolve: 1.20.0 dev: true @@ -10164,14 +10224,14 @@ packages: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.4.0_@babel+core@7.16.7: - resolution: {integrity: sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==} + /babel-plugin-polyfill-corejs3/0.5.0_@babel+core@7.16.7: + resolution: {integrity: sha512-Hcrgnmkf+4JTj73GbK3bBhlVPiLL47owUAnoJIf69Hakl3q+KfodbDXiZWGMM7iqCZTxCG3Z2VRfPNYES4rXqQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.7 '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.7 - core-js-compat: 3.19.1 + core-js-compat: 3.20.2 transitivePeerDependencies: - supports-color dev: true @@ -10465,6 +10525,17 @@ packages: node-releases: 2.0.1 picocolors: 1.0.0 + /browserslist/4.19.1: + resolution: {integrity: sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001298 + electron-to-chromium: 1.4.40 + escalade: 3.1.1 + node-releases: 2.0.1 + picocolors: 1.0.0 + /bser/2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: @@ -10639,6 +10710,9 @@ packages: /caniuse-lite/1.0.30001280: resolution: {integrity: sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA==} + /caniuse-lite/1.0.30001298: + resolution: {integrity: sha512-AcKqikjMLlvghZL/vfTHorlQsLDhGRalYf1+GmWCf5SCMziSGjRYQW/JEksj14NaYHIR6KIhrFAy0HV5C25UzQ==} + /caseless/0.12.0: resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} @@ -11184,8 +11258,8 @@ packages: resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} engines: {node: '>= 0.6'} - /cookiejar/2.1.2: - resolution: {integrity: sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==} + /cookiejar/2.1.3: + resolution: {integrity: sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==} /cookies/0.8.0: resolution: {integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==} @@ -11254,6 +11328,14 @@ packages: dependencies: browserslist: 4.17.6 semver: 7.0.0 + dev: false + + /core-js-compat/3.20.2: + resolution: {integrity: sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==} + dependencies: + browserslist: 4.19.1 + semver: 7.0.0 + dev: true /core-js-pure/3.19.3: resolution: {integrity: sha512-N3JruInmCyt7EJj5mAq3csCgGYgiSqu7p7TQp2KOztr180/OAIxyIvL1FCjzgmQk/t3Yniua50Fsak7FShI9lA==} @@ -12130,6 +12212,12 @@ packages: resolution: {integrity: sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ==} dev: true + /dezalgo/1.0.3: + resolution: {integrity: sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=} + dependencies: + asap: 2.0.6 + wrappy: 1.0.2 + /diff-sequences/27.4.0: resolution: {integrity: sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -12355,6 +12443,9 @@ packages: /electron-to-chromium/1.3.895: resolution: {integrity: sha512-9Ww3fB8CWctjqHwkOt7DQbMZMpal2x2reod+/lU4b9axO1XJEDUpPMBxs7YnjLhhqpKXIIB5SRYN/B4K0QpvyQ==} + /electron-to-chromium/1.4.40: + resolution: {integrity: sha512-j+eVIyQGt2EU5xPWUblhpp5P5z5xyAdRgzogBgfe2F5JGV17gr9pfzWBua6DlPL00LavbOjxubWkWkbVQe9Wlw==} + /emittery/0.8.1: resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} engines: {node: '>=10'} @@ -12495,7 +12586,6 @@ packages: string.prototype.trimend: 1.0.4 string.prototype.trimstart: 1.0.4 unbox-primitive: 1.0.1 - dev: false /es-module-lexer/0.6.0: resolution: {integrity: sha512-f8kcHX1ArhllUtb/wVSyvygoKCznIjnxhLxy7TCvIiMdT7fL4ZDTIKaadMe6eLvOXg6Wk02UeoFgUoZ2EKZZUA==} @@ -13610,6 +13700,7 @@ packages: /fast-safe-stringify/2.0.8: resolution: {integrity: sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==} + dev: true /fast-safe-stringify/2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} @@ -13966,6 +14057,7 @@ packages: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.31 + dev: true /form-data/4.0.0: resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} @@ -13975,8 +14067,13 @@ packages: combined-stream: 1.0.8 mime-types: 2.1.31 - /formidable/1.2.2: - resolution: {integrity: sha512-V8gLm+41I/8kguQ4/o1D3RIHRmhYFG4pnNyonvua+40rqcEmT4+V71yaZ3B457xbbgCsCfjSPi65u/W6vK1U5Q==} + /formidable/2.0.1: + resolution: {integrity: sha512-rjTMNbp2BpfQShhFbR3Ruk3qk2y9jKpvMW78nJgx8QKtxjDVrwbZG+wvDOmVbifHyOUOQJXxqEy6r0faRrPzTQ==} + dependencies: + dezalgo: 1.0.3 + hexoid: 1.0.0 + once: 1.4.0 + qs: 6.9.3 /forwarded/0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} @@ -14211,7 +14308,6 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - dev: false /get-value/2.0.6: resolution: {integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=} @@ -14732,6 +14828,10 @@ packages: resolution: {integrity: sha512-xAxZkM1dRyGV2Ou5bzMxBPNLoRCjcX+ya7KSWybQD2KwLphxsapUVK6x/02o7f4VU6GPSXch9vNY2+gkU8tYWQ==} dev: true + /hexoid/1.0.0: + resolution: {integrity: sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==} + engines: {node: '>=8'} + /history/4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: @@ -15221,7 +15321,7 @@ packages: ora: 5.4.1 run-async: 2.4.1 rxjs: 7.4.0 - string-width: 4.2.2 + string-width: 4.2.3 strip-ansi: 6.0.1 through: 2.3.8 dev: true @@ -15240,7 +15340,6 @@ packages: get-intrinsic: 1.1.1 has: 1.0.3 side-channel: 1.0.4 - dev: false /interpret/1.4.0: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} @@ -15573,7 +15672,6 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - dev: false /is-regexp/1.0.0: resolution: {integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk=} @@ -15594,7 +15692,6 @@ packages: /is-shared-array-buffer/1.0.1: resolution: {integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==} - dev: false /is-stream-ended/0.1.4: resolution: {integrity: sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw==} @@ -15643,7 +15740,6 @@ packages: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 - dev: false /is-whitespace-character/1.0.4: resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==} @@ -15707,7 +15803,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.16.7 - '@babel/parser': 7.16.7 + '@babel/parser': 7.16.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -16158,10 +16254,10 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.16.7 - '@babel/generator': 7.16.7 + '@babel/generator': 7.16.8 '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.7 - '@babel/traverse': 7.16.7 - '@babel/types': 7.16.7 + '@babel/traverse': 7.16.8 + '@babel/types': 7.16.8 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 '@types/babel__traverse': 7.11.1 @@ -17448,6 +17544,7 @@ packages: resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==} engines: {node: '>=4.0.0'} hasBin: true + dev: false /mime/2.6.0: resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} @@ -17590,8 +17687,8 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.36.3: - resolution: {integrity: sha512-Itzp/QhKaleZoslXDrNik3ramW9ynqzOdbwydX2ehBSSaZd5QoiAl/bHYcV33R6CEZcJgIX1N4s+G6XkF/bhkA==} + /msw/0.36.4: + resolution: {integrity: sha512-ilcW8L8HbOeUL+govuTMc+v6vunccAgYmvxV0mI17/ADCyT3qvh+qxNk+UF73yxrc2AOpeEF3v0nT0DnqZm8DA==} hasBin: true requiresBuild: true dependencies: @@ -17723,8 +17820,8 @@ packages: - supports-color dev: true - /nock/13.2.1: - resolution: {integrity: sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==} + /nock/13.2.2: + resolution: {integrity: sha512-PcBHuvl9i6zfaJ50A7LS55oU+nFLv8htXIhffJO+FxyfibdZ4jEvd9kTuvkrJireBFIGMZ+oUIRpMK5gU9h//g==} engines: {node: '>= 10.13'} dependencies: debug: 4.3.3 @@ -17800,11 +17897,6 @@ packages: type-is: 1.6.18 dev: true - /node-modules-regexp/1.0.0: - resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=} - engines: {node: '>=0.10.0'} - dev: true - /node-releases/1.1.75: resolution: {integrity: sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==} dev: false @@ -18061,7 +18153,6 @@ packages: /object-inspect/1.12.0: resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==} - dev: false /object-is/1.1.2: resolution: {integrity: sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ==} @@ -18113,7 +18204,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.3 + es-abstract: 1.19.1 /object.hasown/1.1.0: resolution: {integrity: sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==} @@ -18592,8 +18683,8 @@ packages: quick-format-unescaped: 4.0.3 sonic-boom: 1.1.0 - /pino/7.6.2: - resolution: {integrity: sha512-GTzW+HHOzUTaPIyvK6tasky2jMXF1o3iw7Oc2ik7qFjcaexXfyn6ej72XwX4O+wuRyFCbp3oKpv00htrPddv5A==} + /pino/7.6.3: + resolution: {integrity: sha512-TCUDiN0QmzruJ5UE4mIFkTcfCSROV7IVRp5SEUH77UnjDHbeoFntj9jQexvYZhCHp1yhjYCH6vZ8rV85L04KaA==} hasBin: true dependencies: fast-redact: 3.0.0 @@ -18607,13 +18698,6 @@ packages: sonic-boom: 2.2.3 thread-stream: 0.13.0 - /pirates/4.0.1: - resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==} - engines: {node: '>= 6'} - dependencies: - node-modules-regexp: 1.0.0 - dev: true - /pirates/4.0.4: resolution: {integrity: sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==} engines: {node: '>= 6'} @@ -19849,6 +19933,10 @@ packages: resolution: {integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==} engines: {node: '>=0.6'} + /qs/6.9.3: + resolution: {integrity: sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==} + engines: {node: '>=0.6'} + /qs/6.9.6: resolution: {integrity: sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==} engines: {node: '>=0.6'} @@ -21082,6 +21170,12 @@ packages: dependencies: node-forge: 0.10.0 + /selfsigned/1.10.14: + resolution: {integrity: sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==} + dependencies: + node-forge: 0.10.0 + dev: true + /semver-compare/1.0.0: resolution: {integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w=} dev: true @@ -21279,7 +21373,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.10.3 + object-inspect: 1.12.0 /signal-exit/3.0.3: resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} @@ -22022,30 +22116,30 @@ packages: postcss: 7.0.36 dev: true - /superagent/6.1.0: - resolution: {integrity: sha512-OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg==} - engines: {node: '>= 7.0.0'} + /superagent/7.0.1: + resolution: {integrity: sha512-2nFiZ2ds29iRFSjZ291vq+AxqUDg8BdFeg/AObJkDpCVJX6IJT8fU7egBOkYwmxPwaDoNrNu8qRDvtAV/7ZTPw==} + engines: {node: '>=6.4.0 !13'} dependencies: component-emitter: 1.3.0 - cookiejar: 2.1.2 - debug: 4.3.2 - fast-safe-stringify: 2.0.8 - form-data: 3.0.1 - formidable: 1.2.2 + cookiejar: 2.1.3 + debug: 4.3.3 + fast-safe-stringify: 2.1.1 + form-data: 4.0.0 + formidable: 2.0.1 methods: 1.1.2 - mime: 2.5.2 + mime: 2.6.0 qs: 6.10.1 readable-stream: 3.6.0 semver: 7.3.5 transitivePeerDependencies: - supports-color - /supertest/6.1.6: - resolution: {integrity: sha512-0hACYGNJ8OHRg8CRITeZOdbjur7NLuNs0mBjVhdpxi7hP6t3QIbOzLON5RTUmZcy2I9riuII3+Pr2C7yztrIIg==} + /supertest/6.2.0: + resolution: {integrity: sha512-JU30iTy0Utm5GbVJvrtt6RHNQECiqVl6KckEVhnR0AoGzFGq0IFMmBXnoTxYy9pM/vgufiPevjxlF39XaKn77Q==} engines: {node: '>=6.0.0'} dependencies: methods: 1.1.2 - superagent: 6.1.0 + superagent: 7.0.1 transitivePeerDependencies: - supports-color