From 29bac4d535758d21bdba3083007d409774bafb21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 23:41:53 -0400 Subject: [PATCH] chore(deps): update all non-major dependencies (#1195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- extension/package.json | 30 +- package.json | 20 +- .../examples/tree/package.json | 22 +- packages/d3-state-visualizer/package.json | 28 +- packages/d3tooltip/package.json | 28 +- packages/map2tree/package.json | 28 +- packages/react-base16-styling/package.json | 22 +- packages/react-dock/demo/package.json | 32 +- packages/react-dock/package.json | 26 +- .../react-json-tree/examples/package.json | 28 +- packages/react-json-tree/package.json | 32 +- packages/redux-devtools-app/package.json | 48 +- .../redux-devtools-chart-monitor/package.json | 24 +- packages/redux-devtools-cli/package.json | 24 +- .../redux-devtools-dock-monitor/package.json | 24 +- .../redux-devtools-extension/package.json | 22 +- .../demo/package.json | 30 +- .../package.json | 28 +- .../package.json | 32 +- .../demo/package.json | 30 +- .../package.json | 28 +- .../redux-devtools-instrument/package.json | 26 +- .../redux-devtools-log-monitor/package.json | 24 +- packages/redux-devtools-remote/package.json | 22 +- .../demo/package.json | 44 +- .../package.json | 38 +- .../redux-devtools-serialize/package.json | 22 +- .../examples/todomvc/package.json | 30 +- .../package.json | 30 +- packages/redux-devtools-ui/package.json | 48 +- packages/redux-devtools-utils/package.json | 22 +- .../examples/counter/package.json | 28 +- .../examples/todomvc/package.json | 28 +- packages/redux-devtools/package.json | 28 +- pnpm-lock.yaml | 6221 +++++++++-------- 35 files changed, 3672 insertions(+), 3525 deletions(-) diff --git a/extension/package.json b/extension/package.json index bc5e85c1..75a2f782 100644 --- a/extension/package.json +++ b/extension/package.json @@ -52,18 +52,18 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", - "@babel/register": "^7.17.7", - "@testing-library/jest-dom": "^5.16.4", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", + "@babel/register": "^7.18.9", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", - "@types/chrome": "^0.0.191", + "@types/chrome": "^0.0.193", "@types/lodash": "^4.14.182", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", - "@types/styled-components": "^5.1.25", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", + "@types/styled-components": "^5.1.26", "babel-loader": "^8.2.5", "bestzip": "^2.2.1", "chromedriver": "^104.0.0", @@ -71,14 +71,14 @@ "cross-env": "^7.0.3", "css-loader": "^6.7.1", "electron": "^20.0.2", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsx-a11y": "^6.6.0", + "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "immutable": "^4.1.0", "jest": "^27.5.1", "path-browserify": "^1.0.1", @@ -87,12 +87,12 @@ "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", "rimraf": "^3.0.2", - "selenium-webdriver": "^4.3.0", + "selenium-webdriver": "^4.4.0", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", "ts-jest": "^27.1.5", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0" } } diff --git a/package.json b/package.json index c2024fcb..dba12736 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,21 @@ { "private": true, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@changesets/cli": "^2.23.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@changesets/cli": "^2.24.2", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "prettier": "2.7.1", "typescript": "~4.7.4", - "nx": "^14.3.6", - "@nrwl/nx-cloud": "^14.1.2" + "nx": "^14.5.4", + "@nrwl/nx-cloud": "^14.3.0" }, "scripts": { "format": "prettier --write .", @@ -38,7 +38,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.3.0", + "packageManager": "pnpm@7.9.0", "pnpm": { "overrides": { "@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process" diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index ab15dfac..c9271652 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -29,22 +29,22 @@ "map2tree": "^2.1.0" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", - "@types/node": "^16.11.41", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", + "@types/node": "^16.11.47", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" } } diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 71d341da..4252f0a9 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@types/d3": "^3.5.47", "d3": "^3.5.17", "d3tooltip": "^2.1.0", @@ -51,23 +51,23 @@ "ramda": "^0.28.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", - "@rollup/plugin-commonjs": "^22.0.1", + "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", - "@types/node": "^16.11.41", - "@types/ramda": "^0.28.14", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/node": "^16.11.47", + "@types/ramda": "^0.28.15", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^2.77.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", "tslib": "^2.4.0", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 92fbe6b4..352fd7eb 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -38,29 +38,29 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "ramda": "^0.28.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", - "@rollup/plugin-commonjs": "^22.0.1", + "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@types/d3": "^3.5.47", - "@types/node": "^16.11.41", - "@types/ramda": "^0.28.14", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@types/node": "^16.11.47", + "@types/ramda": "^0.28.15", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "d3": "^3.5.17", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^2.77.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", "tslib": "^2.4.0", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index b25f59a8..d5b38f2e 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -42,31 +42,31 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "lodash": "^4.17.21" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", - "@rollup/plugin-commonjs": "^22.0.1", + "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.182", - "@types/node": "^16.11.41", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/node": "^16.11.47", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^2.77.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", "ts-jest": "^27.1.5", diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 6e419401..905ac686 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@types/base16": "^1.0.2", "@types/lodash": "^4.14.182", "base16": "^1.0.0", @@ -48,20 +48,20 @@ "lodash.curry": "^4.1.1" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", "@types/color": "^3.0.3", "@types/jest": "^27.5.2", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index a4b30e90..30e08670 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "^18.2.0", - "react-bootstrap": "^2.4.0", + "react-bootstrap": "^2.5.0", "react-dock": "^0.6.0", "react-dom": "^18.2.0", "react-icons": "^4.4.0", @@ -19,28 +19,28 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", - "@types/styled-components": "^5.1.25", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", + "@types/styled-components": "^5.1.26", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" } } diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index a2f046de..5b6443b6 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -39,29 +39,29 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.14", + "@types/react": "^18.0.17", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 972f5ae1..f4bb4725 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -26,27 +26,27 @@ "react-json-tree": "^0.17.0" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" } } diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 92f5200b..801e5b1f 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -45,39 +45,39 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", - "@rollup/plugin-commonjs": "^22.0.1", + "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@types/jest": "^27.5.2", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^2.77.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", "ts-jest": "^27.1.5", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index cde495d0..c547341a 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -40,7 +40,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@redux-devtools/chart-monitor": "^3.0.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", @@ -50,7 +50,7 @@ "@redux-devtools/rtk-query-monitor": "^3.0.0", "@redux-devtools/slider-monitor": "^4.0.0", "@redux-devtools/ui": "^1.3.0", - "@reduxjs/toolkit": "^1.8.2", + "@reduxjs/toolkit": "^1.8.4", "@types/prop-types": "^15.7.5", "d3-state-visualizer": "^1.6.0", "javascript-stringify": "^2.1.0", @@ -67,38 +67,38 @@ "socketcluster-client": "^16.1.1" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", - "@rjsf/core": "^4.2.0", - "@testing-library/jest-dom": "^5.16.4", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", + "@rjsf/core": "^4.2.3", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@types/jest": "^27.5.2", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.182", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", "@types/socketcluster-client": "^16.0.0", - "@types/styled-components": "^5.1.25", + "@types/styled-components": "^5.1.26", "@types/testing-library__jest-dom": "^5.14.5", "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-loader": "^3.1.2", "html-webpack-plugin": "^5.5.0", "jest": "^27.5.1", @@ -109,15 +109,15 @@ "style-loader": "^3.3.1", "styled-components": "^5.3.5", "ts-jest": "^27.1.5", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "@types/styled-components": "^5.1.25", + "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "styled-components": "^5.3.5" } diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index e16f5297..d0ff0f6e 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "d3-state-visualizer": "^1.6.0", @@ -48,18 +48,18 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/react": "^18.0.17", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 849f8c73..da807af3 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -41,8 +41,8 @@ }, "dependencies": { "@redux-devtools/app": "^2.1.3", - "@types/react": "^18.0.14", - "apollo-server-express": "^3.9.0", + "@types/react": "^18.0.17", + "apollo-server-express": "^3.10.1", "body-parser": "^1.20.0", "chalk": "^4.1.2", "cors": "^2.8.5", @@ -51,7 +51,7 @@ "express": "^4.18.1", "getport": "^0.1.0", "graphql": "^16.5.0", - "knex": "^2.1.0", + "knex": "^2.2.0", "lodash": "^4.17.21", "minimist": "^1.2.6", "morgan": "^1.10.0", @@ -61,7 +61,7 @@ "react-is": "^18.2.0", "semver": "^7.3.7", "socketcluster-server": "^16.2.1", - "sqlite3": "^5.0.8", + "sqlite3": "^5.0.11", "styled-components": "^5.3.5", "uuid": "^8.3.2" }, @@ -74,23 +74,23 @@ "@types/lodash": "^4.14.182", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.3", - "@types/node": "^16.11.41", - "@types/semver": "^7.3.10", + "@types/node": "^16.11.47", + "@types/semver": "^7.3.12", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^16.1.0", - "@types/styled-components": "^5.1.25", + "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^8.3.4", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "jest": "^27.5.1", "ncp": "^2.0.0", "rimraf": "^3.0.2", "socketcluster-client": "^16.1.1", - "supertest": "^6.2.3", + "supertest": "^6.2.4", "ts-jest": "^27.1.5", "typescript": "~4.7.4" } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 0d53534f..589f7235 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -41,26 +41,26 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@types/prop-types": "^15.7.5", "parse-key": "^0.2.1", "prop-types": "^15.8.1", "react-dock": "^0.6.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", - "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/react": "^18.0.17", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index b5a5aa68..e3448910 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -29,19 +29,19 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", - "immutable": "^4.0.0" + "@babel/runtime": "^7.18.9", + "immutable": "^4.1.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index cd4e2eff..7a264b90 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -27,33 +27,33 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", "@types/redux-logger": "^3.0.9", - "@types/styled-components": "^5.1.25", + "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" } } diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index 341cc8a7..89ab6458 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -43,7 +43,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "es6template": "^1.0.5", @@ -55,13 +55,13 @@ "simple-diff": "^1.6.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^13.3.0", @@ -69,13 +69,13 @@ "@types/jest": "^27.5.2", "@types/jsan": "^3.1.2", "@types/object-path": "^0.11.1", - "@types/react": "^18.0.14", + "@types/react": "^18.0.17", "@types/simple-diff": "^1.6.1", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", @@ -89,7 +89,7 @@ "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "@types/styled-components": "^5.1.25", + "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", "styled-components": "^5.3.5" diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 2dd86bd4..97af0def 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -30,9 +30,9 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/runtime": "^7.18.3", - "@types/chrome": "^0.0.191", + "@babel/code-frame": "^7.18.6", + "@babel/runtime": "^7.18.9", + "@types/chrome": "^0.0.193", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -40,29 +40,29 @@ "source-map": "^0.5.7" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^13.3.0", "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", "@types/jest": "^27.5.2", - "@types/node": "^16.11.41", + "@types/node": "^16.11.47", "@types/path-browserify": "^1.0.0", - "@types/react": "^18.0.14", + "@types/react": "^18.0.17", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index 64909a2b..2d417de0 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -17,7 +17,7 @@ "immutable": "^4.1.0", "lodash.shuffle": "^4.2.0", "react": "^18.2.0", - "react-bootstrap": "^2.4.0", + "react-bootstrap": "^2.5.0", "react-dom": "^18.2.0", "react-redux": "^8.0.2", "react-router-dom": "^6.3.0", @@ -25,31 +25,31 @@ "redux-logger": "^3.0.6" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", "@types/redux-logger": "^3.0.9", "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" } } diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index cac5d79a..b7425def 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -35,7 +35,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@types/dragula": "^3.7.1", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", @@ -44,8 +44,8 @@ "immutable": "^4.1.0", "javascript-stringify": "^2.1.0", "jsondiffpatch": "^0.4.1", - "jss": "^10.9.0", - "jss-preset-default": "^10.9.0", + "jss": "^10.9.2", + "jss-preset-default": "^10.9.2", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1", @@ -54,24 +54,24 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/dateformat": "^3.0.1", "@types/hex-rgba": "^1.0.1", "@types/history": "^4.7.11", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.14", + "@types/react": "^18.0.17", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 4ce30cae..cbb4f0e3 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -41,28 +41,28 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "lodash": "^4.17.21" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.182", - "@types/node": "^16.11.41", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/node": "^16.11.47", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "jest": "^27.5.1", "redux": "^4.2.0", "rimraf": "^3.0.2", - "rxjs": "^7.5.5", + "rxjs": "^7.5.6", "ts-jest": "^27.1.5", "typescript": "~4.7.4" }, diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index 1af5fa7f..2017c56a 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@types/lodash.debounce": "^4.0.7", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -51,18 +51,18 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/react": "^18.0.17", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index 93667456..9e8fba2d 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@redux-devtools/instrument": "^2.1.0", "@redux-devtools/utils": "^2.0.0", "jsan": "^3.1.14", @@ -50,19 +50,19 @@ "socketcluster-client": "^16.1.1" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/node": "^16.11.41", + "@types/node": "^16.11.47", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index ae3401e4..bc8557ce 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -10,17 +10,17 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@chakra-ui/react": "^2.2.1", - "@emotion/react": "^11.9.3", - "@emotion/styled": "^11.9.3", + "@emotion/react": "^11.10.0", + "@emotion/styled": "^11.10.0", "@mswjs/data": "^0.10.1", "@redux-devtools/core": "^3.13.0", "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^3.1.0", - "@reduxjs/toolkit": "^1.8.2", - "framer-motion": "^6.3.15", - "msw": "^0.43.0", + "@reduxjs/toolkit": "^1.8.4", + "framer-motion": "^6.5.1", + "msw": "^0.44.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.4.0", @@ -30,34 +30,34 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/core": "^7.18.10", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", - "@types/styled-components": "^5.1.25", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", + "@types/styled-components": "^5.1.26", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" }, "msw": { "workerDirectory": "public" diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index b02c6d77..abebef0b 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -44,15 +44,15 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@redux-devtools/ui": "^1.3.0", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "hex-rgba": "^1.0.2", "immutable": "^4.1.0", - "jss": "^10.9.0", - "jss-preset-default": "^10.9.0", + "jss": "^10.9.2", + "jss-preset-default": "^10.9.2", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1", @@ -60,26 +60,26 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.8.2", - "@testing-library/jest-dom": "^5.16.4", + "@reduxjs/toolkit": "^1.8.4", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@types/jest": "^27.5.2", "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/react": "^18.0.17", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", @@ -93,9 +93,9 @@ }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.8.2", + "@reduxjs/toolkit": "^1.8.4", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "@types/styled-components": "^5.1.25", + "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", "styled-components": "^5.3.5" diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index c9e0407e..7dfa661f 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -37,23 +37,23 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "jsan": "^3.1.14" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 69acb4ec..331d36e6 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -30,33 +30,33 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^16.11.41", + "@types/node": "^16.11.47", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", - "@types/styled-components": "^5.1.25", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", + "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" } } diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 7ce57061..3cb56327 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -40,27 +40,27 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@rollup/plugin-babel": "^5.3.1", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "rollup": "^2.75.7", + "rollup": "^2.77.3", "rollup-plugin-typescript2": "^0.32.1", "tslib": "^2.4.0", "typescript": "~4.7.4" @@ -68,7 +68,7 @@ "peerDependencies": { "@redux-devtools/core": "^3.13.1", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "@types/styled-components": "^5.1.25", + "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", "styled-components": "^5.3.5" diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 63bb5956..d0fba578 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -42,8 +42,8 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", - "@rjsf/core": "^4.2.0", + "@babel/runtime": "^7.18.9", + "@rjsf/core": "^4.2.3", "@types/base16": "^1.0.2", "@types/codemirror": "^5.60.5", "@types/json-schema": "^7.0.11", @@ -51,38 +51,38 @@ "@types/redux-devtools-themes": "^1.0.0", "@types/simple-element-resize-detector": "^1.3.0", "base16": "^1.0.0", - "codemirror": "^5.65.6", + "codemirror": "^5.65.7", "color": "^4.2.3", "prop-types": "^15.8.1", "react-icons": "^4.4.0", - "react-select": "^5.3.2", + "react-select": "^5.4.0", "redux-devtools-themes": "^1.0.0", "simple-element-resize-detector": "^1.3.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", - "@storybook/addon-essentials": "^6.5.9", - "@storybook/react": "^6.5.9", - "@testing-library/dom": "^8.14.0", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", + "@storybook/addon-essentials": "^6.5.10", + "@storybook/react": "^6.5.10", + "@testing-library/dom": "^8.17.1", "@testing-library/react": "^13.3.0", - "@testing-library/user-event": "^14.2.1", + "@testing-library/user-event": "^14.4.3", "@types/color": "^3.0.3", "@types/jest": "^27.5.2", - "@types/react": "^18.0.14", - "@types/styled-components": "^5.1.25", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@types/react": "^18.0.17", + "@types/styled-components": "^5.1.26", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "csstype": "^3.1.0", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", @@ -93,18 +93,18 @@ "require-from-string": "^2.0.2", "rimraf": "^3.0.2", "styled-components": "^5.3.5", - "stylelint": "^14.9.1", + "stylelint": "^14.10.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^25.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^27.1.5", "typescript": "~4.7.4", - "webpack": "^5.73.0" + "webpack": "^5.74.0" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "@types/styled-components": "^5.1.25", + "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "styled-components": "^5.3.5" } diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 9d00d926..832bb646 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@redux-devtools/core": "^3.13.1", "@redux-devtools/serialize": "^0.4.1", "@types/get-params": "^0.1.0", @@ -44,18 +44,18 @@ "redux": "^4.2.0" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", "@types/lodash": "^4.14.182", - "@types/node": "^16.11.41", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/node": "^16.11.47", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", "typescript": "~4.7.4" diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index af3c3768..51cdbecf 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -30,29 +30,29 @@ "redux-thunk": "^2.4.1" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", - "@types/node": "^16.11.41", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", + "@types/node": "^16.11.47", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" } } diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 14f64201..318e6017 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -43,32 +43,32 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/core": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^16.11.41", + "@types/node": "^16.11.47", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.14", - "@types/react-dom": "^18.0.5", + "@types/react": "^18.0.17", + "@types/react-dom": "^18.0.6", "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.18.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.11", + "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", - "ts-node": "^10.8.1", + "ts-node": "^10.9.1", "typescript": "~4.7.4", - "webpack": "^5.73.0", + "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.9.2" + "webpack-dev-server": "^4.10.0" } } diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 7be343ec..b1a56740 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -41,29 +41,29 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "@redux-devtools/instrument": "^2.1.0", "@types/prop-types": "^15.7.5", "lodash": "^4.17.21", "prop-types": "^15.8.1" }, "devDependencies": { - "@babel/cli": "^7.17.10", - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-transform-runtime": "^7.18.5", - "@babel/preset-env": "^7.18.2", - "@babel/preset-react": "^7.17.12", - "@babel/preset-typescript": "^7.17.12", + "@babel/cli": "^7.18.10", + "@babel/core": "^7.18.10", + "@babel/eslint-parser": "^7.18.9", + "@babel/plugin-transform-runtime": "^7.18.10", + "@babel/preset-env": "^7.18.10", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.182", - "@types/node": "^16.11.41", - "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "eslint": "^8.18.0", + "@types/node": "^16.11.47", + "@types/react": "^18.0.17", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", + "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^26.8.2", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9349a952..0ffbe021 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,46 +7,46 @@ importers: .: specifiers: - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@changesets/cli': ^2.23.0 - '@nrwl/nx-cloud': ^14.1.2 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@changesets/cli': ^2.24.2 + '@nrwl/nx-cloud': ^14.3.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 - nx: ^14.3.6 + nx: ^14.5.4 prettier: 2.7.1 typescript: ~4.7.4 devDependencies: - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@changesets/cli': 2.23.0 - '@nrwl/nx-cloud': 14.1.2 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@changesets/cli': 2.24.2 + '@nrwl/nx-cloud': 14.3.0 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 jest: 27.5.1 - nx: 14.3.6 + nx: 14.5.4 prettier: 2.7.1 typescript: 4.7.4 extension: specifiers: - '@babel/core': ^7.18.5 + '@babel/core': ^7.18.10 '@babel/polyfill': ^7.12.1 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/register': ^7.17.7 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/register': ^7.18.9 '@redux-devtools/app': ^2.2.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/instrument': ^2.1.0 @@ -54,14 +54,14 @@ importers: '@redux-devtools/slider-monitor': ^4.0.0 '@redux-devtools/ui': ^1.3.0 '@redux-devtools/utils': ^2.0.0 - '@testing-library/jest-dom': ^5.16.4 + '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.3.0 - '@types/chrome': ^0.0.191 + '@types/chrome': ^0.0.193 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.182 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 - '@types/styled-components': ^5.1.25 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 + '@types/styled-components': ^5.1.26 babel-loader: ^8.2.5 bestzip: ^2.2.1 chromedriver: ^104.0.0 @@ -69,14 +69,14 @@ importers: cross-env: ^7.0.3 css-loader: ^6.7.1 electron: ^20.0.2 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-airbnb: ^19.0.4 eslint-plugin-import: ^2.26.0 - eslint-plugin-jsx-a11y: ^6.6.0 + eslint-plugin-jsx-a11y: ^6.6.1 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 file-loader: ^6.2.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 immutable: ^4.1.0 jest: ^27.5.1 jsan: ^3.1.14 @@ -96,13 +96,13 @@ importers: redux: ^4.2.0 redux-persist: ^6.0.0 rimraf: ^3.0.2 - selenium-webdriver: ^4.3.0 + selenium-webdriver: ^4.4.0 sinon-chrome: ^3.0.1 style-loader: ^3.3.1 styled-components: ^5.3.5 ts-jest: ^27.1.5 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 dependencies: '@babel/polyfill': 7.12.1 @@ -122,86 +122,86 @@ importers: react-icons: 4.4.0_react@18.2.0 react-is: 18.2.0 react-json-tree: link:../packages/react-json-tree - react-redux: 8.0.2_jcbkrypqxz3emsprsw5dchskju + react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa redux: 4.2.0 redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@babel/register': 7.17.7_@babel+core@7.18.5 - '@testing-library/jest-dom': 5.16.4 + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/register': 7.18.9_@babel+core@7.18.10 + '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.191 + '@types/chrome': 0.0.193 '@types/lodash': 4.14.182 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 - '@types/styled-components': 5.1.25 - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 + '@types/styled-components': 5.1.26 + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm bestzip: 2.2.1 chromedriver: 104.0.0 - copy-webpack-plugin: 11.0.0_webpack@5.73.0 + copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 - css-loader: 6.7.1_webpack@5.73.0 + css-loader: 6.7.1_webpack@5.74.0 electron: 20.0.2 - eslint: 8.18.0 - eslint-config-airbnb: 19.0.4_egamsbadvc6ovgxe5yxurj2cai - eslint-plugin-import: 2.26.0_eslint@8.18.0 - eslint-plugin-jsx-a11y: 6.6.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - file-loader: 6.2.0_webpack@5.73.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei + eslint: 8.21.0 + eslint-config-airbnb: 19.0.4_oyn2uifcemcbkyuj2uapcqffk4 + eslint-plugin-import: 2.26.0_eslint@8.21.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + file-loader: 6.2.0_webpack@5.74.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm immutable: 4.1.0 jest: 27.5.1 path-browserify: 1.0.1 pug-html-loader: 1.1.5 - raw-loader: 4.0.2_webpack@5.73.0 + raw-loader: 4.0.2_webpack@5.74.0 react-transform-catch-errors: 1.0.2 react-transform-hmr: 1.0.4 rimraf: 3.0.2 - selenium-webdriver: 4.3.0 + selenium-webdriver: 4.4.0 sinon-chrome: 3.0.1 - style-loader: 3.3.1_webpack@5.73.0 - ts-jest: 27.1.5_fddvm4zdts2kttulaik7bnebje + style-loader: 3.3.1_webpack@5.74.0 + ts-jest: 27.1.5_yimvri5xxiu7oetotjr3m5ivle typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.73.0 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_webpack@5.74.0 packages/d3-state-visualizer: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@rollup/plugin-babel': ^5.3.1 - '@rollup/plugin-commonjs': ^22.0.1 + '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@types/d3': ^3.5.47 - '@types/node': ^16.11.41 - '@types/ramda': ^0.28.14 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@types/node': ^16.11.47 + '@types/ramda': ^0.28.15 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 d3: ^3.5.17 d3tooltip: ^2.1.0 deepmerge: ^4.2.2 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 map2tree: ^2.1.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^2.75.7 + rollup: ^2.77.3 rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.32.1 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/d3': 3.5.47 d3: 3.5.17 d3tooltip: link:../d3tooltip @@ -209,216 +209,216 @@ importers: map2tree: link:../map2tree ramda: 0.28.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@rollup/plugin-babel': 5.3.1_za5spbk65gc2bmrclluhieacz4 - '@rollup/plugin-commonjs': 22.0.1_rollup@2.75.7 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.75.7 - '@types/node': 16.11.41 - '@types/ramda': 0.28.14 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i + '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.3 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.3 + '@types/node': 16.11.47 + '@types/ramda': 0.28.15 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 rimraf: 3.0.2 - rollup: 2.75.7 - rollup-plugin-terser: 7.0.2_rollup@2.75.7 - rollup-plugin-typescript2: 0.32.1_okefoyb4o5sittgqayreuhurei + rollup: 2.77.3 + rollup-plugin-terser: 7.0.2_rollup@2.77.3 + rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 tslib: 2.4.0 typescript: 4.7.4 packages/d3-state-visualizer/examples/tree: specifiers: - '@babel/core': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@types/node': ^16.11.41 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@babel/core': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@types/node': ^16.11.47 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 d3-state-visualizer: ^1.6.0 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 map2tree: ^2.1.0 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: d3-state-visualizer: link:../.. map2tree: link:../../../map2tree devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@types/node': 16.11.41 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@types/node': 16.11.47 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/d3tooltip: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@rollup/plugin-babel': ^5.3.1 - '@rollup/plugin-commonjs': ^22.0.1 + '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@types/d3': ^3.5.47 - '@types/node': ^16.11.41 - '@types/ramda': ^0.28.14 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@types/node': ^16.11.47 + '@types/ramda': ^0.28.15 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 d3: ^3.5.17 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^2.75.7 + rollup: ^2.77.3 rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.32.1 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 ramda: 0.28.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@rollup/plugin-babel': 5.3.1_za5spbk65gc2bmrclluhieacz4 - '@rollup/plugin-commonjs': 22.0.1_rollup@2.75.7 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.75.7 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i + '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.3 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.3 '@types/d3': 3.5.47 - '@types/node': 16.11.41 - '@types/ramda': 0.28.14 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@types/node': 16.11.47 + '@types/ramda': 0.28.15 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq d3: 3.5.17 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 rimraf: 3.0.2 - rollup: 2.75.7 - rollup-plugin-terser: 7.0.2_rollup@2.75.7 - rollup-plugin-typescript2: 0.32.1_okefoyb4o5sittgqayreuhurei + rollup: 2.77.3 + rollup-plugin-terser: 7.0.2_rollup@2.77.3 + rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 tslib: 2.4.0 typescript: 4.7.4 packages/map2tree: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@rollup/plugin-babel': ^5.3.1 - '@rollup/plugin-commonjs': ^22.0.1 + '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.182 - '@types/node': ^16.11.41 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@types/node': ^16.11.47 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 immutable: ^4.1.0 jest: ^27.5.1 lodash: ^4.17.21 rimraf: ^3.0.2 - rollup: ^2.75.7 + rollup: ^2.77.3 rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.32.1 ts-jest: ^27.1.5 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@rollup/plugin-babel': 5.3.1_za5spbk65gc2bmrclluhieacz4 - '@rollup/plugin-commonjs': 22.0.1_rollup@2.75.7 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.75.7 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i + '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.3 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.3 '@types/jest': 27.5.2 '@types/lodash': 4.14.182 - '@types/node': 16.11.41 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi + '@types/node': 16.11.47 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 - rollup: 2.75.7 - rollup-plugin-terser: 7.0.2_rollup@2.75.7 - rollup-plugin-typescript2: 0.32.1_okefoyb4o5sittgqayreuhurei - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + rollup: 2.77.3 + rollup-plugin-terser: 7.0.2_rollup@2.77.3 + rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 tslib: 2.4.0 typescript: 4.7.4 packages/react-base16-styling: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@types/base16': ^1.0.2 '@types/color': ^3.0.3 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.182 '@types/lodash.curry': ^4.1.7 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 base16: ^1.0.0 color: ^4.2.3 csstype: ^3.1.0 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 jest: ^27.5.1 lodash.curry: ^4.1.1 rimraf: ^3.0.2 ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/base16': 1.0.2 '@types/lodash': 4.14.182 base16: 1.0.0 @@ -426,46 +426,46 @@ importers: csstype: 3.1.0 lodash.curry: 4.1.1 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/color': 3.0.3 '@types/jest': 27.5.2 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 packages/react-dock: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.182 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -477,126 +477,126 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 lodash.debounce: 4.0.8 prop-types: 15.8.1 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/jest': 27.5.2 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.14 + '@types/react': 18.0.17 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 jest: 27.5.1 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 packages/react-dock/demo: specifiers: - '@babel/core': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@types/node': ^16.11.41 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 - '@types/styled-components': ^5.1.25 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@babel/core': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@types/node': ^16.11.47 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 + '@types/styled-components': ^5.1.26 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 react: ^18.2.0 - react-bootstrap: ^2.4.0 + react-bootstrap: ^2.5.0 react-dock: ^0.6.0 react-dom: ^18.2.0 react-icons: ^4.4.0 react-is: ^18.2.0 styled-components: ^5.3.5 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: react: 18.2.0 - react-bootstrap: 2.4.0_twyhzqqpkwvvgrmyeapdo6i4my + react-bootstrap: 2.5.0_zxljzmqdrxwnuenbkrz77w74uy react-dock: link:.. react-dom: 18.2.0_react@18.2.0 react-icons: 4.4.0_react@18.2.0 react-is: 18.2.0 styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@types/node': 16.11.41 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 - '@types/styled-components': 5.1.25 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@types/node': 16.11.47 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 + '@types/styled-components': 5.1.26 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/react-json-tree: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@rollup/plugin-babel': ^5.3.1 - '@rollup/plugin-commonjs': ^22.0.1 + '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.182 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -605,80 +605,80 @@ importers: react-base16-styling: ^0.9.1 react-test-renderer: ^18.2.0 rimraf: ^3.0.2 - rollup: ^2.75.7 + rollup: ^2.77.3 rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.32.1 ts-jest: ^27.1.5 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 prop-types: 15.8.1 react-base16-styling: link:../react-base16-styling devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@rollup/plugin-babel': 5.3.1_za5spbk65gc2bmrclluhieacz4 - '@rollup/plugin-commonjs': 22.0.1_rollup@2.75.7 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.75.7 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i + '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.3 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.3 '@types/jest': 27.5.2 - '@types/node': 16.11.41 - '@types/react': 18.0.14 + '@types/node': 16.11.47 + '@types/react': 18.0.17 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 jest: 27.5.1 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - rollup: 2.75.7 - rollup-plugin-terser: 7.0.2_rollup@2.75.7 - rollup-plugin-typescript2: 0.32.1_okefoyb4o5sittgqayreuhurei - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + rollup: 2.77.3 + rollup-plugin-terser: 7.0.2_rollup@2.77.3 + rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 tslib: 2.4.0 typescript: 4.7.4 packages/react-json-tree/examples: specifiers: - '@babel/core': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@types/node': ^16.11.41 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@babel/core': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@types/node': ^16.11.47 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 immutable: ^4.1.0 react: ^18.2.0 react-base16-styling: ^0.9.1 react-dom: ^18.2.0 react-json-tree: ^0.17.0 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: immutable: 4.1.0 react: 18.2.0 @@ -686,50 +686,50 @@ importers: react-dom: 18.2.0_react@18.2.0 react-json-tree: link:.. devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@types/node': 16.11.41 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@types/node': 16.11.47 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/redux-devtools: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/instrument': ^2.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.182 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@types/react': ^18.0.17 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -743,49 +743,49 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@redux-devtools/instrument': link:../redux-devtools-instrument '@types/prop-types': 15.7.5 lodash: 4.17.21 prop-types: 15.8.1 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/jest': 27.5.2 '@types/lodash': 4.14.182 - '@types/node': 16.11.41 - '@types/react': 18.0.14 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@types/node': 16.11.47 + '@types/react': 18.0.17 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 jest: 27.5.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_42iqcqzqjdyq32nxzztmetzyhu + react-redux: 8.0.2_aaa45f7jnlnm2uprinsrzxzaje redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 packages/redux-devtools-app: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/chart-monitor': ^3.0.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 @@ -795,34 +795,34 @@ importers: '@redux-devtools/rtk-query-monitor': ^3.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@redux-devtools/ui': ^1.3.0 - '@reduxjs/toolkit': ^1.8.2 - '@rjsf/core': ^4.2.0 - '@testing-library/jest-dom': ^5.16.4 + '@reduxjs/toolkit': ^1.8.4 + '@rjsf/core': ^4.2.3 + '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.3.0 '@types/jest': ^27.5.2 '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 '@types/lodash': ^4.14.182 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 '@types/socketcluster-client': ^16.0.0 - '@types/styled-components': ^5.1.25 + '@types/styled-components': ^5.1.26 '@types/testing-library__jest-dom': ^5.14.5 '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 css-loader: ^6.7.1 d3-state-visualizer: ^1.6.0 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-loader: ^3.1.2 html-webpack-plugin: ^5.5.0 javascript-stringify: ^2.1.0 @@ -845,13 +845,13 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.5 ts-jest: ^27.1.5 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@redux-devtools/chart-monitor': link:../redux-devtools-chart-monitor '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor @@ -861,7 +861,7 @@ importers: '@redux-devtools/rtk-query-monitor': link:../redux-devtools-rtk-query-monitor '@redux-devtools/slider-monitor': link:../redux-devtools-slider-monitor '@redux-devtools/ui': link:../redux-devtools-ui - '@reduxjs/toolkit': 1.8.2_kkwg4cbsojnjnupd3btipussee + '@reduxjs/toolkit': 1.8.4_kkwg4cbsojnjnupd3btipussee '@types/prop-types': 15.7.5 d3-state-visualizer: link:../d3-state-visualizer javascript-stringify: 2.1.0 @@ -872,78 +872,78 @@ importers: prop-types: 15.8.1 react-icons: 4.4.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.2_jcbkrypqxz3emsprsw5dchskju + react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa redux: 4.2.0 redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 socketcluster-client: 16.1.1 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@rjsf/core': 4.2.0_react@18.2.0 - '@testing-library/jest-dom': 5.16.4 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@rjsf/core': 4.2.3_react@18.2.0 + '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y '@types/jest': 27.5.2 '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 '@types/lodash': 4.14.182 - '@types/node': 16.11.41 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 + '@types/node': 16.11.47 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 '@types/socketcluster-client': 16.0.0 - '@types/styled-components': 5.1.25 + '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - css-loader: 6.7.1_webpack@5.73.0 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-loader: 3.1.2_webpack@5.73.0 - html-webpack-plugin: 5.5.0_webpack@5.73.0 - jest: 27.5.1_ts-node@10.8.1 + css-loader: 6.7.1_webpack@5.74.0 + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-loader: 3.1.2_webpack@5.74.0 + html-webpack-plugin: 5.5.0_webpack@5.74.0 + jest: 27.5.1_ts-node@10.9.1 path-browserify: 1.0.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 3.0.2 - style-loader: 3.3.1_webpack@5.73.0 + style-loader: 3.3.1_webpack@5.74.0 styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-chart-monitor: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.1 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 d3-state-visualizer: ^1.6.0 deepmerge: ^4.2.2 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 @@ -954,7 +954,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 d3-state-visualizer: link:../d3-state-visualizer @@ -962,21 +962,21 @@ importers: prop-types: 15.8.1 redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@redux-devtools/core': link:../redux-devtools - '@types/react': 18.0.14 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@types/react': 18.0.17 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -993,30 +993,30 @@ importers: '@types/lodash': ^4.14.182 '@types/minimist': ^1.2.2 '@types/morgan': ^1.9.3 - '@types/node': ^16.11.41 - '@types/react': ^18.0.14 - '@types/semver': ^7.3.10 + '@types/node': ^16.11.47 + '@types/react': ^18.0.17 + '@types/semver': ^7.3.12 '@types/socketcluster-client': ^16.0.0 '@types/socketcluster-server': ^16.1.0 - '@types/styled-components': ^5.1.25 + '@types/styled-components': ^5.1.26 '@types/supertest': ^2.0.12 '@types/uuid': ^8.3.4 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - apollo-server-express: ^3.9.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + apollo-server-express: ^3.10.1 body-parser: ^1.20.0 chalk: ^4.1.2 cors: ^2.8.5 cross-spawn: ^7.0.3 electron: ^20.0.2 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 express: ^4.18.1 getport: ^0.1.0 graphql: ^16.5.0 jest: ^27.5.1 - knex: ^2.1.0 + knex: ^2.2.0 lodash: ^4.17.21 minimist: ^1.2.6 morgan: ^1.10.0 @@ -1029,16 +1029,16 @@ importers: semver: ^7.3.7 socketcluster-client: ^16.1.1 socketcluster-server: ^16.2.1 - sqlite3: ^5.0.8 + sqlite3: ^5.0.11 styled-components: ^5.3.5 - supertest: ^6.2.3 + supertest: ^6.2.4 ts-jest: ^27.1.5 typescript: ~4.7.4 uuid: ^8.3.2 dependencies: '@redux-devtools/app': link:../redux-devtools-app - '@types/react': 18.0.14 - apollo-server-express: 3.9.0_g7snex6epo2tsaz6yhvyva23iq + '@types/react': 18.0.17 + apollo-server-express: 3.10.1_g7snex6epo2tsaz6yhvyva23iq body-parser: 1.20.0 chalk: 4.1.2 cors: 2.8.5 @@ -1047,7 +1047,7 @@ importers: express: 4.18.1 getport: 0.1.0 graphql: 16.5.0 - knex: 2.1.0_sqlite3@5.0.8 + knex: 2.2.0_sqlite3@5.0.11 lodash: 4.17.21 minimist: 1.2.6 morgan: 1.10.0 @@ -1057,7 +1057,7 @@ importers: react-is: 18.2.0 semver: 7.3.7 socketcluster-server: 16.2.1 - sqlite3: 5.0.8 + sqlite3: 5.0.11 styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba uuid: 8.3.2 devDependencies: @@ -1069,43 +1069,43 @@ importers: '@types/lodash': 4.14.182 '@types/minimist': 1.2.2 '@types/morgan': 1.9.3 - '@types/node': 16.11.41 - '@types/semver': 7.3.10 + '@types/node': 16.11.47 + '@types/semver': 7.3.12 '@types/socketcluster-client': 16.0.0 '@types/socketcluster-server': 16.1.0 - '@types/styled-components': 5.1.25 + '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i jest: 27.5.1 ncp: 2.0.0 rimraf: 3.0.2 socketcluster-client: 16.1.1 - supertest: 6.2.3 + supertest: 6.2.4 ts-jest: 27.1.5_mqaoisgizytgigbr3gbjwvnjie typescript: 4.7.4 packages/redux-devtools-dock-monitor: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.1 '@types/parse-key': ^0.2.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@types/react': ^18.0.17 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 @@ -1117,28 +1117,28 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/prop-types': 15.7.5 parse-key: 0.2.1 prop-types: 15.8.1 react-dock: link:../react-dock devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 - '@types/react': 18.0.14 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@types/react': 18.0.17 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1146,49 +1146,49 @@ importers: packages/redux-devtools-extension: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - immutable: ^4.0.0 + immutable: ^4.1.0 redux: ^4.2.0 rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 immutable: 4.1.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 redux: 4.2.0 rimraf: 3.0.2 typescript: 4.7.4 packages/redux-devtools-inspector-monitor: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.1 '@types/dateformat': ^3.0.1 '@types/dragula': ^3.7.1 @@ -1197,13 +1197,13 @@ importers: '@types/lodash': ^4.14.182 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/react-dragula': ^1.1.0 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 dateformat: ^4.6.3 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 @@ -1211,8 +1211,8 @@ importers: immutable: ^4.1.0 javascript-stringify: ^2.1.0 jsondiffpatch: ^0.4.1 - jss: ^10.9.0 - jss-preset-default: ^10.9.0 + jss: ^10.9.2 + jss-preset-default: ^10.9.2 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 react: ^18.2.0 @@ -1224,7 +1224,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/dragula': 3.7.1 '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 @@ -1233,8 +1233,8 @@ importers: immutable: 4.1.0 javascript-stringify: 2.1.0 jsondiffpatch: 0.4.1 - jss: 10.9.0 - jss-preset-default: 10.9.0 + jss: 10.9.2 + jss-preset-default: 10.9.2 lodash.debounce: 4.0.8 prop-types: 15.8.1 react-base16-styling: link:../react-base16-styling @@ -1242,27 +1242,27 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@redux-devtools/core': link:../redux-devtools '@types/dateformat': 3.0.1 '@types/hex-rgba': 1.0.1 '@types/history': 4.7.11 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.14 + '@types/react': 18.0.17 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1270,14 +1270,14 @@ importers: packages/redux-devtools-inspector-monitor-test-tab: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@redux-devtools/ui': ^1.3.0 @@ -1287,14 +1287,14 @@ importers: '@types/jsan': ^3.1.2 '@types/object-path': ^0.11.1 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/simple-diff': ^1.6.1 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 es6template: ^1.0.5 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 @@ -1311,7 +1311,7 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 es6template: 1.0.5 @@ -1322,13 +1322,13 @@ importers: react-icons: 4.4.0_react@18.2.0 simple-diff: 1.6.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y @@ -1336,51 +1336,51 @@ importers: '@types/jest': 27.5.2 '@types/jsan': 3.1.2 '@types/object-path': 0.11.1 - '@types/react': 18.0.14 + '@types/react': 18.0.17 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 jest: 27.5.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: - '@babel/core': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 + '@babel/core': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@redux-devtools/inspector-monitor-test-tab': ^1.0.0 '@redux-devtools/ui': ^1.3.0 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^16.11.41 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 + '@types/node': ^16.11.47 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 '@types/redux-logger': ^3.0.9 - '@types/styled-components': ^5.1.25 + '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 css-loader: ^6.7.1 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 immutable: ^4.1.0 lodash.shuffle: ^4.2.0 @@ -1393,11 +1393,11 @@ importers: redux-logger: ^3.0.6 style-loader: ^3.3.1 styled-components: ^5.3.5 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor @@ -1409,70 +1409,70 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.2_jcbkrypqxz3emsprsw5dchskju + react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y redux: 4.2.0 redux-logger: 3.0.6 styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/lodash.shuffle': 4.2.7 - '@types/node': 16.11.41 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 + '@types/node': 16.11.47 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 - '@types/styled-components': 5.1.25 + '@types/styled-components': 5.1.26 '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - css-loader: 6.7.1_webpack@5.73.0 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - style-loader: 3.3.1_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + css-loader: 6.7.1_webpack@5.74.0 + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + style-loader: 3.3.1_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-inspector-monitor-trace-tab: specifiers: - '@babel/cli': ^7.17.10 - '@babel/code-frame': ^7.16.7 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/code-frame': ^7.18.6 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@testing-library/react': ^13.3.0 '@types/babel__code-frame': ^7.0.3 - '@types/chrome': ^0.0.191 + '@types/chrome': ^0.0.193 '@types/html-entities': ^1.3.4 '@types/jest': ^27.5.2 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/path-browserify': ^1.0.0 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/redux-devtools-themes': ^1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 anser: ^2.1.1 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 @@ -1488,90 +1488,90 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/code-frame': 7.16.7 - '@babel/runtime': 7.18.3 - '@types/chrome': 0.0.191 + '@babel/code-frame': 7.18.6 + '@babel/runtime': 7.18.9 + '@types/chrome': 0.0.193 anser: 2.1.1 html-entities: 2.3.3 path-browserify: 1.0.1 redux-devtools-themes: 1.0.0 source-map: 0.5.7 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 '@types/jest': 27.5.2 - '@types/node': 16.11.41 + '@types/node': 16.11.47 '@types/path-browserify': 1.0.0 - '@types/react': 18.0.14 + '@types/react': 18.0.17 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 jest: 27.5.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-test-renderer: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 packages/redux-devtools-inspector-monitor/demo: specifiers: - '@babel/core': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 + '@babel/core': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@types/base16': ^1.0.2 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^16.11.41 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 + '@types/node': ^16.11.47 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 '@types/redux-logger': ^3.0.9 '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 base16: ^1.0.0 cross-env: ^7.0.3 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 immutable: ^4.1.0 lodash.shuffle: ^4.2.0 react: ^18.2.0 - react-bootstrap: ^2.4.0 + react-bootstrap: ^2.5.0 react-dom: ^18.2.0 react-redux: ^8.0.2 react-router-dom: ^6.3.0 redux: ^4.2.0 redux-logger: ^3.0.6 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor @@ -1580,107 +1580,107 @@ importers: immutable: 4.1.0 lodash.shuffle: 4.2.0 react: 18.2.0 - react-bootstrap: 2.4.0_twyhzqqpkwvvgrmyeapdo6i4my + react-bootstrap: 2.5.0_zxljzmqdrxwnuenbkrz77w74uy react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_jcbkrypqxz3emsprsw5dchskju + react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y redux: 4.2.0 redux-logger: 3.0.6 devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/base16': 1.0.2 '@types/lodash.shuffle': 4.2.7 - '@types/node': 16.11.41 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 + '@types/node': 16.11.47 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-instrument: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.182 - '@types/node': ^16.11.41 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@types/node': ^16.11.47 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 jest: ^27.5.1 lodash: ^4.17.21 redux: ^4.2.0 rimraf: ^3.0.2 - rxjs: ^7.5.5 + rxjs: ^7.5.6 ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/jest': 27.5.2 '@types/lodash': 4.14.182 - '@types/node': 16.11.41 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi + '@types/node': 16.11.47 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i jest: 27.5.1 redux: 4.2.0 rimraf: 3.0.2 - rxjs: 7.5.5 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + rxjs: 7.5.6 + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 packages/redux-devtools-log-monitor: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.1 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 @@ -1693,7 +1693,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/lodash.debounce': 4.0.7 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -1702,21 +1702,21 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@redux-devtools/core': link:../redux-devtools - '@types/react': 18.0.14 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@types/react': 18.0.17 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1724,22 +1724,22 @@ importers: packages/redux-devtools-remote: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/instrument': ^2.1.0 '@redux-devtools/utils': ^2.0.0 '@types/jsan': ^3.1.2 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/rn-host-detect': ^1.2.0 '@types/socketcluster-client': ^16.0.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 jsan: ^3.1.14 querystring: ^0.2.1 @@ -1749,7 +1749,7 @@ importers: socketcluster-client: ^16.1.1 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@redux-devtools/instrument': link:../redux-devtools-instrument '@redux-devtools/utils': link:../redux-devtools-utils jsan: 3.1.14 @@ -1757,58 +1757,58 @@ importers: rn-host-detect: 1.2.0 socketcluster-client: 16.1.1 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/jsan': 3.1.2 - '@types/node': 16.11.41 + '@types/node': 16.11.47 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 redux: 4.2.0 rimraf: 3.0.2 typescript: 4.7.4 packages/redux-devtools-rtk-query-monitor: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@reduxjs/toolkit': ^1.8.2 - '@testing-library/jest-dom': ^5.16.4 + '@reduxjs/toolkit': ^1.8.4 + '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.3.0 '@types/hex-rgba': ^1.0.1 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.182 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 immutable: ^4.1.0 jest: ^27.5.1 - jss: ^10.9.0 - jss-preset-default: ^10.9.0 + jss: ^10.9.2 + jss-preset-default: ^10.9.2 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 react: ^18.2.0 @@ -1822,87 +1822,87 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@redux-devtools/ui': link:../redux-devtools-ui '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 hex-rgba: 1.0.2 immutable: 4.1.0 - jss: 10.9.0 - jss-preset-default: 10.9.0 + jss: 10.9.2 + jss-preset-default: 10.9.2 lodash.debounce: 4.0.8 prop-types: 15.8.1 react-base16-styling: link:../react-base16-styling react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@redux-devtools/core': link:../redux-devtools - '@reduxjs/toolkit': 1.8.2_kkwg4cbsojnjnupd3btipussee - '@testing-library/jest-dom': 5.16.4 + '@reduxjs/toolkit': 1.8.4_kkwg4cbsojnjnupd3btipussee + '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y '@types/hex-rgba': 1.0.1 '@types/jest': 27.5.2 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.14 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@types/react': 18.0.17 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 jest: 27.5.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_42iqcqzqjdyq32nxzztmetzyhu + react-redux: 8.0.2_aaa45f7jnlnm2uprinsrzxzaje redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 packages/redux-devtools-rtk-query-monitor/demo: specifiers: - '@babel/core': ^7.18.5 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/core': ^7.18.10 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@chakra-ui/react': ^2.2.1 - '@emotion/react': ^11.9.3 - '@emotion/styled': ^11.9.3 + '@emotion/react': ^11.10.0 + '@emotion/styled': ^11.10.0 '@mswjs/data': ^0.10.1 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/rtk-query-monitor': ^3.1.0 - '@reduxjs/toolkit': ^1.8.2 + '@reduxjs/toolkit': ^1.8.4 '@types/copy-webpack-plugin': ^8.0.1 - '@types/node': ^16.11.41 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 - '@types/styled-components': ^5.1.25 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@types/node': ^16.11.47 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 + '@types/styled-components': ^5.1.26 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 - framer-motion: ^6.3.15 + fork-ts-checker-webpack-plugin: ^7.2.13 + framer-motion: ^6.5.1 html-webpack-plugin: ^5.5.0 - msw: ^0.43.0 + msw: ^0.44.2 react: ^18.2.0 react-dom: ^18.2.0 react-icons: ^4.4.0 @@ -1911,76 +1911,76 @@ importers: react-router-dom: ^6.3.0 style-loader: ^3.3.1 styled-components: ^5.3.5 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: - '@babel/runtime': 7.18.3 - '@chakra-ui/react': 2.2.1_5z4lybafbsej23lhe66gvmikba - '@emotion/react': 11.9.3_7eu627umq2cbnjxmysy5yb5jqq - '@emotion/styled': 11.9.3_qbwmrvb6ojitbfrbjtglmejmbm + '@babel/runtime': 7.18.9 + '@chakra-ui/react': 2.2.1_35sbl6b2epv3k56qaiogy2w5va + '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly '@mswjs/data': 0.10.1_typescript@4.7.4 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. - '@reduxjs/toolkit': 1.8.2_kkwg4cbsojnjnupd3btipussee - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y - msw: 0.43.0_typescript@4.7.4 + '@reduxjs/toolkit': 1.8.4_kkwg4cbsojnjnupd3btipussee + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y + msw: 0.44.2_typescript@4.7.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.4.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.2_fzknh3pugl53jp7xsetxkg5ani + react-redux: 8.0.2_76am3hp3mjvgy3cckgdecixdi4 react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.18.5 - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/copy-webpack-plugin': 8.0.1_webpack-cli@4.10.0 - '@types/node': 16.11.41 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 - '@types/styled-components': 5.1.25 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke - copy-webpack-plugin: 11.0.0_webpack@5.73.0 + '@types/node': 16.11.47 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 + '@types/styled-components': 5.1.26 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 - css-loader: 6.7.1_webpack@5.73.0 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - style-loader: 3.3.1_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + css-loader: 6.7.1_webpack@5.74.0 + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + style-loader: 3.3.1_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-serialize: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@types/jest': ^27.5.2 '@types/jsan': ^3.1.2 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 immutable: ^4.1.0 jest: ^27.5.1 jsan: ^3.1.14 @@ -1988,48 +1988,48 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 jsan: 3.1.14 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/jest': 27.5.2 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 packages/redux-devtools-slider-monitor: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 '@rollup/plugin-babel': ^5.3.1 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 @@ -2038,71 +2038,71 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - rollup: ^2.75.7 + rollup: ^2.77.3 rollup-plugin-typescript2: ^0.32.1 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 prop-types: 15.8.1 redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@redux-devtools/core': link:../redux-devtools - '@rollup/plugin-babel': 5.3.1_za5spbk65gc2bmrclluhieacz4 - '@types/node': 16.11.41 - '@types/react': 18.0.14 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i + '@types/node': 16.11.47 + '@types/react': 18.0.17 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - rollup: 2.75.7 - rollup-plugin-typescript2: 0.32.1_okefoyb4o5sittgqayreuhurei + rollup: 2.77.3 + rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 tslib: 2.4.0 typescript: 4.7.4 packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: - '@babel/core': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 + '@babel/core': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 - '@types/styled-components': ^5.1.25 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 + '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 classnames: ^2.3.1 cross-env: ^7.0.3 css-loader: ^6.7.1 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -2113,11 +2113,11 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.5 todomvc-app-css: ^2.4.2 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: '@redux-devtools/core': link:../../../redux-devtools '@redux-devtools/dock-monitor': link:../../../redux-devtools-dock-monitor @@ -2128,76 +2128,76 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.2_jcbkrypqxz3emsprsw5dchskju + react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa redux: 4.2.0 styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/classnames': 2.3.1 - '@types/node': 16.11.41 + '@types/node': 16.11.47 '@types/prop-types': 15.7.5 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 - '@types/styled-components': 5.1.25 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 + '@types/styled-components': 5.1.26 '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - css-loader: 6.7.1_webpack@5.73.0 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - style-loader: 3.3.1_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + css-loader: 6.7.1_webpack@5.74.0 + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + style-loader: 3.3.1_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-ui: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 - '@rjsf/core': ^4.2.0 - '@storybook/addon-essentials': ^6.5.9 - '@storybook/react': ^6.5.9 - '@testing-library/dom': ^8.14.0 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 + '@rjsf/core': ^4.2.3 + '@storybook/addon-essentials': ^6.5.10 + '@storybook/react': ^6.5.10 + '@testing-library/dom': ^8.17.1 '@testing-library/react': ^13.3.0 - '@testing-library/user-event': ^14.2.1 + '@testing-library/user-event': ^14.4.3 '@types/base16': ^1.0.2 '@types/codemirror': ^5.60.5 '@types/color': ^3.0.3 '@types/jest': ^27.5.2 '@types/json-schema': ^7.0.11 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 + '@types/react': ^18.0.17 '@types/redux-devtools-themes': ^1.0.0 '@types/simple-element-resize-detector': ^1.3.0 - '@types/styled-components': ^5.1.25 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@types/styled-components': ^5.1.26 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 base16: ^1.0.0 - codemirror: ^5.65.6 + codemirror: ^5.65.7 color: ^4.2.3 csstype: ^3.1.0 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.5.3 + eslint-plugin-jest: ^26.8.2 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -2207,23 +2207,23 @@ importers: react-dom: ^18.2.0 react-icons: ^4.4.0 react-is: ^18.2.0 - react-select: ^5.3.2 + react-select: ^5.4.0 redux-devtools-themes: ^1.0.0 require-from-string: ^2.0.2 rimraf: ^3.0.2 simple-element-resize-detector: ^1.3.0 styled-components: ^5.3.5 - stylelint: ^14.9.1 + stylelint: ^14.10.0 stylelint-config-prettier: ^9.0.3 stylelint-config-standard: ^25.0.0 stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 ts-jest: ^27.1.5 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 dependencies: - '@babel/runtime': 7.18.3 - '@rjsf/core': 4.2.0_react@18.2.0 + '@babel/runtime': 7.18.9 + '@rjsf/core': 4.2.3_react@18.2.0 '@types/base16': 1.0.2 '@types/codemirror': 5.60.5 '@types/json-schema': 7.0.11 @@ -2231,39 +2231,39 @@ importers: '@types/redux-devtools-themes': 1.0.0 '@types/simple-element-resize-detector': 1.3.0 base16: 1.0.0 - codemirror: 5.65.6 + codemirror: 5.65.7 color: 4.2.3 prop-types: 15.8.1 react-icons: 4.4.0_react@18.2.0 - react-select: 5.3.2_sukxovx4mwg6d6626r5e3rv5k4 + react-select: 5.4.0_dvp6wxm7rs4sirs67lhxth6k7q redux-devtools-themes: 1.0.0 simple-element-resize-detector: 1.3.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@storybook/addon-essentials': 6.5.9_kegi444pbrxunz45jv6pd3z7ki - '@storybook/react': 6.5.9_qvaipyr63plem3mgv5krfvm7b4 - '@testing-library/dom': 8.14.0 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@storybook/addon-essentials': 6.5.10_egvqfdazsinegjdfjpjsjh6fyi + '@storybook/react': 6.5.10_v3px4sshlpmiq6tqqws5mil25u + '@testing-library/dom': 8.17.1 '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y - '@testing-library/user-event': 14.2.1_ihvo3xlg2d6kwqju3os3zitn3y + '@testing-library/user-event': 14.4.3_wl4iynrlixafokvgqnhzlvigei '@types/color': 3.0.3 '@types/jest': 27.5.2 - '@types/react': 18.0.14 - '@types/styled-components': 5.1.25 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@types/react': 18.0.17 + '@types/styled-components': 5.1.26 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm csstype: 3.1.0 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-jest: 26.5.3_hkaktba3mic4t6mktu5mmyzyhi - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 jest: 27.5.1 ncp: 2.0.0 react: 18.2.0 @@ -2272,33 +2272,33 @@ importers: require-from-string: 2.0.2 rimraf: 3.0.2 styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba - stylelint: 14.9.1 - stylelint-config-prettier: 9.0.3_stylelint@14.9.1 - stylelint-config-standard: 25.0.0_stylelint@14.9.1 + stylelint: 14.10.0 + stylelint-config-prettier: 9.0.3_stylelint@14.10.0 + stylelint-config-standard: 25.0.0_stylelint@14.10.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm + ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 typescript: 4.7.4 - webpack: 5.73.0 + webpack: 5.74.0 packages/redux-devtools-utils: specifiers: - '@babel/cli': ^7.17.10 - '@babel/core': ^7.18.5 - '@babel/eslint-parser': ^7.18.2 - '@babel/plugin-transform-runtime': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.18.3 + '@babel/cli': ^7.18.10 + '@babel/core': ^7.18.10 + '@babel/eslint-parser': ^7.18.9 + '@babel/plugin-transform-runtime': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-typescript': ^7.18.6 + '@babel/runtime': ^7.18.9 '@redux-devtools/core': ^3.13.1 '@redux-devtools/serialize': ^0.4.1 '@types/get-params': ^0.1.0 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.182 - '@types/node': ^16.11.41 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 - eslint: ^8.18.0 + '@types/node': ^16.11.47 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 get-params: ^0.1.2 immutable: ^4.1.0 @@ -2309,7 +2309,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/serialize': link:../redux-devtools-serialize '@types/get-params': 0.1.0 @@ -2320,45 +2320,45 @@ importers: nanoid: 3.3.4 redux: 4.2.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.18.5 - '@babel/core': 7.18.5 - '@babel/eslint-parser': 7.18.2_cz6e4qppzra6gosrrzcvbsxiom - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/cli': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.18.10 + '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/jsan': 3.1.2 '@types/lodash': 4.14.182 - '@types/node': 16.11.41 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 + '@types/node': 16.11.47 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 rimraf: 3.0.2 typescript: 4.7.4 packages/redux-devtools/examples/counter: specifiers: - '@babel/core': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 + '@babel/core': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -2366,11 +2366,11 @@ importers: react-redux: ^8.0.2 redux: ^4.2.0 redux-thunk: ^2.4.1 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: '@redux-devtools/core': link:../.. '@redux-devtools/dock-monitor': link:../../../redux-devtools-dock-monitor @@ -2378,61 +2378,61 @@ importers: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_jcbkrypqxz3emsprsw5dchskju + react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa redux: 4.2.0 redux-thunk: 2.4.1_redux@4.2.0 devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@types/node': 16.11.41 + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@types/node': 16.11.47 '@types/prop-types': 15.7.5 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages/redux-devtools/examples/todomvc: specifiers: - '@babel/core': ^7.18.5 - '@babel/preset-env': ^7.18.2 - '@babel/preset-react': ^7.17.12 - '@babel/preset-typescript': ^7.17.12 + '@babel/core': ^7.18.10 + '@babel/preset-env': ^7.18.10 + '@babel/preset-react': ^7.18.6 + '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^16.11.41 + '@types/node': ^16.11.47 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.14 - '@types/react-dom': ^18.0.5 + '@types/react': ^18.0.17 + '@types/react-dom': ^18.0.6 '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.29.0 - '@typescript-eslint/parser': ^5.29.0 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 babel-loader: ^8.2.5 classnames: ^2.3.1 cross-env: ^7.0.3 css-loader: ^6.7.1 - eslint: ^8.18.0 + eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.11 + fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -2441,11 +2441,11 @@ importers: redux: ^4.2.0 style-loader: ^3.3.1 todomvc-app-css: ^2.4.2 - ts-node: ^10.8.1 + ts-node: ^10.9.1 typescript: ~4.7.4 - webpack: ^5.73.0 + webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.9.2 + webpack-dev-server: ^4.10.0 dependencies: '@redux-devtools/core': link:../.. '@redux-devtools/dock-monitor': link:../../../redux-devtools-dock-monitor @@ -2454,40 +2454,44 @@ importers: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_jcbkrypqxz3emsprsw5dchskju + react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa redux: 4.2.0 todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 '@types/classnames': 2.3.1 - '@types/node': 16.11.41 + '@types/node': 16.11.47 '@types/prop-types': 15.7.5 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm cross-env: 7.0.3 - css-loader: 6.7.1_webpack@5.73.0 - eslint: 8.18.0 - eslint-config-prettier: 8.5.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 - fork-ts-checker-webpack-plugin: 7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei - html-webpack-plugin: 5.5.0_webpack@5.73.0 - style-loader: 3.3.1_webpack@5.73.0 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + css-loader: 6.7.1_webpack@5.74.0 + eslint: 8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + html-webpack-plugin: 5.5.0_webpack@5.74.0 + style-loader: 3.3.1_webpack@5.74.0 + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq packages: + /@adobe/css-tools/4.0.1: + resolution: {integrity: sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==} + dev: true + /@ampproject/remapping/2.2.0: resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} engines: {node: '>=6.0.0'} @@ -2495,8 +2499,8 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.13 - /@apollo/protobufjs/1.2.2: - resolution: {integrity: sha512-vF+zxhPiLtkwxONs6YanSt1EpwpGilThpneExUN5K3tCymuxNnVq2yojTvnpRjv2QfsEIt/n7ozPIIzBLwGIDQ==} + /@apollo/protobufjs/1.2.4: + resolution: {integrity: sha512-npVJ9NVU/pynj+SCU+fambvTneJDyCnif738DnZ7pCxdDtzeEz7WkpSIq5wNUmWm5Td55N+S2xfqZ+WP4hDLng==} hasBin: true requiresBuild: true dependencies: @@ -2583,7 +2587,7 @@ packages: '@apollo/utils.removealiases': 1.0.0_graphql@16.5.0 '@apollo/utils.sortast': 1.1.0_graphql@16.5.0 '@apollo/utils.stripsensitiveliterals': 1.2.0_graphql@16.5.0 - apollo-reporting-protobuf: 3.3.1 + apollo-reporting-protobuf: 3.3.2 graphql: 16.5.0 dev: false @@ -2602,14 +2606,14 @@ packages: xss: 1.0.13 dev: false - /@babel/cli/7.17.10_@babel+core@7.18.5: - resolution: {integrity: sha512-OygVO1M2J4yPMNOW9pb+I6kFGpQK77HmG44Oz3hg8xQIl5L/2zq+ZohwAdSaqYgVwM0SfmPHZHphH4wR8qzVYw==} + /@babel/cli/7.18.10_@babel+core@7.18.10: + resolution: {integrity: sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@jridgewell/trace-mapping': 0.3.13 commander: 4.1.1 convert-source-map: 1.8.0 @@ -2627,23 +2631,30 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.17.12 + dev: true - /@babel/compat-data/7.18.5: - resolution: {integrity: sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg==} + /@babel/code-frame/7.18.6: + resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.18.6 + + /@babel/compat-data/7.18.8: + resolution: {integrity: sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==} engines: {node: '>=6.9.0'} /@babel/core/7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.18.2 - '@babel/helper-module-transforms': 7.18.0 - '@babel/helpers': 7.18.2 - '@babel/parser': 7.18.5 - '@babel/template': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.12 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helpers': 7.18.9 + '@babel/parser': 7.18.11 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2656,20 +2667,20 @@ packages: - supports-color dev: true - /@babel/core/7.18.5: - resolution: {integrity: sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==} + /@babel/core/7.18.10: + resolution: {integrity: sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.18.2 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 - '@babel/helper-module-transforms': 7.18.0 - '@babel/helpers': 7.18.2 - '@babel/parser': 7.18.5 - '@babel/template': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.12 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helpers': 7.18.9 + '@babel/parser': 7.18.11 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2678,20 +2689,28 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.18.2_cz6e4qppzra6gosrrzcvbsxiom: - resolution: {integrity: sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==} + /@babel/eslint-parser/7.18.9_xqt7ek4fk233nrovqiamjvck4u: + resolution: {integrity: sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.18.5 - eslint: 8.18.0 + '@babel/core': 7.18.10 + eslint: 8.21.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true + /@babel/generator/7.18.12: + resolution: {integrity: sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.18.10 + '@jridgewell/gen-mapping': 0.3.2 + jsesc: 2.5.2 + /@babel/generator/7.18.2: resolution: {integrity: sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==} engines: {node: '>=6.9.0'} @@ -2699,72 +2718,80 @@ packages: '@babel/types': 7.18.4 '@jridgewell/gen-mapping': 0.3.1 jsesc: 2.5.2 + dev: true /@babel/helper-annotate-as-pure/7.16.7: resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 - /@babel/helper-builder-binary-assignment-operator-visitor/7.16.7: - resolution: {integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==} + /@babel/helper-annotate-as-pure/7.18.6: + resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-explode-assignable-expression': 7.16.7 - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 dev: true - /@babel/helper-compilation-targets/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==} + /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: + resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-explode-assignable-expression': 7.18.6 + '@babel/types': 7.18.10 + dev: true + + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.5 - '@babel/core': 7.18.5 - '@babel/helper-validator-option': 7.16.7 + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.10 + '@babel/helper-validator-option': 7.18.6 browserslist: 4.20.4 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==} + /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-member-expression-to-functions': 7.17.7 - '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/helper-replace-supers': 7.18.2 - '@babel/helper-split-export-declaration': 7.16.7 + '@babel/core': 7.18.10 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==} + /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.16.7 - regexpu-core: 5.0.1 + '@babel/core': 7.18.10 + '@babel/helper-annotate-as-pure': 7.18.6 + regexpu-core: 5.1.0 dev: true - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.18.5: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.18.10: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/traverse': 7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/traverse': 7.18.11 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2773,16 +2800,14 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.18.5: - resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} + /@babel/helper-define-polyfill-provider/0.3.2_@babel+core@7.18.10: + resolution: {integrity: sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/traverse': 7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2795,59 +2820,82 @@ packages: resolution: {integrity: sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==} engines: {node: '>=6.9.0'} - /@babel/helper-explode-assignable-expression/7.16.7: - resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==} + /@babel/helper-environment-visitor/7.18.9: + resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} + engines: {node: '>=6.9.0'} + + /@babel/helper-explode-assignable-expression/7.18.6: + resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 dev: true /@babel/helper-function-name/7.17.9: resolution: {integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.16.7 - '@babel/types': 7.18.4 + '@babel/template': 7.18.10 + '@babel/types': 7.18.10 + + /@babel/helper-function-name/7.18.9: + resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.18.10 + '@babel/types': 7.18.10 /@babel/helper-hoist-variables/7.16.7: resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 - /@babel/helper-member-expression-to-functions/7.17.7: - resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==} + /@babel/helper-hoist-variables/7.18.6: + resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 + + /@babel/helper-member-expression-to-functions/7.18.9: + resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.18.10 dev: true /@babel/helper-module-imports/7.16.7: resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 - /@babel/helper-module-transforms/7.18.0: - resolution: {integrity: sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==} + /@babel/helper-module-imports/7.18.6: + resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-simple-access': 7.18.2 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/helper-validator-identifier': 7.16.7 - '@babel/template': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 + + /@babel/helper-module-transforms/7.18.9: + resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-simple-access': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.18.6 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color - /@babel/helper-optimise-call-expression/7.16.7: - resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} + /@babel/helper-optimise-call-expression/7.18.6: + resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 dev: true /@babel/helper-plugin-utils/7.10.4: @@ -2857,77 +2905,95 @@ packages: /@babel/helper-plugin-utils/7.17.12: resolution: {integrity: sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==} engines: {node: '>=6.9.0'} + dev: true - /@babel/helper-remap-async-to-generator/7.16.8: - resolution: {integrity: sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==} + /@babel/helper-plugin-utils/7.18.9: + resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} engines: {node: '>=6.9.0'} + + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-wrap-function': 7.16.8 - '@babel/types': 7.18.4 + '@babel/core': 7.18.10 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-wrap-function': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-replace-supers/7.18.2: - resolution: {integrity: sha512-XzAIyxx+vFnrOxiQrToSUOzUOn0e1J2Li40ntddek1Y69AXUTXoDJ40/D5RdjFu7s7qHiaeoTiempZcbuVXh2Q==} + /@babel/helper-replace-supers/7.18.9: + resolution: {integrity: sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-member-expression-to-functions': 7.17.7 - '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.18.2: - resolution: {integrity: sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==} + /@babel/helper-simple-access/7.18.6: + resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 - /@babel/helper-skip-transparent-expression-wrappers/7.16.0: - resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} + /@babel/helper-skip-transparent-expression-wrappers/7.18.9: + resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 dev: true - /@babel/helper-split-export-declaration/7.16.7: - resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} + /@babel/helper-split-export-declaration/7.18.6: + resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.10 + + /@babel/helper-string-parser/7.18.10: + resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier/7.16.7: resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==} engines: {node: '>=6.9.0'} + dev: true - /@babel/helper-validator-option/7.16.7: - resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==} + /@babel/helper-validator-identifier/7.18.6: + resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function/7.16.8: - resolution: {integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==} + /@babel/helper-validator-option/7.18.6: + resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} + engines: {node: '>=6.9.0'} + + /@babel/helper-wrap-function/7.18.11: + resolution: {integrity: sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.17.9 - '@babel/template': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/helper-function-name': 7.18.9 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.18.2: - resolution: {integrity: sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==} + /@babel/helpers/7.18.9: + resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color @@ -2938,6 +3004,22 @@ packages: '@babel/helper-validator-identifier': 7.16.7 chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2 js-tokens: 4.0.0 + dev: true + + /@babel/highlight/7.18.6: + resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.18.6 + chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2 + js-tokens: 4.0.0 + + /@babel/parser/7.18.11: + resolution: {integrity: sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.18.10 /@babel/parser/7.18.5: resolution: {integrity: sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==} @@ -2945,162 +3027,164 @@ packages: hasBin: true dependencies: '@babel/types': 7.18.4 + dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==} + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==} + /@babel/plugin-proposal-async-generator-functions/7.18.10_@babel+core@7.18.10: + resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-remap-async-to-generator': 7.16.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==} + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==} + /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.18.2_@babel+core@7.18.5: + /@babel/plugin-proposal-decorators/7.18.2_@babel+core@7.18.10: resolution: {integrity: sha512-kbDISufFOxeczi0v4NQP3p5kIeW6izn/6klfWBrIIdGZZe4UpHR+QU03FAoWjGGd9SUXAwbw2pup1kaL4OQsJQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-replace-supers': 7.18.2 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/plugin-syntax-decorators': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/plugin-syntax-decorators': 7.17.12_@babel+core@7.18.10 charcodes: 0.2.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-export-default-from/7.17.12_@babel+core@7.18.5: + /@babel/plugin-proposal-export-default-from/7.17.12_@babel+core@7.18.10: resolution: {integrity: sha512-LpsTRw725eBAXXKUOnJJct+SEaOzwR78zahcLuripD2+dKc2Sj+8Q2DzA+GC/jOpOu/KlDXuxrzG214o1zTauQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==} + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==} + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==} + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==} + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.10 dev: true /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: @@ -3109,198 +3193,198 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.12.9 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==} + /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.5 - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.5 + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.10 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==} + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==} + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==} + /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==} + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.5: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.10: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.18.5: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.18.10: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.5: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.10: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.5: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.10: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-decorators/7.17.12_@babel+core@7.18.5: + /@babel/plugin-syntax-decorators/7.17.12_@babel+core@7.18.10: resolution: {integrity: sha512-D1Hz0qtGTza8K2xGyEdVNCYLdVHukAcbQr4K3/s6r/esadyEriZovpJimQOpu8ju4/jV8dW/1xdaE0UpDroidw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.5: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.10: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.18.5: + /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.18.10: resolution: {integrity: sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.5: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.10: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-flow/7.17.12_@babel+core@7.18.5: + /@babel/plugin-syntax-flow/7.17.12_@babel+core@7.18.10: resolution: {integrity: sha512-B8QIgBvkIG6G2jgsOHQUist7Sm0EBLDCx8sen072IwqNuzMegZNXrYnSv77cYzA8mLDZAfQYqsLIhimiP1s2HQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-import-assertions/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==} + /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.5: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.10: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.5: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.10: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: @@ -3309,43 +3393,43 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==} + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.5: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.10: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.5: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.10: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.5: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.10: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: @@ -3354,523 +3438,533 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.5: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.10: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.5: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.10: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.5: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.10: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.5: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.10: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.5: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.10: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.5: + /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.10: resolution: {integrity: sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==} + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==} + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-remap-async-to-generator': 7.16.8 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true + + /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-block-scoping/7.18.4_@babel+core@7.18.5: - resolution: {integrity: sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==} + /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-classes/7.18.4_@babel+core@7.18.5: - resolution: {integrity: sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==} + /@babel/plugin-transform-classes/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-replace-supers': 7.18.2 - '@babel/helper-split-export-declaration': 7.16.7 + '@babel/core': 7.18.10 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==} + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-destructuring/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==} + /@babel/plugin-transform-destructuring/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==} + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-flow-strip-types/7.17.12_@babel+core@7.18.5: + /@babel/plugin-transform-flow-strip-types/7.17.12_@babel+core@7.18.10: resolution: {integrity: sha512-g8cSNt+cHCpG/uunPQELdq/TeV3eg1OLJYwxypwHtAWo9+nErH3lQx9CSO2uI9lF74A0mR0t4KoMjs1snSgnTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-flow': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-flow': 7.17.12_@babel+core@7.18.10 dev: true - /@babel/plugin-transform-for-of/7.18.1_@babel+core@7.18.5: - resolution: {integrity: sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==} + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.18.10: + resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-literals/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==} + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-modules-amd/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==} + /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-transforms': 7.18.0 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==} + /@babel/plugin-transform-modules-commonjs/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-transforms': 7.18.0 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-simple-access': 7.18.2 + '@babel/core': 7.18.10 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-simple-access': 7.18.6 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.18.5_@babel+core@7.18.5: - resolution: {integrity: sha512-SEewrhPpcqMF1V7DhnEbhVJLrC+nnYfe1E0piZMZXBpxi9WvZqWGwpsk7JYP7wPWeqaBh4gyKlBhHJu3uz5g4Q==} + /@babel/plugin-transform-modules-systemjs/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-hoist-variables': 7.16.7 - '@babel/helper-module-transforms': 7.18.0 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-validator-identifier': 7.16.7 + '@babel/core': 7.18.10 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-identifier': 7.18.6 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==} + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-transforms': 7.18.0 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==} + /@babel/plugin-transform-named-capturing-groups-regex/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-new-target/7.18.5_@babel+core@7.18.5: - resolution: {integrity: sha512-TuRL5uGW4KXU6OsRj+mLp9BM7pO8e7SGNTEokQRRxHFkXYMFiy2jlKSZPFtI/mKORDzciH+hneskcSOp0gU8hg==} + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-replace-supers': 7.18.2 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.12.9: - resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} + /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.12.9: + resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} + /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.18.10: + resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==} + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-react-jsx-development/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==} + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 dev: true - /@babel/plugin-transform-react-jsx/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-Lcaw8bxd1DKht3thfD4A12dqo1X16he1Lm8rIv8sTwjAYNInRS1qHa9aJoqvzpscItXvftKDCfaEQzwoVyXpEQ==} + /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.18.10: + resolution: {integrity: sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.5 - '@babel/types': 7.18.4 + '@babel/core': 7.18.10 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.10 + '@babel/types': 7.18.10 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-6+0IK6ouvqDn9bmEG7mEyF/pwlJXVj5lwydybpyyH3D0A7Hftk+NCTdYjnLNZksn261xaOV5ksmp20pQEmc2RQ==} + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-regenerator/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==} + /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 regenerator-transform: 0.15.0 dev: true - /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==} + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-runtime/7.18.5_@babel+core@7.18.5: - resolution: {integrity: sha512-Q17hHxXr2fplrE+5BSC1j1Fo5cOA8YeP8XW3/1paI8MzF/faZGh0MaH1KC4jLAvqLPamQWHB5/B7KqSLY1kuHA==} + /@babel/plugin-transform-runtime/7.18.10_@babel+core@7.18.10: + resolution: {integrity: sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.5 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.5 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.10 + babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.10 + babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.10 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-spread/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==} + /@babel/plugin-transform-spread/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 dev: true - /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-template-literals/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==} + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==} + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-typescript/7.18.4_@babel+core@7.18.5: - resolution: {integrity: sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==} + /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.18.10: + resolution: {integrity: sha512-2vjjam0cum0miPkenUbQswKowuxs/NjMwIKEq0zwegRxXk12C9YOF9STXnaUptITOtOJHKHpzvvWYOjbm6tc0w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.18.10: + resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.18.10 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true /@babel/polyfill/7.12.1: @@ -3881,153 +3975,153 @@ packages: regenerator-runtime: 0.13.9 dev: false - /@babel/preset-env/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==} + /@babel/preset-env/7.18.10_@babel+core@7.18.10: + resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.5 - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-class-static-block': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-import-assertions': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.5 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.18.5 - '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.18.5 - '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.18.5 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-modules-amd': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-modules-commonjs': 7.18.2_@babel+core@7.18.5 - '@babel/plugin-transform-modules-systemjs': 7.18.5_@babel+core@7.18.5 - '@babel/plugin-transform-modules-umd': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-new-target': 7.18.5_@babel+core@7.18.5 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-regenerator': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.18.5 - '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.18.5 - '@babel/preset-modules': 0.1.5_@babel+core@7.18.5 - '@babel/types': 7.18.4 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.5 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.5 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.5 + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.10 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-proposal-async-generator-functions': 7.18.10_@babel+core@7.18.10 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.10 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.10 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.10 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-destructuring': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.10 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.10 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.18.10 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.10 + '@babel/preset-modules': 0.1.5_@babel+core@7.18.10 + '@babel/types': 7.18.10 + babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.10 + babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.10 + babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.10 core-js-compat: 3.23.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow/7.17.12_@babel+core@7.18.5: + /@babel/preset-flow/7.17.12_@babel+core@7.18.10: resolution: {integrity: sha512-7QDz7k4uiaBdu7N89VKjUn807pJRXmdirQu0KyR9LXnQrr5Jt41eIMKTS7ljej+H29erwmMrwq9Io9mJHLI3Lw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-flow-strip-types': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-transform-flow-strip-types': 7.17.12_@babel+core@7.18.10 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.18.5: + /@babel/preset-modules/0.1.5_@babel+core@7.18.10: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.5 - '@babel/types': 7.18.4 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.10 + '@babel/types': 7.18.10 esutils: 2.0.3 dev: true - /@babel/preset-react/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-h5U+rwreXtZaRBEQhW1hOJLMq8XNJBQ/9oymXiCXTuT/0uOwpbT0gUt+sXeOqoXBgNuUKI7TaObVwoEyWkpFgA==} + /@babel/preset-react/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-react-pure-annotations': 7.18.0_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.18.10 dev: true - /@babel/preset-typescript/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-S1ViF8W2QwAKUGJXxP9NAfNaqGDdEBJKpYkxHf5Yy2C4NPPzXGeR3Lhk7G8xJaaLcFTRfNjVbtbVtm8Gb0mqvg==} + /@babel/preset-typescript/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-typescript': 7.18.4_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.10 transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.17.7_@babel+core@7.18.5: - resolution: {integrity: sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==} + /@babel/register/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -4048,6 +4142,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.9 + dev: false + + /@babel/runtime/7.18.9: + resolution: {integrity: sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 /@babel/template/7.16.7: resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} @@ -4056,47 +4157,83 @@ packages: '@babel/code-frame': 7.16.7 '@babel/parser': 7.18.5 '@babel/types': 7.18.4 + dev: true - /@babel/traverse/7.18.5: - resolution: {integrity: sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==} + /@babel/template/7.18.10: + resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.18.2 - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-hoist-variables': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.18.5 - '@babel/types': 7.18.4 + '@babel/code-frame': 7.18.6 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 + + /@babel/traverse/7.18.11: + resolution: {integrity: sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.12 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color + /@babel/traverse/7.18.5: + resolution: {integrity: sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.12 + '@babel/helper-environment-visitor': 7.18.2 + '@babel/helper-function-name': 7.17.9 + '@babel/helper-hoist-variables': 7.16.7 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/traverse/7.18.5_supports-color@5.5.0: resolution: {integrity: sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.18.2 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.12 '@babel/helper-environment-visitor': 7.18.2 '@babel/helper-function-name': 7.17.9 '@babel/helper-hoist-variables': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.18.5 - '@babel/types': 7.18.4 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: - supports-color + /@babel/types/7.18.10: + resolution: {integrity: sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.18.10 + '@babel/helper-validator-identifier': 7.18.6 + to-fast-properties: 2.0.0 + /@babel/types/7.18.4: resolution: {integrity: sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 to-fast-properties: 2.0.0 + dev: true /@base2/pretty-print-object/1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -4106,7 +4243,7 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.0.3_vtyuavm5aokxji6drgmjpa5nda: + /@chakra-ui/accordion/2.0.3_tqairxhqcpk3vlloepz4mhx3wm: resolution: {integrity: sha512-3fu5q6I6QtYVfpBHK+xxIkZ3b/spHgDongXuKuLEJZswcSU8+X5B9YmNfv73ZMRKO3PboYtyHAmZZo4pYqzbbA==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4117,10 +4254,10 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q - '@chakra-ui/transition': 2.0.2_rz5u7j3atdl3v3dzr2ouz3vbga + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/transition': 2.0.2_s2wzvri4ojre7yvvetwrt2nhzi '@chakra-ui/utils': 2.0.2 - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4133,7 +4270,7 @@ packages: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4143,7 +4280,7 @@ packages: peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' dependencies: - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 dev: false @@ -4155,7 +4292,7 @@ packages: dependencies: '@chakra-ui/image': 2.0.3_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4167,7 +4304,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4181,12 +4318,12 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.1.0_vtyuavm5aokxji6drgmjpa5nda: + /@chakra-ui/checkbox/2.1.0_tqairxhqcpk3vlloepz4mhx3wm: resolution: {integrity: sha512-LPKhJM/IMp8LKdr52PVfSGAnmqcgwTMPcjyWT8jXQ3OhEXRUKc5rSUORmPtJmffNLjLq1nPCcSMWQsVHhJ9MXw==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4196,11 +4333,11 @@ packages: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle '@zag-js/focus-visible': 0.1.0 - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4221,7 +4358,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4242,7 +4379,7 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4257,13 +4394,13 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/css-reset/2.0.1_jhgplt4fmhans76oq3ok5iox2u: + /@chakra-ui/css-reset/2.0.1_g566eayvhbit5eqxocdac5mhdm: resolution: {integrity: sha512-8RhAC7l5RHp9hNDN2M2feZ2wPaoSrgxzqx6VqLTIul2lwucpp1LTlrDlPCBMJe8fp51Q83IOCW4882ktsXxktA==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18 || 18' dependencies: - '@emotion/react': 11.9.3_7eu627umq2cbnjxmysy5yb5jqq + '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema react: 18.2.0 dev: false @@ -4284,19 +4421,19 @@ packages: dependencies: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/focus-lock/2.0.3_luyos4mouogwq6z3wafb3re4ce: + /@chakra-ui/focus-lock/2.0.3_ug65io7jkbhmo4fihdmbrh3ina: resolution: {integrity: sha512-QcKUy0n26T1qOEoqk9rDmr9tumZs/+VXh9gIhWYKlmScm8Dy87qCMfOJ2M8/sUCQcqypl8SwlONQdiCZ99FUFQ==} peerDependencies: react: '>=18 || 18' dependencies: '@chakra-ui/utils': 2.0.2 react: 18.2.0 - react-focus-lock: 2.9.1_luyos4mouogwq6z3wafb3re4ce + react-focus-lock: 2.9.1_ug65io7jkbhmo4fihdmbrh3ina transitivePeerDependencies: - '@types/react' dev: false @@ -4310,7 +4447,7 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4333,7 +4470,7 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4345,7 +4482,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4358,7 +4495,7 @@ packages: dependencies: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4371,7 +4508,7 @@ packages: dependencies: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4393,13 +4530,13 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/react-env': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/menu/2.0.3_vtyuavm5aokxji6drgmjpa5nda: + /@chakra-ui/menu/2.0.3_tqairxhqcpk3vlloepz4mhx3wm: resolution: {integrity: sha512-hW1XBK0ZOEvnrwurqZiQ7+CFW8Olfk82BilNOulQ7LxQ2hQAAg4JBQxs755jVEtqhSAP+oe/yuWEabWtCWLGQw==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4411,14 +4548,14 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/popper': 3.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q - '@chakra-ui/transition': 2.0.2_rz5u7j3atdl3v3dzr2ouz3vbga + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/transition': 2.0.2_s2wzvri4ojre7yvvetwrt2nhzi '@chakra-ui/utils': 2.0.2 - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.0.3_fyzxmzue2kafzgbnbtznxaoljq: + /@chakra-ui/modal/2.0.3_jmfpndemgmb24m27wnt3x3z44u: resolution: {integrity: sha512-GS1Apvrsr8scM1d/awVgJdcheITja4fMKTKwWljstw7SfAMOPc4skKIg+MzriLvtIialm1WFxOWYfiQ5MKAAcQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4427,18 +4564,18 @@ packages: react-dom: '>=18 || 18' dependencies: '@chakra-ui/close-button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/focus-lock': 2.0.3_luyos4mouogwq6z3wafb3re4ce + '@chakra-ui/focus-lock': 2.0.3_ug65io7jkbhmo4fihdmbrh3ina '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q - '@chakra-ui/transition': 2.0.2_rz5u7j3atdl3v3dzr2ouz3vbga + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/transition': 2.0.2_s2wzvri4ojre7yvvetwrt2nhzi '@chakra-ui/utils': 2.0.2 aria-hidden: 1.1.3 - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-remove-scroll: 2.5.4_luyos4mouogwq6z3wafb3re4ce + react-remove-scroll: 2.5.4_ug65io7jkbhmo4fihdmbrh3ina transitivePeerDependencies: - '@types/react' dev: false @@ -4454,7 +4591,7 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4468,12 +4605,12 @@ packages: '@chakra-ui/descendant': 3.0.2_react@18.2.0 '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/popover/2.0.2_vtyuavm5aokxji6drgmjpa5nda: + /@chakra-ui/popover/2.0.2_tqairxhqcpk3vlloepz4mhx3wm: resolution: {integrity: sha512-i9Tsx+gpN470V7eLPng+lVK25DfUdQ44OAzWMUavIiutCtVJknZEPYbSr72JnT4NHBnr7b8rqUBEYq9+36LmlQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4484,9 +4621,9 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/popper': 3.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4519,13 +4656,13 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.6_qsuhhlyfbpdicstla2jcf7xfmy: + /@chakra-ui/provider/2.0.6_tyh4ta3a3jg5wknldy4g2a7uiy: resolution: {integrity: sha512-EwwFF8ib9L5OYTRJq450Uvk7DqQJA/W6TyBo2f7mUE0j56GmV8ZRdsaXGqqag/aopCS/1n+ZfpQvQr/qNhAQBQ==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4533,13 +4670,13 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/css-reset': 2.0.1_jhgplt4fmhans76oq3ok5iox2u + '@chakra-ui/css-reset': 2.0.1_g566eayvhbit5eqxocdac5mhdm '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-env': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 - '@emotion/react': 11.9.3_7eu627umq2cbnjxmysy5yb5jqq - '@emotion/styled': 11.9.3_qbwmrvb6ojitbfrbjtglmejmbm + '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -4553,7 +4690,7 @@ packages: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle react: 18.2.0 @@ -4577,7 +4714,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react/2.2.1_5z4lybafbsej23lhe66gvmikba: + /@chakra-ui/react/2.2.1_35sbl6b2epv3k56qaiogy2w5va: resolution: {integrity: sha512-m2vFICTUO3GivTkJROnTTJT+w8otcYMraKqOSdrAGmsjqtZAp8/FaGS+1bxzeZnZTszMn65LoLvlgBUDrTHhQA==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4586,16 +4723,16 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.0.3_vtyuavm5aokxji6drgmjpa5nda + '@chakra-ui/accordion': 2.0.3_tqairxhqcpk3vlloepz4mhx3wm '@chakra-ui/alert': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/avatar': 2.0.3_smtw3k2wuexenqj33awaujbhle '@chakra-ui/breadcrumb': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/checkbox': 2.1.0_vtyuavm5aokxji6drgmjpa5nda + '@chakra-ui/checkbox': 2.1.0_tqairxhqcpk3vlloepz4mhx3wm '@chakra-ui/close-button': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/control-box': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/counter': 2.0.2_react@18.2.0 - '@chakra-ui/css-reset': 2.0.1_jhgplt4fmhans76oq3ok5iox2u + '@chakra-ui/css-reset': 2.0.1_g566eayvhbit5eqxocdac5mhdm '@chakra-ui/editable': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/hooks': 2.0.2_react@18.2.0 @@ -4605,37 +4742,37 @@ packages: '@chakra-ui/layout': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/live-region': 2.0.2_react@18.2.0 '@chakra-ui/media-query': 3.1.0_swpbf3sk2xubz3bowba44eqanu - '@chakra-ui/menu': 2.0.3_vtyuavm5aokxji6drgmjpa5nda - '@chakra-ui/modal': 2.0.3_fyzxmzue2kafzgbnbtznxaoljq + '@chakra-ui/menu': 2.0.3_tqairxhqcpk3vlloepz4mhx3wm + '@chakra-ui/modal': 2.0.3_jmfpndemgmb24m27wnt3x3z44u '@chakra-ui/number-input': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/pin-input': 2.0.3_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/popover': 2.0.2_vtyuavm5aokxji6drgmjpa5nda + '@chakra-ui/popover': 2.0.2_tqairxhqcpk3vlloepz4mhx3wm '@chakra-ui/popper': 3.0.2_react@18.2.0 '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/progress': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/provider': 2.0.6_qsuhhlyfbpdicstla2jcf7xfmy + '@chakra-ui/provider': 2.0.6_tyh4ta3a3jg5wknldy4g2a7uiy '@chakra-ui/radio': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-env': 2.0.2_react@18.2.0 '@chakra-ui/select': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/skeleton': 2.0.6_axawpjz3tjxiksmpos7ajkx4lu + '@chakra-ui/skeleton': 2.0.6_6fvfryypbryy7ecdkfxyof7pdu '@chakra-ui/slider': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/stat': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/switch': 2.0.3_vtyuavm5aokxji6drgmjpa5nda - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/switch': 2.0.3_tqairxhqcpk3vlloepz4mhx3wm + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/table': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/tabs': 2.0.3_smtw3k2wuexenqj33awaujbhle '@chakra-ui/tag': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/textarea': 2.0.3_smtw3k2wuexenqj33awaujbhle '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 - '@chakra-ui/toast': 2.1.0_65wlen2m7s2gqkmujk2syargwy - '@chakra-ui/tooltip': 2.0.2_zpzruzl5qtrb2u52xbwuohvqyi - '@chakra-ui/transition': 2.0.2_rz5u7j3atdl3v3dzr2ouz3vbga + '@chakra-ui/toast': 2.1.0_4tnyqo4lmvvwxlr3tr6kuboswy + '@chakra-ui/tooltip': 2.0.2_mnfhnxs2kasnacdxoaliulhebe + '@chakra-ui/transition': 2.0.2_s2wzvri4ojre7yvvetwrt2nhzi '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@emotion/react': 11.9.3_7eu627umq2cbnjxmysy5yb5jqq - '@emotion/styled': 11.9.3_qbwmrvb6ojitbfrbjtglmejmbm - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: @@ -4649,12 +4786,12 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/skeleton/2.0.6_axawpjz3tjxiksmpos7ajkx4lu: + /@chakra-ui/skeleton/2.0.6_6fvfryypbryy7ecdkfxyof7pdu: resolution: {integrity: sha512-nbZEfA7vSxJ8qXM0sb+e/Dh8t2ZcAkjWUzScMvO8FWfblk3wkoeUT0ocTwJ4eDyTzEVBu+ym7Uc+ACZmBheabQ==} peerDependencies: '@chakra-ui/theme': '>=2.0.0-next.0' @@ -4664,11 +4801,11 @@ packages: dependencies: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/media-query': 3.1.0_swpbf3sk2xubz3bowba44eqanu - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 '@chakra-ui/utils': 2.0.2 - '@emotion/react': 11.9.3_7eu627umq2cbnjxmysy5yb5jqq - '@emotion/styled': 11.9.3_qbwmrvb6ojitbfrbjtglmejmbm + '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly react: 18.2.0 dev: false @@ -4680,7 +4817,7 @@ packages: dependencies: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4691,7 +4828,7 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle react: 18.2.0 @@ -4704,7 +4841,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle react: 18.2.0 @@ -4717,21 +4854,21 @@ packages: csstype: 3.1.0 dev: false - /@chakra-ui/switch/2.0.3_vtyuavm5aokxji6drgmjpa5nda: + /@chakra-ui/switch/2.0.3_tqairxhqcpk3vlloepz4mhx3wm: resolution: {integrity: sha512-k7HLnKBM9GsY/RdqUWqe233QNFa2JtE+G4UyX8BsYLquWOkBfgJvI+f2gSUye1zLS8e1bFwz5BBIljTQMb/Smw==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/checkbox': 2.1.0_vtyuavm5aokxji6drgmjpa5nda - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/checkbox': 2.1.0_tqairxhqcpk3vlloepz4mhx3wm + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.1.3_fdnqutfacy7v3gmlcm66flps3q: + /@chakra-ui/system/2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy: resolution: {integrity: sha512-f9GfJr7HGxxhyAbXmka/k/mPsLl8wl+5fZUWglfRg4iddmsuYQcJEYg8+ewCyr7MA1Ddw9bPVgsC5uf/KYlo3w==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4742,8 +4879,8 @@ packages: '@chakra-ui/react-utils': 2.0.1_react@18.2.0 '@chakra-ui/styled-system': 2.2.0 '@chakra-ui/utils': 2.0.2 - '@emotion/react': 11.9.3_7eu627umq2cbnjxmysy5yb5jqq - '@emotion/styled': 11.9.3_qbwmrvb6ojitbfrbjtglmejmbm + '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly react: 18.2.0 react-fast-compare: 3.2.0 dev: false @@ -4754,7 +4891,7 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4769,7 +4906,7 @@ packages: '@chakra-ui/descendant': 3.0.2_react@18.2.0 '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4781,7 +4918,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4793,7 +4930,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4803,7 +4940,7 @@ packages: peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' dependencies: - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 '@ctrl/tinycolor': 3.4.1 dev: false @@ -4814,12 +4951,12 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' dependencies: '@chakra-ui/anatomy': 2.0.1_@chakra-ui+system@2.1.3 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 '@chakra-ui/utils': 2.0.2 dev: false - /@chakra-ui/toast/2.1.0_65wlen2m7s2gqkmujk2syargwy: + /@chakra-ui/toast/2.1.0_4tnyqo4lmvvwxlr3tr6kuboswy: resolution: {integrity: sha512-xXgwzff/gtNrq2HGGG3fuqcfRQEIObluHzHhqgS3gesf8KYut/5ZJoLdgV4RKE+NYgJIi77BFUcQDiLJttxxPA==} peerDependencies: framer-motion: '>=4.0.0' @@ -4831,11 +4968,11 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 - '@chakra-ui/transition': 2.0.2_rz5u7j3atdl3v3dzr2ouz3vbga + '@chakra-ui/transition': 2.0.2_s2wzvri4ojre7yvvetwrt2nhzi '@chakra-ui/utils': 2.0.2 - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: @@ -4843,7 +4980,7 @@ packages: - '@emotion/styled' dev: false - /@chakra-ui/tooltip/2.0.2_zpzruzl5qtrb2u52xbwuohvqyi: + /@chakra-ui/tooltip/2.0.2_mnfhnxs2kasnacdxoaliulhebe: resolution: {integrity: sha512-oK6gXybFe/MmHBXbd9w3XgNChVHQ9BeLW0IAtFeDyeHn5gJg0iKul/SNmJkD73Iyv/j+BsmBMn98mbNYQkeMQA==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4855,22 +4992,22 @@ packages: '@chakra-ui/popper': 3.0.2_react@18.2.0 '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.2_rz5u7j3atdl3v3dzr2ouz3vbga: + /@chakra-ui/transition/2.0.2_s2wzvri4ojre7yvvetwrt2nhzi: resolution: {integrity: sha512-s98gDFIGbv60WMyniVjy381NXxgS1Y/6RACR1Z1pReC5XZLY5GyMqeRYyFCAeE78qKkqon77Y8EDPQXl6X78dw==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/utils': 2.0.2 - framer-motion: 6.3.15_biqbaboplfbrettd7655fr4n2y + framer-motion: 6.5.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4889,19 +5026,19 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_fdnqutfacy7v3gmlcm66flps3q + '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@changesets/apply-release-plan/6.0.0: - resolution: {integrity: sha512-gp6nIdVdfYdwKww2+f8whckKmvfE4JEm4jJgBhTmooi0uzHWhnxvk6JIzQi89qEAMINN0SeVNnXiAtbFY0Mj3w==} + /@changesets/apply-release-plan/6.0.4: + resolution: {integrity: sha512-PutV/ymf8cZMqvaLe/Lh5cP3kBQ9FZl6oGQ3qRDxWD1ML+/uH3jrCE7S7Zw7IVSXkD0lnMD+1dAX7fsOJ6ZvgA==} dependencies: - '@babel/runtime': 7.18.3 - '@changesets/config': 2.0.0 + '@babel/runtime': 7.18.9 + '@changesets/config': 2.1.1 '@changesets/get-version-range-type': 0.3.2 - '@changesets/git': 1.3.2 - '@changesets/types': 5.0.0 + '@changesets/git': 1.4.1 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 detect-indent: 6.1.0 fs-extra: 7.0.1 @@ -4912,41 +5049,41 @@ packages: semver: 5.7.1 dev: true - /@changesets/assemble-release-plan/5.1.3: - resolution: {integrity: sha512-I+TTkUoqvxBEuDLoJfJYKDXIJ+nyiTbVJ8KGhpXEsLq4N/ms/AStSbouJwF2d/p3cB+RCPr5+gXh31GSN4kA7w==} + /@changesets/assemble-release-plan/5.2.0: + resolution: {integrity: sha512-ewY24PEbSec2eKX0+KM7eyENA2hUUp6s4LF9p/iBxTtc+TX2Xbx5rZnlLKZkc8tpuQ3PZbyjLFXWhd1PP6SjCg==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 - '@changesets/types': 5.0.0 + '@changesets/get-dependents-graph': 1.3.3 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 semver: 5.7.1 dev: true - /@changesets/changelog-git/0.1.11: - resolution: {integrity: sha512-sWJvAm+raRPeES9usNpZRkooeEB93lOpUN0Lmjz5vhVAb7XGIZrHEJ93155bpE1S0c4oJ5Di9ZWgzIwqhWP/Wg==} + /@changesets/changelog-git/0.1.12: + resolution: {integrity: sha512-Xv2CPjTBmwjl8l4ZyQ3xrsXZMq8WafPUpEonDpTmcb24XY8keVzt7ZSCJuDz035EiqrjmDKDhODoQ6XiHudlig==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 dev: true - /@changesets/cli/2.23.0: - resolution: {integrity: sha512-Gi3tMi0Vr6eNd8GX6q73tbOm9XOzGfuLEm4PYVeWG2neg5DlRGNOjYwrFULJ/An3N9MHtHn4r5h1Qvnju9Ijug==} + /@changesets/cli/2.24.2: + resolution: {integrity: sha512-Bya7bnxF8Sz+O25M6kseAludVsCy5nXSW9u2Lbje/XbJTyU5q/xwIiXF9aTUzVi/4jyKoKoOasx7B1/z+NJLzg==} hasBin: true dependencies: - '@babel/runtime': 7.18.3 - '@changesets/apply-release-plan': 6.0.0 - '@changesets/assemble-release-plan': 5.1.3 - '@changesets/changelog-git': 0.1.11 - '@changesets/config': 2.0.0 + '@babel/runtime': 7.18.9 + '@changesets/apply-release-plan': 6.0.4 + '@changesets/assemble-release-plan': 5.2.0 + '@changesets/changelog-git': 0.1.12 + '@changesets/config': 2.1.1 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 - '@changesets/get-release-plan': 3.0.9 - '@changesets/git': 1.3.2 + '@changesets/get-dependents-graph': 1.3.3 + '@changesets/get-release-plan': 3.0.13 + '@changesets/git': 1.4.1 '@changesets/logger': 0.0.5 - '@changesets/pre': 1.0.11 - '@changesets/read': 0.5.5 - '@changesets/types': 5.0.0 - '@changesets/write': 0.1.8 + '@changesets/pre': 1.0.12 + '@changesets/read': 0.5.7 + '@changesets/types': 5.1.0 + '@changesets/write': 0.1.9 '@manypkg/get-packages': 1.1.3 '@types/is-ci': 3.0.0 '@types/semver': 6.2.3 @@ -4968,13 +5105,13 @@ packages: tty-table: 4.1.6 dev: true - /@changesets/config/2.0.0: - resolution: {integrity: sha512-r5bIFY6CN3K6SQ+HZbjyE3HXrBIopONR47mmX7zUbORlybQXtympq9rVAOzc0Oflbap8QeIexc+hikfZoREXDg==} + /@changesets/config/2.1.1: + resolution: {integrity: sha512-nSRINMqHpdtBpNVT9Eh9HtmLhOwOTAeSbaqKM5pRmGfsvyaROTBXV84ujF9UsWNlV71YxFbxTbeZnwXSGQlyTw==} dependencies: '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.2 + '@changesets/get-dependents-graph': 1.3.3 '@changesets/logger': 0.0.5 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 micromatch: 4.0.5 @@ -4986,25 +5123,25 @@ packages: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph/1.3.2: - resolution: {integrity: sha512-tsqA6qZRB86SQuApSoDvI8yEWdyIlo/WLI4NUEdhhxLMJ0dapdeT6rUZRgSZzK1X2nv5YwR0MxQBbDAiDibKrg==} + /@changesets/get-dependents-graph/1.3.3: + resolution: {integrity: sha512-h4fHEIt6X+zbxdcznt1e8QD7xgsXRAXd2qzLlyxoRDFSa6SxJrDAUyh7ZUNdhjBU4Byvp4+6acVWVgzmTy4UNQ==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 semver: 5.7.1 dev: true - /@changesets/get-release-plan/3.0.9: - resolution: {integrity: sha512-5C1r4DcOjVxcCvPmXpymeyT6mdSTLCNiB2L+5uf19BRkDKndJdIQorH5Fe2XBR2nHUcZQFT+2TXDzCepat969w==} + /@changesets/get-release-plan/3.0.13: + resolution: {integrity: sha512-Zl/UN4FUzb5LwmzhO2STRijJT5nQCN4syPEs0p1HSIR+O2iVOzes+2yTLF2zGiOx8qPOsFx/GRSAvuhSzm+9ig==} dependencies: - '@babel/runtime': 7.18.3 - '@changesets/assemble-release-plan': 5.1.3 - '@changesets/config': 2.0.0 - '@changesets/pre': 1.0.11 - '@changesets/read': 0.5.5 - '@changesets/types': 5.0.0 + '@babel/runtime': 7.18.9 + '@changesets/assemble-release-plan': 5.2.0 + '@changesets/config': 2.1.1 + '@changesets/pre': 1.0.12 + '@changesets/read': 0.5.7 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 dev: true @@ -5012,12 +5149,12 @@ packages: resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} dev: true - /@changesets/git/1.3.2: - resolution: {integrity: sha512-p5UL+urAg0Nnpt70DLiBe2iSsMcDubTo9fTOD/61krmcJ466MGh71OHwdAwu1xG5+NKzeysdy1joRTg8CXcEXA==} + /@changesets/git/1.4.1: + resolution: {integrity: sha512-GWwRXEqBsQ3nEYcyvY/u2xUK86EKAevSoKV/IhELoZ13caZ1A1TSak/71vyKILtzuLnFPk5mepP5HjBxr7lZ9Q==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@changesets/errors': 0.1.4 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 is-subdir: 1.2.0 spawndamnit: 2.0.0 @@ -5029,31 +5166,31 @@ packages: chalk: 2.4.2 dev: true - /@changesets/parse/0.3.13: - resolution: {integrity: sha512-wh9Ifa0dungY6d2nMz6XxF6FZ/1I7j+mEgPAqrIyKS64nifTh1Ua82qKKMMK05CL7i4wiB2NYc3SfnnCX3RVeA==} + /@changesets/parse/0.3.14: + resolution: {integrity: sha512-SWnNVyC9vz61ueTbuxvA6b4HXcSx2iaWr2VEa37lPg1Vw+cEyQp7lOB219P7uow1xFfdtIEEsxbzXnqLAAaY8w==} dependencies: - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 js-yaml: 3.14.1 dev: true - /@changesets/pre/1.0.11: - resolution: {integrity: sha512-CXZnt4SV9waaC9cPLm7818+SxvLKIDHUxaiTXnJYDp1c56xIexx1BNfC1yMuOdzO2a3rAIcZua5Odxr3dwSKfg==} + /@changesets/pre/1.0.12: + resolution: {integrity: sha512-RFzWYBZx56MtgMesXjxx7ymyI829/rcIw/41hvz3VJPnY8mDscN7RJyYu7Xm7vts2Fcd+SRcO0T/Ws3I1/6J7g==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@changesets/errors': 0.1.4 - '@changesets/types': 5.0.0 + '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 dev: true - /@changesets/read/0.5.5: - resolution: {integrity: sha512-bzonrPWc29Tsjvgh+8CqJ0apQOwWim0zheeD4ZK44ApSa/GudnZJTODtA3yNOOuQzeZmL0NUebVoHIurtIkA7w==} + /@changesets/read/0.5.7: + resolution: {integrity: sha512-Iteg0ccTPpkJ+qFzY97k7qqdVE5Kz30TqPo9GibpBk2g8tcLFUqf+Qd0iXPLcyhUZpPL1U6Hia1gINHNKIKx4g==} dependencies: - '@babel/runtime': 7.18.3 - '@changesets/git': 1.3.2 + '@babel/runtime': 7.18.9 + '@changesets/git': 1.4.1 '@changesets/logger': 0.0.5 - '@changesets/parse': 0.3.13 - '@changesets/types': 5.0.0 + '@changesets/parse': 0.3.14 + '@changesets/types': 5.1.0 chalk: 2.4.2 fs-extra: 7.0.1 p-filter: 2.1.0 @@ -5063,15 +5200,15 @@ packages: resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==} dev: true - /@changesets/types/5.0.0: - resolution: {integrity: sha512-IT1kBLSbAgTS4WtpU6P5ko054hq12vk4tgeIFRVE7Vnm4a/wgbNvBalgiKP0MjEXbCkZbItiGQHkCGxYWR55sA==} + /@changesets/types/5.1.0: + resolution: {integrity: sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==} dev: true - /@changesets/write/0.1.8: - resolution: {integrity: sha512-oIHeFVMuP6jf0TPnKPpaFpvvAf3JBc+s2pmVChbeEgQTBTALoF51Z9kqxQfG4XONZPHZnqkmy564c7qohhhhTQ==} + /@changesets/write/0.1.9: + resolution: {integrity: sha512-E90ZrsrfJVOOQaP3Mm5Xd7uDwBAqq3z5paVEavTHKA8wxi7NAL8CmjgbGxSFuiP7ubnJA2BuHlrdE4z86voGOg==} dependencies: - '@babel/runtime': 7.18.3 - '@changesets/types': 5.0.0 + '@babel/runtime': 7.18.9 + '@changesets/types': 5.1.0 fs-extra: 7.0.1 human-id: 1.0.2 prettier: 1.19.1 @@ -5100,14 +5237,14 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@csstools/selector-specificity/2.0.1_444rcjjorr3kpoqtvoodsr46pu: - resolution: {integrity: sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==} + /@csstools/selector-specificity/2.0.2_pnx64jze6bptzcedy5bidi3zdi: + resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: - postcss: ^8.3 + postcss: ^8.2 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.14 + postcss: 8.4.16 postcss-selector-parser: 6.0.10 dev: true @@ -5138,19 +5275,19 @@ packages: transitivePeerDependencies: - supports-color - /@emotion/babel-plugin/11.9.2_@babel+core@7.18.5: - resolution: {integrity: sha512-Pr/7HGH6H6yKgnVFNEj2MVlreu3ADqftqjqwUvDy/OJzKFgxKeTQ+eeUf20FOTuHVkDON2iNa25rAXVYtWJCjw==} + /@emotion/babel-plugin/11.10.0_@babel+core@7.18.10: + resolution: {integrity: sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.5 - '@babel/runtime': 7.18.3 - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.5 - '@emotion/serialize': 1.0.4 - babel-plugin-macros: 2.8.0 + '@babel/core': 7.18.10 + '@babel/helper-module-imports': 7.18.6 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.10 + '@babel/runtime': 7.18.9 + '@emotion/hash': 0.9.0 + '@emotion/memoize': 0.8.0 + '@emotion/serialize': 1.1.0 + babel-plugin-macros: 3.1.0 convert-source-map: 1.8.0 escape-string-regexp: 4.0.0 find-root: 1.1.0 @@ -5158,18 +5295,28 @@ packages: stylis: 4.0.13 dev: false + /@emotion/cache/11.10.1: + resolution: {integrity: sha512-uZTj3Yz5D69GE25iFZcIQtibnVCFsc/6+XIozyL3ycgWvEdif2uEw9wlUt6umjLr4Keg9K6xRPHmD8LGi+6p1A==} + dependencies: + '@emotion/memoize': 0.8.0 + '@emotion/sheet': 1.2.0 + '@emotion/utils': 1.2.0 + '@emotion/weak-memoize': 0.3.0 + stylis: 4.0.13 + dev: false + /@emotion/cache/11.9.3: resolution: {integrity: sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg==} dependencies: '@emotion/memoize': 0.7.5 '@emotion/sheet': 1.1.1 - '@emotion/utils': 1.1.0 + '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.2.5 stylis: 4.0.13 dev: false - /@emotion/hash/0.8.0: - resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} + /@emotion/hash/0.9.0: + resolution: {integrity: sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==} dev: false /@emotion/is-prop-valid/0.8.8: @@ -5185,6 +5332,12 @@ packages: dependencies: '@emotion/memoize': 0.7.5 + /@emotion/is-prop-valid/1.2.0: + resolution: {integrity: sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==} + dependencies: + '@emotion/memoize': 0.8.0 + dev: false + /@emotion/memoize/0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} dev: false @@ -5193,8 +5346,12 @@ packages: /@emotion/memoize/0.7.5: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} - /@emotion/react/11.9.3_7eu627umq2cbnjxmysy5yb5jqq: - resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} + /@emotion/memoize/0.8.0: + resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} + dev: false + + /@emotion/react/11.10.0_msmmgljd7hl2w2irtggflhmema: + resolution: {integrity: sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==} peerDependencies: '@babel/core': ^7.0.0 '@types/react': '*' @@ -5205,25 +5362,25 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.18.5 - '@babel/runtime': 7.18.3 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.5 - '@emotion/cache': 11.9.3 - '@emotion/serialize': 1.0.4 - '@emotion/utils': 1.1.0 - '@emotion/weak-memoize': 0.2.5 - '@types/react': 18.0.14 + '@babel/core': 7.18.10 + '@babel/runtime': 7.18.9 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.10 + '@emotion/cache': 11.10.1 + '@emotion/serialize': 1.1.0 + '@emotion/utils': 1.2.0 + '@emotion/weak-memoize': 0.3.0 + '@types/react': 18.0.17 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false - /@emotion/serialize/1.0.4: - resolution: {integrity: sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg==} + /@emotion/serialize/1.1.0: + resolution: {integrity: sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA==} dependencies: - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.5 - '@emotion/unitless': 0.7.5 - '@emotion/utils': 1.1.0 + '@emotion/hash': 0.9.0 + '@emotion/memoize': 0.8.0 + '@emotion/unitless': 0.8.0 + '@emotion/utils': 1.2.0 csstype: 3.1.0 dev: false @@ -5231,8 +5388,12 @@ packages: resolution: {integrity: sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA==} dev: false - /@emotion/styled/11.9.3_qbwmrvb6ojitbfrbjtglmejmbm: - resolution: {integrity: sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA==} + /@emotion/sheet/1.2.0: + resolution: {integrity: sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==} + dev: false + + /@emotion/styled/11.10.0_5sec57kzpgkzooe4crua5kfcly: + resolution: {integrity: sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA==} peerDependencies: '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 @@ -5244,14 +5405,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.18.5 - '@babel/runtime': 7.18.3 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.5 - '@emotion/is-prop-valid': 1.1.3 - '@emotion/react': 11.9.3_7eu627umq2cbnjxmysy5yb5jqq - '@emotion/serialize': 1.0.4 - '@emotion/utils': 1.1.0 - '@types/react': 18.0.14 + '@babel/core': 7.18.10 + '@babel/runtime': 7.18.9 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.10 + '@emotion/is-prop-valid': 1.2.0 + '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/serialize': 1.1.0 + '@emotion/utils': 1.2.0 + '@types/react': 18.0.17 react: 18.2.0 dev: false @@ -5261,21 +5422,29 @@ packages: /@emotion/unitless/0.7.5: resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==} - /@emotion/utils/1.1.0: - resolution: {integrity: sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ==} + /@emotion/unitless/0.8.0: + resolution: {integrity: sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==} + dev: false + + /@emotion/utils/1.2.0: + resolution: {integrity: sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==} dev: false /@emotion/weak-memoize/0.2.5: resolution: {integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==} dev: false + /@emotion/weak-memoize/0.3.0: + resolution: {integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==} + dev: false + /@eslint/eslintrc/1.3.0: resolution: {integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.3.2 + espree: 9.3.3 globals: 13.15.0 ignore: 5.2.0 import-fresh: 3.3.0 @@ -5332,8 +5501,8 @@ packages: tslib: 2.4.0 dev: false - /@humanwhocodes/config-array/0.9.5: - resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==} + /@humanwhocodes/config-array/0.10.4: + resolution: {integrity: sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -5343,6 +5512,10 @@ packages: - supports-color dev: true + /@humanwhocodes/gitignore-to-minimatch/1.0.2: + resolution: {integrity: sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==} + dev: true + /@humanwhocodes/object-schema/1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true @@ -5368,7 +5541,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -5389,7 +5562,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5420,7 +5593,7 @@ packages: - utf-8-validate dev: true - /@jest/core/27.5.1_ts-node@10.8.1: + /@jest/core/27.5.1_ts-node@10.9.1: resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: @@ -5434,14 +5607,14 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 27.5.1 - jest-config: 27.5.1_ts-node@10.8.1 + jest-config: 27.5.1_ts-node@10.9.1 jest-haste-map: 27.5.1 jest-message-util: 27.5.1 jest-regex-util: 27.5.1 @@ -5471,7 +5644,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 jest-mock: 27.5.1 dev: true @@ -5481,7 +5654,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 16.11.41 + '@types/node': 18.0.0 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -5510,7 +5683,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5569,7 +5742,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5592,7 +5765,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5628,7 +5801,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -5651,6 +5824,15 @@ packages: '@jridgewell/set-array': 1.1.1 '@jridgewell/sourcemap-codec': 1.4.13 '@jridgewell/trace-mapping': 0.3.13 + dev: true + + /@jridgewell/gen-mapping/0.3.2: + resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.1 + '@jridgewell/sourcemap-codec': 1.4.13 + '@jridgewell/trace-mapping': 0.3.13 /@jridgewell/resolve-uri/3.0.7: resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==} @@ -5690,7 +5872,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -5699,7 +5881,7 @@ packages: /@manypkg/get-packages/1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -5763,6 +5945,53 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true + /@motionone/animation/10.13.2: + resolution: {integrity: sha512-YGWss58IR2X4lOjW89rv1Q+/Nq/QhfltaggI7i8sZTpKC1yUvM+XYDdvlRpWc6dk8LviMBrddBJAlLdbaqeRmw==} + dependencies: + '@motionone/easing': 10.13.2 + '@motionone/types': 10.13.2 + '@motionone/utils': 10.13.2 + tslib: 2.4.0 + dev: false + + /@motionone/dom/10.12.0: + resolution: {integrity: sha512-UdPTtLMAktHiqV0atOczNYyDd/d8Cf5fFsd1tua03PqTwwCe/6lwhLSQ8a7TbnQ5SN0gm44N1slBfj+ORIhrqw==} + dependencies: + '@motionone/animation': 10.13.2 + '@motionone/generators': 10.13.2 + '@motionone/types': 10.13.2 + '@motionone/utils': 10.13.2 + hey-listen: 1.0.8 + tslib: 2.4.0 + dev: false + + /@motionone/easing/10.13.2: + resolution: {integrity: sha512-3HqctS5NyDfDQ+8+cZqc3Pu7I6amFCt9zDUjcozHyFXHh4PKYHK4+GJDFjJIS8bCAF2BrJmpmduDQ2V7lFEYeQ==} + dependencies: + '@motionone/utils': 10.13.2 + tslib: 2.4.0 + dev: false + + /@motionone/generators/10.13.2: + resolution: {integrity: sha512-QMoXV1MXEEhR6D3dct/RMMS1FwJlAsW+kMPbFGzBA4NbweblgeYQCft9DcDAVpV9wIwD6qvlBG9u99sOXLfHiA==} + dependencies: + '@motionone/types': 10.13.2 + '@motionone/utils': 10.13.2 + tslib: 2.4.0 + dev: false + + /@motionone/types/10.13.2: + resolution: {integrity: sha512-yYV4q5v5F0iADhab4wHfqaRJnM/eVtQLjUPhyEcS72aUz/xyOzi09GzD/Gu+K506BDfqn5eULIilUI77QNaqhw==} + dev: false + + /@motionone/utils/10.13.2: + resolution: {integrity: sha512-6Lw5bDA/w7lrPmT/jYWQ76lkHlHs9fl2NZpJ22cVy1kKDdEH+Cl1U6hMTpdphO6VQktQ6v2APngag91WBKLqlA==} + dependencies: + '@motionone/types': 10.13.2 + hey-listen: 1.0.8 + tslib: 2.4.0 + dev: false + /@mrmlnc/readdir-enhanced/2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} @@ -5771,14 +6000,6 @@ packages: glob-to-regexp: 0.3.0 dev: true - /@mswjs/cookies/0.2.1: - resolution: {integrity: sha512-0tDfcPw5/s7QsNQqS3knAvAD5w5PF1nNPagRhKO/yECY+sMbJxoC2sLWnH7Lzmh52mTSVLKDhd1r92Q3kfljnQ==} - engines: {node: '>=14'} - dependencies: - '@types/set-cookie-parser': 2.4.2 - set-cookie-parser: 2.5.0 - dev: false - /@mswjs/cookies/0.2.2: resolution: {integrity: sha512-mlN83YSrcFgk7Dm1Mys40DLssI1KdJji2CMKN8eOlBqsTADYzj2+jWzsANsUTFbxDMWPD5e9bfA1RGqBpS3O1g==} engines: {node: '>=14'} @@ -5786,7 +6007,6 @@ packages: '@types/set-cookie-parser': 2.4.2 set-cookie-parser: 2.5.0 dev: false - optional: true /@mswjs/data/0.10.1_typescript@4.7.4: resolution: {integrity: sha512-ne1vRWjUK9W24mCvuTH0EGPYq1RM01NMF4UtjvrLuQYfCf2nKEoy+iw+/j5EzXxZv6G+VnKTtAlYm63cPWd+sw==} @@ -5805,27 +6025,13 @@ packages: strict-event-emitter: 0.2.4 uuid: 8.3.2 optionalDependencies: - msw: 0.43.0_typescript@4.7.4 + msw: 0.44.2_typescript@4.7.4 transitivePeerDependencies: - encoding - supports-color - typescript dev: false - /@mswjs/interceptors/0.16.6: - resolution: {integrity: sha512-7ax1sRx5s4ZWl0KvVhhcPOUoPbCCkVh8M8hYaqOyvoAQOiqLVzy+Z6Mh2ywPhYw4zudr5Mo/E8UT/zJBO/Wxrw==} - engines: {node: '>=14'} - dependencies: - '@open-draft/until': 1.0.3 - '@xmldom/xmldom': 0.7.5 - debug: 4.3.4 - headers-polyfill: 3.0.7 - outvariant: 1.3.0 - strict-event-emitter: 0.2.4 - transitivePeerDependencies: - - supports-color - dev: false - /@mswjs/interceptors/0.17.3: resolution: {integrity: sha512-jBRFPeHBPqKv3od8KPjmrvt4b/+e1DorizFDYJ8NQCrjFT9YGnxA8ojGi0MIo64x/JgdjYkhP8bG9EY4BGPoqg==} engines: {node: '>=14'} @@ -5841,7 +6047,6 @@ packages: transitivePeerDependencies: - supports-color dev: false - optional: true /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents.3: resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} @@ -5888,17 +6093,17 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@nrwl/cli/14.3.6: - resolution: {integrity: sha512-MNCBzM3ZDsujEc5crltH/kEyNBKx6DofLHdpzY1EoiY+yF57W7E1B6ERkVUGDc52sR4snEUKpQLXdVFjwP+z8A==} + /@nrwl/cli/14.5.4: + resolution: {integrity: sha512-UYr14hxeYV8p/zt6D6z33hljZJQROJAVxSC+mm72fyVvy88Gt0sQNLfMmOARXur0p/73PSLM0jJ2Sr7Ftsuu+A==} dependencies: - nx: 14.3.6 + nx: 14.5.4 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' dev: true - /@nrwl/nx-cloud/14.1.2: - resolution: {integrity: sha512-ZMxxx+NNp06IDPJ8cbQDPNMNRuH+pM/RoC7ZsCriotDG3kpzour41OGf0UpnXSXcTJPlDyHG6Xi0XuPdjmpNSw==} + /@nrwl/nx-cloud/14.3.0: + resolution: {integrity: sha512-aByHe8Gp1/IT9CtQYlGLIYBgU+ZtrgEwblBX8kcoBNRPf1OOdouahjyasAjQ9zi1cznve8AzTTcLt2eSCHWfrw==} hasBin: true dependencies: axios: 0.21.4 @@ -5910,11 +6115,11 @@ packages: - debug dev: true - /@nrwl/tao/14.3.6: - resolution: {integrity: sha512-g3y6VRq4wNtbFZIclJwRR/1hcTesx6h64g7h80VWtyRw0pVq/0zAjb8abeQSTDLM15uc1pQJYPEfsR/KgI3Sow==} + /@nrwl/tao/14.5.4: + resolution: {integrity: sha512-a2GCuSE8WghjehuU3GVO63KZEnZXXQiqEg137yN/Na+PxwSu68XeaX53SLyzRskTV120YwBBy1YCTNzAZxxsjg==} hasBin: true dependencies: - nx: 14.3.6 + nx: 14.5.4 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -5933,7 +6138,7 @@ packages: node-gyp-build: 4.4.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.7_aumhct55s6lhceplyc622fxoum: + /@pmmmwh/react-refresh-webpack-plugin/0.5.7_metx475lqcp4j5c75za4zf7xbi: resolution: {integrity: sha512-bcKCAzF0DV2IIROp9ZHkRJa6O4jy7NlnHdWL3GmcUxYWNjLXkK5kfELELwEfSP5hXPfVL/qOGMAROuMQb9GG8Q==} engines: {node: '>= 10.13'} peerDependencies: @@ -5969,7 +6174,7 @@ packages: react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 - webpack: 5.73.0 + webpack: 5.74.0 dev: true /@popperjs/core/2.11.5: @@ -6024,15 +6229,15 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 react: 18.2.0 dev: false - /@reduxjs/toolkit/1.8.2_kkwg4cbsojnjnupd3btipussee: - resolution: {integrity: sha512-CtPw5TkN1pHRigMFCOS/0qg3b/yfPV5qGCsltVnIz7bx4PKTJlGHYfIxm97qskLknMzuGfjExaYdXJ77QTL0vg==} + /@reduxjs/toolkit/1.8.4_kkwg4cbsojnjnupd3btipussee: + resolution: {integrity: sha512-IpFq1WI7sCYeLQpDCGvlcQY9wn70UpAM3cOLq78HRnVn1746RI+l3y5xcuOeVOxORaxABJh3cfJMxycD2IwH5w==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 || 18 - react-redux: ^7.2.1 || ^8.0.0-beta + react-redux: ^7.2.1 || ^8.0.2 peerDependenciesMeta: react: optional: true @@ -6041,7 +6246,7 @@ packages: dependencies: immer: 9.0.15 react: 18.2.0 - react-redux: 8.0.2_42iqcqzqjdyq32nxzztmetzyhu + react-redux: 8.0.2_aaa45f7jnlnm2uprinsrzxzaje redux: 4.2.0 redux-thunk: 2.4.1_redux@4.2.0 reselect: 4.1.6 @@ -6055,13 +6260,13 @@ packages: react: 18.2.0 dev: false - /@restart/ui/1.2.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-oIh2t3tG8drZtZ9SlaV5CY6wGsUViHk8ZajjhcI+74IQHyWy+AnxDv8rJR5wVgsgcgrPBUvGNkC1AEdcGNPaLQ==} + /@restart/ui/1.3.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-MYvMs2eeZTHu2dBJHOXKx72vxzEZeWbZx2z1QjeXq62iYjpjIyukBC2ZEy8x+sb9Gl0AiOiHkPXrl1wn95aOGQ==} peerDependencies: react: '>=16.14.0 || 18' react-dom: '>=16.14.0 || 18' dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@popperjs/core': 2.11.5 '@react-aria/ssr': 3.2.0_react@18.2.0 '@restart/hooks': 0.4.7_react@18.2.0 @@ -6074,8 +6279,8 @@ packages: warning: 4.0.3 dev: false - /@rjsf/core/4.2.0_react@18.2.0: - resolution: {integrity: sha512-bGWWCZjXHhBCkzag1Yh6F7a15/D6AqKRyks1szYWdCe+4jwWU3maC3apUxHJlHFRz3V1aBW6j6i/UB6zHmFXLQ==} + /@rjsf/core/4.2.3_react@18.2.0: + resolution: {integrity: sha512-dRXhd1Tac/9OcG0VDrYDF2boNTyKINEEITEtJ4L1Yce2iMVk66U52BhWKIFp/WXDM27vwnOfwQo4NwGiqeQeHw==} engines: {node: '>=12'} peerDependencies: react: '>=16 || >=17 || 18' @@ -6086,12 +6291,13 @@ packages: json-schema-merge-allof: 0.6.0 jsonpointer: 5.0.0 lodash: 4.17.21 + lodash-es: 4.17.21 nanoid: 3.3.4 prop-types: 15.8.1 react: 18.2.0 - react-is: 16.13.1 + react-is: 16.9.0 - /@rollup/plugin-babel/5.3.1_za5spbk65gc2bmrclluhieacz4: + /@rollup/plugin-babel/5.3.1_56fnebo2rl23pzm3cph57q7t7i: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -6102,44 +6308,44 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@babel/helper-module-imports': 7.16.7 - '@rollup/pluginutils': 3.1.0_rollup@2.75.7 - rollup: 2.75.7 + '@rollup/pluginutils': 3.1.0_rollup@2.77.3 + rollup: 2.77.3 dev: true - /@rollup/plugin-commonjs/22.0.1_rollup@2.75.7: - resolution: {integrity: sha512-dGfEZvdjDHObBiP5IvwTKMVeq/tBZGMBHZFMdIV1ClMM/YoWS34xrHFGfag9SN2ZtMgNZRFruqvxZQEa70O6nQ==} + /@rollup/plugin-commonjs/22.0.2_rollup@2.77.3: + resolution: {integrity: sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==} engines: {node: '>= 12.0.0'} peerDependencies: rollup: ^2.68.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.7 + '@rollup/pluginutils': 3.1.0_rollup@2.77.3 commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.2.3 is-reference: 1.2.1 magic-string: 0.25.9 resolve: 1.22.1 - rollup: 2.75.7 + rollup: 2.77.3 dev: true - /@rollup/plugin-node-resolve/13.3.0_rollup@2.75.7: + /@rollup/plugin-node-resolve/13.3.0_rollup@2.77.3: resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^2.42.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.75.7 + '@rollup/pluginutils': 3.1.0_rollup@2.77.3 '@types/resolve': 1.17.1 deepmerge: 4.2.2 is-builtin-module: 3.1.0 is-module: 1.0.0 resolve: 1.22.1 - rollup: 2.75.7 + rollup: 2.77.3 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.75.7: + /@rollup/pluginutils/3.1.0_rollup@2.77.3: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -6148,7 +6354,7 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 - rollup: 2.75.7 + rollup: 2.77.3 dev: true /@rollup/pluginutils/4.2.1: @@ -6194,8 +6400,8 @@ packages: resolution: {integrity: sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==} dev: true - /@storybook/addon-actions/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-wDYm3M1bN+zcYZV3Q24M03b/P8DDpvj1oSoY6VLlxDAi56h8qZB/voeIS2I6vWXOB79C5tbwljYNQO0GsufS0g==} + /@storybook/addon-actions/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-vpCnEu81fmtYzOf0QsRYoDuf9wXgVVl2VysE1dWRebRhIUDU0JurrthTnw322e38D4FzaoNGqZE7wnBYBohzZA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6205,13 +6411,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6228,8 +6434,8 @@ packages: uuid-browser: 3.1.0 dev: true - /@storybook/addon-backgrounds/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-9k+GiY5aiANLOct34ar29jqgdi5ZpCqpZ86zPH0GsEC6ifH6nzP4trLU0vFUe260XDCvB4g8YaI7JZKPhozERg==} + /@storybook/addon-backgrounds/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-5uzQda3dh891h7BL8e9Ymk7BI+QgkkzDJXuA4mHjOXfIiD3S3efhJI8amXuBC2ZpIr6zmVit0MqZVyoVve46cQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6239,13 +6445,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 global: 4.4.0 memoizerific: 1.11.3 @@ -6256,8 +6462,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi: - resolution: {integrity: sha512-VvjkgK32bGURKyWU2No6Q2B0RQZjLZk8D3neVNCnrWxwrl1G82StegxjRPn/UZm9+MZVPvTvI46nj1VdgOktnw==} + /@storybook/addon-controls/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: + resolution: {integrity: sha512-lC2y3XcolmQAJwFurIyGrynAHPWmfNtTCdu3rQBTVGwyxCoNwdOOeC2jV0BRqX2+CW6OHzJr9frNWXPSaZ8c4w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6267,15 +6473,15 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/node-logger': 6.5.9 - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.10 + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 lodash: 4.17.21 react: 18.2.0 @@ -6290,8 +6496,8 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.9_kegi444pbrxunz45jv6pd3z7ki: - resolution: {integrity: sha512-9lwOZyiOJFUgGd9ADVfcgpels5o0XOXqGMeVLuzT1160nopbZjNjo/3+YLJ0pyHRPpMJ4rmq2+vxRQR6PVRgPg==} + /@storybook/addon-docs/6.5.10_egvqfdazsinegjdfjpjsjh6fyi: + resolution: {integrity: sha512-1kgjo3f0vL6GN8fTwLL05M/q/kDdzvuqwhxPY/v5hubFb3aQZGr2yk9pRBaLAbs4bez0yG0ASXcwhYnrEZUppg==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6304,25 +6510,25 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.5 - '@storybook/node-logger': 6.5.9 - '@storybook/postinstall': 6.5.9 - '@storybook/preview-web': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/source-loader': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y - babel-loader: 8.2.5_te6ollfzjcco6mbxjl755ucqke + '@storybook/docs-tools': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.10 + '@storybook/node-logger': 6.5.10 + '@storybook/postinstall': 6.5.10 + '@storybook/preview-web': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/source-loader': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm core-js: 3.23.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6345,8 +6551,8 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.9_kegi444pbrxunz45jv6pd3z7ki: - resolution: {integrity: sha512-V9ThjKQsde4A2Es20pLFBsn0MWx2KCJuoTcTsANP4JDcbvEmj8UjbDWbs8jAU+yzJT5r+CI6NoWmQudv12ZOgw==} + /@storybook/addon-essentials/6.5.10_egvqfdazsinegjdfjpjsjh6fyi: + resolution: {integrity: sha512-PT2aiR4vgAyB0pl3HNBUa4/a7NDRxASxAazz7zt9ZDirkipDKfxwdcLeRoJzwSngVDWEhuz5/paN5x4eNp4Hww==} peerDependencies: '@babel/core': ^7.9.6 '@storybook/angular': '*' @@ -6402,25 +6608,25 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.18.5 - '@storybook/addon-actions': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-backgrounds': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@storybook/addon-docs': 6.5.9_kegi444pbrxunz45jv6pd3z7ki - '@storybook/addon-measure': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-outline': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-toolbars': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-viewport': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@storybook/node-logger': 6.5.9 + '@babel/core': 7.18.10 + '@storybook/addon-actions': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-backgrounds': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-controls': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/addon-docs': 6.5.10_egvqfdazsinegjdfjpjsjh6fyi + '@storybook/addon-measure': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-outline': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-toolbars': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-viewport': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/node-logger': 6.5.10 core-js: 3.23.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - webpack: 5.73.0 + webpack: 5.74.0 transitivePeerDependencies: - '@storybook/mdx2-csf' - eslint @@ -6431,8 +6637,8 @@ packages: - webpack-command dev: true - /@storybook/addon-measure/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-0aA22wD0CIEUccsEbWkckCOXOwr4VffofMH1ToVCOeqBoyLOMB0gxFubESeprqM54CWsYh2DN1uujgD6508cwA==} + /@storybook/addon-measure/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-ss7L1H5K5hXygDIoVwj+QyVXbve5V67x7CofLiLCgQYuJzfO16+sPGjiTGWMpTb4ijox2uKWnTkpilt5bCjXgw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6442,11 +6648,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.23.1 global: 4.4.0 @@ -6454,8 +6660,8 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: true - /@storybook/addon-outline/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-oJ1DK3BDJr6aTlZc9axfOxV1oDkZO7hOohgUQDaKO1RZrSpyQsx2ViK2X6p/W7JhFJHKh7rv+nGCaVlLz3YIZA==} + /@storybook/addon-outline/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-AjdaeQ+/iBKmGrAqRW4niwMB6AkgGnYmSzVs5Cf6F/Sb4Dp+vzgLNOwLABD9qs8Ri8dvHl5J4QpVwQKUhYZaOQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6465,11 +6671,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.23.1 global: 4.4.0 @@ -6479,8 +6685,8 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-6JFQNHYVZUwp17p5rppc+iQJ2QOIWPTF+ni1GMMThjc84mzXs2+899Sf1aPFTvrFJTklmT+bPX6x4aUTouVa1w==} + /@storybook/addon-toolbars/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-S0Ljc6Wv+bPbx2e0iTveJ6bBDqjsemu+FZD4qDLsHreoI7DAcqyrF5Def1l8xNohixIVpx8dQpYXRtyzNlXekg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6490,19 +6696,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 dev: true - /@storybook/addon-viewport/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-thKS+iw6M7ueDQQ7M66STZ5rgtJKliAcIX6UCopo0Ffh4RaRYmX6MCjqtvBKk8joyXUvm9SpWQemJD9uBQrjgw==} + /@storybook/addon-viewport/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-RFMd+4kZljyuJjR9OJ2bFXHrSG7VTi5FDZYWEU+4W1sBxzC+JhnVnUP+HJH3gUxEFIRQC5neRzwWRE9RUUoALQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6512,12 +6718,12 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.9 - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.10 + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 global: 4.4.0 memoizerific: 1.11.3 @@ -6527,19 +6733,19 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/addons/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-adwdiXg+mntfPocLc1KXjZXyLgGk7Aac699Fwe+OUYPEC5tW347Rm/kFatcE556d42o5czcRiq3ZSIGWnm9ieQ==} + /@storybook/addons/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.9 - '@storybook/client-logger': 6.5.9 - '@storybook/core-events': 6.5.9 + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.10 + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y '@types/webpack-env': 1.17.0 core-js: 3.23.1 global: 4.4.0 @@ -6548,19 +6754,19 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/api/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-9ylztnty4Y+ALU/ehW3BML9czjCAFsWvrwuCi6UgcwNjswwjSX3VRLhfD1KT3pl16ho//95LgZ0LnSwROCcPOA==} + /@storybook/api/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/channels': 6.5.9 - '@storybook/client-logger': 6.5.9 - '@storybook/core-events': 6.5.9 + '@storybook/channels': 6.5.10 + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.10_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6575,8 +6781,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi: - resolution: {integrity: sha512-YOeA4++9uRZ8Hog1wC60yjaxBOiI1FRQNtax7b9E7g+kP8UlSCPCGcv4gls9hFmzbzTOPfQTWnToA9Oa6jzRVw==} + /@storybook/builder-webpack4/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: + resolution: {integrity: sha512-AoKjsCNoQQoZXYwBDxO8s+yVEd5FjBJAaysEuUTHq2fb81jwLrGcEOo6hjw4jqfugZQIzYUEjPazlvubS78zpw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6585,33 +6791,33 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.5 - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.9 - '@storybook/channels': 6.5.9 - '@storybook/client-api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@storybook/core-events': 6.5.9 - '@storybook/node-logger': 6.5.9 - '@storybook/preview-web': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/router': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@babel/core': 7.18.10 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.10 + '@storybook/channels': 6.5.10 + '@storybook/client-api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/core-events': 6.5.10 + '@storybook/node-logger': 6.5.10 + '@storybook/preview-web': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.10_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.41 + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.11.47 '@types/webpack': 4.41.32 autoprefixer: 9.8.8 - babel-loader: 8.2.5_p4a4vpdmvzvrx3lnpkqvj5nmla + babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.23.1 css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_nsapsdlf2mgloyd736rc2bk2vq + fork-ts-checker-webpack-plugin: 4.1.6_ivdcbprtuxihnrfl74yu7thspu glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 @@ -6644,49 +6850,49 @@ packages: - webpack-command dev: true - /@storybook/channel-postmessage/6.5.9: - resolution: {integrity: sha512-pX/0R8UW7ezBhCrafRaL20OvMRcmESYvQQCDgjqSzJyHkcG51GOhsd6Ge93eJ6QvRMm9+w0Zs93N2VKjVtz0Qw==} + /@storybook/channel-postmessage/6.5.10: + resolution: {integrity: sha512-t9PTA0UzFvYa3IlOfpBOolfrRMPTjUMIeCQ6FNyM0aj5GqLKSvoQzP8NeoRpIrvyf6ljFKKdaMaZ3fiCvh45ag==} dependencies: - '@storybook/channels': 6.5.9 - '@storybook/client-logger': 6.5.9 - '@storybook/core-events': 6.5.9 + '@storybook/channels': 6.5.10 + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 core-js: 3.23.1 global: 4.4.0 qs: 6.10.5 telejson: 6.0.8 dev: true - /@storybook/channel-websocket/6.5.9: - resolution: {integrity: sha512-xtHvSNwuOhkgALwVshKWsoFhDmuvcosdYfxcfFGEiYKXIu46tRS5ZXmpmgEC/0JAVkVoFj5nL8bV7IY5np6oaA==} + /@storybook/channel-websocket/6.5.10: + resolution: {integrity: sha512-RTXMZbMWCS3xU+4GVIdfnUXsKcwg/WTozy88/5OxaKjGw6KgRedqLAQJKJ6Y5XlnwIcWelirkHj/COwTTXhbPg==} dependencies: - '@storybook/channels': 6.5.9 - '@storybook/client-logger': 6.5.9 + '@storybook/channels': 6.5.10 + '@storybook/client-logger': 6.5.10 core-js: 3.23.1 global: 4.4.0 telejson: 6.0.8 dev: true - /@storybook/channels/6.5.9: - resolution: {integrity: sha512-FvGA35nV38UPXWOl9ERapFTJaxwSTamQ339s2Ev7E9riyRG+GRkgTWzf5kECJgS1PAYKd/7m/RqKJT9BVv6A5g==} + /@storybook/channels/6.5.10: + resolution: {integrity: sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==} dependencies: core-js: 3.23.1 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/client-api/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-pc7JKJoWLesixUKvG2nV36HukUuYoGRyAgD3PpIV7qSBS4JixqZ3VAHFUtqV1UzfOSQTovLSl4a0rIRnpie6gA==} + /@storybook/client-api/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.9 - '@storybook/channels': 6.5.9 - '@storybook/client-logger': 6.5.9 - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.10 + '@storybook/channels': 6.5.10 + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 '@types/webpack-env': 1.17.0 core-js: 3.23.1 @@ -6704,35 +6910,33 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-logger/6.5.9: - resolution: {integrity: sha512-DOHL6p0uiDd3gV/Sb2FR+Vh6OiPrrf8BrA06uvXWsMRIIvEEvnparxv9EvPg7FlmUX0T3nq7d3juwjx4F8Wbcg==} + /@storybook/client-logger/6.5.10: + resolution: {integrity: sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==} dependencies: core-js: 3.23.1 global: 4.4.0 dev: true - /@storybook/components/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-BhfX980O9zn/1J4FNMeDo8ZvL1m5Ml3T4HRpfYmEBnf8oW5b5BeF6S2K2cwFStZRjWqm1feUcwNpZxCBVMkQnQ==} + /@storybook/components/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/client-logger': 6.5.9 + '@storybook/client-logger': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@types/react-syntax-highlighter': 11.0.5 + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 memoizerific: 1.11.3 qs: 6.10.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-syntax-highlighter: 15.5.0_react@18.2.0 regenerator-runtime: 0.13.9 util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.9_c3hoyc4loabfhtyuh36vjkyyai: - resolution: {integrity: sha512-LY0QbhShowO+PQx3gao3wdVjpKMH1AaSLmuI95FrcjoMmSXGf96jVLKQp9mJRGeHIsAa93EQBYuCihZycM3Kbg==} + /@storybook/core-client/6.5.10_c3hoyc4loabfhtyuh36vjkyyai: + resolution: {integrity: sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6742,16 +6946,16 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.9 - '@storybook/channel-websocket': 6.5.9 - '@storybook/client-api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.10 + '@storybook/channel-websocket': 6.5.10 + '@storybook/client-api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.10_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.23.1 @@ -6768,8 +6972,8 @@ packages: webpack: 4.46.0 dev: true - /@storybook/core-client/6.5.9_fmoa52rat4euvvdoa5odwjikjm: - resolution: {integrity: sha512-LY0QbhShowO+PQx3gao3wdVjpKMH1AaSLmuI95FrcjoMmSXGf96jVLKQp9mJRGeHIsAa93EQBYuCihZycM3Kbg==} + /@storybook/core-client/6.5.10_qyk6idcafspi7uz7vy6757spbm: + resolution: {integrity: sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6779,16 +6983,16 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.9 - '@storybook/channel-websocket': 6.5.9 - '@storybook/client-api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.10 + '@storybook/channel-websocket': 6.5.10 + '@storybook/client-api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.10_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.23.1 @@ -6802,11 +7006,11 @@ packages: typescript: 4.7.4 unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 5.73.0 + webpack: 5.74.0 dev: true - /@storybook/core-common/6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi: - resolution: {integrity: sha512-NxOK0mrOCo0TWZ7Npc5HU66EKoRHlrtg18/ZixblLDWQMIqY9XCck8K1kJ8QYpYCHla+aHIsYUArFe2vhlEfZA==} + /@storybook/core-common/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: + resolution: {integrity: sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6815,41 +7019,41 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-decorators': 7.18.2_@babel+core@7.18.5 - '@babel/plugin-proposal-export-default-from': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.18.5 - '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.18.5 - '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.18.5 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@babel/preset-typescript': 7.17.12_@babel+core@7.18.5 - '@babel/register': 7.17.7_@babel+core@7.18.5 - '@storybook/node-logger': 6.5.9 + '@babel/core': 7.18.10 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-decorators': 7.18.2_@babel+core@7.18.10 + '@babel/plugin-proposal-export-default-from': 7.17.12_@babel+core@7.18.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-destructuring': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.10 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.10 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/register': 7.18.9_@babel+core@7.18.10 + '@storybook/node-logger': 6.5.10 '@storybook/semver': 7.3.2 - '@types/node': 16.11.41 + '@types/node': 16.11.47 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_p4a4vpdmvzvrx3lnpkqvj5nmla + babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.18.5 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.18.10 chalk: 4.1.2 core-js: 3.23.1 express: 4.18.1 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_nsapsdlf2mgloyd736rc2bk2vq + fork-ts-checker-webpack-plugin: 6.5.2_ivdcbprtuxihnrfl74yu7thspu fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -6876,14 +7080,14 @@ packages: - webpack-command dev: true - /@storybook/core-events/6.5.9: - resolution: {integrity: sha512-tXt7a3ZvJOCeEKpNa/B5rQM5VI7UJLlOh3IHOImWn4HqoBRrZvbourmac+PRZAtXpos0h3c6554Hjapj/Sny5Q==} + /@storybook/core-events/6.5.10: + resolution: {integrity: sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==} dependencies: core-js: 3.23.1 dev: true - /@storybook/core-server/6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi: - resolution: {integrity: sha512-YeePGUrd5fQPvGzMhowh124KrcZURFpFXg1VB0Op3ESqCIsInoMZeObci4Gc+binMXC7vcv7aw3EwSLU37qJzQ==} + /@storybook/core-server/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: + resolution: {integrity: sha512-jqwpA0ccA8X5ck4esWBid04+cEIVqirdAcqJeNb9IZAD+bRreO4Im8ilzr7jc5AmQ9fkqHs2NByFKh9TITp8NQ==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -6899,18 +7103,18 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@storybook/core-client': 6.5.9_c3hoyc4loabfhtyuh36vjkyyai - '@storybook/core-common': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@storybook/core-events': 6.5.9 + '@storybook/builder-webpack4': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/core-client': 6.5.10_c3hoyc4loabfhtyuh36vjkyyai + '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.9 - '@storybook/manager-webpack4': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@storybook/node-logger': 6.5.9 + '@storybook/csf-tools': 6.5.10 + '@storybook/manager-webpack4': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/node-logger': 6.5.10 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@types/node': 16.11.41 + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/telemetry': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@types/node': 16.11.47 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 4.41.32 @@ -6959,8 +7163,8 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.9_si3kj4bzaraynkiv47htceipy4: - resolution: {integrity: sha512-Mt3TTQnjQt2/pa60A+bqDsAOrYpohapdtt4DDZEbS8h0V6u11KyYYh3w7FCySlL+sPEyogj63l5Ec76Jah3l2w==} + /@storybook/core/6.5.10_fbfc5bujbsqeqvejhu25k3ahfe: + resolution: {integrity: sha512-K86yYa0tYlMxADlwQTculYvPROokQau09SCVqpsLg3wJCTvYFL4+SIqcYoyBSbFmHOdnYbJgPydjN33MYLiOZQ==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -6976,12 +7180,12 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.9_fmoa52rat4euvvdoa5odwjikjm - '@storybook/core-server': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi + '@storybook/core-client': 6.5.10_qyk6idcafspi7uz7vy6757spbm + '@storybook/core-server': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq react: 18.2.0 react-dom: 18.2.0_react@18.2.0 typescript: 4.7.4 - webpack: 5.73.0 + webpack: 5.74.0 transitivePeerDependencies: - '@storybook/mdx2-csf' - bluebird @@ -6995,23 +7199,23 @@ packages: - webpack-command dev: true - /@storybook/csf-tools/6.5.9: - resolution: {integrity: sha512-RAdhsO2XmEDyWy0qNQvdKMLeIZAuyfD+tYlUwBHRU6DbByDucvwgMOGy5dF97YNJFmyo93EUYJzXjUrJs3U1LQ==} + /@storybook/csf-tools/6.5.10: + resolution: {integrity: sha512-H77kZQEisu7+skzeIbNZwmE09OqLjwJTeFhLN1pcjxKVa30LEI3pBHcNBxVKqgxl+Yg3KkB7W/ArLO2N+i2ohw==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 peerDependenciesMeta: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.18.5 - '@babel/generator': 7.18.2 - '@babel/parser': 7.18.5 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/core': 7.18.10 + '@babel/generator': 7.18.12 + '@babel/parser': 7.18.11 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.5 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.10 core-js: 3.23.1 fs-extra: 9.1.0 global: 4.4.0 @@ -7027,12 +7231,12 @@ packages: lodash: 4.17.21 dev: true - /@storybook/docs-tools/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-UoTaXLvec8x+q+4oYIk/t8DBju9C3ZTGklqOxDIt+0kS3TFAqEgI3JhKXqQOXgN5zDcvLVSxi8dbVAeSxk2ktA==} + /@storybook/docs-tools/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-/bvYgOO+CxMEcHifkjJg0A60OTGOhcjGxnsB1h0gJuxMrqA/7Qwc108bFmPiX0eiD1BovFkZLJV4O6OY7zP5Vw==} dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 doctrine: 3.0.0 lodash: 4.17.21 @@ -7043,8 +7247,8 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi: - resolution: {integrity: sha512-49LZlHqWc7zj9tQfOOANixPYmLxqWTTZceA6DSXnKd9xDiO2Gl23Y+l/CSPXNZGDB8QFAwpimwqyKJj/NLH45A==} + /@storybook/manager-webpack4/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: + resolution: {integrity: sha512-N/TlNDhuhARuFipR/ZJ/xEVESz23iIbCsZ4VNehLHm8PpiGlQUehk+jMjWmz5XV0bJItwjRclY+CU3GjZKblfQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7053,18 +7257,18 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.9_c3hoyc4loabfhtyuh36vjkyyai - '@storybook/core-common': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi - '@storybook/node-logger': 6.5.9 - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.41 + '@babel/core': 7.18.10 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-client': 6.5.10_c3hoyc4loabfhtyuh36vjkyyai + '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/node-logger': 6.5.10 + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.11.47 '@types/webpack': 4.41.32 - babel-loader: 8.2.5_p4a4vpdmvzvrx3lnpkqvj5nmla + babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.23.1 @@ -7101,13 +7305,13 @@ packages: - webpack-command dev: true - /@storybook/mdx1-csf/0.0.1_@babel+core@7.18.5: + /@storybook/mdx1-csf/0.0.1_@babel+core@7.18.10: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.18.2 - '@babel/parser': 7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/types': 7.18.4 + '@babel/generator': 7.18.12 + '@babel/parser': 7.18.11 + '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/types': 7.18.10 '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.14.182 js-string-escape: 1.0.1 @@ -7120,8 +7324,8 @@ packages: - supports-color dev: true - /@storybook/node-logger/6.5.9: - resolution: {integrity: sha512-nZZNZG2Wtwv6Trxi3FrnIqUmB55xO+X/WQGPT5iKlqNjdRIu/T72mE7addcp4rbuWCQfZUhcDDGpBOwKtBxaGg==} + /@storybook/node-logger/6.5.10: + resolution: {integrity: sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==} dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 @@ -7130,24 +7334,24 @@ packages: pretty-hrtime: 1.0.3 dev: true - /@storybook/postinstall/6.5.9: - resolution: {integrity: sha512-KQBupK+FMRrtSt8IL0MzCZ/w9qbd25Yxxp/+ajfWgZTRgsWgVFOqcDyMhS16eNbBp5qKIBCBDXfEF+/mK8HwQQ==} + /@storybook/postinstall/6.5.10: + resolution: {integrity: sha512-xqUdpnFHYkn8MgtV+QztvIsRWa6jQUk7QT1Mu17Y0S7PbslNGsuskRPHenHhACXBJF+TM86R+4BaAhnVYTmElw==} dependencies: core-js: 3.23.1 dev: true - /@storybook/preview-web/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-4eMrO2HJyZUYyL/j+gUaDvry6iGedshwT5MQqe7J9FaA+Q2pNARQRB1X53f410w7S4sObRmYIAIluWPYdWym9w==} + /@storybook/preview-web/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.9 - '@storybook/client-logger': 6.5.9 - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.10 + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y ansi-to-html: 0.6.15 core-js: 3.23.1 global: 4.4.0 @@ -7162,7 +7366,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3o2jfq6vfqxns3sz6wn2nnc3ei: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_xnp4kzegbjokq62cajex2ovgkm: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -7176,13 +7380,13 @@ packages: react-docgen-typescript: 2.2.2_typescript@4.7.4 tslib: 2.4.0 typescript: 4.7.4 - webpack: 5.73.0 + webpack: 5.74.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.5.9_qvaipyr63plem3mgv5krfvm7b4: - resolution: {integrity: sha512-Rp+QaTQAzxJhwuzJXVd49mnIBLQRlF8llTxPT2YoGHdrGkku/zl/HblQ6H2yzEf15367VyzaAv/BpLsO9Jlfxg==} + /@storybook/react/6.5.10_v3px4sshlpmiq6tqqws5mil25u: + resolution: {integrity: sha512-m8S1qQrwA7pDGwdKEvL6LV3YKvSzVUY297Fq+xcTU3irnAy4sHDuFoLqV6Mi1510mErK1r8+rf+0R5rEXB219g==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -7209,22 +7413,22 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.5 - '@babel/preset-flow': 7.17.12_@babel+core@7.18.5 - '@babel/preset-react': 7.17.12_@babel+core@7.18.5 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.7_aumhct55s6lhceplyc622fxoum - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/core': 6.5.9_si3kj4bzaraynkiv47htceipy4 - '@storybook/core-common': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi + '@babel/core': 7.18.10 + '@babel/preset-flow': 7.17.12_@babel+core@7.18.10 + '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.7_metx475lqcp4j5c75za4zf7xbi + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/core': 6.5.10_fbfc5bujbsqeqvejhu25k3ahfe + '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/node-logger': 6.5.9 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3o2jfq6vfqxns3sz6wn2nnc3ei + '@storybook/docs-tools': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.10 + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_xnp4kzegbjokq62cajex2ovgkm '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 - '@types/node': 16.11.41 + '@types/node': 16.11.47 '@types/webpack-env': 1.17.0 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 @@ -7248,7 +7452,7 @@ packages: ts-dedent: 2.2.0 typescript: 4.7.4 util-deprecate: 1.0.2 - webpack: 5.73.0 + webpack: 5.74.0 transitivePeerDependencies: - '@storybook/mdx2-csf' - '@swc/core' @@ -7271,13 +7475,13 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-G2Xp/2r8vU2O34eelE+G5VbEEVFDeHcCURrVJEROh6dq2asFJAPbzslVXSeCqgOTNLSpRDJ2NcN5BckkNqmqJg==} + /@storybook/router/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/client-logger': 6.5.9 + '@storybook/client-logger': 6.5.10 core-js: 3.23.1 memoizerific: 1.11.3 qs: 6.10.5 @@ -7295,14 +7499,14 @@ packages: find-up: 4.1.0 dev: true - /@storybook/source-loader/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-H03nFKaP6borfWMTTa9igBA+Jm2ph+FoVJImWC/X+LAmLSJYYSXuqSgmiZ/DZvbjxS4k8vccE2HXogne1IvaRA==} + /@storybook/source-loader/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-1RxxRumpjs8VUUwES9LId+cuNQnixhZAcwCxd6jaKkTZbjiQCtAhXX6DBTjJGV1u/JnCsqEp5b1wB8j/EioNHw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.23.1 estraverse: 5.3.0 @@ -7315,15 +7519,15 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/store/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-80pcDTcCwK6wUA63aWOp13urI77jfipIVee9mpVvbNyfrNN8kGv1BS0z/JHDxuV6rC4g7LG1fb+BurR0yki7BA==} + /@storybook/store/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.9 - '@storybook/core-events': 6.5.9 + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.23.1 fast-deep-equal: 3.1.3 @@ -7340,11 +7544,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi: - resolution: {integrity: sha512-JluoHCRhHAr4X0eUNVBSBi1JIBA92404Tu1TPdbN7x6gCZxHXXPTSUTAnspXp/21cTdMhY2x+kfZQ8fmlGK4MQ==} + /@storybook/telemetry/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: + resolution: {integrity: sha512-+M5HILDFS8nDumLxeSeAwi1MTzIuV6UWzV4yB2wcsEXOBTdplcl9oYqFKtlst78oOIdGtpPYxYfivDlqxC2K4g==} dependencies: - '@storybook/client-logger': 6.5.9 - '@storybook/core-common': 6.5.9_scxhmbcwnay7fgl5u4mcdzbnsi + '@storybook/client-logger': 6.5.10 + '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq chalk: 4.1.2 core-js: 3.23.1 detect-package-manager: 2.0.1 @@ -7367,13 +7571,13 @@ packages: - webpack-command dev: true - /@storybook/theming/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-KM0AMP5jMQPAdaO8tlbFCYqx9uYM/hZXGSVUhznhLYu7bhNAIK7ZVmXxyE/z/khM++8eUHzRoZGiO/cwCkg9Xw==} + /@storybook/theming/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/client-logger': 6.5.9 + '@storybook/client-logger': 6.5.10 core-js: 3.23.1 memoizerific: 1.11.3 react: 18.2.0 @@ -7381,21 +7585,21 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/ui/6.5.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-ryuPxJgtbb0gPXKGgGAUC+Z185xGAd1IvQ0jM5fJ0SisHXI8jteG3RaWhntOehi9qCg+64Vv6eH/cj9QYNHt1Q==} + /@storybook/ui/6.5.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.9 - '@storybook/client-logger': 6.5.9 - '@storybook/components': 6.5.9_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.9 - '@storybook/router': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.10 + '@storybook/client-logger': 6.5.10 + '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.10 + '@storybook/router': 6.5.10_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.9_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 memoizerific: 1.11.3 qs: 6.10.5 @@ -7415,12 +7619,12 @@ packages: resolution: {integrity: sha512-1c4ZOETSRpI0iBfIFUqU4KqwBAB2lHUAlBjZz/YqOHqwM9dTTzjV6Km0ZkiEiSCx/tLr1BtESIKyWWMww+RUqw==} dev: true - /@testing-library/dom/8.14.0: - resolution: {integrity: sha512-m8FOdUo77iMTwVRCyzWcqxlEIk+GnopbrRI15a0EaLbpZSCinIVI4kSQzWhkShK83GogvEFJSsHF3Ws0z1vrqA==} + /@testing-library/dom/8.17.1: + resolution: {integrity: sha512-KnH2MnJUzmFNPW6RIKfd+zf2Wue8mEKX0M3cpX6aKl5ZXrJM1/c/Pc8c2xDNYQCnJO48Sm5ITbMXgqTr3h4jxQ==} engines: {node: '>=12'} dependencies: - '@babel/code-frame': 7.16.7 - '@babel/runtime': 7.18.3 + '@babel/code-frame': 7.18.6 + '@babel/runtime': 7.18.9 '@types/aria-query': 4.2.2 aria-query: 5.0.0 chalk: 4.1.2 @@ -7429,15 +7633,15 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom/5.16.4: - resolution: {integrity: sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==} + /@testing-library/jest-dom/5.16.5: + resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: - '@babel/runtime': 7.18.3 + '@adobe/css-tools': 4.0.1 + '@babel/runtime': 7.18.9 '@types/testing-library__jest-dom': 5.14.5 aria-query: 5.0.0 chalk: 3.0.0 - css: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.5.14 lodash: 4.17.21 @@ -7451,20 +7655,20 @@ packages: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.18.3 - '@testing-library/dom': 8.14.0 + '@babel/runtime': 7.18.9 + '@testing-library/dom': 8.17.1 '@types/react-dom': 18.0.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@testing-library/user-event/14.2.1_ihvo3xlg2d6kwqju3os3zitn3y: - resolution: {integrity: sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA==} + /@testing-library/user-event/14.4.3_wl4iynrlixafokvgqnhzlvigei: + resolution: {integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@testing-library/dom': 8.14.0 + '@testing-library/dom': 8.17.1 dev: true /@tootallnate/once/1.1.2: @@ -7490,7 +7694,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: false /@types/ag-auth/1.0.0: @@ -7578,16 +7782,16 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.11.41 + '@types/node': 18.0.0 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true - /@types/chrome/0.0.191: - resolution: {integrity: sha512-hXYHJJ1Y265xKCw0o2Kz4CnR8aUhOMdyxK1AinET4EDr3fhpEMvOFDwdqz9LUX4syfTVYWb8w7vfC12s112ehg==} + /@types/chrome/0.0.193: + resolution: {integrity: sha512-R8C84oqvk8A8C8G1viBd8qLpDr86Y/jwD+KLgzUekbIT9RGds6a9GnlQyg8P7ltnGogTMHkiEQK0ZlcrvTeo3Q==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.8 @@ -7624,19 +7828,19 @@ packages: /@types/connect-history-api-fallback/1.3.5: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: - '@types/express-serve-static-core': 4.17.29 - '@types/node': 16.11.41 + '@types/express-serve-static-core': 4.17.30 + '@types/node': 18.0.0 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/cookie/0.4.1: @@ -7650,9 +7854,9 @@ packages: /@types/copy-webpack-plugin/8.0.1_webpack-cli@4.10.0: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 tapable: 2.2.1 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 transitivePeerDependencies: - '@swc/core' - esbuild @@ -7666,7 +7870,7 @@ packages: /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/d3/3.5.47: @@ -7681,7 +7885,6 @@ packages: dependencies: '@types/ms': 0.7.31 dev: false - optional: true /@types/dragula/3.7.1: resolution: {integrity: sha512-hbMEG5+wZEwV6NK4cbexldLWEvYNox8PywM9ICIeCTM99g8nJxccE3C8vvl66TCfnN+R8ioNdOrHWJT+5X0pvw==} @@ -7714,7 +7917,14 @@ packages: /@types/express-serve-static-core/4.17.29: resolution: {integrity: sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 + '@types/qs': 6.9.7 + '@types/range-parser': 1.2.4 + + /@types/express-serve-static-core/4.17.30: + resolution: {integrity: sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==} + dependencies: + '@types/node': 18.0.0 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -7742,13 +7952,13 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 3.0.5 - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/har-format/1.2.8: @@ -7771,7 +7981,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 hoist-non-react-statics: 3.3.2 /@types/html-entities/1.3.4: @@ -7792,7 +8002,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/is-ci/3.0.0: @@ -7845,7 +8055,7 @@ packages: /@types/jsonwebtoken/8.5.8: resolution: {integrity: sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/keyv/3.1.4: @@ -7907,18 +8117,17 @@ packages: /@types/morgan/1.9.3: resolution: {integrity: sha512-BiLcfVqGBZCyNCnCH3F4o2GmDLrpy0HeBVnNlyZG4fo88ZiE9SoiBe3C+2ezuwbjlEyT+PDZ17//TAlRxAn75Q==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/ms/0.7.31: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: false - optional: true /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 form-data: 3.0.1 dev: true @@ -7933,6 +8142,10 @@ packages: /@types/node/16.11.41: resolution: {integrity: sha512-mqoYK2TnVjdkGk8qXAVGc/x9nSaTpSrFaGFm43BUH3IdoBV0nta6hYaGmdOvIMlbHJbUEVen3gvwpwovAZKNdQ==} + /@types/node/16.11.47: + resolution: {integrity: sha512-fpP+jk2zJ4VW66+wAMFoBJlx1bxmBKx4DUFf68UHgdGCOuyUTDlLWqsaNPJh7xhNDykyJ9eIzAygilP/4WoN8g==} + dev: true + /@types/node/18.0.0: resolution: {integrity: sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==} @@ -7981,8 +8194,8 @@ packages: /@types/qs/6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} - /@types/ramda/0.28.14: - resolution: {integrity: sha512-hLgAeKxS5MpIEROaIRHscFqWf+V04CB+A0Kq+OjnTs1fEGHXEs4aeOhXIRovAPe6PfWYKHEwEkVIYWf98OjxnA==} + /@types/ramda/0.28.15: + resolution: {integrity: sha512-FCaLNVZry65jW8x/FDnKgjgkCNQxgc5AYMQwdNn6yW5M+62R+0nt2Y36U43dTNora9hcquemfrY5gxhE5pcilQ==} dependencies: ts-toolbelt: 6.15.5 dev: true @@ -7993,7 +8206,13 @@ packages: /@types/react-dom/18.0.5: resolution: {integrity: sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA==} dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 + dev: true + + /@types/react-dom/18.0.6: + resolution: {integrity: sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==} + dependencies: + '@types/react': 18.0.17 /@types/react-dragula/1.1.0: resolution: {integrity: sha512-wgRIVV2jo/Gria1PK3K26II7gfRD3VTcMfPYhL0CuIApSeon7xjBTj8Xs8Ln+Vbb/FuRKWfUaJXmF4R3KUGntA==} @@ -8001,26 +8220,20 @@ packages: '@types/dragula': 3.7.1 dev: true - /@types/react-syntax-highlighter/11.0.5: - resolution: {integrity: sha512-VIOi9i2Oj5XsmWWoB72p3KlZoEbdRAcechJa8Ztebw7bDl2YmR+odxIqhtJGp1q2EozHs02US+gzxJ9nuf56qg==} - dependencies: - '@types/react': 18.0.14 - dev: true - /@types/react-test-renderer/18.0.0: resolution: {integrity: sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==} dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 dev: true /@types/react-transition-group/4.4.4: resolution: {integrity: sha512-7gAPz7anVK5xzbeQW9wFBDg7G++aPLAFY0QaSMOou9rJZpbuI58WAuJrgu+qR92l61grlnCUe7AFX8KGahAgug==} dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 dev: false - /@types/react/18.0.14: - resolution: {integrity: sha512-x4gGuASSiWmo0xjDLpm5mPb52syZHJx02VKbqUKdLmKtAwIh63XClGsiTI1K6DO5q7ox4xAsQrU+Gl3+gGXF9Q==} + /@types/react/18.0.17: + resolution: {integrity: sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -8040,7 +8253,7 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/responselike/1.0.0: @@ -8067,8 +8280,8 @@ packages: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} dev: true - /@types/semver/7.3.10: - resolution: {integrity: sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw==} + /@types/semver/7.3.12: + resolution: {integrity: sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==} dev: true /@types/serve-index/1.9.1: @@ -8081,7 +8294,7 @@ packages: resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==} dependencies: '@types/mime': 1.3.2 - '@types/node': 16.11.41 + '@types/node': 18.0.0 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} @@ -8127,7 +8340,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/source-list-map/0.1.2: @@ -8149,11 +8362,11 @@ packages: '@types/writable-consumable-stream': 2.0.0 dev: true - /@types/styled-components/5.1.25: - resolution: {integrity: sha512-fgwl+0Pa8pdkwXRoVPP9JbqF0Ivo9llnmsm+7TCI330kbPIFd9qv1Lrhr37shf4tnxCOSu+/IgqM7uJXLWZZNQ==} + /@types/styled-components/5.1.26: + resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.14 + '@types/react': 18.0.17 csstype: 3.1.0 dev: true @@ -8161,7 +8374,7 @@ packages: resolution: {integrity: sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/supertest/2.0.12: @@ -8213,7 +8426,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8221,7 +8434,7 @@ packages: /@types/webpack/4.41.32: resolution: {integrity: sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 '@types/tapable': 1.0.8 '@types/uglify-js': 3.16.0 '@types/webpack-sources': 3.2.0 @@ -8238,7 +8451,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /@types/yargs-parser/21.0.0: @@ -8264,8 +8477,8 @@ packages: '@types/node': 18.0.0 optional: true - /@typescript-eslint/eslint-plugin/5.29.0_qqmbkyiaixvppdwswpytuf2hgm: - resolution: {integrity: sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==} + /@typescript-eslint/eslint-plugin/5.33.0_njno5y7ry2l2lcmiu4tywxkwnq: + resolution: {integrity: sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -8275,12 +8488,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - '@typescript-eslint/scope-manager': 5.29.0 - '@typescript-eslint/type-utils': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e - '@typescript-eslint/utils': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/scope-manager': 5.33.0 + '@typescript-eslint/type-utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.21.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -8291,8 +8504,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e: - resolution: {integrity: sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==} + /@typescript-eslint/parser/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: + resolution: {integrity: sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -8301,24 +8514,16 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.29.0 - '@typescript-eslint/types': 5.29.0 - '@typescript-eslint/typescript-estree': 5.29.0_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.33.0 + '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.21.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.28.0: - resolution: {integrity: sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.28.0 - '@typescript-eslint/visitor-keys': 5.28.0 - dev: true - /@typescript-eslint/scope-manager/5.29.0: resolution: {integrity: sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8327,8 +8532,16 @@ packages: '@typescript-eslint/visitor-keys': 5.29.0 dev: true - /@typescript-eslint/type-utils/5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e: - resolution: {integrity: sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==} + /@typescript-eslint/scope-manager/5.33.0: + resolution: {integrity: sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/visitor-keys': 5.33.0 + dev: true + + /@typescript-eslint/type-utils/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: + resolution: {integrity: sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -8337,44 +8550,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e + '@typescript-eslint/utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq debug: 4.3.4 - eslint: 8.18.0 + eslint: 8.21.0 tsutils: 3.21.0_typescript@4.7.4 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.28.0: - resolution: {integrity: sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@typescript-eslint/types/5.29.0: resolution: {integrity: sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.28.0_typescript@4.7.4: - resolution: {integrity: sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==} + /@typescript-eslint/types/5.33.0: + resolution: {integrity: sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.28.0 - '@typescript-eslint/visitor-keys': 5.28.0 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 - transitivePeerDependencies: - - supports-color dev: true /@typescript-eslint/typescript-estree/5.29.0_typescript@4.7.4: @@ -8398,25 +8590,28 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.28.0_b5e7v2qnwxfo6hmiq56u52mz3e: - resolution: {integrity: sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==} + /@typescript-eslint/typescript-estree/5.33.0_typescript@4.7.4: + resolution: {integrity: sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.28.0 - '@typescript-eslint/types': 5.28.0 - '@typescript-eslint/typescript-estree': 5.28.0_typescript@4.7.4 - eslint: 8.18.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.18.0 + '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/visitor-keys': 5.33.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.7 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color - - typescript dev: true - /@typescript-eslint/utils/5.29.0_b5e7v2qnwxfo6hmiq56u52mz3e: + /@typescript-eslint/utils/5.29.0_qugx7qdu5zevzvxaiqyxfiwquq: resolution: {integrity: sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8426,20 +8621,30 @@ packages: '@typescript-eslint/scope-manager': 5.29.0 '@typescript-eslint/types': 5.29.0 '@typescript-eslint/typescript-estree': 5.29.0_typescript@4.7.4 - eslint: 8.18.0 + eslint: 8.21.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint-utils: 3.0.0_eslint@8.21.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.28.0: - resolution: {integrity: sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==} + /@typescript-eslint/utils/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: + resolution: {integrity: sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/types': 5.28.0 - eslint-visitor-keys: 3.3.0 + '@types/json-schema': 7.0.11 + '@typescript-eslint/scope-manager': 5.33.0 + '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 + eslint: 8.21.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.21.0 + transitivePeerDependencies: + - supports-color + - typescript dev: true /@typescript-eslint/visitor-keys/5.29.0: @@ -8450,6 +8655,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@typescript-eslint/visitor-keys/5.33.0: + resolution: {integrity: sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.33.0 + eslint-visitor-keys: 3.3.0 + dev: true + /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} dependencies: @@ -8683,14 +8896,14 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webpack-cli/configtest/1.2.0_77l47gmqkrqiei5z7sbwz5iaj4: + /@webpack-cli/configtest/1.2.0_5v66e2inugklgvlh4huuavolfq: resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 dev: true /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: @@ -8699,10 +8912,10 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 dev: true - /@webpack-cli/serve/1.7.0_b6kp5g2s4uywsci7bb7pbu5to4: + /@webpack-cli/serve/1.7.0_7r45by5oyo7ronrzgeqf7j6vxq: resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} peerDependencies: webpack-cli: 4.x.x @@ -8711,8 +8924,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq dev: true /@webpack-cli/serve/1.7.0_webpack-cli@4.10.0: @@ -8724,7 +8937,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_webpack@5.73.0 + webpack-cli: 4.10.0_webpack@5.74.0 dev: true /@xmldom/xmldom/0.7.5: @@ -8794,12 +9007,12 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.2_acorn@8.7.1: + /acorn-jsx/5.3.2_acorn@8.8.0: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.7.1 + acorn: 8.8.0 dev: true /acorn-walk/7.2.0: @@ -8842,6 +9055,12 @@ packages: hasBin: true dev: true + /acorn/8.8.0: + resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: true + /address/1.2.0: resolution: {integrity: sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==} engines: {node: '>= 10.0.0'} @@ -9073,14 +9292,14 @@ packages: - encoding dev: false - /apollo-reporting-protobuf/3.3.1: - resolution: {integrity: sha512-tyvj3Vj71TCh6c8PtdHOLgHHBSJ05DF/A/Po3q8yfHTBkOPcOJZE/GGN/PT/pwKg7HHxKcAeHDw7+xciVvGx0w==} + /apollo-reporting-protobuf/3.3.2: + resolution: {integrity: sha512-j1tx9tmkVdsLt1UPzBrvz90PdjAeKW157WxGn+aXlnnGfVjZLIRXX3x5t1NWtXvB7rVaAsLLILLtDHW382TSoQ==} dependencies: - '@apollo/protobufjs': 1.2.2 + '@apollo/protobufjs': 1.2.4 dev: false - /apollo-server-core/3.9.0_graphql@16.5.0: - resolution: {integrity: sha512-WS54C33cTriDaBIcj7ijWv/fgeJICcrQKlP1Cn6pnZp/eumpMraezLeJ3gFWAXprOuR2E3fZe64lNlup0fMu8w==} + /apollo-server-core/3.10.1_graphql@16.5.0: + resolution: {integrity: sha512-UFFziv6h15QbKRZOA6wLyr1Sle9kns3JuQ5DEB7OYe5AIoOJNjZkWXX/tmLFUrSmlnDDryi6Sf5pDzpYmUC/UA==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 @@ -9094,11 +9313,11 @@ packages: '@graphql-tools/schema': 8.3.14_graphql@16.5.0 '@josephg/resolvable': 1.0.1 apollo-datasource: 3.3.2 - apollo-reporting-protobuf: 3.3.1 + apollo-reporting-protobuf: 3.3.2 apollo-server-env: 4.2.1 apollo-server-errors: 3.3.1_graphql@16.5.0 - apollo-server-plugin-base: 3.6.1_graphql@16.5.0 - apollo-server-types: 3.6.1_graphql@16.5.0 + apollo-server-plugin-base: 3.6.2_graphql@16.5.0 + apollo-server-types: 3.6.2_graphql@16.5.0 async-retry: 1.3.3 fast-json-stable-stringify: 2.1.0 graphql: 16.5.0 @@ -9130,8 +9349,8 @@ packages: graphql: 16.5.0 dev: false - /apollo-server-express/3.9.0_g7snex6epo2tsaz6yhvyva23iq: - resolution: {integrity: sha512-scSeHy9iB7W3OiF3uLQEzad9Jm9tEfDF8ACsJb2P+xX69uqg6zizsrQvj3qRhazCO7FKMcMu9zQFR0hy7zKbUA==} + /apollo-server-express/3.10.1_g7snex6epo2tsaz6yhvyva23iq: + resolution: {integrity: sha512-r0esst3YGNdlphYiOrflfBqJ15VAZAhYhWSFo2kPF4knsIGK5HUkeqwjMr+fFDBn4DEfYzC+I1+LnsF/hFN8VQ==} engines: {node: '>=12.0'} peerDependencies: express: ^4.17.1 @@ -9141,10 +9360,10 @@ packages: '@types/body-parser': 1.19.2 '@types/cors': 2.8.12 '@types/express': 4.17.13 - '@types/express-serve-static-core': 4.17.29 + '@types/express-serve-static-core': 4.17.30 accepts: 1.3.8 - apollo-server-core: 3.9.0_graphql@16.5.0 - apollo-server-types: 3.6.1_graphql@16.5.0 + apollo-server-core: 3.10.1_graphql@16.5.0 + apollo-server-types: 3.6.2_graphql@16.5.0 body-parser: 1.20.0 cors: 2.8.5 express: 4.18.1 @@ -9155,27 +9374,27 @@ packages: - supports-color dev: false - /apollo-server-plugin-base/3.6.1_graphql@16.5.0: - resolution: {integrity: sha512-bFpxzWO0LTTtSAkGVBeaAtnQXJ5ZCi8eaLN/eMSju8RByifmF3Kr6gAqcOZhOH/geQEt3Y6G8n3bR0eHTGxljQ==} + /apollo-server-plugin-base/3.6.2_graphql@16.5.0: + resolution: {integrity: sha512-erWXjLOO1u7fxQkbxJ2cwSO7p0tYzNied91I1SJ9tikXZ/2eZUyDyvrpI+4g70kOdEi+AmJ5Fo8ahEXKJ75zdg==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - apollo-server-types: 3.6.1_graphql@16.5.0 + apollo-server-types: 3.6.2_graphql@16.5.0 graphql: 16.5.0 transitivePeerDependencies: - encoding dev: false - /apollo-server-types/3.6.1_graphql@16.5.0: - resolution: {integrity: sha512-XOPlBlRdwP00PrG03OffGGWuzyei+J9t1rAnvyHsSdP0JCgQWigHJfvL1N9Bhgi4UTjl9JadKOJh1znLNlqIFQ==} + /apollo-server-types/3.6.2_graphql@16.5.0: + resolution: {integrity: sha512-9Z54S7NB+qW1VV+kmiqwU2Q6jxWfX89HlSGCGOo3zrkrperh85LrzABgN9S92+qyeHYd72noMDg2aI039sF3dg==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: '@apollo/utils.keyvaluecache': 1.0.1 '@apollo/utils.logger': 1.0.0 - apollo-reporting-protobuf: 3.3.1 + apollo-reporting-protobuf: 3.3.2 apollo-server-env: 4.2.1 graphql: 16.5.0 transitivePeerDependencies: @@ -9263,7 +9482,7 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@babel/runtime-corejs3': 7.18.3 dev: true @@ -9486,11 +9705,10 @@ packages: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} dev: false - optional: true - /axe-core/4.4.2: - resolution: {integrity: sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==} - engines: {node: '>=12'} + /axe-core/4.4.3: + resolution: {integrity: sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==} + engines: {node: '>=4'} dev: true /axios/0.21.4: @@ -9514,18 +9732,18 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-jest/27.5.1_@babel+core@7.18.5: + /babel-jest/27.5.1_@babel+core@7.18.10: resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.18.5 + babel-preset-jest: 27.5.1_@babel+core@7.18.10 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -9533,14 +9751,14 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_p4a4vpdmvzvrx3lnpkqvj5nmla: + /babel-loader/8.2.5_5ouqwanl7jnotevpn4w6qovjqm: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -9548,19 +9766,19 @@ packages: webpack: 4.46.0 dev: true - /babel-loader/8.2.5_te6ollfzjcco6mbxjl755ucqke: + /babel-loader/8.2.5_xc6oct4hcywdrbo4ned6ytbybm: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.73.0 + webpack: 5.74.0 dev: true /babel-plugin-add-react-displayname/0.0.5: @@ -9580,7 +9798,7 @@ packages: /babel-plugin-dynamic-import-node/2.3.3: resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} dependencies: - object.assign: 4.1.2 + object.assign: 4.1.3 dev: true /babel-plugin-extract-import-names/1.6.22: @@ -9593,7 +9811,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.17.12 + '@babel/helper-plugin-utils': 7.18.9 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.0 @@ -9612,67 +9830,58 @@ packages: '@types/babel__traverse': 7.17.1 dev: true - /babel-plugin-macros/2.8.0: - resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} - dependencies: - '@babel/runtime': 7.18.3 - cosmiconfig: 6.0.0 - resolve: 1.22.1 - dev: false - /babel-plugin-macros/3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 cosmiconfig: 7.0.1 resolve: 1.22.1 - dev: true - /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.5: - resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} + /babel-plugin-polyfill-corejs2/0.3.2_@babel+core@7.18.10: + resolution: {integrity: sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.5 - '@babel/core': 7.18.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.5 + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.10 + '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.10 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.18.5: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.18.10: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.18.10 core-js-compat: 3.23.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.18.5: - resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} + /babel-plugin-polyfill-corejs3/0.5.3_@babel+core@7.18.10: + resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.10 core-js-compat: 3.23.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.18.5: - resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} + /babel-plugin-polyfill-regenerator/0.4.0_@babel+core@7.18.10: + resolution: {integrity: sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.10 transitivePeerDependencies: - supports-color dev: true @@ -9693,7 +9902,7 @@ packages: styled-components: '>= 2' dependencies: '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-module-imports': 7.16.7 + '@babel/helper-module-imports': 7.18.6 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 @@ -9702,35 +9911,35 @@ packages: /babel-plugin-syntax-jsx/6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.18.5: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.18.10: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.5 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.5 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.5 + '@babel/core': 7.18.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.10 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.10 dev: true - /babel-preset-jest/27.5.1_@babel+core@7.18.5: + /babel-preset-jest/27.5.1_@babel+core@7.18.10: resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.5 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.10 dev: true /babel-runtime/6.26.0: @@ -10548,13 +10757,6 @@ packages: kind-of: 6.0.3 shallow-clone: 3.0.1 - /clone-regexp/2.2.0: - resolution: {integrity: sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==} - engines: {node: '>=6'} - dependencies: - is-regexp: 2.1.0 - dev: true - /clone-response/1.0.2: resolution: {integrity: sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==} dependencies: @@ -10569,8 +10771,8 @@ packages: engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true - /codemirror/5.65.6: - resolution: {integrity: sha512-zNihMSMoDxK9Gqv9oEyDT8oM51rcRrQ+IEo2zyS48gJByBq5Fj8XuNEguMra+MuIOuh6lkpnLUJeL70DoTt6yw==} + /codemirror/5.65.7: + resolution: {integrity: sha512-zb67cXzgugIQmb6tfD4G11ILjYoMfTjwcjn+cWsa4GewlI2adhR/h3kolkoCQTm1msD/1BuqVTKuO09ELsS++A==} dev: false /collapse-white-space/1.0.6: @@ -10629,13 +10831,8 @@ packages: resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==} dev: true - /colorette/2.0.16: - resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} - dev: false - /colorette/2.0.19: resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==} - dev: true /combined-stream/1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} @@ -10763,8 +10960,8 @@ packages: resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==} dev: true - /connect-history-api-fallback/1.6.0: - resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} + /connect-history-api-fallback/2.0.0: + resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==} engines: {node: '>=0.8'} dev: true @@ -10851,7 +11048,7 @@ packages: toggle-selection: 1.0.6 dev: false - /copy-webpack-plugin/11.0.0_webpack@5.73.0: + /copy-webpack-plugin/11.0.0_webpack@5.74.0: resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -10863,7 +11060,7 @@ packages: normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.0 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /core-js-compat/3.23.1: @@ -10875,6 +11072,7 @@ packages: /core-js-pure/3.23.1: resolution: {integrity: sha512-3qNgf6TqI3U1uhuSYRzJZGfFd4T+YlbyVPl+jgRiKjdZopvG4keZQwWZDAWpu1UH9nCgTpUzIV3GFawC7cJsqg==} + deprecated: core-js-pure@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js-pure. requiresBuild: true /core-js/2.6.12: @@ -10884,6 +11082,7 @@ packages: /core-js/3.23.1: resolution: {integrity: sha512-wfMYHWi1WQjpgZNC9kAlN4ut04TM9fUTdi7CqIoTVM7yaiOUQTklOzfb+oWH3r9edQcT3F887swuVmxrV+CC8w==} + deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: true @@ -10907,6 +11106,7 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 + dev: true /cosmiconfig/7.0.1: resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} @@ -10917,7 +11117,6 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 - dev: true /cp-file/7.0.0: resolution: {integrity: sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==} @@ -11090,7 +11289,7 @@ packages: webpack: 4.46.0 dev: true - /css-loader/6.7.1_webpack@5.73.0: + /css-loader/6.7.1_webpack@5.74.0: resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -11104,7 +11303,7 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.14 postcss-value-parser: 4.2.0 semver: 7.3.7 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /css-select/4.3.0: @@ -11127,7 +11326,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 is-in-browser: 1.1.3 dev: false @@ -11140,14 +11339,6 @@ packages: resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} dev: true - /css/3.0.0: - resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==} - dependencies: - inherits: 2.0.4 - source-map: 0.6.1 - source-map-resolve: 0.6.0 - dev: true - /cssesc/3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} @@ -11581,7 +11772,7 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 csstype: 3.1.0 dev: false @@ -11760,8 +11951,8 @@ packages: tapable: 1.1.3 dev: true - /enhanced-resolve/5.9.3: - resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==} + /enhanced-resolve/5.10.0: + resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.10 @@ -11834,7 +12025,7 @@ packages: is-weakref: 1.0.2 object-inspect: 1.12.2 object-keys: 1.1.1 - object.assign: 4.1.2 + object.assign: 4.1.3 regexp.prototype.flags: 1.4.3 string.prototype.trimend: 1.0.5 string.prototype.trimstart: 1.0.5 @@ -11935,7 +12126,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base/15.0.0_srrmf5la5dmnsfe2mpg6sboreu: + /eslint-config-airbnb-base/15.0.0_jatgrcxl4x7ywe7ak6cnjca2ae: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -11943,14 +12134,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.18.0 - eslint-plugin-import: 2.26.0_eslint@8.18.0 + eslint: 8.21.0 + eslint-plugin-import: 2.26.0_eslint@8.21.0 object.assign: 4.1.2 object.entries: 1.1.5 semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_egamsbadvc6ovgxe5yxurj2cai: + /eslint-config-airbnb/19.0.4_oyn2uifcemcbkyuj2uapcqffk4: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -11960,23 +12151,23 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.18.0 - eslint-config-airbnb-base: 15.0.0_srrmf5la5dmnsfe2mpg6sboreu - eslint-plugin-import: 2.26.0_eslint@8.18.0 - eslint-plugin-jsx-a11y: 6.6.0_eslint@8.18.0 - eslint-plugin-react: 7.30.1_eslint@8.18.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 + eslint: 8.21.0 + eslint-config-airbnb-base: 15.0.0_jatgrcxl4x7ywe7ak6cnjca2ae + eslint-plugin-import: 2.26.0_eslint@8.21.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.21.0 + eslint-plugin-react: 7.30.1_eslint@8.21.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 object.assign: 4.1.2 object.entries: 1.1.5 dev: true - /eslint-config-prettier/8.5.0_eslint@8.18.0: + /eslint-config-prettier/8.5.0_eslint@8.21.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.18.0 + eslint: 8.21.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -12013,7 +12204,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_eslint@8.18.0: + /eslint-plugin-import/2.26.0_eslint@8.21.0: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -12027,7 +12218,7 @@ packages: array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.18.0 + eslint: 8.21.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3_ulu2225r2ychl26a37c6o2rfje has: 1.0.3 @@ -12043,8 +12234,8 @@ packages: - supports-color dev: true - /eslint-plugin-jest/26.5.3_hkaktba3mic4t6mktu5mmyzyhi: - resolution: {integrity: sha512-sICclUqJQnR1bFRZGLN2jnSVsYOsmPYYnroGCIMVSvTS3y8XR3yjzy1EcTQmk6typ5pRgyIWzbjqxK6cZHEZuQ==} + /eslint-plugin-jest/26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i: + resolution: {integrity: sha512-67oh0FKaku9y48OpLzL3uK9ckrgLb83Sp5gxxTbtOGDw9lq6D8jw/Psj/9CipkbK406I2M7mvx1q+pv/MdbvxA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -12056,47 +12247,47 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.29.0_qqmbkyiaixvppdwswpytuf2hgm - '@typescript-eslint/utils': 5.28.0_b5e7v2qnwxfo6hmiq56u52mz3e - eslint: 8.18.0 + '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq + '@typescript-eslint/utils': 5.29.0_qugx7qdu5zevzvxaiqyxfiwquq + eslint: 8.21.0 jest: 27.5.1 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y/6.6.0_eslint@8.18.0: - resolution: {integrity: sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==} + /eslint-plugin-jsx-a11y/6.6.1_eslint@8.21.0: + resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 aria-query: 4.2.2 array-includes: 3.1.5 ast-types-flow: 0.0.7 - axe-core: 4.4.2 + axe-core: 4.4.3 axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.18.0 + eslint: 8.21.0 has: 1.0.3 - jsx-ast-utils: 3.3.1 + jsx-ast-utils: 3.3.3 language-tags: 1.0.5 minimatch: 3.1.2 semver: 6.3.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.18.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.21.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.18.0 + eslint: 8.21.0 dev: true - /eslint-plugin-react/7.30.1_eslint@8.18.0: + /eslint-plugin-react/7.30.1_eslint@8.21.0: resolution: {integrity: sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==} engines: {node: '>=4'} peerDependencies: @@ -12105,7 +12296,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.18.0 + eslint: 8.21.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.0 minimatch: 3.1.2 @@ -12143,13 +12334,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.18.0: + /eslint-utils/3.0.0_eslint@8.21.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.18.0 + eslint: 8.21.0 eslint-visitor-keys: 2.1.0 dev: true @@ -12163,13 +12354,14 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.18.0: - resolution: {integrity: sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==} + /eslint/8.21.0: + resolution: {integrity: sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: '@eslint/eslintrc': 1.3.0 - '@humanwhocodes/config-array': 0.9.5 + '@humanwhocodes/config-array': 0.10.4 + '@humanwhocodes/gitignore-to-minimatch': 1.0.2 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -12177,16 +12369,19 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.18.0 + eslint-utils: 3.0.0_eslint@8.21.0 eslint-visitor-keys: 3.3.0 - espree: 9.3.2 + espree: 9.3.3 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 + find-up: 5.0.0 functional-red-black-tree: 1.0.1 glob-parent: 6.0.2 globals: 13.15.0 + globby: 11.1.0 + grapheme-splitter: 1.0.4 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -12212,12 +12407,12 @@ packages: engines: {node: '>=6'} dev: false - /espree/9.3.2: - resolution: {integrity: sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==} + /espree/9.3.3: + resolution: {integrity: sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.7.1 - acorn-jsx: 5.3.2_acorn@8.7.1 + acorn: 8.8.0 + acorn-jsx: 5.3.2_acorn@8.8.0 eslint-visitor-keys: 3.3.0 dev: true @@ -12255,8 +12450,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 c8: 7.11.3 transitivePeerDependencies: - supports-color @@ -12326,13 +12521,6 @@ packages: strip-final-newline: 2.0.0 dev: true - /execall/2.0.0: - resolution: {integrity: sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==} - engines: {node: '>=8'} - dependencies: - clone-regexp: 2.2.0 - dev: true - /exit/0.1.2: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} @@ -12518,18 +12706,17 @@ packages: resolution: {integrity: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==} dev: true + /fastest-levenshtein/1.0.16: + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} + dev: true + /fastq/1.13.0: resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} dependencies: reusify: 1.0.4 dev: true - /fault/1.0.4: - resolution: {integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==} - dependencies: - format: 0.2.2 - dev: true - /faye-websocket/0.11.4: resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==} engines: {node: '>=0.8.0'} @@ -12580,7 +12767,7 @@ packages: webpack: 4.46.0 dev: true - /file-loader/6.2.0_webpack@5.73.0: + /file-loader/6.2.0_webpack@5.74.0: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -12588,7 +12775,7 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /file-system-cache/1.1.0: @@ -12748,7 +12935,6 @@ packages: dependencies: is-callable: 1.2.4 dev: false - optional: true /for-in/1.0.2: resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} @@ -12763,7 +12949,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_nsapsdlf2mgloyd736rc2bk2vq: + /fork-ts-checker-webpack-plugin/4.1.6_ivdcbprtuxihnrfl74yu7thspu: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -12777,9 +12963,9 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.18.0 + eslint: 8.21.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 @@ -12791,7 +12977,7 @@ packages: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_nsapsdlf2mgloyd736rc2bk2vq: + /fork-ts-checker-webpack-plugin/6.5.2_ivdcbprtuxihnrfl74yu7thspu: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -12805,13 +12991,13 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 '@types/json-schema': 7.0.11 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.18.0 + eslint: 8.21.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.6 @@ -12823,8 +13009,8 @@ packages: webpack: 4.46.0 dev: true - /fork-ts-checker-webpack-plugin/7.2.11_3o2jfq6vfqxns3sz6wn2nnc3ei: - resolution: {integrity: sha512-2e5+NyTUTE1Xq4fWo7KFEQblCaIvvINQwUX3jRmEGlgCTc1Ecqw/975EfQrQ0GEraxJTnp8KB9d/c8hlCHUMJA==} + /fork-ts-checker-webpack-plugin/7.2.13_xnp4kzegbjokq62cajex2ovgkm: + resolution: {integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: typescript: '>3.6.0' @@ -12834,7 +13020,7 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 7.0.1 @@ -12842,11 +13028,12 @@ packages: fs-extra: 10.1.0 memfs: 3.4.6 minimatch: 3.1.2 + node-abort-controller: 3.0.1 schema-utils: 3.1.1 semver: 7.3.7 tapable: 2.2.1 typescript: 4.7.4 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /form-data/3.0.1: @@ -12867,11 +13054,6 @@ packages: mime-types: 2.1.35 dev: true - /format/0.2.2: - resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==} - engines: {node: '>=0.4.x'} - dev: true - /formidable/2.0.1: resolution: {integrity: sha512-rjTMNbp2BpfQShhFbR3Ruk3qk2y9jKpvMW78nJgx8QKtxjDVrwbZG+wvDOmVbifHyOUOQJXxqEy6r0faRrPzTQ==} dependencies: @@ -12892,12 +13074,13 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/6.3.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-tqyEaYfr+7p3rnMcMzdVxWoHLsAfpz7bk6xZljndSEfafQ0BfwlZ/CeFZkEETRFr16w/LxfDKBVhinU66ucDYw==} + /framer-motion/6.5.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-o1BGqqposwi7cgDrtg0dNONhkmPsUFDaLcKXigzuTFC5x58mE8iyTazxSudFzmT6MEyJKfjjU8ItoMe3W+3fiw==} peerDependencies: react: '>=16.8 || ^17.0.0 || ^18.0.0 || 18' react-dom: '>=16.8 || ^17.0.0 || ^18.0.0 || 18' dependencies: + '@motionone/dom': 10.12.0 framesync: 6.0.1 hey-listen: 1.0.8 popmotion: 11.0.3 @@ -13099,11 +13282,6 @@ packages: dev: true optional: true - /get-stdin/8.0.0: - resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} - engines: {node: '>=10'} - dev: true - /get-stream/4.1.0: resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} engines: {node: '>=6'} @@ -13188,7 +13366,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.5 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -13550,10 +13728,6 @@ packages: resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==} dev: false - /highlight.js/10.7.3: - resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} - dev: true - /history/5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: @@ -13607,7 +13781,7 @@ packages: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /html-loader/3.1.2_webpack@5.73.0: + /html-loader/3.1.2_webpack@5.74.0: resolution: {integrity: sha512-9WQlLiAV5N9fCna4MUmBW/ifaUbuFZ2r7IZmtXzhyfyi4zgPEjXsmsYCKs+yT873MzRj+f1WMjuAiPNA7C6Tcw==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -13615,7 +13789,7 @@ packages: dependencies: html-minifier-terser: 6.1.0 parse5: 6.0.1 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /html-minifier-terser/5.1.1: @@ -13673,7 +13847,7 @@ packages: webpack: 4.46.0 dev: true - /html-webpack-plugin/5.5.0_webpack@5.73.0: + /html-webpack-plugin/5.5.0_webpack@5.74.0: resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -13684,7 +13858,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /htmlparser2/6.1.0: @@ -13934,7 +14108,7 @@ packages: mute-stream: 0.0.8 ora: 5.4.1 run-async: 2.4.1 - rxjs: 7.5.5 + rxjs: 7.5.6 string-width: 4.2.3 strip-ansi: 6.0.1 through: 2.3.8 @@ -14191,7 +14365,6 @@ packages: dependencies: has-tostringtag: 1.0.0 dev: false - optional: true /is-glob/3.1.0: resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==} @@ -14318,11 +14491,6 @@ packages: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-regexp/2.1.0: - resolution: {integrity: sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==} - engines: {node: '>=6'} - dev: true - /is-set/2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} dev: true @@ -14371,7 +14539,6 @@ packages: for-each: 0.3.3 has-tostringtag: 1.0.0 dev: false - optional: true /is-typedarray/1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} @@ -14481,8 +14648,8 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.18.5 - '@babel/parser': 7.18.5 + '@babel/core': 7.18.10 + '@babel/parser': 7.18.11 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -14549,7 +14716,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -14599,7 +14766,7 @@ packages: - utf-8-validate dev: true - /jest-cli/27.5.1_ts-node@10.8.1: + /jest-cli/27.5.1_ts-node@10.9.1: resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -14609,14 +14776,14 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.5.1_ts-node@10.8.1 + '@jest/core': 27.5.1_ts-node@10.9.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 27.5.1_ts-node@10.8.1 + jest-config: 27.5.1_ts-node@10.9.1 jest-util: 27.5.1 jest-validate: 27.5.1 prompts: 2.4.2 @@ -14638,10 +14805,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.18.5 + babel-jest: 27.5.1_@babel+core@7.18.10 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -14669,7 +14836,7 @@ packages: - utf-8-validate dev: true - /jest-config/27.5.1_ts-node@10.8.1: + /jest-config/27.5.1_ts-node@10.9.1: resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: @@ -14678,10 +14845,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.18.5 + babel-jest: 27.5.1_@babel+core@7.18.10 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -14702,7 +14869,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu + ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m transitivePeerDependencies: - bufferutil - canvas @@ -14745,7 +14912,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -14763,7 +14930,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 jest-mock: 27.5.1 jest-util: 27.5.1 dev: true @@ -14802,7 +14969,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 16.11.41 + '@types/node': 18.0.0 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 @@ -14824,7 +14991,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -14879,7 +15046,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: @@ -14940,7 +15107,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.10 @@ -15005,7 +15172,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 graceful-fs: 4.2.10 dev: true @@ -15013,16 +15180,16 @@ packages: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@babel/generator': 7.18.2 - '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.10 '@babel/traverse': 7.18.5 '@babel/types': 7.18.4 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.17.1 '@types/prettier': 2.6.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.5 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.10 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.10 @@ -15056,7 +15223,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 chalk: 4.1.2 ci-info: 3.3.2 graceful-fs: 4.2.10 @@ -15081,7 +15248,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.41 + '@types/node': 18.0.0 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -15092,7 +15259,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.11.41 + '@types/node': 18.0.0 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -15127,7 +15294,7 @@ packages: - utf-8-validate dev: true - /jest/27.5.1_ts-node@10.8.1: + /jest/27.5.1_ts-node@10.9.1: resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -15137,9 +15304,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.5.1_ts-node@10.8.1 + '@jest/core': 27.5.1_ts-node@10.9.1 import-local: 3.1.0 - jest-cli: 27.5.1_ts-node@10.8.1 + jest-cli: 27.5.1_ts-node@10.9.1 transitivePeerDependencies: - bufferutil - canvas @@ -15337,121 +15504,121 @@ packages: semver: 5.7.1 dev: false - /jss-plugin-camel-case/10.9.0: - resolution: {integrity: sha512-UH6uPpnDk413/r/2Olmw4+y54yEF2lRIV8XIZyuYpgPYTITLlPOsq6XB9qeqv+75SQSg3KLocq5jUBXW8qWWww==} + /jss-plugin-camel-case/10.9.2: + resolution: {integrity: sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 hyphenate-style-name: 1.0.4 - jss: 10.9.0 + jss: 10.9.2 dev: false - /jss-plugin-compose/10.9.0: - resolution: {integrity: sha512-Q/0FEZhDwGUpf3/b7+PspmMi6MVSlN3YlTDmvrft7I6N346jUpd8MYkYP/6qM1ZMuVj4v8ky/XYqr1v2ganLLg==} + /jss-plugin-compose/10.9.2: + resolution: {integrity: sha512-XvsGar4D791VgOMqbEk1XYY5s84Ew57OMLYjbnTXl3MSaBTvmR5M3dTqQbBquJGp4pLyyqlfTcijfolZII1w4Q==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 tiny-warning: 1.0.3 dev: false - /jss-plugin-default-unit/10.9.0: - resolution: {integrity: sha512-7Ju4Q9wJ/MZPsxfu4T84mzdn7pLHWeqoGd/D8O3eDNNJ93Xc8PxnLmV8s8ZPNRYkLdxZqKtm1nPQ0BM4JRlq2w==} + /jss-plugin-default-unit/10.9.2: + resolution: {integrity: sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 dev: false - /jss-plugin-expand/10.9.0: - resolution: {integrity: sha512-QfZ9jld0HpF1OiYU7cGWQ4q+f6+Wu93mV4X+cA1iVRssiUbSbygwdfZkUwX23UOhS1WWRJeQlLK1aJC94K8/0A==} + /jss-plugin-expand/10.9.2: + resolution: {integrity: sha512-D3PGLUJu3YbHhX6vANooCa1gqfv68wLssDp08wH21YVTCt6u8jWfqkoj9NmPz5ea1Fc0WMoJtofJTlgb6ApZvw==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 dev: false - /jss-plugin-extend/10.9.0: - resolution: {integrity: sha512-xvmosUh3RsKVsm9L14ml6PL3i0Ejj5gB6eo/jTMkGW1kIy42gNXV1EthR8cD5xiowWstnvugQ3JF0pI5+QkPMg==} + /jss-plugin-extend/10.9.2: + resolution: {integrity: sha512-55lXOQ7yyRtrMRYOcWUeZ3Ea4/Cd/oTndvb9j/5O3+E816nRoYbDsqKI8ob0Yx8PnfHBsQN0u10JcLnqq+8aPA==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 tiny-warning: 1.0.3 dev: false - /jss-plugin-global/10.9.0: - resolution: {integrity: sha512-4G8PHNJ0x6nwAFsEzcuVDiBlyMsj2y3VjmFAx/uHk/R/gzJV+yRHICjT4MKGGu1cJq2hfowFWCyrr/Gg37FbgQ==} + /jss-plugin-global/10.9.2: + resolution: {integrity: sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 dev: false - /jss-plugin-nested/10.9.0: - resolution: {integrity: sha512-2UJnDrfCZpMYcpPYR16oZB7VAC6b/1QLsRiAutOt7wJaaqwCBvNsosLEu/fUyKNQNGdvg2PPJFDO5AX7dwxtoA==} + /jss-plugin-nested/10.9.2: + resolution: {integrity: sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 tiny-warning: 1.0.3 dev: false - /jss-plugin-props-sort/10.9.0: - resolution: {integrity: sha512-7A76HI8bzwqrsMOJTWKx/uD5v+U8piLnp5bvru7g/3ZEQOu1+PjHvv7bFdNO3DwNPC9oM0a//KwIJsIcDCjDzw==} + /jss-plugin-props-sort/10.9.2: + resolution: {integrity: sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 dev: false - /jss-plugin-rule-value-function/10.9.0: - resolution: {integrity: sha512-IHJv6YrEf8pRzkY207cPmdbBstBaE+z8pazhPShfz0tZSDtRdQua5jjg6NMz3IbTasVx9FdnmptxPqSWL5tyJg==} + /jss-plugin-rule-value-function/10.9.2: + resolution: {integrity: sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 tiny-warning: 1.0.3 dev: false - /jss-plugin-rule-value-observable/10.9.0: - resolution: {integrity: sha512-/MWVPJVEn41+ofzQdsvH1GR4wusDqFqNnchh/98HVc580MxPy4NVkmUa2SAEpbHhnJ93sCoETZccW3HJKuvH4A==} + /jss-plugin-rule-value-observable/10.9.2: + resolution: {integrity: sha512-SSqBD4s/k2mwsOUg6+LI/oEmvUxokIWi+5bZOyer/2nP4kMxeo3gHURc2yiAEu3v62Sf3GHhgC6pBAugxhLL9A==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 symbol-observable: 1.2.0 dev: false - /jss-plugin-template/10.9.0: - resolution: {integrity: sha512-lxThUvdt0drCi7xhuJWxADWTgLLy1IWCeFO5k+dtba900xJsNg0IGZplpP9w9UpaJsYS3WUwWMXw8Sxn1dobfQ==} + /jss-plugin-template/10.9.2: + resolution: {integrity: sha512-f+ANQg8n+tkYea4Fu1Qt4skv9UJiNllzJB1Ga0QyumDZZJVpCzl8/mbFT1cvQSW7h+yB31GexFYVF3ct5fFGzA==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 tiny-warning: 1.0.3 dev: false - /jss-plugin-vendor-prefixer/10.9.0: - resolution: {integrity: sha512-MbvsaXP7iiVdYVSEoi+blrW+AYnTDvHTW6I6zqi7JcwXdc6I9Kbm234nEblayhF38EftoenbM+5218pidmC5gA==} + /jss-plugin-vendor-prefixer/10.9.2: + resolution: {integrity: sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 css-vendor: 2.0.8 - jss: 10.9.0 + jss: 10.9.2 dev: false - /jss-preset-default/10.9.0: - resolution: {integrity: sha512-Zdsj+R+UTn7OOJ1TFQi+l8PfEL7APSAM6vRPaU8mJywT8OrMjgslMKckFLrgq1k+qk1hJR1ePAMesvZ5aAXGOQ==} + /jss-preset-default/10.9.2: + resolution: {integrity: sha512-HMkTLgYPRjwdiu8n8ZB2VEfpO95cZ5AmmSYvFSvt76MQJMp/xDh6cP49MmZHwMpIvXwNj0LI8Peglgwz+rHKBQ==} dependencies: - '@babel/runtime': 7.18.3 - jss: 10.9.0 - jss-plugin-camel-case: 10.9.0 - jss-plugin-compose: 10.9.0 - jss-plugin-default-unit: 10.9.0 - jss-plugin-expand: 10.9.0 - jss-plugin-extend: 10.9.0 - jss-plugin-global: 10.9.0 - jss-plugin-nested: 10.9.0 - jss-plugin-props-sort: 10.9.0 - jss-plugin-rule-value-function: 10.9.0 - jss-plugin-rule-value-observable: 10.9.0 - jss-plugin-template: 10.9.0 - jss-plugin-vendor-prefixer: 10.9.0 + '@babel/runtime': 7.18.9 + jss: 10.9.2 + jss-plugin-camel-case: 10.9.2 + jss-plugin-compose: 10.9.2 + jss-plugin-default-unit: 10.9.2 + jss-plugin-expand: 10.9.2 + jss-plugin-extend: 10.9.2 + jss-plugin-global: 10.9.2 + jss-plugin-nested: 10.9.2 + jss-plugin-props-sort: 10.9.2 + jss-plugin-rule-value-function: 10.9.2 + jss-plugin-rule-value-observable: 10.9.2 + jss-plugin-template: 10.9.2 + jss-plugin-vendor-prefixer: 10.9.2 dev: false - /jss/10.9.0: - resolution: {integrity: sha512-YpzpreB6kUunQBbrlArlsMpXYyndt9JATbt95tajx0t4MTJJcCJdd4hdNpHmOIDiUJrF/oX5wtVFrS3uofWfGw==} + /jss/10.9.2: + resolution: {integrity: sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 csstype: 3.1.0 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -15472,12 +15639,12 @@ packages: object.assign: 4.1.2 dev: true - /jsx-ast-utils/3.3.1: - resolution: {integrity: sha512-pxrjmNpeRw5wwVeWyEAk7QJu2GnBO3uzPFmHCKJJFPKK2Cy0cWL23krGtLdnMmbIi6/FjlrQpPyfQI19ByPOhQ==} + /jsx-ast-utils/3.3.3: + resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} engines: {node: '>=4.0'} dependencies: array-includes: 3.1.5 - object.assign: 4.1.2 + object.assign: 4.1.3 dev: true /jszip/3.10.0: @@ -15556,8 +15723,8 @@ packages: engines: {node: '>= 8'} dev: true - /knex/2.1.0_sqlite3@5.0.8: - resolution: {integrity: sha512-vVsnD6UJdSJy55TvCXfFF9syfwyXNxfE9mvr2hJL/4Obciy2EPGoqjDpgRSlMruHuPWDOeYAG25nyrGvU+jJog==} + /knex/2.2.0_sqlite3@5.0.11: + resolution: {integrity: sha512-yhm1Qe9Ok0TeXBq3nNHqZYJPrQ4Iw2tq9k/HxjrZ/EWec2ifOjJlkNHr26v8cQrWtk5iG3iwfUazTIWy+VKG5g==} engines: {node: '>=12'} hasBin: true peerDependencies: @@ -15584,7 +15751,7 @@ packages: tedious: optional: true dependencies: - colorette: 2.0.16 + colorette: 2.0.19 commander: 9.3.0 debug: 4.3.4 escalade: 3.1.1 @@ -15596,7 +15763,7 @@ packages: pg-connection-string: 2.5.0 rechoir: 0.8.0 resolve-from: 5.0.0 - sqlite3: 5.0.8 + sqlite3: 5.0.11 tarn: 3.0.2 tildify: 2.0.0 transitivePeerDependencies: @@ -15626,7 +15793,7 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 app-root-dir: 1.0.2 core-js: 3.23.1 dotenv: 8.6.0 @@ -15774,6 +15941,9 @@ packages: p-locate: 5.0.0 dev: true + /lodash-es/4.17.21: + resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} + /lodash.curry/4.1.1: resolution: {integrity: sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==} dev: false @@ -15920,13 +16090,6 @@ packages: resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} engines: {node: '>=8'} - /lowlight/1.20.0: - resolution: {integrity: sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==} - dependencies: - fault: 1.0.4 - highlight.js: 10.7.3 - dev: true - /lru-cache/4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} dependencies: @@ -16447,8 +16610,8 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.43.0_typescript@4.7.4: - resolution: {integrity: sha512-XJylZP0qW3D5WUGWh9FFefJEl3MGG4y1I+/8a833d0eedm6B+GaPm6wPVZNcnlS2YVTagvEgShVJ7ZtY66tTRQ==} + /msw/0.44.2_typescript@4.7.4: + resolution: {integrity: sha512-u8wjzzcMWouoZtuIShCwx4M3wFF5sBAV1f8K4a0WX8kiihFjzl89IKE1VYmTclLyMIwpOq8qQ1HTpuh2BFX/3A==} engines: {node: '>=14'} hasBin: true requiresBuild: true @@ -16458,8 +16621,8 @@ packages: typescript: optional: true dependencies: - '@mswjs/cookies': 0.2.1 - '@mswjs/interceptors': 0.16.6 + '@mswjs/cookies': 0.2.2 + '@mswjs/interceptors': 0.17.3 '@open-draft/until': 1.0.3 '@types/cookie': 0.4.1 '@types/js-levenshtein': 1.1.1 @@ -16568,6 +16731,10 @@ packages: tslib: 2.4.0 dev: true + /node-abort-controller/3.0.1: + resolution: {integrity: sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw==} + dev: true + /node-addon-api/3.2.1: resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} dev: true @@ -16767,8 +16934,8 @@ packages: resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} dev: true - /nx/14.3.6: - resolution: {integrity: sha512-jBgqXEkRalo8PwXJzO4HVNN3P5pqyL5VawyNd34qPl+4t2XlDRqoK0J74i8liPGdKPBB1HjM2K1u+QNF2ROvQA==} + /nx/14.5.4: + resolution: {integrity: sha512-xv1nTaQP6kqVDE4PXcB1tLlgzNAPUHE/2vlqSLgxjNb6colKf0vrEZhVTjhnbqBeJiTb33gUx50bBXkurCkN5w==} hasBin: true requiresBuild: true peerDependencies: @@ -16780,8 +16947,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 14.3.6 - '@nrwl/tao': 14.3.6 + '@nrwl/cli': 14.5.4 + '@nrwl/tao': 14.5.4 '@parcel/watcher': 2.0.4 chalk: 4.1.0 chokidar: 3.5.3 @@ -16852,6 +17019,16 @@ packages: define-properties: 1.1.4 has-symbols: 1.0.3 object-keys: 1.1.1 + dev: true + + /object.assign/4.1.3: + resolution: {integrity: sha512-ZFJnX3zltyjcYJL0RoCJuzb+11zWGyaDbjgxZbdV7rFEcHQuYxrZqhow67aA7xpes6LhojyFDaBKAFfogQrikA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + has-symbols: 1.0.3 + object-keys: 1.1.1 /object.entries/1.1.5: resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} @@ -17197,7 +17374,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -17407,7 +17584,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 dev: true /popmotion/11.0.3: @@ -17527,13 +17704,13 @@ packages: resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.14: + /postcss-safe-parser/6.0.0_postcss@8.4.16: resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.14 + postcss: 8.4.16 dev: true /postcss-selector-parser/6.0.10: @@ -17564,6 +17741,15 @@ packages: source-map-js: 1.0.2 dev: true + /postcss/8.4.16: + resolution: {integrity: sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /preferred-pm/3.0.3: resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} engines: {node: '>=10'} @@ -17634,16 +17820,6 @@ packages: engines: {node: '>= 0.8'} dev: true - /prismjs/1.27.0: - resolution: {integrity: sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==} - engines: {node: '>=6'} - dev: true - - /prismjs/1.28.0: - resolution: {integrity: sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==} - engines: {node: '>=6'} - dev: true - /process-nextick-args/2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} @@ -17922,6 +18098,7 @@ packages: /qs/6.10.5: resolution: {integrity: sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==} engines: {node: '>=0.6'} + deprecated: when using stringify with arrayFormat comma, `[]` is appended on single-item arrays. Upgrade to v6.11.0 or downgrade to v6.10.4 to fix. dependencies: side-channel: 1.0.4 dev: true @@ -17996,7 +18173,7 @@ packages: webpack: 4.46.0 dev: true - /raw-loader/4.0.2_webpack@5.73.0: + /raw-loader/4.0.2_webpack@5.74.0: resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -18004,11 +18181,11 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true - /react-bootstrap/2.4.0_twyhzqqpkwvvgrmyeapdo6i4my: - resolution: {integrity: sha512-dn599jNK1Fg5GGjJH+lQQDwELVzigh/MdusKpB/0el+sCjsO5MZDH5gRMmBjRhC+vb7VlCDr6OXffPIDSkNMLw==} + /react-bootstrap/2.5.0_zxljzmqdrxwnuenbkrz77w74uy: + resolution: {integrity: sha512-j/aLR+okzbYk61TM3eDOU1NqOqnUdwyVrF+ojoCRUxPdzc2R0xXvqyRsjSoyRoCo7n82Fs/LWjPCin/QJNdwvA==} peerDependencies: '@types/react': '>=16.14.8' react: '>=16.14.0 || 18' @@ -18017,10 +18194,10 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@restart/hooks': 0.4.7_react@18.2.0 - '@restart/ui': 1.2.0_biqbaboplfbrettd7655fr4n2y - '@types/react': 18.0.14 + '@restart/ui': 1.3.1_biqbaboplfbrettd7655fr4n2y + '@types/react': 18.0.17 '@types/react-transition-group': 4.4.4 classnames: 2.3.1 dom-helpers: 5.2.1 @@ -18039,7 +18216,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 react: 18.2.0 dev: false @@ -18060,9 +18237,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.18.5 - '@babel/generator': 7.18.2 - '@babel/runtime': 7.18.3 + '@babel/core': 7.18.10 + '@babel/generator': 7.18.12 + '@babel/runtime': 7.18.9 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -18107,7 +18284,7 @@ packages: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-focus-lock/2.9.1_luyos4mouogwq6z3wafb3re4ce: + /react-focus-lock/2.9.1_ug65io7jkbhmo4fihdmbrh3ina: resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -18116,14 +18293,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.18.3 - '@types/react': 18.0.14 + '@babel/runtime': 7.18.9 + '@types/react': 18.0.17 focus-lock: 0.11.2 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6_react@18.2.0 - use-callback-ref: 1.3.0_luyos4mouogwq6z3wafb3re4ce - use-sidecar: 1.1.2_luyos4mouogwq6z3wafb3re4ce + use-callback-ref: 1.3.0_ug65io7jkbhmo4fihdmbrh3ina + use-sidecar: 1.1.2_ug65io7jkbhmo4fihdmbrh3ina dev: false /react-icons/4.4.0_react@18.2.0: @@ -18139,7 +18316,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 || 18 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -18148,6 +18325,9 @@ packages: /react-is/16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + /react-is/16.9.0: + resolution: {integrity: sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==} + /react-is/17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} dev: true @@ -18166,7 +18346,7 @@ packages: react-deep-force-update: 1.1.2 dev: true - /react-redux/8.0.2_42iqcqzqjdyq32nxzztmetzyhu: + /react-redux/8.0.2_76am3hp3mjvgy3cckgdecixdi4: resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -18187,42 +18367,10 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.14 - '@types/use-sync-external-store': 0.0.3 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-is: 18.2.0 - redux: 4.2.0 - use-sync-external-store: 1.2.0_react@18.2.0 - - /react-redux/8.0.2_fzknh3pugl53jp7xsetxkg5ani: - resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} - peerDependencies: - '@types/react': ^16.8 || ^17.0 || ^18.0 - '@types/react-dom': ^16.8 || ^17.0 || ^18.0 - react: ^16.8 || ^17.0 || ^18.0 || 18 - react-dom: ^16.8 || ^17.0 || ^18.0 || 18 - react-native: '>=0.59' - redux: ^4 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - react-dom: - optional: true - react-native: - optional: true - redux: - optional: true - dependencies: - '@babel/runtime': 7.18.3 - '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -18231,7 +18379,7 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-redux/8.0.2_jcbkrypqxz3emsprsw5dchskju: + /react-redux/8.0.2_aaa45f7jnlnm2uprinsrzxzaje: resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -18252,10 +18400,42 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.14 - '@types/react-dom': 18.0.5 + '@types/react': 18.0.17 + '@types/use-sync-external-store': 0.0.3 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-is: 18.2.0 + redux: 4.2.0 + use-sync-external-store: 1.2.0_react@18.2.0 + + /react-redux/8.0.2_ps4ywwwjjeajezffxxirqk36qa: + resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} + peerDependencies: + '@types/react': ^16.8 || ^17.0 || ^18.0 + '@types/react-dom': ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || 18 + react-dom: ^16.8 || ^17.0 || ^18.0 || 18 + react-native: '>=0.59' + redux: ^4 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + react-dom: + optional: true + react-native: + optional: true + redux: + optional: true + dependencies: + '@babel/runtime': 7.18.9 + '@types/hoist-non-react-statics': 3.3.1 + '@types/react': 18.0.17 + '@types/react-dom': 18.0.6 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -18270,7 +18450,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar/2.3.3_luyos4mouogwq6z3wafb3re4ce: + /react-remove-scroll-bar/2.3.3_ug65io7jkbhmo4fihdmbrh3ina: resolution: {integrity: sha512-i9GMNWwpz8XpUpQ6QlevUtFjHGqnPG4Hxs+wlIJntu/xcsZVEpJcIV71K3ZkqNy2q3GfgvkD7y6t/Sv8ofYSbw==} engines: {node: '>=10'} peerDependencies: @@ -18280,13 +18460,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 react: 18.2.0 - react-style-singleton: 2.2.1_luyos4mouogwq6z3wafb3re4ce + react-style-singleton: 2.2.1_ug65io7jkbhmo4fihdmbrh3ina tslib: 2.4.0 dev: false - /react-remove-scroll/2.5.4_luyos4mouogwq6z3wafb3re4ce: + /react-remove-scroll/2.5.4_ug65io7jkbhmo4fihdmbrh3ina: resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==} engines: {node: '>=10'} peerDependencies: @@ -18296,13 +18476,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 react: 18.2.0 - react-remove-scroll-bar: 2.3.3_luyos4mouogwq6z3wafb3re4ce - react-style-singleton: 2.2.1_luyos4mouogwq6z3wafb3re4ce + react-remove-scroll-bar: 2.3.3_ug65io7jkbhmo4fihdmbrh3ina + react-style-singleton: 2.2.1_ug65io7jkbhmo4fihdmbrh3ina tslib: 2.4.0 - use-callback-ref: 1.3.0_luyos4mouogwq6z3wafb3re4ce - use-sidecar: 1.1.2_luyos4mouogwq6z3wafb3re4ce + use-callback-ref: 1.3.0_ug65io7jkbhmo4fihdmbrh3ina + use-sidecar: 1.1.2_ug65io7jkbhmo4fihdmbrh3ina dev: false /react-router-dom/6.3.0_biqbaboplfbrettd7655fr4n2y: @@ -18326,15 +18506,15 @@ packages: react: 18.2.0 dev: false - /react-select/5.3.2_sukxovx4mwg6d6626r5e3rv5k4: - resolution: {integrity: sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ==} + /react-select/5.4.0_dvp6wxm7rs4sirs67lhxth6k7q: + resolution: {integrity: sha512-CjE9RFLUvChd5SdlfG4vqxZd55AZJRrLrHzkQyTYeHlpOztqcgnyftYAolJ0SGsBev6zAs6qFrjm6KU3eo2hzg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 '@emotion/cache': 11.9.3 - '@emotion/react': 11.9.3_7eu627umq2cbnjxmysy5yb5jqq + '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema '@types/react-transition-group': 4.4.4 memoize-one: 5.2.1 prop-types: 15.8.1 @@ -18356,7 +18536,7 @@ packages: react-is: 18.2.0 dev: true - /react-style-singleton/2.2.1_luyos4mouogwq6z3wafb3re4ce: + /react-style-singleton/2.2.1_ug65io7jkbhmo4fihdmbrh3ina: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -18366,26 +18546,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 tslib: 2.4.0 dev: false - /react-syntax-highlighter/15.5.0_react@18.2.0: - resolution: {integrity: sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==} - peerDependencies: - react: '>= 0.14.0 || 18' - dependencies: - '@babel/runtime': 7.18.3 - highlight.js: 10.7.3 - lowlight: 1.20.0 - prismjs: 1.28.0 - react: 18.2.0 - refractor: 3.6.0 - dev: true - /react-test-renderer/18.2.0_react@18.2.0: resolution: {integrity: sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==} peerDependencies: @@ -18414,7 +18581,7 @@ packages: react: '>=16.6.0 || 18' react-dom: '>=16.6.0 || 18' dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -18585,15 +18752,7 @@ packages: /redux/4.2.0: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: - '@babel/runtime': 7.18.3 - - /refractor/3.6.0: - resolution: {integrity: sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==} - dependencies: - hastscript: 6.0.0 - parse-entities: 2.0.0 - prismjs: 1.27.0 - dev: true + '@babel/runtime': 7.18.9 /regenerate-unicode-properties/10.0.1: resolution: {integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==} @@ -18616,7 +18775,7 @@ packages: /regenerator-transform/0.15.0: resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.18.9 dev: true /regex-not/1.0.2: @@ -18640,8 +18799,8 @@ packages: engines: {node: '>=8'} dev: true - /regexpu-core/5.0.1: - resolution: {integrity: sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==} + /regexpu-core/5.1.0: + resolution: {integrity: sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 @@ -18911,19 +19070,19 @@ packages: sprintf-js: 1.1.2 optional: true - /rollup-plugin-terser/7.0.2_rollup@2.75.7: + /rollup-plugin-terser/7.0.2_rollup@2.77.3: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: rollup: ^2.0.0 dependencies: '@babel/code-frame': 7.16.7 jest-worker: 26.6.2 - rollup: 2.75.7 + rollup: 2.77.3 serialize-javascript: 4.0.0 terser: 5.14.1 dev: true - /rollup-plugin-typescript2/0.32.1_okefoyb4o5sittgqayreuhurei: + /rollup-plugin-typescript2/0.32.1_u7uwnjpwzdscdmf57dt35g5b44: resolution: {integrity: sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==} peerDependencies: rollup: '>=1.26.3' @@ -18933,13 +19092,13 @@ packages: find-cache-dir: 3.3.2 fs-extra: 10.1.0 resolve: 1.22.1 - rollup: 2.75.7 + rollup: 2.77.3 tslib: 2.4.0 typescript: 4.7.4 dev: true - /rollup/2.75.7: - resolution: {integrity: sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==} + /rollup/2.77.3: + resolution: {integrity: sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -18968,8 +19127,8 @@ packages: aproba: 1.2.0 dev: true - /rxjs/7.5.5: - resolution: {integrity: sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==} + /rxjs/7.5.6: + resolution: {integrity: sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==} dependencies: tslib: 2.4.0 @@ -19079,8 +19238,8 @@ packages: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /selenium-webdriver/4.3.0: - resolution: {integrity: sha512-9XFr8w95BO7jageR61AtiB83fJNem3fdtOQcUpqIIDHWSxihomyG/yBlL1H4y/shi/dO/Ai3PJMAOG+OW3+JHw==} + /selenium-webdriver/4.4.0: + resolution: {integrity: sha512-Du+/xfpvNi9zHAeYgXhOWN9yH0hph+cuX+hHDBr7d+SbtQVcfNJwBzLsbdHrB1Wh7MHXFuIkSG88A9TRRQUx3g==} engines: {node: '>= 10.15.0'} dependencies: jszip: 3.10.0 @@ -19492,14 +19651,6 @@ packages: urix: 0.1.0 dev: true - /source-map-resolve/0.6.0: - resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==} - deprecated: See https://github.com/lydell/source-map-resolve#deprecated - dependencies: - atob: 2.1.2 - decode-uri-component: 0.2.0 - dev: true - /source-map-support/0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: @@ -19604,8 +19755,8 @@ packages: resolution: {integrity: sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==} optional: true - /sqlite3/5.0.8: - resolution: {integrity: sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==} + /sqlite3/5.0.11: + resolution: {integrity: sha512-4akFOr7u9lJEeAWLJxmwiV43DJcGV7w3ab7SjQFAFaTVyknY3rZjvXTKIVtWqUoY4xwhjwoHKYs2HDW2SoHVsA==} requiresBuild: true peerDependenciesMeta: node-gyp: @@ -19636,6 +19787,7 @@ packages: /stable/0.1.8: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} + deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' dev: true /stack-utils/2.0.5: @@ -19864,13 +20016,13 @@ packages: webpack: 4.46.0 dev: true - /style-loader/3.3.1_webpack@5.73.0: + /style-loader/3.3.1_webpack@5.74.0: resolution: {integrity: sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /style-search/0.1.0: @@ -19913,31 +20065,31 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-prettier/9.0.3_stylelint@14.9.1: + /stylelint-config-prettier/9.0.3_stylelint@14.10.0: resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.9.1 + stylelint: 14.10.0 dev: true - /stylelint-config-recommended/7.0.0_stylelint@14.9.1: + /stylelint-config-recommended/7.0.0_stylelint@14.10.0: resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.9.1 + stylelint: 14.10.0 dev: true - /stylelint-config-standard/25.0.0_stylelint@14.9.1: + /stylelint-config-standard/25.0.0_stylelint@14.10.0: resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.9.1 - stylelint-config-recommended: 7.0.0_stylelint@14.9.1 + stylelint: 14.10.0 + stylelint-config-recommended: 7.0.0_stylelint@14.10.0 dev: true /stylelint-config-styled-components/0.1.1: @@ -19955,22 +20107,20 @@ packages: - supports-color dev: true - /stylelint/14.9.1: - resolution: {integrity: sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==} + /stylelint/14.10.0: + resolution: {integrity: sha512-VAmyKrEK+wNFh9R8mNqoxEFzaa4gsHGhcT4xgkQDuOA5cjF6CaNS8loYV7gpi4tIZBPUyXesotPXzJAMN8VLOQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: - '@csstools/selector-specificity': 2.0.1_444rcjjorr3kpoqtvoodsr46pu + '@csstools/selector-specificity': 2.0.2_pnx64jze6bptzcedy5bidi3zdi balanced-match: 2.0.0 colord: 2.9.2 cosmiconfig: 7.0.1 css-functions-list: 3.1.0 debug: 4.3.4 - execall: 2.0.0 fast-glob: 3.2.11 - fastest-levenshtein: 1.0.12 + fastest-levenshtein: 1.0.16 file-entry-cache: 6.0.1 - get-stdin: 8.0.0 global-modules: 2.0.0 globby: 11.1.0 globjoin: 0.1.4 @@ -19985,10 +20135,10 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.14 + postcss: 8.4.16 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.14 + postcss-safe-parser: 6.0.0_postcss@8.4.16 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -20016,8 +20166,8 @@ packages: transitivePeerDependencies: - supports-color - /superagent/7.1.6: - resolution: {integrity: sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==} + /superagent/8.0.0: + resolution: {integrity: sha512-iudipXEel+SzlP9y29UBWGDjB+Zzag+eeA1iLosaR2YHBRr1Q1kC29iBrF2zIVD9fqVbpZnXkN/VJmwFMVyNWg==} engines: {node: '>=6.4.0 <13 || >=14'} dependencies: component-emitter: 1.3.0 @@ -20035,12 +20185,12 @@ packages: - supports-color dev: true - /supertest/6.2.3: - resolution: {integrity: sha512-3GSdMYTMItzsSYjnIcljxMVZKPW1J9kYHZY+7yLfD0wpPwww97GeImZC1oOk0S5+wYl2niJwuFusBJqwLqYM3g==} - engines: {node: '>=6.0.0'} + /supertest/6.2.4: + resolution: {integrity: sha512-M8xVnCNv+q2T2WXVzxDECvL2695Uv2uUj2O0utxsld/HRyJvOU8W9f1gvsYxSNU4wmIe0/L/ItnpU4iKq0emDA==} + engines: {node: '>=6.4.0'} dependencies: methods: 1.1.2 - superagent: 7.1.6 + superagent: 8.0.0 transitivePeerDependencies: - supports-color dev: true @@ -20224,7 +20374,7 @@ packages: - bluebird dev: true - /terser-webpack-plugin/5.3.3_webpack@5.73.0: + /terser-webpack-plugin/5.3.3_webpack@5.74.0: resolution: {integrity: sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -20245,7 +20395,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 terser: 5.14.1 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /terser/4.8.0: @@ -20253,7 +20403,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - acorn: 8.7.1 + acorn: 8.8.0 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 @@ -20453,7 +20603,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/27.1.5_7giygfzd3xe4pjz4ngu3nwlqbm: + /ts-jest/27.1.5_5ad62742t534jpseix4ezmbr64: resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -20474,7 +20624,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.10 '@types/jest': 27.5.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -20488,40 +20638,6 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest/27.1.5_fddvm4zdts2kttulaik7bnebje: - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.18.5 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.7 - typescript: 4.7.4 - yargs-parser: 20.2.9 - dev: true - /ts-jest/27.1.5_mqaoisgizytgigbr3gbjwvnjie: resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -20556,8 +20672,42 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-node/10.8.1_qqpsu5gwjto2muvbbvmj4ndcmu: - resolution: {integrity: sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==} + /ts-jest/27.1.5_yimvri5xxiu7oetotjr3m5ivle: + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: '*' + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.18.10 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.1 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.7 + typescript: 4.7.4 + yargs-parser: 20.2.9 + dev: true + + /ts-node/10.9.1_ow5yu25silzxcp7pmv7jv4j54m: + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' @@ -20575,7 +20725,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 16.11.41 + '@types/node': 16.11.47 acorn: 8.7.1 acorn-walk: 8.2.0 arg: 4.1.3 @@ -20763,8 +20913,8 @@ packages: peerDependencies: react: '>=15.0.0 || 18' dependencies: - '@babel/runtime': 7.18.3 - '@types/react': 18.0.14 + '@babel/runtime': 7.18.9 + '@types/react': 18.0.17 invariant: 2.2.4 react: 18.2.0 react-lifecycles-compat: 3.0.4 @@ -20963,7 +21113,7 @@ packages: querystring: 0.2.0 dev: true - /use-callback-ref/1.3.0_luyos4mouogwq6z3wafb3re4ce: + /use-callback-ref/1.3.0_ug65io7jkbhmo4fihdmbrh3ina: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -20973,12 +21123,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 react: 18.2.0 tslib: 2.4.0 dev: false - /use-sidecar/1.1.2_luyos4mouogwq6z3wafb3re4ce: + /use-sidecar/1.1.2_ug65io7jkbhmo4fihdmbrh3ina: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -20988,7 +21138,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.14 + '@types/react': 18.0.17 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.4.0 @@ -21038,7 +21188,6 @@ packages: safe-buffer: 5.2.1 which-typed-array: 1.1.8 dev: false - optional: true /utila/0.4.0: resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==} @@ -21232,7 +21381,6 @@ packages: optionalDependencies: '@zxing/text-encoding': 0.9.0 dev: false - optional: true /web-namespaces/1.1.4: resolution: {integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==} @@ -21251,7 +21399,7 @@ packages: engines: {node: '>=10.4'} dev: true - /webpack-cli/4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju: + /webpack-cli/4.10.0_r5zkyi3k4cwcnn76n4wwxu6434: resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -21272,9 +21420,9 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_77l47gmqkrqiei5z7sbwz5iaj4 + '@webpack-cli/configtest': 1.2.0_5v66e2inugklgvlh4huuavolfq '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 - '@webpack-cli/serve': 1.7.0_b6kp5g2s4uywsci7bb7pbu5to4 + '@webpack-cli/serve': 1.7.0_7r45by5oyo7ronrzgeqf7j6vxq colorette: 2.0.19 commander: 7.2.0 cross-spawn: 7.0.3 @@ -21282,12 +21430,12 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-dev-server: 4.9.2_77l47gmqkrqiei5z7sbwz5iaj4 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq webpack-merge: 5.8.0 dev: true - /webpack-cli/4.10.0_webpack@5.73.0: + /webpack-cli/4.10.0_webpack@5.74.0: resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -21308,7 +21456,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_77l47gmqkrqiei5z7sbwz5iaj4 + '@webpack-cli/configtest': 1.2.0_5v66e2inugklgvlh4huuavolfq '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 '@webpack-cli/serve': 1.7.0_webpack-cli@4.10.0 colorette: 2.0.19 @@ -21318,7 +21466,7 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 webpack-merge: 5.8.0 dev: true @@ -21336,7 +21484,7 @@ packages: webpack-log: 2.0.0 dev: true - /webpack-dev-middleware/5.3.3_webpack@5.73.0: + /webpack-dev-middleware/5.3.3_webpack@5.74.0: resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -21347,11 +21495,11 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.73.0_webpack-cli@4.10.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true - /webpack-dev-server/4.9.2_77l47gmqkrqiei5z7sbwz5iaj4: - resolution: {integrity: sha512-H95Ns95dP24ZsEzO6G9iT+PNw4Q7ltll1GfJHV4fKphuHWgKFzGHWi4alTlTnpk1SPPk41X+l2RB7rLfIhnB9Q==} + /webpack-dev-server/4.10.0_5v66e2inugklgvlh4huuavolfq: + resolution: {integrity: sha512-7dezwAs+k6yXVFZ+MaL8VnE+APobiO3zvpp3rBHe/HmWQ+avwh0Q3d0xxacOiBybZZ3syTZw9HXzpa3YNbAZDQ==} engines: {node: '>= 12.13.0'} hasBin: true peerDependencies: @@ -21373,7 +21521,7 @@ packages: chokidar: 3.5.3 colorette: 2.0.19 compression: 1.7.4 - connect-history-api-fallback: 1.6.0 + connect-history-api-fallback: 2.0.0 default-gateway: 6.0.3 express: 4.18.1 graceful-fs: 4.2.10 @@ -21388,9 +21536,9 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.73.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju - webpack-dev-middleware: 5.3.3_webpack@5.73.0 + webpack: 5.74.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-dev-middleware: 5.3.3_webpack@5.74.0 ws: 8.8.0 transitivePeerDependencies: - bufferutil @@ -21493,8 +21641,8 @@ packages: - supports-color dev: true - /webpack/5.73.0: - resolution: {integrity: sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==} + /webpack/5.74.0: + resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -21512,7 +21660,7 @@ packages: acorn-import-assertions: 1.8.0_acorn@8.7.1 browserslist: 4.20.4 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.9.3 + enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 @@ -21524,7 +21672,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.3_webpack@5.73.0 + terser-webpack-plugin: 5.3.3_webpack@5.74.0 watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -21533,8 +21681,8 @@ packages: - uglify-js dev: true - /webpack/5.73.0_webpack-cli@4.10.0: - resolution: {integrity: sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==} + /webpack/5.74.0_webpack-cli@4.10.0: + resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -21552,7 +21700,7 @@ packages: acorn-import-assertions: 1.8.0_acorn@8.7.1 browserslist: 4.20.4 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.9.3 + enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 @@ -21564,9 +21712,9 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.3_webpack@5.73.0 + terser-webpack-plugin: 5.3.3_webpack@5.74.0 watchpack: 2.4.0 - webpack-cli: 4.10.0_hnfkmnck6ti4dm6ulhhz44v2ju + webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -21650,7 +21798,6 @@ packages: has-tostringtag: 1.0.0 is-typed-array: 1.1.9 dev: false - optional: true /which/1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==}