From 762a0c5a87edce79293c3cf5d4205a0a5a995951 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 08:44:51 -0500 Subject: [PATCH] fix(deps): update all non-major dependencies (#1326) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- extension/package.json | 34 +- package.json | 20 +- .../examples/tree/package.json | 12 +- packages/d3-state-visualizer/package.json | 18 +- packages/d3tooltip/package.json | 16 +- packages/map2tree/package.json | 20 +- packages/react-base16-styling/package.json | 20 +- packages/react-dock/demo/package.json | 20 +- packages/react-dock/package.json | 24 +- .../react-json-tree/examples/package.json | 20 +- packages/react-json-tree/package.json | 32 +- packages/redux-devtools-app/package.json | 36 +- .../redux-devtools-chart-monitor/package.json | 20 +- packages/redux-devtools-cli/package.json | 38 +- .../redux-devtools-dock-monitor/package.json | 18 +- .../redux-devtools-extension/package.json | 16 +- .../demo/package.json | 24 +- .../package.json | 26 +- .../package.json | 30 +- .../demo/package.json | 26 +- .../package.json | 24 +- .../redux-devtools-instrument/package.json | 22 +- .../redux-devtools-log-monitor/package.json | 18 +- packages/redux-devtools-remote/package.json | 18 +- .../demo/package.json | 32 +- .../package.json | 36 +- .../redux-devtools-serialize/package.json | 22 +- .../examples/todomvc/package.json | 20 +- .../package.json | 20 +- packages/redux-devtools-ui/package.json | 40 +- packages/redux-devtools-utils/package.json | 24 +- .../examples/counter/package.json | 20 +- .../examples/todomvc/package.json | 20 +- packages/redux-devtools/package.json | 26 +- pnpm-lock.yaml | 5658 +++++++++-------- 35 files changed, 3353 insertions(+), 3117 deletions(-) diff --git a/extension/package.json b/extension/package.json index ea2c5d41..dc857114 100644 --- a/extension/package.json +++ b/extension/package.json @@ -45,7 +45,7 @@ "react-is": "^18.2.0", "react-json-tree": "^0.18.0", "react-redux": "^8.0.5", - "redux": "^4.2.0", + "redux": "^4.2.1", "redux-persist": "^6.0.0", "styled-components": "^5.3.6" }, @@ -57,10 +57,10 @@ "@babel/register": "^7.18.9", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/chrome": "^0.0.206", + "@types/chrome": "^0.0.213", "@types/lodash": "^4.14.191", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "babel-loader": "^9.1.2", "chromedriver": "^108.0.0", @@ -68,28 +68,28 @@ "cpy-cli": "^4.2.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "electron": "^22.0.0", - "eslint": "^8.31.0", + "electron": "^22.2.1", + "eslint": "^8.34.0", "eslint-config-airbnb": "^19.0.4", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsx-a11y": "^6.6.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", - "immutable": "^4.2.2", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", + "fork-ts-checker-webpack-plugin": "^7.3.0", + "immutable": "^4.2.4", + "jest": "^29.4.3", + "jest-environment-jsdom": "^29.4.3", "pug-html-loader": "^1.1.5", "raw-loader": "^4.0.2", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", - "rimraf": "^4.1.0", - "selenium-webdriver": "^4.7.1", + "rimraf": "^4.1.2", + "selenium-webdriver": "^4.8.0", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" } diff --git a/package.json b/package.json index 292bb7b1..18b0545c 100644 --- a/package.json +++ b/package.json @@ -4,18 +4,18 @@ "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@changesets/cli": "^2.26.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.3.1", - "prettier": "2.8.2", - "typescript": "~4.9.4", - "nx": "^15.4.5", - "@nrwl/nx-cloud": "^15.0.2" + "jest": "^29.4.3", + "prettier": "2.8.4", + "typescript": "~4.9.5", + "nx": "^15.7.0", + "@nrwl/nx-cloud": "^15.0.3" }, "scripts": { "format": "prettier --write .", @@ -39,7 +39,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.22.0", + "packageManager": "pnpm@7.27.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 c46d31ec..fdeb1865 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -32,17 +32,17 @@ "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.18", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@types/node": "^18.13.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index fa03d2a3..32a185a1 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -40,11 +40,11 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@types/d3": "^7.4.0", - "d3": "^7.8.0", + "d3": "^7.8.2", "d3tooltip": "^3.0.0", - "deepmerge": "^4.2.2", + "deepmerge": "^4.3.0", "map2tree": "^3.0.0", "ramda": "^0.28.0" }, @@ -54,12 +54,12 @@ "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/ramda": "^0.28.20", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/ramda": "^0.28.23", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "rimraf": "^4.1.2", + "typescript": "~4.9.5" } } diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 1c8e007e..dac8cdf5 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -36,7 +36,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.7" + "@babel/runtime": "^7.20.13" }, "devDependencies": { "@babel/cli": "^7.20.7", @@ -45,16 +45,16 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/d3": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "d3": "^7.8.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "d3": "^7.8.2", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "@types/d3": "^7.4.0", - "d3": "^7.8.0" + "d3": "^7.8.2" } } diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 1df52985..2a6e8062 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -40,7 +40,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "lodash": "^4.17.21" }, "devDependencies": { @@ -49,17 +49,17 @@ "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "immutable": "^4.2.2", - "jest": "^29.3.1", - "rimraf": "^4.1.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "immutable": "^4.2.4", + "jest": "^29.4.3", + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" } } diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index c6337284..401aad3c 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.20.7", + "@babel/runtime": "^7.20.13", "@types/base16": "^1.0.2", "@types/lodash": "^4.14.191", "base16": "^1.0.0", @@ -55,17 +55,17 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/color": "^3.0.3", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", - "rimraf": "^4.1.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "jest": "^29.4.3", + "jest-environment-jsdom": "^29.4.3", + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" } } diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index fb04466e..1141121c 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.7.0", + "react-bootstrap": "^2.7.2", "react-dock": "^0.6.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", @@ -23,22 +23,22 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 73b9fe1e..01388841 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@types/lodash": "^4.14.191", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", @@ -53,24 +53,24 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.26", + "@types/react": "^18.0.28", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", + "jest": "^29.4.3", + "jest-environment-jsdom": "^29.4.3", "react": "^18.2.0", "react-test-renderer": "^18.2.0", - "rimraf": "^4.1.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index a93c8f92..e1339bf5 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -19,7 +19,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "immutable": "^4.2.2", + "immutable": "^4.2.4", "react": "^18.2.0", "react-base16-styling": "^0.9.1", "react-dom": "^18.2.0", @@ -30,21 +30,21 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 89596c13..cb04d1c5 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -45,7 +45,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@types/lodash": "^4.14.191", "react-base16-styling": "^0.9.1" }, @@ -58,29 +58,29 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.3", - "@rollup/plugin-commonjs": "^24.0.0", + "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-terser": "^0.3.0", - "@types/jest": "^29.2.5", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", + "@rollup/plugin-terser": "^0.4.0", + "@types/jest": "^29.4.0", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.3.1", + "jest": "^29.4.3", "react": "^18.2.0", "react-test-renderer": "^18.2.0", - "rimraf": "^4.1.0", - "rollup": "^3.9.1", + "rimraf": "^4.1.2", + "rollup": "^3.15.0", "rollup-plugin-typescript2": "^0.34.1", - "ts-jest": "^29.0.3", - "tslib": "^2.4.1", - "typescript": "~4.9.4" + "ts-jest": "^29.0.5", + "tslib": "^2.5.0", + "typescript": "~4.9.5" }, "peerDependencies": { "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 517b6b57..410964e9 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.20.7", + "@babel/runtime": "^7.20.13", "@redux-devtools/chart-monitor": "^4.0.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.2", @@ -50,7 +50,7 @@ "@redux-devtools/rtk-query-monitor": "^3.1.1", "@redux-devtools/slider-monitor": "^4.0.0", "@redux-devtools/ui": "^1.3.0", - "@reduxjs/toolkit": "^1.9.1", + "@reduxjs/toolkit": "^1.9.2", "@types/prop-types": "^15.7.5", "d3-state-visualizer": "^2.0.0", "javascript-stringify": "^2.1.0", @@ -62,9 +62,9 @@ "react-icons": "^4.7.1", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "redux": "^4.2.0", + "redux": "^4.2.1", "redux-persist": "^6.0.0", - "socketcluster-client": "^17.1.0" + "socketcluster-client": "^17.1.1" }, "devDependencies": { "@babel/cli": "^7.20.7", @@ -77,40 +77,40 @@ "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.191", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/socketcluster-client": "^16.0.0", "@types/styled-components": "^5.1.26", "@types/testing-library__jest-dom": "^5.14.5", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.0", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", + "jest": "^29.4.3", + "jest-environment-jsdom": "^29.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "rimraf": "^4.1.0", + "rimraf": "^4.1.2", "style-loader": "^3.3.1", "styled-components": "^5.3.6", - "ts-jest": "^29.0.3", + "ts-jest": "^29.0.5", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index befe6c2a..6cdc4142 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -39,10 +39,10 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@types/redux-devtools-themes": "^1.0.0", "d3-state-visualizer": "^2.0.0", - "deepmerge": "^4.2.2", + "deepmerge": "^4.3.0", "redux-devtools-themes": "^1.0.0" }, "devDependencies": { @@ -54,17 +54,17 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/react": "^18.0.28", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index c68997e0..a01cdecd 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -41,27 +41,27 @@ "node": "^14.13.1 || ^16.13.0 || >= 18.12.0" }, "dependencies": { - "@apollo/server": "^4.3.0", + "@apollo/server": "^4.3.3", "@redux-devtools/app": "^2.1.3", - "@types/react": "^18.0.26", + "@types/react": "^18.0.28", "body-parser": "^1.20.1", "chalk": "^5.2.0", "cors": "^2.8.5", "cross-spawn": "^7.0.3", - "electron": "^22.0.0", + "electron": "^22.2.1", "express": "^4.18.2", "get-port": "^6.1.2", "graphql": "^16.6.0", - "knex": "^2.4.0", + "knex": "^2.4.2", "lodash-es": "^4.17.21", - "minimist": "^1.2.7", + "minimist": "^1.2.8", "morgan": "^1.10.0", - "open": "^8.4.0", + "open": "^8.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "semver": "^7.3.8", - "socketcluster-server": "^17.2.0", + "socketcluster-server": "^17.3.1", "sqlite3": "^5.1.4", "styled-components": "^5.3.6", "uuid": "^9.0.0" @@ -70,29 +70,29 @@ "@types/body-parser": "^1.19.2", "@types/cors": "^2.8.13", "@types/cross-spawn": "^6.0.2", - "@types/express": "^4.17.15", - "@types/jest": "^29.2.5", + "@types/express": "^4.17.17", + "@types/jest": "^29.4.0", "@types/lodash-es": "^4.17.6", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.4", - "@types/node": "^18.11.18", + "@types/node": "^18.13.0", "@types/semver": "^7.3.13", "@types/socketcluster-client": "^16.0.0", - "@types/socketcluster-server": "^16.1.0", + "@types/socketcluster-server": "^16.1.1", "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^9.0.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "jest": "^29.3.1", + "jest": "^29.4.3", "ncp": "^2.0.0", - "rimraf": "^4.1.0", - "socketcluster-client": "^17.1.0", + "rimraf": "^4.1.2", + "socketcluster-client": "^17.1.1", "supertest": "^6.3.3", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" } } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 6205fb84..5d5b8cd0 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@types/prop-types": "^15.7.5", "parse-key": "^0.2.1", "prop-types": "^15.8.1", @@ -57,17 +57,17 @@ "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", - "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/react": "^18.0.28", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index cd1eb7df..be395991 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -29,8 +29,8 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.7", - "immutable": "^4.2.2" + "@babel/runtime": "^7.20.13", + "immutable": "^4.2.4" }, "devDependencies": { "@babel/cli": "^7.20.7", @@ -39,13 +39,13 @@ "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "redux": "^3.1.0 || ^4.0.0" 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 02f3cb5f..9e3bf6c4 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -15,14 +15,14 @@ "@redux-devtools/inspector-monitor": "^3.0.0", "@redux-devtools/inspector-monitor-test-tab": "^1.0.0", "@redux-devtools/ui": "^1.3.0", - "immutable": "^4.2.2", + "immutable": "^4.2.4", "lodash.shuffle": "^4.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.6.1", - "redux": "^4.2.0", + "react-router-dom": "^6.8.1", + "redux": "^4.2.1", "redux-logger": "^3.0.6", "styled-components": "^5.3.6" }, @@ -32,26 +32,26 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/redux-logger": "^3.0.9", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index 07b05f48..7db29e40 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.20.7", + "@babel/runtime": "^7.20.13", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "es6template": "^1.0.5", @@ -66,26 +66,26 @@ "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^13.4.0", "@types/es6template": "^1.0.1", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/jsan": "^3.1.2", "@types/object-path": "^0.11.1", - "@types/react": "^18.0.26", + "@types/react": "^18.0.28", "@types/simple-diff": "^1.6.1", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", + "jest": "^29.4.3", + "jest-environment-jsdom": "^29.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index d934bd7a..ac7a0e2c 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/runtime": "^7.20.7", - "@types/chrome": "^0.0.206", + "@babel/runtime": "^7.20.13", + "@types/chrome": "^0.0.213", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -52,28 +52,28 @@ "@testing-library/react": "^13.4.0", "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", - "@types/jest": "^29.2.5", - "@types/node": "^18.11.18", + "@types/jest": "^29.4.0", + "@types/node": "^18.13.0", "@types/path-browserify": "^1.0.0", - "@types/react": "^18.0.26", + "@types/react": "^18.0.28", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", + "jest": "^29.4.3", + "jest-environment-jsdom": "^29.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index b8b6bb87..e4cd9bde 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -14,14 +14,14 @@ "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/inspector-monitor": "^3.0.0", "base16": "^1.0.0", - "immutable": "^4.2.2", + "immutable": "^4.2.4", "lodash.shuffle": "^4.2.0", "react": "^18.2.0", - "react-bootstrap": "^2.7.0", + "react-bootstrap": "^2.7.2", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.6.1", - "redux": "^4.2.0", + "react-router-dom": "^6.8.1", + "redux": "^4.2.1", "redux-logger": "^3.0.6" }, "devDependencies": { @@ -31,23 +31,23 @@ "@babel/preset-typescript": "^7.18.6", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/redux-logger": "^3.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index 59cf2a06..32f8e266 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -35,17 +35,17 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@types/dragula": "^3.7.1", "@types/lodash": "^4.14.191", "@types/prop-types": "^15.7.5", "dateformat": "^5.0.3", "hex-rgba": "^1.0.2", - "immutable": "^4.2.2", + "immutable": "^4.2.4", "javascript-stringify": "^2.1.0", "jsondiffpatch": "^0.4.1", - "jss": "^10.9.2", - "jss-preset-default": "^10.9.2", + "jss": "^10.10.0", + "jss-preset-default": "^10.10.0", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1", @@ -66,19 +66,19 @@ "@types/hex-rgba": "^1.0.1", "@types/history": "^4.7.11", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.26", + "@types/react": "^18.0.28", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 129e158a..c7268472 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "lodash": "^4.17.21" }, "devDependencies": { @@ -51,20 +51,20 @@ "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", - "@types/node": "^18.11.18", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/node": "^18.13.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "jest": "^29.3.1", - "redux": "^4.2.0", - "rimraf": "^4.1.0", + "jest": "^29.4.3", + "redux": "^4.2.1", + "rimraf": "^4.1.2", "rxjs": "^7.8.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" }, "peerDependencies": { "redux": "^3.4.0 || ^4.0.0" diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index be63db8c..ad9c639b 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.20.7", + "@babel/runtime": "^7.20.13", "@types/lodash.debounce": "^4.0.7", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -59,17 +59,17 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/react": "^18.0.28", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index e05fe712..6669a49d 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -41,13 +41,13 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@redux-devtools/instrument": "^2.1.0", "@redux-devtools/utils": "^2.0.0", "jsan": "^3.1.14", "querystring": "^0.2.1", "rn-host-detect": "^1.2.0", - "socketcluster-client": "^17.1.0" + "socketcluster-client": "^17.1.1" }, "devDependencies": { "@babel/cli": "^7.20.7", @@ -57,16 +57,16 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/node": "^18.11.18", + "@types/node": "^18.13.0", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "redux": "^3.5.2 || ^4.0.0" diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 8263ce38..d6ef5a79 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -10,23 +10,23 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.20.7", - "@chakra-ui/react": "^2.4.6", + "@babel/runtime": "^7.20.13", + "@chakra-ui/react": "^2.5.0", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", - "@mswjs/data": "^0.11.0", + "@mswjs/data": "^0.11.2", "@redux-devtools/core": "^3.13.0", "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^3.1.0", - "@reduxjs/toolkit": "^1.9.1", - "framer-motion": "^8.2.4", - "msw": "^1.0.0", + "@reduxjs/toolkit": "^1.9.2", + "framer-motion": "^8.5.5", + "msw": "^1.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.6.1", + "react-router-dom": "^6.8.1", "styled-components": "^5.3.6" }, "devDependencies": { @@ -36,25 +36,25 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index a71a0ca1..ae1a548d 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.20.7", + "@babel/runtime": "^7.20.13", "@redux-devtools/ui": "^1.3.0", "@types/lodash": "^4.14.191", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "hex-rgba": "^1.0.2", - "immutable": "^4.2.2", - "jss": "^10.9.2", - "jss-preset-default": "^10.9.2", + "immutable": "^4.2.4", + "jss": "^10.10.0", + "jss-preset-default": "^10.10.0", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1", @@ -68,33 +68,33 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.9.1", + "@reduxjs/toolkit": "^1.9.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/react": "^18.0.28", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", + "jest": "^29.4.3", + "jest-environment-jsdom": "^29.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.9.1", + "@reduxjs/toolkit": "^1.9.2", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 91b8c5b7..54ea9c23 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -37,7 +37,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "jsan": "^3.1.14" }, "devDependencies": { @@ -47,20 +47,20 @@ "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "immutable": "^4.2.2", - "jest": "^29.3.1", - "rimraf": "^4.1.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "immutable": "^4.2.4", + "jest": "^29.4.3", + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" }, "peerDependencies": { - "immutable": "^4.2.2" + "immutable": "^4.2.4" } } diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index b678a696..f369a60e 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -25,7 +25,7 @@ "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "redux": "^4.2.0", + "redux": "^4.2.1", "styled-components": "^5.3.6", "todomvc-app-css": "^2.4.2" }, @@ -35,26 +35,26 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^18.11.18", + "@types/node": "^18.13.0", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index e29f0330..4e1e9aa5 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.20.7", + "@babel/runtime": "^7.20.13", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -47,18 +47,18 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 01f813ef..5be6f455 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -42,10 +42,10 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@rjsf/core": "^4.2.3", "@types/base16": "^1.0.2", - "@types/codemirror": "^5.60.6", + "@types/codemirror": "^5.60.7", "@types/json-schema": "^7.0.11", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -67,42 +67,42 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@storybook/addon-essentials": "^6.5.15", - "@storybook/builder-webpack5": "^6.5.15", - "@storybook/manager-webpack5": "^6.5.15", - "@storybook/react": "^6.5.15", - "@testing-library/dom": "^8.19.1", + "@storybook/addon-essentials": "^6.5.16", + "@storybook/builder-webpack5": "^6.5.16", + "@storybook/manager-webpack5": "^6.5.16", + "@storybook/react": "^6.5.16", + "@testing-library/dom": "^8.20.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/color": "^3.0.3", - "@types/jest": "^29.2.5", - "@types/react": "^18.0.26", + "@types/jest": "^29.4.0", + "@types/react": "^18.0.28", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "csstype": "^3.1.1", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.3.1", - "jest-environment-jsdom": "^29.3.1", + "jest": "^29.4.3", + "jest-environment-jsdom": "^29.4.3", "ncp": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "require-from-string": "^2.0.2", - "rimraf": "^4.1.0", + "rimraf": "^4.1.2", "styled-components": "^5.3.6", - "stylelint": "^15.0.0", - "stylelint-config-prettier": "^9.0.4", + "stylelint": "^15.1.0", + "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^30.0.1", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5", "webpack": "^5.75.0" }, "peerDependencies": { diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index fb9c0341..b33c7fa8 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -32,16 +32,16 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@redux-devtools/core": "^3.13.1", "@redux-devtools/serialize": "^0.4.1", "@types/get-params": "^0.1.0", "get-params": "^0.1.2", - "immutable": "^4.2.2", + "immutable": "^4.2.4", "jsan": "^3.1.14", "lodash": "^4.17.21", - "nanoid": "^4.0.0", - "redux": "^4.2.0" + "nanoid": "^4.0.1", + "redux": "^4.2.1" }, "devDependencies": { "@babel/cli": "^7.20.7", @@ -52,17 +52,17 @@ "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", "@types/lodash": "^4.14.191", - "@types/node": "^18.11.18", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/node": "^18.13.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "rimraf": "^4.1.0", - "typescript": "~4.9.4" + "rimraf": "^4.1.2", + "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", - "immutable": "^4.2.2", - "redux": "^4.2.0" + "immutable": "^4.2.4", + "redux": "^4.2.1" } } diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 5aac1c1c..67aaad7f 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -26,7 +26,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "redux": "^4.2.0", + "redux": "^4.2.1", "redux-thunk": "^2.4.2" }, "devDependencies": { @@ -34,23 +34,23 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.18", + "@types/node": "^18.13.0", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 29a45b3e..5c776919 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -39,7 +39,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "redux": "^4.2.0", + "redux": "^4.2.1", "todomvc-app-css": "^2.4.2" }, "devDependencies": { @@ -48,25 +48,25 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^18.11.18", + "@types/node": "^18.13.0", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.10", + "@types/react": "^18.0.28", + "@types/react-dom": "^18.0.11", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.31.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "fork-ts-checker-webpack-plugin": "^7.2.14", + "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.9.4", + "typescript": "~4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 97b0b90a..8fd284e2 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.7", + "@babel/runtime": "^7.20.13", "@redux-devtools/instrument": "^2.1.0", "@types/prop-types": "^15.7.5", "lodash": "^4.17.21", @@ -55,25 +55,25 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.5", + "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", - "@types/node": "^18.11.18", - "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.48.0", - "@typescript-eslint/parser": "^5.48.0", - "eslint": "^8.31.0", + "@types/node": "^18.13.0", + "@types/react": "^18.0.28", + "@typescript-eslint/eslint-plugin": "^5.52.0", + "@typescript-eslint/parser": "^5.52.0", + "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.3.1", + "jest": "^29.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "redux": "^4.2.0", - "rimraf": "^4.1.0", - "ts-jest": "^29.0.3", - "typescript": "~4.9.4" + "redux": "^4.2.1", + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "typescript": "~4.9.5" }, "peerDependencies": { "react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 075facd5..e626c975 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,34 +10,34 @@ importers: '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@changesets/cli': ^2.26.0 - '@nrwl/nx-cloud': ^15.0.2 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@nrwl/nx-cloud': ^15.0.3 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - jest: ^29.3.1 - nx: ^15.4.5 - prettier: 2.8.2 - typescript: ~4.9.4 + jest: ^29.4.3 + nx: ^15.7.0 + prettier: 2.8.4 + typescript: ~4.9.5 devDependencies: '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@changesets/cli': 2.26.0 - '@nrwl/nx-cloud': 15.0.2 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - jest: 29.3.1 - nx: 15.4.5 - prettier: 2.8.2 - typescript: 4.9.4 + '@nrwl/nx-cloud': 15.0.3 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + jest: 29.4.3 + nx: 15.7.0 + prettier: 2.8.4 + typescript: 4.9.5 extension: specifiers: @@ -56,11 +56,11 @@ importers: '@redux-devtools/utils': ^2.0.0 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 - '@types/chrome': ^0.0.206 + '@types/chrome': ^0.0.213 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.191 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/styled-components': ^5.1.26 babel-loader: ^9.1.2 chromedriver: ^108.0.0 @@ -68,18 +68,18 @@ importers: cpy-cli: ^4.2.0 cross-env: ^7.0.3 css-loader: ^6.7.3 - electron: ^22.0.0 - eslint: ^8.31.0 + electron: ^22.2.1 + eslint: ^8.34.0 eslint-config-airbnb: ^19.0.4 - eslint-plugin-import: ^2.26.0 - eslint-plugin-jsx-a11y: ^6.6.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-import: ^2.27.5 + eslint-plugin-jsx-a11y: ^6.7.1 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 file-loader: ^6.2.0 - fork-ts-checker-webpack-plugin: ^7.2.14 - immutable: ^4.2.2 - jest: ^29.3.1 - jest-environment-jsdom: ^29.3.1 + fork-ts-checker-webpack-plugin: ^7.3.0 + immutable: ^4.2.4 + jest: ^29.4.3 + jest-environment-jsdom: ^29.4.3 jsan: ^3.1.14 localforage: ^1.10.0 lodash: ^4.17.21 @@ -93,15 +93,15 @@ importers: react-redux: ^8.0.5 react-transform-catch-errors: ^1.0.2 react-transform-hmr: ^1.0.4 - redux: ^4.2.0 + redux: ^4.2.1 redux-persist: ^6.0.0 - rimraf: ^4.1.0 - selenium-webdriver: ^4.7.1 + rimraf: ^4.1.2 + selenium-webdriver: ^4.8.0 sinon-chrome: ^3.0.1 style-loader: ^3.3.1 styled-components: ^5.3.6 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + ts-jest: ^29.0.5 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 dependencies: @@ -122,9 +122,9 @@ importers: react-icons: 4.7.1_react@18.2.0 react-is: 18.2.0 react-json-tree: link:../packages/react-json-tree - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 - redux: 4.2.0 - redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 + react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy + redux: 4.2.1 + redux-persist: 6.0.0_react@18.2.0+redux@4.2.1 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: '@babel/core': 7.20.12 @@ -134,10 +134,10 @@ importers: '@babel/register': 7.18.9_@babel+core@7.20.12 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.206 + '@types/chrome': 0.0.213 '@types/lodash': 4.14.191 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm chromedriver: 108.0.0 @@ -145,28 +145,28 @@ importers: cpy-cli: 4.2.0 cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - electron: 22.0.0 - eslint: 8.31.0 - eslint-config-airbnb: 19.0.4_kdrd7zxcgo7evu26hvr6zfy33i - eslint-plugin-import: 2.26.0_eslint@8.31.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + electron: 22.2.1 + eslint: 8.34.0 + eslint-config-airbnb: 19.0.4_hbw3smywoiafix46yjc35xsaqq + eslint-plugin-import: 2.27.5_eslint@8.34.0 + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 file-loader: 6.2.0_webpack@5.75.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi - immutable: 4.2.2 - jest: 29.3.1 - jest-environment-jsdom: 29.3.1 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u + immutable: 4.2.4 + jest: 29.4.3 + jest-environment-jsdom: 29.4.3 pug-html-loader: 1.1.5 raw-loader: 4.0.2_webpack@5.75.0 react-transform-catch-errors: 1.0.2 react-transform-hmr: 1.0.4 - rimraf: 4.1.0 - selenium-webdriver: 4.7.1 + rimraf: 4.1.2 + selenium-webdriver: 4.8.0 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.75.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_webpack@5.75.0 @@ -177,60 +177,60 @@ importers: '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@types/d3': ^7.4.0 - '@types/ramda': ^0.28.20 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - d3: ^7.8.0 + '@types/ramda': ^0.28.23 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + d3: ^7.8.2 d3tooltip: ^3.0.0 - deepmerge: ^4.2.2 - eslint: ^8.31.0 + deepmerge: ^4.3.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 map2tree: ^3.0.0 ramda: ^0.28.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/d3': 7.4.0 - d3: 7.8.0 + d3: 7.8.2 d3tooltip: link:../d3tooltip - deepmerge: 4.2.2 + deepmerge: 4.3.0 map2tree: link:../map2tree ramda: 0.28.0 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/ramda': 0.28.20 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - rimraf: 4.1.0 - typescript: 4.9.4 + '@types/ramda': 0.28.23 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + rimraf: 4.1.2 + typescript: 4.9.5 packages/d3-state-visualizer/examples/tree: specifiers: '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.11.18 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@types/node': ^18.13.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 d3-state-visualizer: ^2.0.0 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 map2tree: ^3.0.0 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 @@ -241,17 +241,17 @@ importers: '@babel/core': 7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/node': 18.11.18 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@types/node': 18.13.0 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -263,31 +263,31 @@ importers: '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@types/d3': ^7.4.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - d3: ^7.8.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + d3: ^7.8.2 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/d3': 7.4.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - d3: 7.8.0 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - rimraf: 4.1.0 - typescript: 4.9.4 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + d3: 7.8.2 + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + rimraf: 4.1.2 + typescript: 4.9.5 packages/map2tree: specifiers: @@ -296,41 +296,41 @@ importers: '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 - '@types/jest': ^29.2.5 + '@babel/runtime': ^7.20.13 + '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - immutable: ^4.2.2 - jest: ^29.3.1 + immutable: ^4.2.4 + jest: ^29.4.3 lodash: ^4.17.21 - rimraf: ^4.1.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + rimraf: ^4.1.2 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 lodash: 4.17.21 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/lodash': 4.14.191 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - immutable: 4.2.2 - jest: 29.3.1 - rimraf: 4.1.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + immutable: 4.2.4 + jest: 29.4.3 + rimraf: 4.1.2 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/react-base16-styling: specifiers: @@ -340,28 +340,28 @@ importers: '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@types/base16': ^1.0.2 '@types/color': ^3.0.3 - '@types/jest': ^29.2.5 + '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 '@types/lodash.curry': ^4.1.7 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 base16: ^1.0.0 color: ^4.2.3 csstype: ^3.1.1 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - jest: ^29.3.1 - jest-environment-jsdom: ^29.3.1 + jest: ^29.4.3 + jest-environment-jsdom: ^29.4.3 lodash.curry: ^4.1.1 - rimraf: ^4.1.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + rimraf: ^4.1.2 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/base16': 1.0.2 '@types/lodash': 4.14.191 base16: 1.0.0 @@ -371,23 +371,23 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/color': 3.0.3 - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - jest: 29.3.1 - jest-environment-jsdom: 29.3.1 - rimraf: 4.1.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + jest: 29.4.3 + jest-environment-jsdom: 29.4.3 + rimraf: 4.1.2 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/react-dock: specifiers: @@ -398,31 +398,31 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 - '@types/jest': ^29.2.5 + '@babel/runtime': ^7.20.13 + '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - jest: ^29.3.1 - jest-environment-jsdom: ^29.3.1 + jest: ^29.4.3 + jest-environment-jsdom: ^29.4.3 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 react: ^18.2.0 react-test-renderer: ^18.2.0 - rimraf: ^4.1.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + rimraf: ^4.1.2 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/lodash': 4.14.191 '@types/prop-types': 15.7.5 lodash.debounce: 4.0.8 @@ -430,29 +430,29 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.26 + '@types/react': 18.0.28 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - jest: 29.3.1 - jest-environment-jsdom: 29.3.1 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + jest: 29.4.3 + jest-environment-jsdom: 29.4.3 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 - rimraf: 4.1.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + rimraf: 4.1.2 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/react-dock/demo: specifiers: @@ -460,35 +460,35 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.11.18 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/node': ^18.13.0 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 react: ^18.2.0 - react-bootstrap: ^2.7.0 + react-bootstrap: ^2.7.2 react-dock: ^0.6.0 react-dom: ^18.2.0 react-icons: ^4.7.1 react-is: ^18.2.0 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: react: 18.2.0 - react-bootstrap: 2.7.0_ib3m5ricvtkl2cll7qpr2f6lvq + react-bootstrap: 2.7.2_zula6vjvt3wdocc4mwcxqa6nzi react-dock: link:.. react-dom: 18.2.0_react@18.2.0 react-icons: 4.7.1_react@18.2.0 @@ -499,22 +499,22 @@ importers: '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/node': 18.11.18 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/node': 18.13.0 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -528,69 +528,69 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@rollup/plugin-babel': ^6.0.3 - '@rollup/plugin-commonjs': ^24.0.0 + '@rollup/plugin-commonjs': ^24.0.1 '@rollup/plugin-node-resolve': ^15.0.1 - '@rollup/plugin-terser': ^0.3.0 - '@types/jest': ^29.2.5 + '@rollup/plugin-terser': ^0.4.0 + '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.18 - '@types/react': ^18.0.26 + '@types/node': ^18.13.0 + '@types/react': ^18.0.28 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - jest: ^29.3.1 + jest: ^29.4.3 react: ^18.2.0 react-base16-styling: ^0.9.1 react-test-renderer: ^18.2.0 - rimraf: ^4.1.0 - rollup: ^3.9.1 + rimraf: ^4.1.2 + rollup: ^3.15.0 rollup-plugin-typescript2: ^0.34.1 - ts-jest: ^29.0.3 - tslib: ^2.4.1 - typescript: ~4.9.4 + ts-jest: ^29.0.5 + tslib: ^2.5.0 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/lodash': 4.14.191 react-base16-styling: link:../react-base16-styling devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@rollup/plugin-babel': 6.0.3_2l6eqm5ksmys5vhtxa73rmqufy - '@rollup/plugin-commonjs': 24.0.0_rollup@3.9.1 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.9.1 - '@rollup/plugin-terser': 0.3.0_rollup@3.9.1 - '@types/jest': 29.2.5 - '@types/node': 18.11.18 - '@types/react': 18.0.26 + '@rollup/plugin-babel': 6.0.3_kr63qssm7gqzntdkv6nc73jyxi + '@rollup/plugin-commonjs': 24.0.1_rollup@3.15.0 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.15.0 + '@rollup/plugin-terser': 0.4.0_rollup@3.15.0 + '@types/jest': 29.4.0 + '@types/node': 18.13.0 + '@types/react': 18.0.28 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - jest: 29.3.1_@types+node@18.11.18 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + jest: 29.4.3_@types+node@18.13.0 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 - rimraf: 4.1.0 - rollup: 3.9.1 - rollup-plugin-typescript2: 0.34.1_esmavzhadgk2idmxtiodxm33ma - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - tslib: 2.4.1 - typescript: 4.9.4 + rimraf: 4.1.2 + rollup: 3.15.0 + rollup-plugin-typescript2: 0.34.1_xswiuafr57fmdlvfpvse52fe3e + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + tslib: 2.5.0 + typescript: 4.9.5 packages/react-json-tree/examples: specifiers: @@ -598,31 +598,31 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.11.18 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@types/node': ^18.13.0 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 - immutable: ^4.2.2 + immutable: ^4.2.4 react: ^18.2.0 react-base16-styling: ^0.9.1 react-dom: ^18.2.0 react-json-tree: ^0.18.0 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: - immutable: 4.2.2 + immutable: 4.2.4 react: 18.2.0 react-base16-styling: link:../../react-base16-styling react-dom: 18.2.0_react@18.2.0 @@ -632,21 +632,21 @@ importers: '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/node': 18.11.18 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@types/node': 18.13.0 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -660,32 +660,32 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/instrument': ^2.1.0 - '@types/jest': ^29.2.5 + '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.18 + '@types/node': ^18.13.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@types/react': ^18.0.28 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - jest: ^29.3.1 + jest: ^29.4.3 lodash: ^4.17.21 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 react-redux: ^8.0.5 - redux: ^4.2.0 - rimraf: ^4.1.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + redux: ^4.2.1 + rimraf: ^4.1.2 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@redux-devtools/instrument': link:../redux-devtools-instrument '@types/prop-types': 15.7.5 lodash: 4.17.21 @@ -693,30 +693,30 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/lodash': 4.14.191 - '@types/node': 18.11.18 - '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - jest: 29.3.1_@types+node@18.11.18 + '@types/node': 18.13.0 + '@types/react': 18.0.28 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + jest: 29.4.3_@types+node@18.13.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_lyglh7ra5csqnudbq3lr4zb6du - redux: 4.2.0 - rimraf: 4.1.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + react-redux: 8.0.5_s372u7p65oq7za7vcs4kbbft3q + redux: 4.2.1 + rimraf: 4.1.2 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/redux-devtools-app: specifiers: @@ -727,7 +727,7 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/chart-monitor': ^4.0.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.2 @@ -737,39 +737,39 @@ importers: '@redux-devtools/rtk-query-monitor': ^3.1.1 '@redux-devtools/slider-monitor': ^4.0.0 '@redux-devtools/ui': ^1.3.0 - '@reduxjs/toolkit': ^1.9.1 + '@reduxjs/toolkit': ^1.9.2 '@rjsf/core': ^4.2.3 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 - '@types/jest': ^29.2.5 + '@types/jest': ^29.4.0 '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.18 + '@types/node': ^18.13.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/socketcluster-client': ^16.0.0 '@types/styled-components': ^5.1.26 '@types/testing-library__jest-dom': ^5.14.5 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 css-loader: ^6.7.3 d3-state-visualizer: ^2.0.0 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-loader: ^4.2.0 html-webpack-plugin: ^5.5.0 javascript-stringify: ^2.1.0 - jest: ^29.3.1 - jest-environment-jsdom: ^29.3.1 + jest: ^29.4.3 + jest-environment-jsdom: ^29.4.3 jsan: ^3.1.14 jsondiffpatch: ^0.4.1 localforage: ^1.10.0 @@ -780,20 +780,20 @@ importers: react-icons: ^4.7.1 react-is: ^18.2.0 react-redux: ^8.0.5 - redux: ^4.2.0 + redux: ^4.2.1 redux-persist: ^6.0.0 - rimraf: ^4.1.0 - socketcluster-client: ^17.1.0 + rimraf: ^4.1.2 + socketcluster-client: ^17.1.1 style-loader: ^3.3.1 styled-components: ^5.3.6 - ts-jest: ^29.0.3 + ts-jest: ^29.0.5 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@redux-devtools/chart-monitor': link:../redux-devtools-chart-monitor '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor @@ -803,7 +803,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.9.1_k4ae6lp43ej6mezo3ztvx6pykq + '@reduxjs/toolkit': 1.9.2_k4ae6lp43ej6mezo3ztvx6pykq '@types/prop-types': 15.7.5 d3-state-visualizer: link:../d3-state-visualizer javascript-stringify: 2.1.0 @@ -814,14 +814,14 @@ importers: prop-types: 15.8.1 react-icons: 4.7.1_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 - redux: 4.2.0 - redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 - socketcluster-client: 17.1.0 + react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy + redux: 4.2.1 + redux-persist: 6.0.0_react@18.2.0+redux@4.2.1 + socketcluster-client: 17.1.1 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 @@ -829,40 +829,40 @@ importers: '@rjsf/core': 4.2.3_react@18.2.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 '@types/lodash': 4.14.191 - '@types/node': 18.11.18 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/node': 18.13.0 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/socketcluster-client': 16.0.0 '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-loader: 4.2.0_webpack@5.75.0 html-webpack-plugin: 5.5.0_webpack@5.75.0 - jest: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 - jest-environment-jsdom: 29.3.1 + jest: 29.4.3_ucpl6toqp57nqodtp3vxxi6g5a + jest-environment-jsdom: 29.4.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - rimraf: 4.1.0 + rimraf: 4.1.2 style-loader: 3.3.1_webpack@5.75.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -876,125 +876,125 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/core': ^3.13.1 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 d3-state-visualizer: ^2.0.0 - deepmerge: ^4.2.2 - eslint: ^8.31.0 + deepmerge: ^4.3.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 react: ^18.2.0 - redux: ^4.2.0 + redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/redux-devtools-themes': 1.0.0 d3-state-visualizer: link:../d3-state-visualizer - deepmerge: 4.2.2 + deepmerge: 4.3.0 redux-devtools-themes: 1.0.0 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools - '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + '@types/react': 18.0.28 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 react: 18.2.0 - redux: 4.2.0 - rimraf: 4.1.0 - typescript: 4.9.4 + redux: 4.2.1 + rimraf: 4.1.2 + typescript: 4.9.5 packages/redux-devtools-cli: specifiers: - '@apollo/server': ^4.3.0 + '@apollo/server': ^4.3.3 '@redux-devtools/app': ^2.1.3 '@types/body-parser': ^1.19.2 '@types/cors': ^2.8.13 '@types/cross-spawn': ^6.0.2 - '@types/express': ^4.17.15 - '@types/jest': ^29.2.5 + '@types/express': ^4.17.17 + '@types/jest': ^29.4.0 '@types/lodash-es': ^4.17.6 '@types/minimist': ^1.2.2 '@types/morgan': ^1.9.4 - '@types/node': ^18.11.18 - '@types/react': ^18.0.26 + '@types/node': ^18.13.0 + '@types/react': ^18.0.28 '@types/semver': ^7.3.13 '@types/socketcluster-client': ^16.0.0 - '@types/socketcluster-server': ^16.1.0 + '@types/socketcluster-server': ^16.1.1 '@types/styled-components': ^5.1.26 '@types/supertest': ^2.0.12 '@types/uuid': ^9.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 body-parser: ^1.20.1 chalk: ^5.2.0 cors: ^2.8.5 cross-spawn: ^7.0.3 - electron: ^22.0.0 - eslint: ^8.31.0 + electron: ^22.2.1 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 express: ^4.18.2 get-port: ^6.1.2 graphql: ^16.6.0 - jest: ^29.3.1 - knex: ^2.4.0 + jest: ^29.4.3 + knex: ^2.4.2 lodash-es: ^4.17.21 - minimist: ^1.2.7 + minimist: ^1.2.8 morgan: ^1.10.0 ncp: ^2.0.0 - open: ^8.4.0 + open: ^8.4.1 react: ^18.2.0 react-dom: ^18.2.0 react-is: ^18.2.0 - rimraf: ^4.1.0 + rimraf: ^4.1.2 semver: ^7.3.8 - socketcluster-client: ^17.1.0 - socketcluster-server: ^17.2.0 + socketcluster-client: ^17.1.1 + socketcluster-server: ^17.3.1 sqlite3: ^5.1.4 styled-components: ^5.3.6 supertest: ^6.3.3 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + ts-jest: ^29.0.5 + typescript: ~4.9.5 uuid: ^9.0.0 dependencies: - '@apollo/server': 4.3.0_graphql@16.6.0 + '@apollo/server': 4.3.3_graphql@16.6.0 '@redux-devtools/app': link:../redux-devtools-app - '@types/react': 18.0.26 + '@types/react': 18.0.28 body-parser: 1.20.1 chalk: 5.2.0 cors: 2.8.5 cross-spawn: 7.0.3 - electron: 22.0.0 + electron: 22.2.1 express: 4.18.2 get-port: 6.1.2 graphql: 16.6.0 - knex: 2.4.0_sqlite3@5.1.4 + knex: 2.4.2_sqlite3@5.1.4 lodash-es: 4.17.21 - minimist: 1.2.7 + minimist: 1.2.8 morgan: 1.10.0 - open: 8.4.0 + open: 8.4.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 semver: 7.3.8 - socketcluster-server: 17.2.0 + socketcluster-server: 17.3.1 sqlite3: 5.1.4 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba uuid: 9.0.0 @@ -1002,30 +1002,30 @@ importers: '@types/body-parser': 1.19.2 '@types/cors': 2.8.13 '@types/cross-spawn': 6.0.2 - '@types/express': 4.17.15 - '@types/jest': 29.2.5 + '@types/express': 4.17.17 + '@types/jest': 29.4.0 '@types/lodash-es': 4.17.6 '@types/minimist': 1.2.2 '@types/morgan': 1.9.4 - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/semver': 7.3.13 '@types/socketcluster-client': 16.0.0 - '@types/socketcluster-server': 16.1.0 + '@types/socketcluster-server': 16.1.1 '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 9.0.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - jest: 29.3.1_@types+node@18.11.18 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + jest: 29.4.3_@types+node@18.13.0 ncp: 2.0.0 - rimraf: 4.1.0 - socketcluster-client: 17.1.0 + rimraf: 4.1.2 + socketcluster-client: 17.1.1 supertest: 6.3.3 - ts-jest: 29.0.3_p6ekqnroyms5nhqbfxosryz7rm - typescript: 4.9.4 + ts-jest: 29.0.5_orzzknleilowtsz34rkaotjvzm + typescript: 4.9.5 packages/redux-devtools-dock-monitor: specifiers: @@ -1036,26 +1036,26 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/core': ^3.13.1 '@types/parse-key': ^0.2.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@types/react': ^18.0.28 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 parse-key: ^0.2.1 prop-types: ^15.8.1 react: ^18.2.0 react-dock: ^0.6.0 - redux: ^4.2.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + redux: ^4.2.1 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/prop-types': 15.7.5 parse-key: 0.2.1 prop-types: 15.8.1 @@ -1063,24 +1063,24 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 - '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + '@types/react': 18.0.28 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 react: 18.2.0 - redux: 4.2.0 - rimraf: 4.1.0 - typescript: 4.9.4 + redux: 4.2.1 + rimraf: 4.1.2 + typescript: 4.9.5 packages/redux-devtools-extension: specifiers: @@ -1090,32 +1090,32 @@ importers: '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@babel/runtime': ^7.20.13 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - immutable: ^4.2.2 - redux: ^4.2.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + immutable: ^4.2.4 + redux: ^4.2.1 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 - immutable: 4.2.2 + '@babel/runtime': 7.20.13 + immutable: 4.2.4 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - redux: 4.2.0 - rimraf: 4.1.0 - typescript: 4.9.4 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + redux: 4.2.1 + rimraf: 4.1.2 + typescript: 4.9.5 packages/redux-devtools-inspector-monitor: specifiers: @@ -1126,7 +1126,7 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/core': ^3.13.1 '@types/dateformat': ^5.0.0 '@types/dragula': ^3.7.1 @@ -1135,44 +1135,44 @@ importers: '@types/lodash': ^4.14.191 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/react-dragula': ^1.1.0 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 dateformat: ^5.0.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 - immutable: ^4.2.2 + immutable: ^4.2.4 javascript-stringify: ^2.1.0 jsondiffpatch: ^0.4.1 - jss: ^10.9.2 - jss-preset-default: ^10.9.2 + jss: ^10.10.0 + jss-preset-default: ^10.10.0 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 react: ^18.2.0 react-base16-styling: ^0.9.1 react-dragula: ^1.1.17 react-json-tree: ^0.18.0 - redux: ^4.2.0 + redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/dragula': 3.7.1 '@types/lodash': 4.14.191 '@types/prop-types': 15.7.5 dateformat: 5.0.3 hex-rgba: 1.0.2 - immutable: 4.2.2 + immutable: 4.2.4 javascript-stringify: 2.1.0 jsondiffpatch: 0.4.1 - jss: 10.9.2 - jss-preset-default: 10.9.2 + jss: 10.10.0 + jss-preset-default: 10.10.0 lodash.debounce: 4.0.8 prop-types: 15.8.1 react-base16-styling: link:../react-base16-styling @@ -1182,7 +1182,7 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 @@ -1192,19 +1192,19 @@ importers: '@types/hex-rgba': 1.0.1 '@types/history': 4.7.11 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.26 + '@types/react': 18.0.28 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 react: 18.2.0 - redux: 4.2.0 - rimraf: 4.1.0 - typescript: 4.9.4 + redux: 4.2.1 + rimraf: 4.1.2 + typescript: 4.9.5 packages/redux-devtools-inspector-monitor-test-tab: specifiers: @@ -1215,42 +1215,42 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@redux-devtools/ui': ^1.3.0 '@testing-library/react': ^13.4.0 '@types/es6template': ^1.0.1 - '@types/jest': ^29.2.5 + '@types/jest': ^29.4.0 '@types/jsan': ^3.1.2 '@types/object-path': ^0.11.1 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/simple-diff': ^1.6.1 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 es6template: ^1.0.5 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 - jest: ^29.3.1 - jest-environment-jsdom: ^29.3.1 + jest: ^29.4.3 + jest-environment-jsdom: ^29.4.3 jsan: ^3.1.14 object-path: ^0.11.8 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 react-icons: ^4.7.1 - redux: ^4.2.0 - rimraf: ^4.1.0 + redux: ^4.2.1 + rimraf: ^4.1.2 simple-diff: ^1.6.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 es6template: 1.0.5 @@ -1263,7 +1263,7 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 @@ -1272,26 +1272,26 @@ importers: '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/es6template': 1.0.1 - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/jsan': 3.1.2 '@types/object-path': 0.11.1 - '@types/react': 18.0.26 + '@types/react': 18.0.28 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - jest: 29.3.1 - jest-environment-jsdom: 29.3.1 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + jest: 29.4.3 + jest-environment-jsdom: 29.4.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - redux: 4.2.0 - rimraf: 4.1.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + redux: 4.2.1 + rimraf: 4.1.2 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: @@ -1305,36 +1305,36 @@ importers: '@redux-devtools/inspector-monitor-test-tab': ^1.0.0 '@redux-devtools/ui': ^1.3.0 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^18.11.18 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/node': ^18.13.0 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/redux-logger': ^3.0.9 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 - immutable: ^4.2.2 + immutable: ^4.2.4 lodash.shuffle: ^4.2.0 react: ^18.2.0 react-dom: ^18.2.0 react-is: ^18.2.0 react-redux: ^8.0.5 - react-router-dom: ^6.6.1 - redux: ^4.2.0 + react-router-dom: ^6.8.1 + redux: ^4.2.1 redux-logger: ^3.0.6 style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 @@ -1344,14 +1344,14 @@ importers: '@redux-devtools/inspector-monitor': link:../../redux-devtools-inspector-monitor '@redux-devtools/inspector-monitor-test-tab': link:.. '@redux-devtools/ui': link:../../redux-devtools-ui - immutable: 4.2.2 + immutable: 4.2.4 lodash.shuffle: 4.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 - react-router-dom: 6.6.1_biqbaboplfbrettd7655fr4n2y - redux: 4.2.0 + react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy + react-router-dom: 6.8.1_biqbaboplfbrettd7655fr4n2y + redux: 4.2.1 redux-logger: 3.0.6 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: @@ -1360,26 +1360,26 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/lodash.shuffle': 4.2.7 - '@types/node': 18.11.18 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/node': 18.13.0 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -1394,44 +1394,44 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@testing-library/react': ^13.4.0 '@types/babel__code-frame': ^7.0.3 - '@types/chrome': ^0.0.206 + '@types/chrome': ^0.0.213 '@types/html-entities': ^1.3.4 - '@types/jest': ^29.2.5 - '@types/node': ^18.11.18 + '@types/jest': ^29.4.0 + '@types/node': ^18.13.0 '@types/path-browserify': ^1.0.0 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 anser: ^2.1.1 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 - jest: ^29.3.1 - jest-environment-jsdom: ^29.3.1 + jest: ^29.4.3 + jest-environment-jsdom: ^29.4.3 path-browserify: ^1.0.1 react: ^18.2.0 react-dom: ^18.2.0 react-test-renderer: ^18.2.0 - redux: ^4.2.0 + redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.0 + rimraf: ^4.1.2 source-map: ^0.5.7 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.7 - '@types/chrome': 0.0.206 + '@babel/runtime': 7.20.13 + '@types/chrome': 0.0.213 anser: 2.1.1 html-entities: 2.3.3 path-browserify: 1.0.1 @@ -1440,7 +1440,7 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 @@ -1450,28 +1450,28 @@ importers: '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 - '@types/jest': 29.2.5 - '@types/node': 18.11.18 + '@types/jest': 29.4.0 + '@types/node': 18.13.0 '@types/path-browserify': 1.0.0 - '@types/react': 18.0.26 + '@types/react': 18.0.28 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - jest: 29.3.1_@types+node@18.11.18 - jest-environment-jsdom: 29.3.1 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + jest: 29.4.3_@types+node@18.13.0 + jest-environment-jsdom: 29.4.3 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: 4.1.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + redux: 4.2.1 + rimraf: 4.1.2 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/redux-devtools-inspector-monitor/demo: specifiers: @@ -1484,33 +1484,33 @@ importers: '@redux-devtools/inspector-monitor': ^3.0.0 '@types/base16': ^1.0.2 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^18.11.18 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/node': ^18.13.0 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/redux-logger': ^3.0.9 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 base16: ^1.0.0 cross-env: ^7.0.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 - immutable: ^4.2.2 + immutable: ^4.2.4 lodash.shuffle: ^4.2.0 react: ^18.2.0 - react-bootstrap: ^2.7.0 + react-bootstrap: ^2.7.2 react-dom: ^18.2.0 react-redux: ^8.0.5 - react-router-dom: ^6.6.1 - redux: ^4.2.0 + react-router-dom: ^6.8.1 + redux: ^4.2.1 redux-logger: ^3.0.6 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 @@ -1519,14 +1519,14 @@ importers: '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/inspector-monitor': link:.. base16: 1.0.0 - immutable: 4.2.2 + immutable: 4.2.4 lodash.shuffle: 4.2.0 react: 18.2.0 - react-bootstrap: 2.7.0_ib3m5ricvtkl2cll7qpr2f6lvq + react-bootstrap: 2.7.2_zula6vjvt3wdocc4mwcxqa6nzi react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 - react-router-dom: 6.6.1_biqbaboplfbrettd7655fr4n2y - redux: 4.2.0 + react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy + react-router-dom: 6.8.1_biqbaboplfbrettd7655fr4n2y + redux: 4.2.1 redux-logger: 3.0.6 devDependencies: '@babel/core': 7.20.12 @@ -1535,23 +1535,23 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/base16': 1.0.2 '@types/lodash.shuffle': 4.2.7 - '@types/node': 18.11.18 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/node': 18.13.0 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -1564,46 +1564,46 @@ importers: '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 - '@types/jest': ^29.2.5 + '@babel/runtime': ^7.20.13 + '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.18 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@types/node': ^18.13.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - jest: ^29.3.1 + jest: ^29.4.3 lodash: ^4.17.21 - redux: ^4.2.0 - rimraf: ^4.1.0 + redux: ^4.2.1 + rimraf: ^4.1.2 rxjs: ^7.8.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 lodash: 4.17.21 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/lodash': 4.14.191 - '@types/node': 18.11.18 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - jest: 29.3.1_@types+node@18.11.18 - redux: 4.2.0 - rimraf: 4.1.0 + '@types/node': 18.13.0 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + jest: 29.4.3_@types+node@18.13.0 + redux: 4.2.1 + rimraf: 4.1.2 rxjs: 7.8.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/redux-devtools-log-monitor: specifiers: @@ -1614,28 +1614,28 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/core': ^3.13.1 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 react: ^18.2.0 react-json-tree: ^0.18.0 - redux: ^4.2.0 + redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/lodash.debounce': 4.0.7 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -1646,23 +1646,23 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools - '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + '@types/react': 18.0.28 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 react: 18.2.0 - redux: 4.2.0 - rimraf: 4.1.0 - typescript: 4.9.4 + redux: 4.2.1 + rimraf: 4.1.2 + typescript: 4.9.5 packages/redux-devtools-remote: specifiers: @@ -1672,50 +1672,50 @@ importers: '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/instrument': ^2.1.0 '@redux-devtools/utils': ^2.0.0 '@types/jsan': ^3.1.2 - '@types/node': ^18.11.18 + '@types/node': ^18.13.0 '@types/rn-host-detect': ^1.2.0 '@types/socketcluster-client': ^16.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 jsan: ^3.1.14 querystring: ^0.2.1 - redux: ^4.2.0 - rimraf: ^4.1.0 + redux: ^4.2.1 + rimraf: ^4.1.2 rn-host-detect: ^1.2.0 - socketcluster-client: ^17.1.0 - typescript: ~4.9.4 + socketcluster-client: ^17.1.1 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@redux-devtools/instrument': link:../redux-devtools-instrument '@redux-devtools/utils': link:../redux-devtools-utils jsan: 3.1.14 querystring: 0.2.1 rn-host-detect: 1.2.0 - socketcluster-client: 17.1.0 + socketcluster-client: 17.1.1 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/jsan': 3.1.2 - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - redux: 4.2.0 - rimraf: 4.1.0 - typescript: 4.9.4 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + redux: 4.2.1 + rimraf: 4.1.2 + typescript: 4.9.5 packages/redux-devtools-rtk-query-monitor: specifiers: @@ -1726,32 +1726,32 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@reduxjs/toolkit': ^1.9.1 + '@reduxjs/toolkit': ^1.9.2 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 '@types/hex-rgba': ^1.0.1 - '@types/jest': ^29.2.5 + '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 - immutable: ^4.2.2 - jest: ^29.3.1 - jest-environment-jsdom: ^29.3.1 - jss: ^10.9.2 - jss-preset-default: ^10.9.2 + immutable: ^4.2.4 + jest: ^29.4.3 + jest-environment-jsdom: ^29.4.3 + jss: ^10.10.0 + jss-preset-default: ^10.10.0 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 react: ^18.2.0 @@ -1759,21 +1759,21 @@ importers: react-dom: ^18.2.0 react-json-tree: ^0.18.0 react-redux: ^8.0.5 - redux: ^4.2.0 + redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + rimraf: ^4.1.2 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@redux-devtools/ui': link:../redux-devtools-ui '@types/lodash': 4.14.191 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 hex-rgba: 1.0.2 - immutable: 4.2.2 - jss: 10.9.2 - jss-preset-default: 10.9.2 + immutable: 4.2.4 + jss: 10.10.0 + jss-preset-default: 10.10.0 lodash.debounce: 4.0.8 prop-types: 15.8.1 react-base16-styling: link:../react-base16-styling @@ -1782,35 +1782,35 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools - '@reduxjs/toolkit': 1.9.1_k4ae6lp43ej6mezo3ztvx6pykq + '@reduxjs/toolkit': 1.9.2_k4ae6lp43ej6mezo3ztvx6pykq '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/hex-rgba': 1.0.1 - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - jest: 29.3.1 - jest-environment-jsdom: 29.3.1 + '@types/react': 18.0.28 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + jest: 29.4.3 + jest-environment-jsdom: 29.4.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_lyglh7ra5csqnudbq3lr4zb6du - redux: 4.2.0 - rimraf: 4.1.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + react-redux: 8.0.5_s372u7p65oq7za7vcs4kbbft3q + redux: 4.2.1 + rimraf: 4.1.2 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/redux-devtools-rtk-query-monitor/demo: specifiers: @@ -1819,65 +1819,65 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 - '@chakra-ui/react': ^2.4.6 + '@babel/runtime': ^7.20.13 + '@chakra-ui/react': ^2.5.0 '@emotion/react': ^11.10.5 '@emotion/styled': ^11.10.5 - '@mswjs/data': ^0.11.0 + '@mswjs/data': ^0.11.2 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/rtk-query-monitor': ^3.1.0 - '@reduxjs/toolkit': ^1.9.1 + '@reduxjs/toolkit': ^1.9.2 '@types/copy-webpack-plugin': ^8.0.1 - '@types/node': ^18.11.18 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/node': ^18.13.0 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 - framer-motion: ^8.2.4 + fork-ts-checker-webpack-plugin: ^7.3.0 + framer-motion: ^8.5.5 html-webpack-plugin: ^5.5.0 - msw: ^1.0.0 + msw: ^1.0.1 react: ^18.2.0 react-dom: ^18.2.0 react-icons: ^4.7.1 react-is: ^18.2.0 react-redux: ^8.0.5 - react-router-dom: ^6.6.1 + react-router-dom: ^6.8.1 style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.20.7 - '@chakra-ui/react': 2.4.6_7rmqxmvcooh6vn4y4z6d5tku5u - '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe - '@emotion/styled': 11.10.5_jp5djshq6aqfasno3mth3hguci - '@mswjs/data': 0.11.0_typescript@4.9.4 + '@babel/runtime': 7.20.13 + '@chakra-ui/react': 2.5.0_opdyewh4pj3mm7b2frdbco6v3i + '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm + '@emotion/styled': 11.10.5_cjinou6kcnbro54hfk33pnlsly + '@mswjs/data': 0.11.2_typescript@4.9.5 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. - '@reduxjs/toolkit': 1.9.1_k4ae6lp43ej6mezo3ztvx6pykq - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y - msw: 1.0.0_typescript@4.9.4 + '@reduxjs/toolkit': 1.9.2_k4ae6lp43ej6mezo3ztvx6pykq + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y + msw: 1.0.1_typescript@4.9.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.7.1_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.5_ie75ejlwqy5zh3tldgt7pftwcu - react-router-dom: 6.6.1_biqbaboplfbrettd7655fr4n2y + react-redux: 8.0.5_3xleytyzprlgycb2ded54tx72i + react-router-dom: 6.8.1_biqbaboplfbrettd7655fr4n2y styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: '@babel/core': 7.20.12 @@ -1886,25 +1886,25 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/copy-webpack-plugin': 8.0.1_webpack-cli@5.0.1 - '@types/node': 18.11.18 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/node': 18.13.0 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm copy-webpack-plugin: 11.0.0_webpack@5.75.0 cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -1917,42 +1917,42 @@ importers: '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 - '@types/jest': ^29.2.5 + '@babel/runtime': ^7.20.13 + '@types/jest': ^29.4.0 '@types/jsan': ^3.1.2 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - immutable: ^4.2.2 - jest: ^29.3.1 + immutable: ^4.2.4 + jest: ^29.4.3 jsan: ^3.1.14 - rimraf: ^4.1.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + rimraf: ^4.1.2 + ts-jest: ^29.0.5 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 jsan: 3.1.14 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - immutable: 4.2.2 - jest: 29.3.1 - rimraf: 4.1.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + immutable: 4.2.4 + jest: 29.4.3 + rimraf: 4.1.2 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 packages/redux-devtools-slider-monitor: specifiers: @@ -1962,27 +1962,27 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@types/node': ^18.11.18 + '@types/node': ^18.13.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 prop-types: ^15.8.1 react: ^18.2.0 - redux: ^4.2.0 + redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -1991,23 +1991,23 @@ importers: devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools - '@types/node': 18.11.18 - '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + '@types/node': 18.13.0 + '@types/react': 18.0.28 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 react: 18.2.0 - redux: 4.2.0 - rimraf: 4.1.0 - typescript: 4.9.4 + redux: 4.2.1 + rimraf: 4.1.2 + typescript: 4.9.5 packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: @@ -2020,35 +2020,35 @@ importers: '@redux-devtools/log-monitor': ^4.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^18.11.18 + '@types/node': ^18.13.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 react-is: ^18.2.0 react-redux: ^8.0.5 - redux: ^4.2.0 + redux: ^4.2.1 style-loader: ^3.3.1 styled-components: ^5.3.6 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 @@ -2062,8 +2062,8 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 - redux: 4.2.0 + react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy + redux: 4.2.1 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba todomvc-app-css: 2.4.2 devDependencies: @@ -2072,26 +2072,26 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/classnames': 2.3.1 - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/prop-types': 15.7.5 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -2105,39 +2105,39 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@rjsf/core': ^4.2.3 - '@storybook/addon-essentials': ^6.5.15 - '@storybook/builder-webpack5': ^6.5.15 - '@storybook/manager-webpack5': ^6.5.15 - '@storybook/react': ^6.5.15 - '@testing-library/dom': ^8.19.1 + '@storybook/addon-essentials': ^6.5.16 + '@storybook/builder-webpack5': ^6.5.16 + '@storybook/manager-webpack5': ^6.5.16 + '@storybook/react': ^6.5.16 + '@testing-library/dom': ^8.20.0 '@testing-library/react': ^13.4.0 '@testing-library/user-event': ^14.4.3 '@types/base16': ^1.0.2 - '@types/codemirror': ^5.60.6 + '@types/codemirror': ^5.60.7 '@types/color': ^3.0.3 - '@types/jest': ^29.2.5 + '@types/jest': ^29.4.0 '@types/json-schema': ^7.0.11 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 + '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 '@types/simple-element-resize-detector': ^1.3.0 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 base16: ^1.0.0 codemirror: ^5.65.11 color: ^4.2.3 csstype: ^3.1.1 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - jest: ^29.3.1 - jest-environment-jsdom: ^29.3.1 + jest: ^29.4.3 + jest-environment-jsdom: ^29.4.3 ncp: ^2.0.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -2147,22 +2147,22 @@ importers: react-select: ^5.7.0 redux-devtools-themes: ^1.0.0 require-from-string: ^2.0.2 - rimraf: ^4.1.0 + rimraf: ^4.1.2 simple-element-resize-detector: ^1.3.0 styled-components: ^5.3.6 - stylelint: ^15.0.0 - stylelint-config-prettier: ^9.0.4 + stylelint: ^15.1.0 + stylelint-config-prettier: ^9.0.5 stylelint-config-standard: ^30.0.1 stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 - ts-jest: ^29.0.3 - typescript: ~4.9.4 + ts-jest: ^29.0.5 + typescript: ~4.9.5 webpack: ^5.75.0 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@rjsf/core': 4.2.3_react@18.2.0 '@types/base16': 1.0.2 - '@types/codemirror': 5.60.6 + '@types/codemirror': 5.60.7 '@types/json-schema': 7.0.11 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -2172,53 +2172,53 @@ importers: color: 4.2.3 prop-types: 15.8.1 react-icons: 4.7.1_react@18.2.0 - react-select: 5.7.0_vwskmg7mzf6u2jufkkmcrhvxcm + react-select: 5.7.0_rhrpnuwl23ewqfh7btz44ilpmq redux-devtools-themes: 1.0.0 simple-element-resize-detector: 1.3.0 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@storybook/addon-essentials': 6.5.15_z5whyyu6n3lw5tgkvntrvyoayu - '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/manager-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/react': 6.5.15_4umj6u2aef6td5xkg3f7eukyp4 - '@testing-library/dom': 8.19.1 + '@storybook/addon-essentials': 6.5.16_g5hsdzyd7m2ulfrad4wwfj3vra + '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/manager-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/react': 6.5.16_nsojkcuzyxevfv6vk2xlte3i2q + '@testing-library/dom': 8.20.0 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@testing-library/user-event': 14.4.3_ua4wuun3fnehcjqtqj2e2ldgpe + '@testing-library/user-event': 14.4.3_yxlyej73nftwmh2fiao7paxmlm '@types/color': 3.0.3 - '@types/jest': 29.2.5 - '@types/react': 18.0.26 + '@types/jest': 29.4.0 + '@types/react': 18.0.28 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm csstype: 3.1.1 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - jest: 29.3.1 - jest-environment-jsdom: 29.3.1 + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + jest: 29.4.3 + jest-environment-jsdom: 29.4.3 ncp: 2.0.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 require-from-string: 2.0.2 - rimraf: 4.1.0 + rimraf: 4.1.2 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - stylelint: 15.0.0 - stylelint-config-prettier: 9.0.4_stylelint@15.0.0 - stylelint-config-standard: 30.0.1_stylelint@15.0.0 + stylelint: 15.1.0 + stylelint-config-prettier: 9.0.5_stylelint@15.1.0 + stylelint-config-standard: 30.0.1_stylelint@15.1.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e - typescript: 4.9.4 + ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + typescript: 4.9.5 webpack: 5.75.0 packages/redux-devtools-utils: @@ -2229,52 +2229,52 @@ importers: '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.7 + '@babel/runtime': ^7.20.13 '@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.191 - '@types/node': ^18.11.18 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 - eslint: ^8.31.0 + '@types/node': ^18.13.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 get-params: ^0.1.2 - immutable: ^4.2.2 + immutable: ^4.2.4 jsan: ^3.1.14 lodash: ^4.17.21 - nanoid: ^4.0.0 - redux: ^4.2.0 - rimraf: ^4.1.0 - typescript: ~4.9.4 + nanoid: ^4.0.1 + redux: ^4.2.1 + rimraf: ^4.1.2 + typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/serialize': link:../redux-devtools-serialize '@types/get-params': 0.1.0 get-params: 0.1.2 - immutable: 4.2.2 + immutable: 4.2.4 jsan: 3.1.14 lodash: 4.17.21 - nanoid: 4.0.0 - redux: 4.2.0 + nanoid: 4.0.1 + redux: 4.2.1 devDependencies: '@babel/cli': 7.20.7_@babel+core@7.20.12 '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/jsan': 3.1.2 '@types/lodash': 4.14.191 - '@types/node': 18.11.18 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - rimraf: 4.1.0 - typescript: 4.9.4 + '@types/node': 18.13.0 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + rimraf: 4.1.2 + typescript: 4.9.5 packages/redux-devtools/examples/counter: specifiers: @@ -2285,29 +2285,29 @@ importers: '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 - '@types/node': ^18.11.18 + '@types/node': ^18.13.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 react-redux: ^8.0.5 - redux: ^4.2.0 + redux: ^4.2.1 redux-thunk: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 @@ -2318,31 +2318,31 @@ importers: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 - redux: 4.2.0 - redux-thunk: 2.4.2_redux@4.2.0 + react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy + redux: 4.2.1 + redux-thunk: 2.4.2_redux@4.2.1 devDependencies: '@babel/core': 7.20.12 '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/prop-types': 15.7.5 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -2357,32 +2357,32 @@ importers: '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^18.11.18 + '@types/node': ^18.13.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.10 + '@types/react': ^18.0.28 + '@types/react-dom': ^18.0.11 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.48.0 - '@typescript-eslint/parser': ^5.48.0 + '@typescript-eslint/eslint-plugin': ^5.52.0 + '@typescript-eslint/parser': ^5.52.0 babel-loader: ^9.1.2 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.31.0 + eslint: ^8.34.0 eslint-config-prettier: ^8.6.0 - eslint-plugin-react: ^7.31.11 + eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 - fork-ts-checker-webpack-plugin: ^7.2.14 + fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 react-redux: ^8.0.5 - redux: ^4.2.0 + redux: ^4.2.1 style-loader: ^3.3.1 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.9.4 + typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 @@ -2394,8 +2394,8 @@ importers: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 - redux: 4.2.0 + react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy + redux: 4.2.1 todomvc-app-css: 2.4.2 devDependencies: '@babel/core': 7.20.12 @@ -2403,25 +2403,25 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/classnames': 2.3.1 - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/prop-types': 15.7.5 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi + eslint: 8.34.0 + eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq - typescript: 4.9.4 + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_rjsyjcrmk25kqsjzwkvj3a2evq @@ -2466,8 +2466,8 @@ packages: long: 4.0.0 dev: false - /@apollo/server-gateway-interface/1.0.7_graphql@16.6.0: - resolution: {integrity: sha512-Eas36z851D0B0Hw8Ihpig2thHcoVAcFE7/I0+DAOaXr70r8kajPq5QHhngqFrlSTVl4AlJ7Yw1SGaWdvuSmDPQ==} + /@apollo/server-gateway-interface/1.1.0_graphql@16.6.0: + resolution: {integrity: sha512-0rhG++QtGfr4YhhIHgxZ9BdMFthaPY6LbhI9Au90osbfLMiZ7f8dmZsEX1mp7O1h8MJwCu6Dp0I/KcGbSvfUGA==} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: @@ -2478,14 +2478,14 @@ packages: graphql: 16.6.0 dev: false - /@apollo/server/4.3.0_graphql@16.6.0: - resolution: {integrity: sha512-M30z/hExJtvqGE4UFJTa0W7FoRPPXmEjrrHK16+v63hE+deH1gYiXq0MdXKvMdoQhQQqnv09jo9mDDEpMBJvjg==} + /@apollo/server/4.3.3_graphql@16.6.0: + resolution: {integrity: sha512-2nigGTgXCAUk2PHHGybtofyuuVAA/QUZwRJzwuCbRFgY1fKkMT7J4fUPwNcA809lDlZyyYphcQnM/vQNbeiu6w==} engines: {node: '>=14.16.0'} peerDependencies: graphql: ^16.6.0 dependencies: '@apollo/cache-control-types': 1.0.2_graphql@16.6.0 - '@apollo/server-gateway-interface': 1.0.7_graphql@16.6.0 + '@apollo/server-gateway-interface': 1.1.0_graphql@16.6.0 '@apollo/usage-reporting-protobuf': 4.0.2 '@apollo/utils.createhash': 2.0.0 '@apollo/utils.fetcher': 2.0.0 @@ -2496,8 +2496,8 @@ packages: '@apollo/utils.withrequired': 2.0.0 '@graphql-tools/schema': 9.0.12_graphql@16.6.0 '@josephg/resolvable': 1.0.1 - '@types/express': 4.17.15 - '@types/express-serve-static-core': 4.17.32 + '@types/express': 4.17.17 + '@types/express-serve-static-core': 4.17.33 '@types/node-fetch': 2.6.2 async-retry: 1.3.3 body-parser: 1.20.1 @@ -2507,7 +2507,7 @@ packages: loglevel: 1.8.1 lru-cache: 7.14.1 negotiator: 0.6.3 - node-abort-controller: 3.0.1 + node-abort-controller: 3.1.1 node-fetch: 2.6.7 uuid: 9.0.0 whatwg-mimetype: 3.0.0 @@ -2695,7 +2695,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.19.1_ucmnolur3r335ullwiyt3zl3pi: + /@babel/eslint-parser/7.19.1_ydmbqfus77qykiqxhcwsorsqbq: resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -2704,7 +2704,7 @@ packages: dependencies: '@babel/core': 7.20.12 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.31.0 + eslint: 8.34.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true @@ -3135,7 +3135,7 @@ 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.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.12.9 dev: true @@ -4060,13 +4060,11 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/runtime-corejs3/7.20.7: - resolution: {integrity: sha512-jr9lCZ4RbRQmCR28Q8U8Fu49zvFqLxTY9AMOUz+iyMohMoAgpEcVxY+wJNay99oXOpOcCTODkk70NDN2aaJEeg==} + /@babel/runtime/7.20.13: + resolution: {integrity: sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.27.1 regenerator-runtime: 0.13.11 - dev: true /@babel/runtime/7.20.7: resolution: {integrity: sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==} @@ -4132,725 +4130,726 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.1.5_yqhfmoaf5dfprehsryzajus72q: - resolution: {integrity: sha512-mxpcbnrbraYGNu/tmYC/Y0BNqM8jGXYygl4wzttlMSm8pXrhXApyv0bNBsU6zbBWqeyQE64R14N1ONl4i8CMkQ==} + /@chakra-ui/accordion/2.1.9_iffwifgvpfoqcukdciiq2pkjhu: + resolution: {integrity: sha512-a9CKIAUHezc0f5FR/SQ4GVxnWuIb2HbDTxTEKTp58w/J9pecIbJaNrJ5TUZ0MVbDU9jkgO9RsZ29jkja8PomAw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/descendant': 3.0.12_react@18.2.0 - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.13_3kvuj4ss2hjbwisvymegpn5af4 - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/descendant': 3.0.13_react@18.2.0 + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.15_jrlourhe7dm7g7hf4t73lugqiy + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/alert/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-dG+tgfOT9LVsx+scvXdKBj3D8XRnZ1pTul4G6TSRK6A4FifSwSTvNnmjvNpoH0Vh1dSMRI0zxpV8PAfs9dS9KA==} + /@chakra-ui/alert/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-0Y5vw+HkeXpwbL1roVpSSNM6luMRmUbwduUSHEA4OnX1ismvsDb1ZBfpi4Vxp6w8euJ2Uj6df3krbd5tbCP6tg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/spinner': 2.0.12_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/spinner': 2.0.13_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/anatomy/2.1.1: - resolution: {integrity: sha512-LUHAoqJAgxAqmyckG5bUpBrfEo1FleEyY+1A8hkWciy58gZ+h3GoY9oBpHcdo7XdHPpy3G+3hieK/7i9NLwxAw==} + /@chakra-ui/anatomy/2.1.2: + resolution: {integrity: sha512-pKfOS/mztc4sUXHNc8ypJ1gPWSolWT770jrgVRfolVbYlki8y5Y+As996zMF6k5lewTu6j9DQequ7Cc9a69IVQ==} dev: false - /@chakra-ui/avatar/2.2.2_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-wFDK1wT5kQxkpCAX6mPhx9kh0Pi2RnfN32bCRFio4Mmiq0ltfSEWi3/XxlawDr31Ch3T3qbtPVLqn355B4U9ZA==} + /@chakra-ui/avatar/2.2.5_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-TEHXuGE79+fEn61qJ7J/A0Ec+WjyNwobrDTATcLg9Zx2/WEMmZNfrWIAlI5ANQAwVbdSWeGVbyoLAK5mbcrE0A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/image': 2.0.13_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/image': 2.0.15_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breadcrumb/2.1.2_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-NbWg9YKCxo6nbwORpfFkD6bIDvcDdCPPLx+tqIqVwoplpaSPeFV5lzPy4Lg/MS6x6Ko6a/GItGpDQGPuey+iWA==} + /@chakra-ui/breadcrumb/2.1.4_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-vyBx5TAxPnHhb0b8nyRGfqyjleD//9mySFhk96c9GL+T6YDO4swHw5y/kvDv3Ngc/iRwJ9hdI49PZKwPxLqsEg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breakpoint-utils/2.0.6: - resolution: {integrity: sha512-aigYoZdHtV+PNFr/RTHjbIYK49PsMLvwtpZsowKWJ6xDyPKHtfhwZ2VOBTUyaQf4mXgaB9MNOF46zOTJN8RfLQ==} + /@chakra-ui/breakpoint-utils/2.0.8: + resolution: {integrity: sha512-Pq32MlEX9fwb5j5xx8s18zJMARNHlQZH2VH1RZgfgRDpp7DcEgtRW5AInfN5CfqdHLO1dGxA7I3MqEuL5JnIsA==} dependencies: - '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/shared-utils': 2.0.5 dev: false - /@chakra-ui/button/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-XdP1sB67N2DujDXPWyyXMTjW7frcnbf3yN/3F/asQClZX7ppw8Y36a6uZ94+6Cv67BPc0CokN+m3oQZhINJ+vw==} + /@chakra-ui/button/2.0.16_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-NjuTKa7gNhnGSUutKuTc8HoAOe9WWIigpciBG7yj3ok67kg8bXtSzPyQFZlgTY6XGdAckWTT+Do4tvhwa5LA+g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/spinner': 2.0.12_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/spinner': 2.0.13_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/card/2.1.4_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-MO8tjFBX2OZJt+NOthDoKcGRMQW/43NePze8Sju7zXqv1ocq7VB0DvToPLkopgeKaPx6AyYhzRXQjYXLcjYgQw==} + /@chakra-ui/card/2.1.6_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-fFd/WAdRNVY/WOSQv4skpy0WeVhhI0f7dTY1Sm0jVl0KLmuP/GnpsWtKtqWjNcV00K963EXDyhlk6+9oxbP4gw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.2.7_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-9p0U5xRE4OL5AbhZjV6Gw0iECLz8yd0cP43FabyBY8UfqrJPpAT22jxRmQ6Tv+HKbvAmgXOtxyIdwYTb1s1D+g==} + /@chakra-ui/checkbox/2.2.10_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-vzxEjw99qj7loxAdP1WuHNt4EAvj/t6cc8oxyOB2mEvkAzhxI34rLR+3zWDuHWsmhyUO+XEDh4FiWdR+DK5Siw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/visually-hidden': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/visually-hidden': 2.0.15_whdafdvdwjpbzsmzxad2j4s44y '@zag-js/focus-visible': 0.2.1 react: 18.2.0 dev: false - /@chakra-ui/clickable/2.0.12_react@18.2.0: - resolution: {integrity: sha512-boZwlHZ1BdsC4P/1r+SRbKRMG+/UzOgc16Fmhl2QkZquVF6jS6QtJBS1/fL+1N8oijz87nuhBoetNECnfWYN+w==} + /@chakra-ui/clickable/2.0.14_react@18.2.0: + resolution: {integrity: sha512-jfsM1qaD74ZykLHmvmsKRhDyokLUxEfL8Il1VoZMNX5RBI0xW/56vKpLTFF/v/+vLPLS+Te2cZdD4+2O+G6ulA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 react: 18.2.0 dev: false - /@chakra-ui/close-button/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-C/MR6EH+MUC49QCtKdoeAq/GYvs4CEvl0xjwri6qFYd8+UEkXPfl33Idw0c3kPbGe+aTrh4vMAYrRNwc4BveIg==} + /@chakra-ui/close-button/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-05YPXk456t1Xa3KpqTrvm+7smx+95dmaPiwjiBN3p7LHUQVHJd8ZXSDB0V+WKi419k3cVQeJUdU/azDO2f40sw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/color-mode/2.1.11_react@18.2.0: - resolution: {integrity: sha512-556wqI/MohJAqzP9AD+YsKGi982TzrsAaRGr7RCY5fChNe/wHraLPjMPNITPjjDQWiUmZYkaEos78/4u3qOdpA==} + /@chakra-ui/color-mode/2.1.12_react@18.2.0: + resolution: {integrity: sha512-sYyfJGDoJSLYO+V2hxV9r033qhte5Nw/wAn5yRGGZnEEN1dKPEdWQ3XZvglWSDTNd0w9zkoH2w6vP4FBBYb/iw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/control-box/2.0.12_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-SR2rG917ttCAda9Kh0eqr0X2AWQii2iRrgTks3fbDGi7seV7m3tkrpK2hr7rPz5zX0UoJi6CFO04Q6cSclFylw==} + /@chakra-ui/control-box/2.0.13_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-FEyrU4crxati80KUF/+1Z1CU3eZK6Sa0Yv7Z/ydtz9/tvGblXW9NFanoomXAOvcIFLbaLQPPATm9Gmpr7VG05A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/counter/2.0.12_react@18.2.0: - resolution: {integrity: sha512-LselA3J2OvO1GxXo9pTvFEDEYXaSkelEGAOasUfME2ckQnznMOI96x7cLAujyMuhTAuGnz0n4mxAOp/iMHKL4Q==} + /@chakra-ui/counter/2.0.14_react@18.2.0: + resolution: {integrity: sha512-KxcSRfUbb94dP77xTip2myoE7P2HQQN4V5fRJmNAGbzcyLciJ+aDylUU/UxgNcEjawUp6Q242NbWb1TSbKoqog==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/number-utils': 2.0.6 - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/number-utils': 2.0.7 + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 react: 18.2.0 dev: false - /@chakra-ui/css-reset/2.0.11_hp5f5nkljdiwilp4rgxyefcplu: - resolution: {integrity: sha512-TnydPIMYaQX8kJ8cKgbXfHaBKLr9wCqZS+UnqUxUo3YzMNRjOUPg4DWVO4n4s+GwuZy860DGsBoJaheLqrilVg==} + /@chakra-ui/css-reset/2.0.12_hp5f5nkljdiwilp4rgxyefcplu: + resolution: {integrity: sha512-Q5OYIMvqTl2vZ947kIYxcS5DhQXeStB84BzzBd6C10wOx1gFUu9pL+jLpOnHR3hhpWRMdX5o7eT+gMJWIYUZ0Q==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18 || 18' dependencies: - '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe + '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm react: 18.2.0 dev: false - /@chakra-ui/descendant/3.0.12_react@18.2.0: - resolution: {integrity: sha512-jx37SI6PYKMSgn+46Ou8LGa2nbEiBRmU4rzz+0/klVpCSd4yQLcm1c4nPv0D7SoQrhq/cQq4tUPfC2U4tXeovQ==} + /@chakra-ui/descendant/3.0.13_react@18.2.0: + resolution: {integrity: sha512-9nzxZVxUSMc4xPL5fSaRkEOQjDQWUGjGvrZI7VzWk9eq63cojOtIxtWMSW383G9148PzWJjJYt30Eud5tdZzlg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/dom-utils/2.0.5: - resolution: {integrity: sha512-cZsaji3ntRcJOqrc9xyS2JSGXr/VLPFTTvShLApxg5dCDWvrGrCJGQ+iSP6R2FGHo2D6cpAgMdPO9O65KUyZBA==} + /@chakra-ui/dom-utils/2.0.6: + resolution: {integrity: sha512-PVtDkPrDD5b8aoL6Atg7SLjkwhWb7BwMcLOF1L449L3nZN+DAO3nyAh6iUhZVJyunELj9d0r65CDlnMREyJZmA==} dev: false - /@chakra-ui/editable/2.0.17_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-1Yy2rfWPtRg/1qx2yv9ovTwrpuFHFLEB8LyizM44yvKnSEqTb2K6CTYhVHQBzI92bQUbGsorSflLvFFUzB55XQ==} + /@chakra-ui/editable/2.0.19_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-YxRJsJ2JQd42zfPBgTKzIhg1HugT+gfQz1ZosmUN+IZT9YZXL2yodHTUz6Lee04Vc/CdEqgBFLuREXEUNBfGtA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-focus-on-pointer-down': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/event-utils/2.0.7: - resolution: {integrity: sha512-OBEIx7CIK5k3nYUGnh2WDhth1oGe26fwXMVQjVM9+2LBUYw2Y1Ufac4o7lMiD1CnyUP+Q70yjMV/mFacvP1EMw==} + /@chakra-ui/event-utils/2.0.8: + resolution: {integrity: sha512-IGM/yGUHS+8TOQrZGpAKOJl/xGBrmRYJrmbHfUE7zrG3PpQyXvbLDP1M+RggkCFVgHlJi2wpYIf0QtQlU0XZfw==} dev: false - /@chakra-ui/focus-lock/2.0.14_kzbn2opkn2327fwg5yzwzya5o4: - resolution: {integrity: sha512-p4aieMBm4CG+uhfJ/W+2p3koGfPsHzdzSu2A8AYM5kGZ3rCx6IM97XYSneConw5WH7mSQR4lXzuEDjAyDozXFg==} + /@chakra-ui/focus-lock/2.0.16_pmekkgnqduwlme35zpnqhenc34: + resolution: {integrity: sha512-UuAdGCPVrCa1lecoAvpOQD7JFT7a9RdmhKWhFt5ioIcekSLJcerdLHuuL3w0qz//8kd1/SOt7oP0aJqdAJQrCw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/dom-utils': 2.0.5 + '@chakra-ui/dom-utils': 2.0.6 react: 18.2.0 - react-focus-lock: 2.9.2_kzbn2opkn2327fwg5yzwzya5o4 + react-focus-lock: 2.9.2_pmekkgnqduwlme35zpnqhenc34 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-HPT65tNxQJ6E3AqhREa90aJOdJ1TUj+Y37fLqhIUOMrFX2eLjthE81XswjrUGbcaQk0DuCqMLMBFjeUNxo2Qhw==} + /@chakra-ui/form-control/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-34ptCaJ2LNvQNOlB6MAKsmH1AkT1xo7E+3Vw10Urr81yTOjDTM/iU6vG3JKPfRDMyXeowPjXmutlnuk72SSjRg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/hooks/2.1.4_react@18.2.0: - resolution: {integrity: sha512-FOsBBMK2zl7qdBrBgmkMNMkkbkKzM0RwYoK7oV+ldUG1f7pvjPBmzRFZ3wiIh5FlbffZvlLAH22D3a2xldWDZw==} + /@chakra-ui/hooks/2.1.6_react@18.2.0: + resolution: {integrity: sha512-oMSOeoOF6/UpwTVlDFHSROAA4hPY8WgJ0erdHs1ZkuwAwHv7UzjDkvrb6xYzAAH9qHoFzc5RIBm6jVoh3LCc+Q==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-utils': 2.0.11_react@18.2.0 - '@chakra-ui/utils': 2.0.14 - compute-scroll-into-view: 1.0.14 - copy-to-clipboard: 3.3.1 + '@chakra-ui/react-utils': 2.0.12_react@18.2.0 + '@chakra-ui/utils': 2.0.15 + compute-scroll-into-view: 1.0.20 + copy-to-clipboard: 3.3.3 react: 18.2.0 dev: false - /@chakra-ui/icon/3.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-ksNDXSByoLFNec/7UANtiy/lHt2NO3/Xe5KIde3zh70yY1QcRQjO8TjvXgYwqLbR0D6OzMGggrZnJKafeZhjRQ==} + /@chakra-ui/icon/3.0.16_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-RpA1X5Ptz8Mt39HSyEIW1wxAz2AXyf9H0JJ5HVx/dBdMZaGMDJ0HyyPBVci0m4RCoJuyG1HHG/DXJaVfUTVAeg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/image/2.0.13_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-zcTN3DuhoLCkCgCwPGvy++F9jaCE2OQjoLKJSU2Rnc0c8WjCZZqXKuRdg3GhaYc80kaVSexMSc6h04Hki+JgVQ==} + /@chakra-ui/image/2.0.15_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-w2rElXtI3FHXuGpMCsSklus+pO1Pl2LWDwsCGdpBQUvGFbnHfl7MftQgTlaGHeD5OS95Pxva39hKrA2VklKHiQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/input/2.0.16_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-4ybF7PQa8MQJm/QvD+UogYerB9/nZuNk+A9Eh9Djtg0EMiD/z+2jhZp2a4Te0HE8mq/DaEK7aNgw4s/EmAKnGA==} + /@chakra-ui/input/2.0.20_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-ypmsy4n4uNBVgn6Gd24Zrpi+qRf/T9WEzWkysuYC9Qfxo+i7yuf3snp7XmBy8KSGVSiXE11eO8ZN5oCg6Xg0jg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/object-utils': 2.0.6 - '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/object-utils': 2.0.8 + '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/layout/2.1.12_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-iIz9QiS0iB+8NUX5r9TtCbV2JbGzEbKVPiTTtnf48utu12lX4xcdpZJm6jgtgWjvwyo+N+FxyQ8oNff5OqN+Hw==} + /@chakra-ui/layout/2.1.16_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-QFS3feozIGsvB0H74lUocev55aRF26eNrdmhfJifwikZAiq+zzZAMdBdNU9UJhHClnMOU8/iGZ0MF7ti4zQS1A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/breakpoint-utils': 2.0.6 - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/object-utils': 2.0.6 - '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/breakpoint-utils': 2.0.8 + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/object-utils': 2.0.8 + '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/lazy-utils/2.0.4: - resolution: {integrity: sha512-HaVlEIlWNdk9vuubfc+EJkNkwP4pORXkPanP72KF8CxM4NN1hCSm+2gAvlCZCmWUIKIyhGMO1lXPY923o2Mnug==} + /@chakra-ui/lazy-utils/2.0.5: + resolution: {integrity: sha512-UULqw7FBvcckQk2n3iPO56TMJvDsNv0FKZI6PlUNJVaGsPbsYxK/8IQ60vZgaTVPtVcjY6BE+y6zg8u9HOqpyg==} dev: false - /@chakra-ui/live-region/2.0.12_react@18.2.0: - resolution: {integrity: sha512-hzCvqeYRtocLn0KmlEpVdYbt/7Tb5tBtsjMBfJb2lQkarQRwC9xzZ4arCcsDZAWiR3c3wvXdSob3vZ71biz46g==} + /@chakra-ui/live-region/2.0.13_react@18.2.0: + resolution: {integrity: sha512-Ja+Slk6ZkxSA5oJzU2VuGU7TpZpbMb/4P4OUhIf2D30ctmIeXkxTWw1Bs1nGJAVtAPcGS5sKA+zb89i8g+0cTQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/media-query/3.2.9_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-4vaf8YqgIs5zhaQTLAif+aiiixo9gpk1xiTn4oTiDZQFuTVhKyv4iI93NbAKif/Bls+8XghbMo0rF93DjqRRzg==} + /@chakra-ui/media-query/3.2.12_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-8pSLDf3oxxhFrhd40rs7vSeIBfvOmIKHA7DJlGUC/y+9irD24ZwgmCtFnn+y3gI47hTJsopbSX+wb8nr7XPswA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/breakpoint-utils': 2.0.6 - '@chakra-ui/react-env': 2.0.12_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/breakpoint-utils': 2.0.8 + '@chakra-ui/react-env': 3.0.0_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/menu/2.1.6_yqhfmoaf5dfprehsryzajus72q: - resolution: {integrity: sha512-/ypgx+JmYgItoBq0bUMetnjDu3aS75lra4xVQeMEG8L7y8/q7B4uIIJeSVh7o8UQJCvV05doxnwsxV7zBW29bw==} + /@chakra-ui/menu/2.1.9_iffwifgvpfoqcukdciiq2pkjhu: + resolution: {integrity: sha512-ue5nD4QJcl3H3UwN0zZNJmH89XUebnvEdW6THAUL41hDjJ0J/Fjpg9Sgzwug2aBbBXBNbVMsUuhcCj6x91d+IQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/clickable': 2.0.12_react@18.2.0 - '@chakra-ui/descendant': 3.0.12_react@18.2.0 - '@chakra-ui/lazy-utils': 2.0.4 - '@chakra-ui/popper': 3.0.11_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-animation-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-focus-effect': 2.0.8_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-outside-click': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.13_3kvuj4ss2hjbwisvymegpn5af4 - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/clickable': 2.0.14_react@18.2.0 + '@chakra-ui/descendant': 3.0.13_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.5 + '@chakra-ui/popper': 3.0.13_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.9_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-outside-click': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.15_jrlourhe7dm7g7hf4t73lugqiy + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.2.6_uajdlyzmdpenth7jszslftoxi4: - resolution: {integrity: sha512-NyGovs3+MimltfCyqrpr20vtwNOaNykJGQFp7GfsfiInoMU7fOyDAc12JfgcVl3LCwk0bEo60hx1zxZ3GQvUxQ==} + /@chakra-ui/modal/2.2.9_ndae45idwooq2eklfw6wj4b5iy: + resolution: {integrity: sha512-nTfNp7XsVwn5+xJOtstoFA8j0kq/9sJj7KesyYzjEDaMKvCZvIOntRYowoydho43jb4+YC7ebKhp0KOIINS0gg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/focus-lock': 2.0.14_kzbn2opkn2327fwg5yzwzya5o4 - '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.13_3kvuj4ss2hjbwisvymegpn5af4 - aria-hidden: 1.2.2_kzbn2opkn2327fwg5yzwzya5o4 - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/close-button': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/focus-lock': 2.0.16_pmekkgnqduwlme35zpnqhenc34 + '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.15_jrlourhe7dm7g7hf4t73lugqiy + aria-hidden: 1.2.2_pmekkgnqduwlme35zpnqhenc34 + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-remove-scroll: 2.5.5_kzbn2opkn2327fwg5yzwzya5o4 + react-remove-scroll: 2.5.5_pmekkgnqduwlme35zpnqhenc34 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/number-input/2.0.15_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-x04CqLPFF1bYiIiosB5xoWSoOKYBbrB5EMpm1382X11fdsdrkkR2/3Jqb3Hh0yVV63FtxXaYEeUENb6tJMcGmQ==} + /@chakra-ui/number-input/2.0.18_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-cPkyAFFHHzeFBselrT1BtjlzMkJ6TKrTDUnHFlzqXy6aqeXuhrjFhMfXucjedSpOqedsP9ZbKFTdIAhu9DdL/A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/counter': 2.0.12_react@18.2.0 - '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-interval': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/counter': 2.0.14_react@18.2.0 + '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-interval': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/number-utils/2.0.6: - resolution: {integrity: sha512-VLOyoiXGpZ+eCQSPqKdBCEpen9VAo6pc6FDFuf4BNdIVEfh6ee//Zl7XjyTAGr1G4HUANp8ZxVHHPvtQ10VP4w==} + /@chakra-ui/number-utils/2.0.7: + resolution: {integrity: sha512-yOGxBjXNvLTBvQyhMDqGU0Oj26s91mbAlqKHiuw737AXHt0aPllOthVUqQMeaYLwLCjGMg0jtI7JReRzyi94Dg==} dev: false - /@chakra-ui/object-utils/2.0.6: - resolution: {integrity: sha512-fw1AjQ4wdL8hqPGiE6ulXyugwh1m70YluG1yWGZDPi909zJj1/uL0DClgiNJY/8zWJrbMwDjGdYziXudLxahgA==} + /@chakra-ui/object-utils/2.0.8: + resolution: {integrity: sha512-2upjT2JgRuiupdrtBWklKBS6tqeGMA77Nh6Q0JaoQuH/8yq+15CGckqn3IUWkWoGI0Fg3bK9LDlbbD+9DLw95Q==} dev: false - /@chakra-ui/pin-input/2.0.17_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-uDL8HIjuvvcEO9YBiAOewFtlrjPDqF+xPIWBh4hetDVt6Pd9XavvuyRJjsogjAZt0FsweUg5sF8g/iVLAihCAQ==} + /@chakra-ui/pin-input/2.0.19_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-6O7s4vWz4cqQ6zvMov9sYj6ZqWAsTxR/MNGe3DNgu1zWQg8veNCYtj1rNGhNS3eZNUMAa8uM2dXIphGTP53Xow==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/descendant': 3.0.12_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/descendant': 3.0.13_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/popover/2.1.5_yqhfmoaf5dfprehsryzajus72q: - resolution: {integrity: sha512-ERM9312mJ1RbiRRdgn0E8jS10ZNBsACFkLhnEe++Ow27pjuIxL/MCpCatEGx9b97osHSsfPHekHjaLcOoCqVIw==} + /@chakra-ui/popover/2.1.8_iffwifgvpfoqcukdciiq2pkjhu: + resolution: {integrity: sha512-ob7fAz+WWmXIq7iGHVB3wDKzZTj+T+noYBT/U1Q+jIf+jMr2WOpJLTfb0HTZcfhvn4EBFlfBg7Wk5qbXNaOn7g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/lazy-utils': 2.0.4 - '@chakra-ui/popper': 3.0.11_react@18.2.0 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-animation-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-focus-effect': 2.0.8_react@18.2.0 - '@chakra-ui/react-use-focus-on-pointer-down': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/close-button': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/lazy-utils': 2.0.5 + '@chakra-ui/popper': 3.0.13_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.9_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/popper/3.0.11_react@18.2.0: - resolution: {integrity: sha512-fsKwgq3E0S6FqCzTCQ7HQEr2BOHfHZZMiqvFpGyrIPQ/Esv7aE3Ipw4y4RHTztzJ+vUKK3XTbJzX1cU4RR4a8Q==} + /@chakra-ui/popper/3.0.13_react@18.2.0: + resolution: {integrity: sha512-FwtmYz80Ju8oK3Z1HQfisUE7JIMmDsCQsRBu6XuJ3TFQnBHit73yjZmxKjuRJ4JgyT4WBnZoTF3ATbRKSagBeg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@popperjs/core': 2.11.6 react: 18.2.0 dev: false - /@chakra-ui/portal/2.0.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-EuzaYJuIXM5elqy0MmXe+nc2bHm72JpxkM/PX+LnRTlkA44Kj/iQP5gnx5KHLVG4RPbcG5p61W4KzIBPSRY0+g==} + /@chakra-ui/portal/2.0.15_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-z8v7K3j1/nMuBzp2+wRIIw7s/eipVtnXLdjK5yqbMxMRa44E8Mu5VNJLz3aQFLHXEUST+ifqrjImQeli9do6LQ==} peerDependencies: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/progress/2.1.3_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-RnVFvdWXrj06oVG0R0m/OunXJ9oxMrcI/UHGgTw74FbjZDSSv7+8j9397iu2Mop7v6iJi0Rhm8Nyi/wEqlO9lw==} + /@chakra-ui/progress/2.1.5_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-jj5Vp4lxUchuwp4RPCepM0yAyKi344bgsOd3Apd+ldxclDcewPc82fbwDu7g/Xv27LqJkT+7E/SlQy04wGrk0g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.28_5rzy53przelm5jchjmb5vr6dxy: - resolution: {integrity: sha512-9Q6UTweW0Fbgqd1ifBeVJke0QLp6duZqiju+Ng9C16B31FcNCz8nFPWQLx5yhDnA4XoQ3vNREkrETfae4CfH1Q==} + /@chakra-ui/provider/2.1.1_5rzy53przelm5jchjmb5vr6dxy: + resolution: {integrity: sha512-ALgkh2OiFm2omTdO8Oga7iGYJG8uqsGbqEAgU1Id4h2mcGMgEDJ1xJ6XnXyQQn4olPRJVJVVEQ7hxuac9/pjYw==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/css-reset': 2.0.11_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-env': 2.0.12_react@18.2.0 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/utils': 2.0.14 - '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe - '@emotion/styled': 11.10.5_jp5djshq6aqfasno3mth3hguci + '@chakra-ui/css-reset': 2.0.12_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-env': 3.0.0_react@18.2.0 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/utils': 2.0.15 + '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm + '@emotion/styled': 11.10.5_cjinou6kcnbro54hfk33pnlsly react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/radio/2.0.16_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-TQyHi88Jo6BNCNKXMpWxkoKufEOM2va+3ykuFK8RSqaAhRbHXBdnbS23Bq2HR7z7jrsnsOQOkZ9VA64XDDn1fw==} + /@chakra-ui/radio/2.0.19_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-PlJiV59eGSmeKP4v/4+ccQUWGRd0cjPKkj/p3L+UbOf8pl9dWm8y9kIeL5TYbghQSDv0nzkrH4+yMnnDTZjdMQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm '@zag-js/focus-visible': 0.2.1 react: 18.2.0 dev: false - /@chakra-ui/react-children-utils/2.0.5_react@18.2.0: - resolution: {integrity: sha512-rP/1HFR9J6wohIzLe/gU+vpey27uey9pVa46VTZfApI6VdzDWiQT1pmrGQeMkba07KdU2MJS/60dhGM4NfvcQA==} + /@chakra-ui/react-children-utils/2.0.6_react@18.2.0: + resolution: {integrity: sha512-QVR2RC7QsOsbWwEnq9YduhpqSFnZGvjjGREV8ygKi8ADhXh93C8azLECCUVgRJF2Wc+So1fgxmjLcbZfY2VmBA==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-context/2.0.6_react@18.2.0: - resolution: {integrity: sha512-+Bk/lDBirj6KE3vbyyUVCqFGqAe+MOso+1NRHQ0m66/sXWFFnoL/lvuq4osdNp80DOVQ4EYYnHI0olSZZvuKEg==} + /@chakra-ui/react-context/2.0.7_react@18.2.0: + resolution: {integrity: sha512-i7EGmSU+h2GB30cwrKB4t1R5BMHyGoJM5L2Zz7b+ZUX4aAqyPcfe97wPiQB6Rgr1ImGXrUeov4CDVrRZ2FPgLQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-env/2.0.12_react@18.2.0: - resolution: {integrity: sha512-BPTz2cxNKhNc1y5J9cCOYndbGiNulpMwihZLkybLRJ1qzZic4KuD3iGOkagJ81STKoPkKEZWfcjnrQTCJTq1fg==} + /@chakra-ui/react-env/3.0.0_react@18.2.0: + resolution: {integrity: sha512-tfMRO2v508HQWAqSADFrwZgR9oU10qC97oV6zGbjHh9ALP0/IcFR+Bi71KRTveDTm85fMeAzZYGj57P3Dsipkw==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-types/2.0.7_react@18.2.0: + resolution: {integrity: sha512-12zv2qIZ8EHwiytggtGvo4iLT0APris7T0qaAWqzpUGS0cdUtR8W+V1BJ5Ocq+7tA6dzQ/7+w5hmXih61TuhWQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-types/2.0.6_react@18.2.0: - resolution: {integrity: sha512-aAq/nl//PneEfeaDb94zwfXor4OP/d5kc6dEXOZB2HJgCt3hu2+F/1u1QpPLPPTys5xexkQojuZQLnnD9lmQFw==} + /@chakra-ui/react-use-animation-state/2.0.8_react@18.2.0: + resolution: {integrity: sha512-xv9zSF2Rd1mHWQ+m5DLBWeh4atF8qrNvsOs3MNrvxKYBS3f79N3pqcQGrWAEvirXWXfiCeje2VAkEggqFRIo+Q==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/dom-utils': 2.0.6 + '@chakra-ui/react-use-event-listener': 2.0.7_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-callback-ref/2.0.7_react@18.2.0: + resolution: {integrity: sha512-YjT76nTpfHAK5NxplAlZsQwNju5KmQExnqsWNPFeOR6vvbC34+iPSTr+r91i1Hdy7gBSbevsOsd5Wm6RN3GuMw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-animation-state/2.0.7_react@18.2.0: - resolution: {integrity: sha512-v4p5jTopFvYah3vrRU7m6W+m1IEIqxfDco6ASeoEWEcKab4WBdQ1OQr1Oxgip+UIgmvLUnl+3BS+jPUuuKkdgg==} + /@chakra-ui/react-use-controllable-state/2.0.8_react@18.2.0: + resolution: {integrity: sha512-F7rdCbLEmRjwwODqWZ3y+mKgSSHPcLQxeUygwk1BkZPXbKkJJKymOIjIynil2cbH7ku3hcSIWRvuhpCcfQWJ7Q==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/dom-utils': 2.0.5 - '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-callback-ref/2.0.6_react@18.2.0: - resolution: {integrity: sha512-JKh0GJQvLonjSVQJjsBs2gE+Zix/DXfAo8kzNE+DzNf49CNomX59TkcJNXDjtzSktn6GfqDF8IOObJlGlbtG7g==} + /@chakra-ui/react-use-disclosure/2.0.8_react@18.2.0: + resolution: {integrity: sha512-2ir/mHe1YND40e+FyLHnDsnDsBQPwzKDLzfe9GZri7y31oU83JSbHdlAXAhp3bpjohslwavtRCp+S/zRxfO9aQ==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-event-listener/2.0.7_react@18.2.0: + resolution: {integrity: sha512-4wvpx4yudIO3B31pOrXuTHDErawmwiXnvAN7gLEOVREi16+YGNcFnRJ5X5nRrmB7j2MDUtsEDpRBFfw5Z9xQ5g==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-focus-effect/2.0.9_react@18.2.0: + resolution: {integrity: sha512-20nfNkpbVwyb41q9wxp8c4jmVp6TUGAPE3uFTDpiGcIOyPW5aecQtPmTXPMJH+2aa8Nu1wyoT1btxO+UYiQM3g==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/dom-utils': 2.0.6 + '@chakra-ui/react-use-event-listener': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-focus-on-pointer-down/2.0.6_react@18.2.0: + resolution: {integrity: sha512-OigXiLRVySn3tyVqJ/rn57WGuukW8TQe8fJYiLwXbcNyAMuYYounvRxvCy2b53sQ7QIZamza0N0jhirbH5FNoQ==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-event-listener': 2.0.7_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-interval/2.0.5_react@18.2.0: + resolution: {integrity: sha512-1nbdwMi2K87V6p5f5AseOKif2CkldLaJlq1TOqaPRwb7v3aU9rltBtYdf+fIyuHSToNJUV6wd9budCFdLCl3Fg==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-latest-ref/2.0.5_react@18.2.0: + resolution: {integrity: sha512-3mIuFzMyIo3Ok/D8uhV9voVg7KkrYVO/pwVvNPJOHsDQqCA6DpYE4WDsrIx+fVcwad3Ta7SupexR5PoI+kq6QQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-controllable-state/2.0.7_react@18.2.0: - resolution: {integrity: sha512-vKGgMtZb/06KnIF0XUFjWvwfKs3x35M6FEc4FU/wgM5FDU9T6Vd1TG7kDHFMoYdcvRf2/fgzkOxgTN052+sMkw==} - peerDependencies: - react: '>=18 || 18' - dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - react: 18.2.0 - dev: false - - /@chakra-ui/react-use-disclosure/2.0.7_react@18.2.0: - resolution: {integrity: sha512-vQG8AxYq+BkaurCHdMA9pxJAfQDmErMzn9hn2elP0dVfKe2a0O7aCFzX2Ff9PeeBKWOFlUfKf79gRBnhXRa5xw==} - peerDependencies: - react: '>=18 || 18' - dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - react: 18.2.0 - dev: false - - /@chakra-ui/react-use-event-listener/2.0.6_react@18.2.0: - resolution: {integrity: sha512-lDtccra2B/1ap6Z7NESS4QfZajfOLd/jafmVdiO0xc4YSs6VDhenipMCv9O47U5EXapG6jfTXs2nbFkc3jRKiA==} - peerDependencies: - react: '>=18 || 18' - dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - react: 18.2.0 - dev: false - - /@chakra-ui/react-use-focus-effect/2.0.8_react@18.2.0: - resolution: {integrity: sha512-Et6/97A/6ndPygj6CF8+T7RQH0gsW5fkWNi64R7OjuQSjWxGq1kcmyBGm4E2u2Hbmtf4Hm1dcjzilnYbG7M7IA==} - peerDependencies: - react: '>=18 || 18' - dependencies: - '@chakra-ui/dom-utils': 2.0.5 - '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 - react: 18.2.0 - dev: false - - /@chakra-ui/react-use-focus-on-pointer-down/2.0.5_react@18.2.0: - resolution: {integrity: sha512-xDQUp8s+a+0DgqOWdvKXgIZcyXH5RXKkC+qa0mbUJf54b9qLbrD6yw3o2jAvDEGa7vLBjaVY4jfOAdzt7+Na2g==} - peerDependencies: - react: '>=18 || 18' - dependencies: - '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 - react: 18.2.0 - dev: false - - /@chakra-ui/react-use-interval/2.0.4_react@18.2.0: - resolution: {integrity: sha512-LCS0CijCBEJW1dz2WQThGn+wPSaA6YWPEWeS2WmobbQhkjLbzEy2z8CIG5MeUopX8v6kDDnCMmIpocmrIyGGbA==} - peerDependencies: - react: '>=18 || 18' - dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - react: 18.2.0 - dev: false - - /@chakra-ui/react-use-latest-ref/2.0.4_react@18.2.0: - resolution: {integrity: sha512-7xxQeu7PtFUEXbd+BZ+UMX9ASpJET02z9EgtqSfnMgB1ccgo/1i8CYI2/BcolwRf05EUD7kOUA+7eHyP4EI3Uw==} + /@chakra-ui/react-use-merge-refs/2.0.7_react@18.2.0: + resolution: {integrity: sha512-zds4Uhsc+AMzdH8JDDkLVet9baUBgtOjPbhC5r3A0ZXjZvGhCztFAVE3aExYiVoMPoHLKbLcqvCWE6ioFKz1lw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-merge-refs/2.0.6_react@18.2.0: - resolution: {integrity: sha512-m4fQtm5cn3F39nLj5MhmKsAzdFaYMldR8a4VMtfC2Pnd+bqX8jx2q2yPCjpam9x/Wnh8ZRBMJ2KAjAiGnF3XXw==} + /@chakra-ui/react-use-outside-click/2.0.7_react@18.2.0: + resolution: {integrity: sha512-MsAuGLkwYNxNJ5rb8lYNvXApXxYMnJ3MzqBpQj1kh5qP/+JSla9XMjE/P94ub4fSEttmNSqs43SmPPrmPuihsQ==} peerDependencies: react: '>=18 || 18' dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-outside-click/2.0.6_react@18.2.0: - resolution: {integrity: sha512-wbZI4zDwSiQ3jCZ++PKmv7uIU6oyEbaap8s6e3O9/JFAlPXxAG48DcSHmQZ8scyEu/wwd8A+/3go49T4VIvc7w==} + /@chakra-ui/react-use-pan-event/2.0.9_react@18.2.0: + resolution: {integrity: sha512-xu35QXkiyrgsHUOnctl+SwNcwf9Rl62uYE5y8soKOZdBm8E+FvZIt2hxUzK1EoekbJCMzEZ0Yv1ZQCssVkSLaQ==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - react: 18.2.0 - dev: false - - /@chakra-ui/react-use-pan-event/2.0.8_react@18.2.0: - resolution: {integrity: sha512-HUn7WR9IagtC3KdjmBlHibnFYisQ055IoWReIEWuDz/5KWSPeC2p2QcMc33vhN/ucS1XbWCt6uelHHBeCWWvfA==} - peerDependencies: - react: '>=18 || 18' - dependencies: - '@chakra-ui/event-utils': 2.0.7 - '@chakra-ui/react-use-latest-ref': 2.0.4_react@18.2.0 + '@chakra-ui/event-utils': 2.0.8 + '@chakra-ui/react-use-latest-ref': 2.0.5_react@18.2.0 framesync: 6.1.2 react: 18.2.0 dev: false - /@chakra-ui/react-use-previous/2.0.4_react@18.2.0: - resolution: {integrity: sha512-ZzILmNAoRVPDRFhKUceksQGETQyne4ST7W7Y5NPkr/OAJuzc2njodY0GjGiJTF2YpOSelRn6KB8MDhwp4XR2mw==} + /@chakra-ui/react-use-previous/2.0.5_react@18.2.0: + resolution: {integrity: sha512-BIZgjycPE4Xr+MkhKe0h67uHXzQQkBX/u5rYPd65iMGdX1bCkbE0oorZNfOHLKdTmnEb4oVsNvfN6Rfr+Mnbxw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-safe-layout-effect/2.0.4_react@18.2.0: - resolution: {integrity: sha512-GbQIdhiesXZ8DV+JxiERz3/zki6PELhYPz/7JxyFUk8xInJnUcuEz2L4bV7rXIm9/bd2kjf4gfV+lHOGfpJdLw==} + /@chakra-ui/react-use-safe-layout-effect/2.0.5_react@18.2.0: + resolution: {integrity: sha512-MwAQBz3VxoeFLaesaSEN87reVNVbjcQBDex2WGexAg6hUB6n4gc1OWYH/iXp4tzp4kuggBNhEHkk9BMYXWfhJQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-size/2.0.7_react@18.2.0: - resolution: {integrity: sha512-ggj8W0rer9oJ03xXrH4CUBNe6RZ/qtuU/32pMougeVWwZ3COGTODBtFlooIiy3iCvxrpHIgIDXy/hyrBWyvQSw==} + /@chakra-ui/react-use-size/2.0.9_react@18.2.0: + resolution: {integrity: sha512-Jce7QmO1jlQZq+Y77VKckWzroRnajChzUQ8xhLQZO6VbYvrpg3cu+X2QCz3G+MZzB+1/hnvvAqmZ+uJLd8rEJg==} peerDependencies: react: '>=18 || 18' dependencies: - '@zag-js/element-size': 0.3.0 + '@zag-js/element-size': 0.3.1 react: 18.2.0 dev: false - /@chakra-ui/react-use-timeout/2.0.4_react@18.2.0: - resolution: {integrity: sha512-7EqjJVRv61DmWb9UE4R9LPf3l1SDfawQ2/ax/e0lYpDBjaeV013wUH1uurRq8jn/vR1DhNzfRB5VtimE2f2Vsw==} + /@chakra-ui/react-use-timeout/2.0.5_react@18.2.0: + resolution: {integrity: sha512-QqmB+jVphh3h/CS60PieorpY7UqSPkrQCB7f7F+i9vwwIjtP8fxVHMmkb64K7VlzQiMPzv12nlID5dqkzlv0mw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-update-effect/2.0.6_react@18.2.0: - resolution: {integrity: sha512-P6+0hocnasjl8xOrFH9BklyCNNzCBu/XAl5y7kZ82uVnS99SaC6cppO9/qWRZI9cYYheWfJ4lyLGeLOcNmI8/Q==} + /@chakra-ui/react-use-update-effect/2.0.7_react@18.2.0: + resolution: {integrity: sha512-vBM2bmmM83ZdDtasWv3PXPznpTUd+FvqBC8J8rxoRmvdMEfrxTiQRBJhiGHLpS9BPLLPQlosN6KdFU97csB6zg==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-utils/2.0.11_react@18.2.0: - resolution: {integrity: sha512-LdE0Ay5Em2ew7fuux9MJAwaxoaU/QwVoH/t6uiUw/JCWpmiMGY6tw6t3eZTvZSRZNfyPWY0MmvOHR1UvIS9JIw==} + /@chakra-ui/react-utils/2.0.12_react@18.2.0: + resolution: {integrity: sha512-GbSfVb283+YA3kA8w8xWmzbjNWk14uhNpntnipHCftBibl0lxtQ9YqMFQLwuFOO0U2gYVocszqqDWX+XNKq9hw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/utils': 2.0.14 + '@chakra-ui/utils': 2.0.15 react: 18.2.0 dev: false - /@chakra-ui/react/2.4.6_7rmqxmvcooh6vn4y4z6d5tku5u: - resolution: {integrity: sha512-uz9QjjxJgf81fXcOWDiVo2rU/lWfThCDKW5UMlYX2OrrHko7OnwZ3r9oMlZFU/vAS71LWhKbjXicJmOwwls42g==} + /@chakra-ui/react/2.5.0_opdyewh4pj3mm7b2frdbco6v3i: + resolution: {integrity: sha512-UqvXrKGKKJrlTzCsPI6tHfIa5wPu8Ui1c5Y0vnIt90UbvzcnhHrW0nhvZtwbmDaNgvT6bQl/ObPnOxoHzKg63A==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -4858,341 +4857,344 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.1.5_yqhfmoaf5dfprehsryzajus72q - '@chakra-ui/alert': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/avatar': 2.2.2_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/breadcrumb': 2.1.2_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/card': 2.1.4_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/checkbox': 2.2.7_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/close-button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/control-box': 2.0.12_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/counter': 2.0.12_react@18.2.0 - '@chakra-ui/css-reset': 2.0.11_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/editable': 2.0.17_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/hooks': 2.1.4_react@18.2.0 - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/image': 2.0.13_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/input': 2.0.16_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/layout': 2.1.12_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/live-region': 2.0.12_react@18.2.0 - '@chakra-ui/media-query': 3.2.9_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/menu': 2.1.6_yqhfmoaf5dfprehsryzajus72q - '@chakra-ui/modal': 2.2.6_uajdlyzmdpenth7jszslftoxi4 - '@chakra-ui/number-input': 2.0.15_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/pin-input': 2.0.17_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/popover': 2.1.5_yqhfmoaf5dfprehsryzajus72q - '@chakra-ui/popper': 3.0.11_react@18.2.0 - '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/progress': 2.1.3_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/provider': 2.0.28_5rzy53przelm5jchjmb5vr6dxy - '@chakra-ui/radio': 2.0.16_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-env': 2.0.12_react@18.2.0 - '@chakra-ui/select': 2.0.15_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/skeleton': 2.0.21_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/slider': 2.0.18_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/spinner': 2.0.12_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/stat': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/styled-system': 2.5.1 - '@chakra-ui/switch': 2.0.19_yqhfmoaf5dfprehsryzajus72q - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/table': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/tabs': 2.1.6_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/tag': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/textarea': 2.0.15_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/theme': 2.2.4_ak67p4fuwhwgy7hpxa6ejvcgoy - '@chakra-ui/theme-utils': 2.0.8 - '@chakra-ui/toast': 4.0.8_2sgc3xionyowyoly2zvdrbptny - '@chakra-ui/tooltip': 2.2.4_2sgc3xionyowyoly2zvdrbptny - '@chakra-ui/transition': 2.0.13_3kvuj4ss2hjbwisvymegpn5af4 - '@chakra-ui/utils': 2.0.14 - '@chakra-ui/visually-hidden': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe - '@emotion/styled': 11.10.5_jp5djshq6aqfasno3mth3hguci - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/accordion': 2.1.9_iffwifgvpfoqcukdciiq2pkjhu + '@chakra-ui/alert': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/avatar': 2.2.5_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/breadcrumb': 2.1.4_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/button': 2.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/card': 2.1.6_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/checkbox': 2.2.10_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/close-button': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/control-box': 2.0.13_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/counter': 2.0.14_react@18.2.0 + '@chakra-ui/css-reset': 2.0.12_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/editable': 2.0.19_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/focus-lock': 2.0.16_pmekkgnqduwlme35zpnqhenc34 + '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/hooks': 2.1.6_react@18.2.0 + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/image': 2.0.15_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/input': 2.0.20_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/layout': 2.1.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/live-region': 2.0.13_react@18.2.0 + '@chakra-ui/media-query': 3.2.12_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/menu': 2.1.9_iffwifgvpfoqcukdciiq2pkjhu + '@chakra-ui/modal': 2.2.9_ndae45idwooq2eklfw6wj4b5iy + '@chakra-ui/number-input': 2.0.18_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/pin-input': 2.0.19_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/popover': 2.1.8_iffwifgvpfoqcukdciiq2pkjhu + '@chakra-ui/popper': 3.0.13_react@18.2.0 + '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/progress': 2.1.5_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/provider': 2.1.1_5rzy53przelm5jchjmb5vr6dxy + '@chakra-ui/radio': 2.0.19_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-env': 3.0.0_react@18.2.0 + '@chakra-ui/select': 2.0.18_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/skeleton': 2.0.24_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/slider': 2.0.21_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/spinner': 2.0.13_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/stat': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/styled-system': 2.6.0 + '@chakra-ui/switch': 2.0.22_iffwifgvpfoqcukdciiq2pkjhu + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/table': 2.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/tabs': 2.1.8_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/tag': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/textarea': 2.0.18_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/theme': 2.2.5_uw7xgbwqzm4ard64xngx46n2a4 + '@chakra-ui/theme-utils': 2.0.10 + '@chakra-ui/toast': 6.0.0_353tztz3tbgnt3k7mslnvft2oi + '@chakra-ui/tooltip': 2.2.6_353tztz3tbgnt3k7mslnvft2oi + '@chakra-ui/transition': 2.0.15_jrlourhe7dm7g7hf4t73lugqiy + '@chakra-ui/utils': 2.0.15 + '@chakra-ui/visually-hidden': 2.0.15_whdafdvdwjpbzsmzxad2j4s44y + '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm + '@emotion/styled': 11.10.5_cjinou6kcnbro54hfk33pnlsly + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select/2.0.15_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-TdrkZNMyyZu1H/J/hn4Rqz7WES6cTLZfTqSIi0FtnmFMCiOmfLT317A0d783uwU/YnDGogjfTQ4aAAY2PEsgGw==} + /@chakra-ui/select/2.0.18_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-1d2lUT5LM6oOs5x4lzBh4GFDuXX62+lr+sgV7099g951/5UNbb0CS2hSZHsO7yZThLNbr7QTWZvAOAayVcGzdw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/shared-utils/2.0.4: - resolution: {integrity: sha512-JGWr+BBj3PXGZQ2gxbKSD1wYjESbYsZjkCeE2nevyVk4rN3amV1wQzCnBAhsuJktMaZD6KC/lteo9ou9QUDzpA==} + /@chakra-ui/shared-utils/2.0.5: + resolution: {integrity: sha512-4/Wur0FqDov7Y0nCXl7HbHzCg4aq86h+SXdoUeuCMD3dSj7dpsVnStLYhng1vxvlbUnLpdF4oz5Myt3i/a7N3Q==} dev: false - /@chakra-ui/skeleton/2.0.21_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-ztHfV/6Mwl1Wl8H8fkAszMHnyobNZ4SjVD/rImBlKfqSh2VW8jzSwzqN77Oi6iZ7fsqdPN7w2QWS5EAtsUxTVw==} + /@chakra-ui/skeleton/2.0.24_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-1jXtVKcl/jpbrJlc/TyMsFyI651GTXY5ma30kWyTXoby2E+cxbV6OR8GB/NMZdGxbQBax8/VdtYVjI0n+OBqWA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/media-query': 3.2.9_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-use-previous': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/media-query': 3.2.12_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-use-previous': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/slider/2.0.18_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-wfkW9Xe3WVK1yUY0ELAPVLghknxqzPjqidQgbiMSNlKxTs70sFuACsbbwMV+LMcE+2aUYOGOaqTFI8nPfVdbOw==} + /@chakra-ui/slider/2.0.21_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-Mm76yJxEqJl21+3waEcKg3tM8Y4elJ7mcViN6Brj35PTfzUJfSJxeBGo1nLPJ+X5jLj7o/L4kfBmUk3lY4QYEQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/number-utils': 2.0.6 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-latest-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-pan-event': 2.0.8_react@18.2.0 - '@chakra-ui/react-use-size': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/number-utils': 2.0.7 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-latest-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-pan-event': 2.0.9_react@18.2.0 + '@chakra-ui/react-use-size': 2.0.9_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/spinner/2.0.12_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-c9R0k7RUgff5g79Q5kX1mE4lsXqLKIskIbPksL7Qm3Zw/ZbDHyNILFFltPLt7350rC9mGzqzEZbizAFlksbdLw==} + /@chakra-ui/spinner/2.0.13_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-T1/aSkVpUIuiYyrjfn1+LsQEG7Onbi1UE9ccS/evgf61Dzy4GgTXQUnDuWFSgpV58owqirqOu6jn/9eCwDlzlg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/stat/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-VW92QvrRZDZAtUhPHWLhS0SzxVmElb6dRevVokzTm2sBQbkE1pkZnzoYuEkBx3t0QjxZj5YhqXR+CEkZFpM1rw==} + /@chakra-ui/stat/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-PhD+5oVLWjQmGLfeZSmexp3AtLcaggWBwoMZ4z8QMZIQzf/fJJWMk0bMqxlpTv8ORDkfY/4ImuFB/RJHvcqlcA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/styled-system/2.5.1: - resolution: {integrity: sha512-HhaXR/r5eGlC7vkoOWQ31yZEj+Aq+kFee7ZZb0fBRGKQichn06S9Ugr8CsFyzb+jNexHdtBlIcTBm0ufJ8HsFA==} + /@chakra-ui/styled-system/2.6.0: + resolution: {integrity: sha512-nif4J8AMUV8XpOv0pzsbszqZC3wMXdeBtD4ho0zsjQqor658fKB70ZZeGgxJy8t8w6hcohNgvV4Kz0tu6R0Gow==} dependencies: - '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/shared-utils': 2.0.5 csstype: 3.1.1 lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch/2.0.19_yqhfmoaf5dfprehsryzajus72q: - resolution: {integrity: sha512-mXEXrTQAfGnmgAeRcVvcgC98ZaB9/WBSpfVgVKLRVuLhv5XYwhffxxZb9Zqaa3eWb9iilxi3qQUtN0g/wu2G7w==} + /@chakra-ui/switch/2.0.22_iffwifgvpfoqcukdciiq2pkjhu: + resolution: {integrity: sha512-+/Yy6y7VFD91uSPruF8ZvePi3tl5D8UNVATtWEQ+QBI92DLSM+PtgJ2F0Y9GMZ9NzMxpZ80DqwY7/kqcPCfLvw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/checkbox': 2.2.7_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/checkbox': 2.2.10_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm: - resolution: {integrity: sha512-sUmLyo+zjv+Im56slRaQA5fw04y7JuVGKgGW8xcQan+jVtMI2gGBvnecOUeNNiEWglpW/pZ/AE9rgJX9dKkrkA==} + /@chakra-ui/system/2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm: + resolution: {integrity: sha512-Gj31pElDy8VREFHNQsG1sMTbXzeMrmmStuejsOOea3fITHcP1Zo5PYxfhWTudcjbtEZsX19lpEOK8xbRnq8KcQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18 || 18' dependencies: - '@chakra-ui/color-mode': 2.1.11_react@18.2.0 - '@chakra-ui/react-utils': 2.0.11_react@18.2.0 - '@chakra-ui/styled-system': 2.5.1 - '@chakra-ui/theme-utils': 2.0.8 - '@chakra-ui/utils': 2.0.14 - '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe - '@emotion/styled': 11.10.5_jp5djshq6aqfasno3mth3hguci + '@chakra-ui/color-mode': 2.1.12_react@18.2.0 + '@chakra-ui/object-utils': 2.0.8 + '@chakra-ui/react-utils': 2.0.12_react@18.2.0 + '@chakra-ui/styled-system': 2.6.0 + '@chakra-ui/theme-utils': 2.0.10 + '@chakra-ui/utils': 2.0.15 + '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm + '@emotion/styled': 11.10.5_cjinou6kcnbro54hfk33pnlsly react: 18.2.0 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-tiRr//5GfFnpCz4PyVgEIWBMsePAM1SWfvAJJYG2wBXNULYB/5nYmch+cJzPqZtdgL2/RuKIJINAmqVZQVddrw==} + /@chakra-ui/table/2.0.16_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-vWDXZ6Ad3Aj66curp1tZBHvCfQHX2FJ4ijLiqGgQszWFIchfhJ5vMgEBJaFMZ+BN1draAjuRTZqaQefOApzvRg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tabs/2.1.6_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-9y+ZBRSBFOvsMY8R+nmlWXqMNwokttA1cwcnjp9djsXuN+vabN8nzPcdKsoBbYUhZJp01k2Qgg3jZ46KiD9n7w==} + /@chakra-ui/tabs/2.1.8_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-B7LeFN04Ny2jsSy5TFOQxnbZ6ITxGxLxsB2PE0vvQjMSblBrUryOxdjw80HZhfiw6od0ikK9CeKQOIt9QCguSw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/clickable': 2.0.12_react@18.2.0 - '@chakra-ui/descendant': 3.0.12_react@18.2.0 - '@chakra-ui/lazy-utils': 2.0.4 - '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/clickable': 2.0.14_react@18.2.0 + '@chakra-ui/descendant': 3.0.13_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.5 + '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tag/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-f6XU7GwTJkPDXU66Qbq8sS2i4dNb1pmeW2T1AFnzDZLI3kNLjw5B6tgW1HGr26/oq9Xu8aGNqAp0yGy9bAfeAA==} + /@chakra-ui/tag/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-A47zE9Ft9qxOJ+5r1cUseKRCoEdqCRzFm0pOtZgRcckqavglk75Xjgz8HbBpUO2zqqd49MlqdOwR8o87fXS1vg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/react-context': 2.0.6_react@18.2.0 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/textarea/2.0.15_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-qARh+MgeP1HSOV4oEZK5JwvQIq3gMC3kU1giMGasjsLTDjNPZiVMGpj91Z+mYB0C3IdbJhIuQCo1eM5QAL/QHg==} + /@chakra-ui/textarea/2.0.18_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-aGHHb29vVifO0OtcK/k8cMykzjOKo/coDTU0NJqz7OOLAWIMNV2eGenvmO1n9tTZbmbqHiX+Sa1nPRX+pd14lg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/theme-tools/2.0.16_ak67p4fuwhwgy7hpxa6ejvcgoy: - resolution: {integrity: sha512-B/LD+2LNDeHYd/LVCHIJqckVZfhrycTUpNbhRVAiDRaS0AAcsPxKas7liTFkkMkM076YjiHlcla3KpVX+E9tzg==} + /@chakra-ui/theme-tools/2.0.17_uw7xgbwqzm4ard64xngx46n2a4: + resolution: {integrity: sha512-Auu38hnihlJZQcPok6itRDBbwof3TpXGYtDPnOvrq4Xp7jnab36HLt7KEXSDPXbtOk3ZqU99pvI1en5LbDrdjg==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.1.1 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/styled-system': 2.5.1 + '@chakra-ui/anatomy': 2.1.2 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/styled-system': 2.6.0 color2k: 2.0.1 dev: false - /@chakra-ui/theme-utils/2.0.8: - resolution: {integrity: sha512-E4GT1tT5JTwsxRCgopdkLWx6oxd1lrI7DBLiwW0WxvtPmHfy5I9CB4CVnYBNHQZNXiJZyUQpCwKyGg2npGxv5Q==} + /@chakra-ui/theme-utils/2.0.10: + resolution: {integrity: sha512-j4y8bHFDbMlGsmF0BVo37WZJyj2Y0cbF0YzhW/IV8cnrwPGFFCoB4YUSFvV+mUqQwBh31coHsvPobLWTKk+6mQ==} dependencies: - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/styled-system': 2.5.1 - '@chakra-ui/theme': 2.2.4_ak67p4fuwhwgy7hpxa6ejvcgoy + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/styled-system': 2.6.0 + '@chakra-ui/theme': 2.2.5_uw7xgbwqzm4ard64xngx46n2a4 lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/theme/2.2.4_ak67p4fuwhwgy7hpxa6ejvcgoy: - resolution: {integrity: sha512-zo1FBfkJBsvpOGGByRB4aEvekdeT/9BB7Lz3rAluKkC+Wo8yce1tTSlvPMpf2f4lsEI8zVid5ATQ6u3+kIFg4w==} + /@chakra-ui/theme/2.2.5_uw7xgbwqzm4ard64xngx46n2a4: + resolution: {integrity: sha512-hYASZMwu0NqEv6PPydu+F3I+kMNd44yR4TwjR/lXBz/LEh64L6UPY6kQjebCfgdVtsGdl3HKg+eLlfa7SvfRgw==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.1.1 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/styled-system': 2.5.1 - '@chakra-ui/theme-tools': 2.0.16_ak67p4fuwhwgy7hpxa6ejvcgoy + '@chakra-ui/anatomy': 2.1.2 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/styled-system': 2.6.0 + '@chakra-ui/theme-tools': 2.0.17_uw7xgbwqzm4ard64xngx46n2a4 dev: false - /@chakra-ui/toast/4.0.8_2sgc3xionyowyoly2zvdrbptny: - resolution: {integrity: sha512-g50kEZvrApkcNdm9ssccE9YYFsPMwTWz5IwUEFBJ2iSrEaTz5rikq/F2CP+oRu2vq22RPvczoOUnSaXE8GRzww==} + /@chakra-ui/toast/6.0.0_353tztz3tbgnt3k7mslnvft2oi: + resolution: {integrity: sha512-Pxoy1IxnhimlHjx06XnSmYkM7NyKF9ei/JJptG86ywdxXXyg3HGkhdlpEUCkeWtlGt2ePVc4mbLzM7ACX0GJLw==} peerDependencies: - '@chakra-ui/system': 2.3.7 + '@chakra-ui/system': 2.5.0 framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/alert': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/close-button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm - '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-use-timeout': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/styled-system': 2.5.1 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/theme': 2.2.4_ak67p4fuwhwgy7hpxa6ejvcgoy - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/alert': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/close-button': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-context': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-timeout': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/styled-system': 2.6.0 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/theme': 2.2.5_uw7xgbwqzm4ard64xngx46n2a4 + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/tooltip/2.2.4_2sgc3xionyowyoly2zvdrbptny: - resolution: {integrity: sha512-KUEsSjIwTyFvdixWg3jVUcpaiAfMddRxiuxnsKcFVv8H5dZF75tstaq8iAHY+pueh6CRmIvO2Oh7XWiAYA/LJA==} + /@chakra-ui/tooltip/2.2.6_353tztz3tbgnt3k7mslnvft2oi: + resolution: {integrity: sha512-4cbneidZ5+HCWge3OZzewRQieIvhDjSsl+scrl4Scx7E0z3OmqlTIESU5nGIZDBLYqKn/UirEZhqaQ33FOS2fw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/popper': 3.0.11_react@18.2.0 - '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-types': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.4 - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/popper': 3.0.13_react@18.2.0 + '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-types': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.5 + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.13_3kvuj4ss2hjbwisvymegpn5af4: - resolution: {integrity: sha512-vpzK5HN91eDLkBEdaO6GTCJOYgJYHlmxCAym/tScBuWM2ALZ4mWu57qWgPptgGv+IpMfuvL1t+IVqPgyWwEQFw==} + /@chakra-ui/transition/2.0.15_jrlourhe7dm7g7hf4t73lugqiy: + resolution: {integrity: sha512-o9LBK/llQfUDHF/Ty3cQ6nShpekKTqHUoJlUOzNKhoTsNpoRerr9v0jwojrX1YI02KtVjfhFU6PiqXlDfREoNw==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/shared-utils': 2.0.4 - framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/shared-utils': 2.0.5 + framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/utils/2.0.14: - resolution: {integrity: sha512-vYxtAUPY09Ex2Ae2ZvQKA1d2+lMKq/wUaRiqpwmeLfutEQuPQZc3qzQcAIMRQx3wLgXr9BUFDtHgBoOz0XKtZw==} + /@chakra-ui/utils/2.0.15: + resolution: {integrity: sha512-El4+jL0WSaYYs+rJbuYFDbjmfCcfGDmRY95GO4xwzit6YAPZBLcR65rOEwLps+XWluZTy1xdMrusg/hW0c1aAA==} dependencies: - '@types/lodash.mergewith': 4.6.6 + '@types/lodash.mergewith': 4.6.7 css-box-model: 1.2.1 framesync: 6.1.2 lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: - resolution: {integrity: sha512-/evqTuCeN3laukL1BPZO8HTzgs+dzq0v6gu/MJFgiSAKGLfInn0/IStKGK2vIluuCtJIgaHVdKcJzr+7sJhd0Q==} + /@chakra-ui/visually-hidden/2.0.15_whdafdvdwjpbzsmzxad2j4s44y: + resolution: {integrity: sha512-WWULIiucYRBIewHKFA7BssQ2ABLHLVd9lrUo3N3SZgR0u4ZRDDVEUNOy+r+9ruDze8+36dGbN9wsN1IdELtdOw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false /@changesets/apply-release-plan/6.1.3: resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/config': 2.3.0 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 2.0.0 @@ -5202,7 +5204,7 @@ packages: fs-extra: 7.0.1 lodash.startcase: 4.4.0 outdent: 0.5.0 - prettier: 2.8.2 + prettier: 2.8.4 resolve-from: 5.0.0 semver: 5.7.1 dev: true @@ -5210,7 +5212,7 @@ packages: /@changesets/assemble-release-plan/5.2.3: resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.5 '@changesets/types': 5.2.1 @@ -5228,7 +5230,7 @@ packages: resolution: {integrity: sha512-0cbTiDms+ICTVtEwAFLNW0jBNex9f5+fFv3I771nBvdnV/mOjd1QJ4+f8KtVSOrwD9SJkk9xbDkWFb0oXd8d1Q==} hasBin: true dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/apply-release-plan': 6.1.3 '@changesets/assemble-release-plan': 5.2.3 '@changesets/changelog-git': 0.1.14 @@ -5294,7 +5296,7 @@ packages: /@changesets/get-release-plan/3.0.16: resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/assemble-release-plan': 5.2.3 '@changesets/config': 2.3.0 '@changesets/pre': 1.0.14 @@ -5310,7 +5312,7 @@ packages: /@changesets/git/2.0.0: resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -5335,7 +5337,7 @@ packages: /@changesets/pre/1.0.14: resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -5345,7 +5347,7 @@ packages: /@changesets/read/0.5.9: resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.16 @@ -5366,11 +5368,11 @@ packages: /@changesets/write/0.2.3: resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/types': 5.2.1 fs-extra: 7.0.1 human-id: 1.0.2 - prettier: 2.8.2 + prettier: 2.8.4 dev: true /@cnakazawa/watch/1.0.4: @@ -5379,7 +5381,7 @@ packages: hasBin: true dependencies: exec-sh: 0.3.6 - minimist: 1.2.7 + minimist: 1.2.8 dev: true /@colors/colors/1.5.0: @@ -5461,7 +5463,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 '@emotion/serialize': 1.1.1 @@ -5508,7 +5510,7 @@ packages: /@emotion/memoize/0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} - /@emotion/react/11.10.5_jp5qgyg6plq757v5hojp7ls2oe: + /@emotion/react/11.10.5_wkiylh6bncbdhwh6tncqb3s2nm: resolution: {integrity: sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==} peerDependencies: '@babel/core': ^7.0.0 @@ -5521,14 +5523,14 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.12 '@emotion/cache': 11.10.5 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - '@types/react': 18.0.26 + '@types/react': 18.0.28 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -5547,7 +5549,7 @@ packages: resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled/11.10.5_jp5djshq6aqfasno3mth3hguci: + /@emotion/styled/11.10.5_cjinou6kcnbro54hfk33pnlsly: resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} peerDependencies: '@babel/core': ^7.0.0 @@ -5561,14 +5563,14 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.12 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe + '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 - '@types/react': 18.0.26 + '@types/react': 18.0.28 react: 18.2.0 dev: false @@ -5635,7 +5637,7 @@ packages: dependencies: '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@graphql-tools/schema/9.0.12_graphql@16.6.0: @@ -5646,7 +5648,7 @@ packages: '@graphql-tools/merge': 8.3.14_graphql@16.6.0 '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.11 dev: false @@ -5656,7 +5658,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@humanwhocodes/config-array/0.11.8: @@ -5695,20 +5697,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/29.3.1: - resolution: {integrity: sha512-IRE6GD47KwcqA09RIWrabKdHPiKDGgtAL31xDxbi/RjQMsr+lY+ppxmHwY0dUEV3qvvxZzoe5Hl0RXZJOjQNUg==} + /@jest/console/29.4.3: + resolution: {integrity: sha512-W/o/34+wQuXlgqlPYTansOSiBnuxrTv61dEVkA6HNmpcgHLUjfaUbdqt6oVvOzaawwo9IdW9QOtMgQ1ScSZC4A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.3.1 - '@types/node': 18.11.18 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 chalk: 4.1.2 - jest-message-util: 29.3.1 - jest-util: 29.3.1 + jest-message-util: 29.4.3 + jest-util: 29.4.3 slash: 3.0.0 dev: true - /@jest/core/29.3.1: - resolution: {integrity: sha512-0ohVjjRex985w5MmO5L3u5GR1O30DexhBSpuwx2P+9ftyqHdJXnk7IUWiP80oHMvt7ubHCJHxV0a0vlKVuZirw==} + /@jest/core/29.4.3: + resolution: {integrity: sha512-56QvBq60fS4SPZCuM7T+7scNrkGIe7Mr6PVIXUpu48ouvRaWOFqRPV91eifvFM0ay2HmfswXiGf97NGUN5KofQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -5716,32 +5718,32 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 29.3.1 - '@jest/reporters': 29.3.1 - '@jest/test-result': 29.3.1 - '@jest/transform': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 + '@jest/console': 29.4.3 + '@jest/reporters': 29.4.3 + '@jest/test-result': 29.4.3 + '@jest/transform': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.7.1 exit: 0.1.2 graceful-fs: 4.2.10 - jest-changed-files: 29.2.0 - jest-config: 29.3.1_@types+node@18.11.18 - jest-haste-map: 29.3.1 - jest-message-util: 29.3.1 - jest-regex-util: 29.2.0 - jest-resolve: 29.3.1 - jest-resolve-dependencies: 29.3.1 - jest-runner: 29.3.1 - jest-runtime: 29.3.1 - jest-snapshot: 29.3.1 - jest-util: 29.3.1 - jest-validate: 29.3.1 - jest-watcher: 29.3.1 + jest-changed-files: 29.4.3 + jest-config: 29.4.3_@types+node@18.13.0 + jest-haste-map: 29.4.3 + jest-message-util: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.4.3 + jest-resolve-dependencies: 29.4.3 + jest-runner: 29.4.3 + jest-runtime: 29.4.3 + jest-snapshot: 29.4.3 + jest-util: 29.4.3 + jest-validate: 29.4.3 + jest-watcher: 29.4.3 micromatch: 4.0.5 - pretty-format: 29.3.1 + pretty-format: 29.4.3 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: @@ -5749,8 +5751,8 @@ packages: - ts-node dev: true - /@jest/core/29.3.1_ts-node@10.9.1: - resolution: {integrity: sha512-0ohVjjRex985w5MmO5L3u5GR1O30DexhBSpuwx2P+9ftyqHdJXnk7IUWiP80oHMvt7ubHCJHxV0a0vlKVuZirw==} + /@jest/core/29.4.3_ts-node@10.9.1: + resolution: {integrity: sha512-56QvBq60fS4SPZCuM7T+7scNrkGIe7Mr6PVIXUpu48ouvRaWOFqRPV91eifvFM0ay2HmfswXiGf97NGUN5KofQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -5758,32 +5760,32 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 29.3.1 - '@jest/reporters': 29.3.1 - '@jest/test-result': 29.3.1 - '@jest/transform': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 + '@jest/console': 29.4.3 + '@jest/reporters': 29.4.3 + '@jest/test-result': 29.4.3 + '@jest/transform': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.7.1 exit: 0.1.2 graceful-fs: 4.2.10 - jest-changed-files: 29.2.0 - jest-config: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 - jest-haste-map: 29.3.1 - jest-message-util: 29.3.1 - jest-regex-util: 29.2.0 - jest-resolve: 29.3.1 - jest-resolve-dependencies: 29.3.1 - jest-runner: 29.3.1 - jest-runtime: 29.3.1 - jest-snapshot: 29.3.1 - jest-util: 29.3.1 - jest-validate: 29.3.1 - jest-watcher: 29.3.1 + jest-changed-files: 29.4.3 + jest-config: 29.4.3_ucpl6toqp57nqodtp3vxxi6g5a + jest-haste-map: 29.4.3 + jest-message-util: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.4.3 + jest-resolve-dependencies: 29.4.3 + jest-runner: 29.4.3 + jest-runtime: 29.4.3 + jest-snapshot: 29.4.3 + jest-util: 29.4.3 + jest-validate: 29.4.3 + jest-watcher: 29.4.3 micromatch: 4.0.5 - pretty-format: 29.3.1 + pretty-format: 29.4.3 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: @@ -5791,59 +5793,66 @@ packages: - ts-node dev: true - /@jest/environment/29.3.1: - resolution: {integrity: sha512-pMmvfOPmoa1c1QpfFW0nXYtNLpofqo4BrCIk6f2kW4JFeNlHV2t3vd+3iDLf31e2ot2Mec0uqZfmI+U0K2CFag==} + /@jest/environment/29.4.3: + resolution: {integrity: sha512-dq5S6408IxIa+lr54zeqce+QgI+CJT4nmmA+1yzFgtcsGK8c/EyiUb9XQOgz3BMKrRDfKseeOaxj2eO8LlD3lA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 - jest-mock: 29.3.1 + '@jest/fake-timers': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 + jest-mock: 29.4.3 dev: true /@jest/expect-utils/29.3.1: resolution: {integrity: sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 29.2.0 + jest-get-type: 29.4.3 dev: true - /@jest/expect/29.3.1: - resolution: {integrity: sha512-QivM7GlSHSsIAWzgfyP8dgeExPRZ9BIe2LsdPyEhCGkZkoyA+kGsoIzbKAfZCvvRzfZioKwPtCZIt5SaoxYCvg==} + /@jest/expect-utils/29.4.3: + resolution: {integrity: sha512-/6JWbkxHOP8EoS8jeeTd9dTfc9Uawi+43oLKHfp6zzux3U2hqOOVnV3ai4RpDYHOccL6g+5nrxpoc8DmJxtXVQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - expect: 29.3.1 - jest-snapshot: 29.3.1 + jest-get-type: 29.4.3 + dev: true + + /@jest/expect/29.4.3: + resolution: {integrity: sha512-iktRU/YsxEtumI9zsPctYUk7ptpC+AVLLk1Ax3AsA4g1C+8OOnKDkIQBDHtD5hA/+VtgMd5AWI5gNlcAlt2vxQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + expect: 29.4.3 + jest-snapshot: 29.4.3 transitivePeerDependencies: - supports-color dev: true - /@jest/fake-timers/29.3.1: - resolution: {integrity: sha512-iHTL/XpnDlFki9Tq0Q1GGuVeQ8BHZGIYsvCO5eN/O/oJaRzofG9Xndd9HuSDBI/0ZS79pg0iwn07OMTQ7ngF2A==} + /@jest/fake-timers/29.4.3: + resolution: {integrity: sha512-4Hote2MGcCTWSD2gwl0dwbCpBRHhE6olYEuTj8FMowdg3oQWNKr2YuxenPQYZ7+PfqPY1k98wKDU4Z+Hvd4Tiw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.3.1 - '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.11.18 - jest-message-util: 29.3.1 - jest-mock: 29.3.1 - jest-util: 29.3.1 + '@jest/types': 29.4.3 + '@sinonjs/fake-timers': 10.0.2 + '@types/node': 18.13.0 + jest-message-util: 29.4.3 + jest-mock: 29.4.3 + jest-util: 29.4.3 dev: true - /@jest/globals/29.3.1: - resolution: {integrity: sha512-cTicd134vOcwO59OPaB6AmdHQMCtWOe+/DitpTZVxWgMJ+YvXL1HNAmPyiGbSHmF/mXVBkvlm8YYtQhyHPnV6Q==} + /@jest/globals/29.4.3: + resolution: {integrity: sha512-8BQ/5EzfOLG7AaMcDh7yFCbfRLtsc+09E1RQmRBI4D6QQk4m6NSK/MXo+3bJrBN0yU8A2/VIcqhvsOLFmziioA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.3.1 - '@jest/expect': 29.3.1 - '@jest/types': 29.3.1 - jest-mock: 29.3.1 + '@jest/environment': 29.4.3 + '@jest/expect': 29.4.3 + '@jest/types': 29.4.3 + jest-mock: 29.4.3 transitivePeerDependencies: - supports-color dev: true - /@jest/reporters/29.3.1: - resolution: {integrity: sha512-GhBu3YFuDrcAYW/UESz1JphEAbvUjaY2vShRZRoRY1mxpCMB3yGSJ4j9n0GxVlEOdCf7qjvUfBCrTUUqhVfbRA==} + /@jest/reporters/29.4.3: + resolution: {integrity: sha512-sr2I7BmOjJhyqj9ANC6CTLsL4emMoka7HkQpcoMRlhCbQJjz2zsRzw0BDPiPyEFDXAbxKgGFYuQZiSJ1Y6YoTg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -5852,12 +5861,12 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 29.3.1 - '@jest/test-result': 29.3.1 - '@jest/transform': 29.3.1 - '@jest/types': 29.3.1 + '@jest/console': 29.4.3 + '@jest/test-result': 29.4.3 + '@jest/transform': 29.4.3 + '@jest/types': 29.4.3 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.11.18 + '@types/node': 18.13.0 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5868,9 +5877,9 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 - jest-message-util: 29.3.1 - jest-util: 29.3.1 - jest-worker: 29.3.1 + jest-message-util: 29.4.3 + jest-util: 29.4.3 + jest-worker: 29.4.3 slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 @@ -5879,15 +5888,15 @@ packages: - supports-color dev: true - /@jest/schemas/29.0.0: - resolution: {integrity: sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==} + /@jest/schemas/29.4.3: + resolution: {integrity: sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@sinclair/typebox': 0.24.51 + '@sinclair/typebox': 0.25.22 dev: true - /@jest/source-map/29.2.0: - resolution: {integrity: sha512-1NX9/7zzI0nqa6+kgpSdKPK+WU1p+SJk3TloWZf5MzPbxri9UEeXX5bWZAPCzbQcyuAzubcdUHA7hcNznmRqWQ==} + /@jest/source-map/29.4.3: + resolution: {integrity: sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jridgewell/trace-mapping': 0.3.17 @@ -5895,23 +5904,23 @@ packages: graceful-fs: 4.2.10 dev: true - /@jest/test-result/29.3.1: - resolution: {integrity: sha512-qeLa6qc0ddB0kuOZyZIhfN5q0e2htngokyTWsGriedsDhItisW7SDYZ7ceOe57Ii03sL988/03wAcBh3TChMGw==} + /@jest/test-result/29.4.3: + resolution: {integrity: sha512-Oi4u9NfBolMq9MASPwuWTlC5WvmNRwI4S8YrQg5R5Gi47DYlBe3sh7ILTqi/LGrK1XUE4XY9KZcQJTH1WJCLLA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.3.1 - '@jest/types': 29.3.1 + '@jest/console': 29.4.3 + '@jest/types': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/29.3.1: - resolution: {integrity: sha512-IqYvLbieTv20ArgKoAMyhLHNrVHJfzO6ARZAbQRlY4UGWfdDnLlZEF0BvKOMd77uIiIjSZRwq3Jb3Fa3I8+2UA==} + /@jest/test-sequencer/29.4.3: + resolution: {integrity: sha512-yi/t2nES4GB4G0mjLc0RInCq/cNr9dNwJxcGg8sslajua5Kb4kmozAc+qPLzplhBgfw1vLItbjyHzUN92UXicw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.3.1 + '@jest/test-result': 29.4.3 graceful-fs: 4.2.10 - jest-haste-map: 29.3.1 + jest-haste-map: 29.4.3 slash: 3.0.0 dev: true @@ -5938,21 +5947,21 @@ packages: - supports-color dev: true - /@jest/transform/29.3.1: - resolution: {integrity: sha512-8wmCFBTVGYqFNLWfcOWoVuMuKYPUBTnTMDkdvFtAYELwDOl9RGwOsvQWGPFxDJ8AWY9xM/8xCXdqmPK3+Q5Lug==} + /@jest/transform/29.4.3: + resolution: {integrity: sha512-8u0+fBGWolDshsFgPQJESkDa72da/EVwvL+II0trN2DR66wMwiQ9/CihaGfHdlLGFzbBZwMykFtxuwFdZqlKwg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.20.12 - '@jest/types': 29.3.1 + '@jest/types': 29.4.3 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.10 - jest-haste-map: 29.3.1 - jest-regex-util: 29.2.0 - jest-util: 29.3.1 + jest-haste-map: 29.4.3 + jest-regex-util: 29.4.3 + jest-util: 29.4.3 micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 @@ -5967,19 +5976,19 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/yargs': 15.0.15 chalk: 4.1.2 dev: true - /@jest/types/29.3.1: - resolution: {integrity: sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==} + /@jest/types/29.4.3: + resolution: {integrity: sha512-bPYfw8V65v17m2Od1cv44FH+SiKW7w2Xu7trhcdTLUmSv85rfKsP+qXSjO4KGJr4dtPSzl/gvslZBXctf1qGEA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.0.0 + '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/yargs': 17.0.19 chalk: 4.1.2 dev: true @@ -6041,7 +6050,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -6050,7 +6059,7 @@ packages: /@manypkg/get-packages/1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -6120,7 +6129,7 @@ packages: '@motionone/easing': 10.15.1 '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@motionone/dom/10.15.3: @@ -6131,14 +6140,14 @@ packages: '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 hey-listen: 1.0.8 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@motionone/easing/10.15.1: resolution: {integrity: sha512-6hIHBSV+ZVehf9dcKZLT7p5PEKHGhDwky2k8RKkmOvUoYP3S+dXsKupyZpqx5apjd9f+php4vXk4LuS+ADsrWw==} dependencies: '@motionone/utils': 10.15.1 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@motionone/generators/10.15.1: @@ -6146,7 +6155,7 @@ packages: dependencies: '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@motionone/types/10.15.1: @@ -6158,7 +6167,7 @@ packages: dependencies: '@motionone/types': 10.15.1 hey-listen: 1.0.8 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@mrmlnc/readdir-enhanced/2.2.1: @@ -6177,8 +6186,8 @@ packages: set-cookie-parser: 2.5.1 dev: false - /@mswjs/data/0.11.0_typescript@4.9.4: - resolution: {integrity: sha512-Gxwfand2QuU6/B+0z91bzS3JYDTt1pskzFyO8IivvAagADQM+/s0pvJcw8/BBBRGYCHKlh32N/dD27FWo110jg==} + /@mswjs/data/0.11.2_typescript@4.9.5: + resolution: {integrity: sha512-x7cx5GZ9D9DmjO9zkWaybOQVGm/vt7eEYSw7Gk955yf/XdN4qqaSEXaqZuHB84cncNJaV2EMRuNU+k92ssmroQ==} dependencies: '@types/lodash': 4.14.191 '@types/md5': 2.3.2 @@ -6194,7 +6203,7 @@ packages: strict-event-emitter: 0.2.8 uuid: 8.3.2 optionalDependencies: - msw: 1.0.0_typescript@4.9.4 + msw: 1.0.1_typescript@4.9.5 transitivePeerDependencies: - encoding - supports-color @@ -6269,18 +6278,18 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@nrwl/cli/15.4.5: - resolution: {integrity: sha512-f13s0/hzS9jsV1+QPr1Lp3Um+3dOHD8gEP2h7uw17rEPrtJ5ggRKMj/HcZ9dkT9zDM9EmPtVTb6k38ON+NWcUw==} + /@nrwl/cli/15.7.0: + resolution: {integrity: sha512-dorpQl7TPgL75Fb6+g92/2v/pzP8RM6jhZ9efmW4RgwwH8/E778yZqslINn/aGAnqefMeUiZSvw/Q7m0QjWBPg==} dependencies: - nx: 15.4.5 + nx: 15.7.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nrwl/nx-cloud/15.0.2: - resolution: {integrity: sha512-DaTASuXmGyQHMxJuK6y3f7fs+Q0qQCfYDIDVGK9muNwN/QItLeWdRNltLQxbrBeS112kQTu2FPsr0DmRD60+0A==} + /@nrwl/nx-cloud/15.0.3: + resolution: {integrity: sha512-KvwM8/IbCOlbWIzi+Tm14tJkEdQK3ruN6TPUmeKnkeFZsJyoFw4GCyKJMOLs8y4MQokHgskg3nbF822JLR9xJg==} hasBin: true dependencies: axios: 0.21.4 @@ -6295,11 +6304,92 @@ packages: - debug dev: true - /@nrwl/tao/15.4.5: - resolution: {integrity: sha512-UMtxXxTWqbyZOdyD9Zt2IsDY/JVXIFZtY6pO4jPha7+UIHWf2Zi8Dszs6UoUTS4mqpNMIkKymwpZGtkDTfiAJA==} + /@nrwl/nx-darwin-arm64/15.7.0: + resolution: {integrity: sha512-SeuA4X6U/bL9FLdaxYavI60plsWeRe4Gk+LuATyxwOk9N1fqBw03ISyYu7ZFJqHZ0zbCGUApgsTdk7NfDY8OQg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@nrwl/nx-darwin-x64/15.7.0: + resolution: {integrity: sha512-TqpFSomP6hUEOy+H9TdhYXOW5VcC/bP82sf+EO2rR8sU1LYHyGlJH3spzkoc+KgIYXMZnc3q3EHkz9DW8iVs6A==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@nrwl/nx-linux-arm-gnueabihf/15.7.0: + resolution: {integrity: sha512-lAny7Y4iPTEThBTgwk7ttfq9qUbqCBpy3wVI18+jo72Rx128qOn7m3Uyirpx0ibegNr5AI1DgfEONe7ZdiBNOA==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nrwl/nx-linux-arm64-gnu/15.7.0: + resolution: {integrity: sha512-GzBBeAwR9yS2ON5LZlyeVUkFp7LEPc00r1QQy9vF4wPJcDgS5VkZvpivNZo+DpncregGFRGqgriPlQlPy4a4Sw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nrwl/nx-linux-arm64-musl/15.7.0: + resolution: {integrity: sha512-bX567rltZJYbwlc9rFvELxL74tGvDXks8x90fGMx7NZ/gQVPmTZpMfl/QEfTQNI/Kn4MP/fAu4uz5vWmbTSAug==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nrwl/nx-linux-x64-gnu/15.7.0: + resolution: {integrity: sha512-o8DDAuoZW53KTkfYJP53NgWacI7y3FIK38JTnvexO7TPO25YsJE7OthHpJShQLo71qq/LHusPTMkYm/BsIunAQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nrwl/nx-linux-x64-musl/15.7.0: + resolution: {integrity: sha512-ydkYW08Tr2Uytzys5V9pN3M3Ptq4ggy78VWF4SFwnsO9vEVmrZ+3ezwCiztzz8ZtQ4nLKdmin/FfdKUO7tVMdw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nrwl/nx-win32-arm64-msvc/15.7.0: + resolution: {integrity: sha512-h7fER4pvCqIFEPX7XVrGhlhPSrHFst5GqNoBukjSF0fNzH6LADHnTSw+rgFJePxFNoAYVqNHBjBeciUataWKhw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@nrwl/nx-win32-x64-msvc/15.7.0: + resolution: {integrity: sha512-wEJ3wCWrofVouTJpIDsaM6PPP5Yc+W6wNzuBgri1t1QGe+5/evMXKscaShwiS4BHXM5nalbQ+srQPttFCcNCfQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@nrwl/tao/15.7.0: + resolution: {integrity: sha512-EKS6vEqh+ykG/6DLgc5+u2RiXdv7PIX9pGvyIWiEDELcUuo0e8ptXQM8HxETZt0ihDgW2u0rUky3Avr6boO2bQ==} hasBin: true dependencies: - nx: 15.4.5 + nx: 15.7.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6414,8 +6504,8 @@ packages: react: 18.2.0 dev: false - /@reduxjs/toolkit/1.9.1_k4ae6lp43ej6mezo3ztvx6pykq: - resolution: {integrity: sha512-HikrdY+IDgRfRYlCTGUQaiCxxDDgM1mQrRbZ6S1HFZX5ZYuJ4o8EstNmhTwHdPl2rTmLxzwSu0b3AyeyTlR+RA==} + /@reduxjs/toolkit/1.9.2_k4ae6lp43ej6mezo3ztvx6pykq: + resolution: {integrity: sha512-5ZAZ7hwAKWSii5T6NTPmgIBUqyVdlDs+6JjThz6J6dmHLDm6zCzv2OjHIFAi3Vvs1qjmXU0bm6eBojukYXjVMQ==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 || 18 react-redux: ^7.2.1 || ^8.0.2 @@ -6427,13 +6517,13 @@ packages: dependencies: immer: 9.0.17 react: 18.2.0 - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 - redux: 4.2.0 - redux-thunk: 2.4.2_redux@4.2.0 + react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy + redux: 4.2.1 + redux-thunk: 2.4.2_redux@4.2.1 reselect: 4.1.7 - /@remix-run/router/1.2.1: - resolution: {integrity: sha512-XiY0IsyHR+DXYS5vBxpoBe/8veTeoRpMHP+vDosLZxL5bnpetzI0igkxkLZS235ldLzyfkxF+2divEwWHP3vMQ==} + /@remix-run/router/1.3.2: + resolution: {integrity: sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==} engines: {node: '>=14'} dev: false @@ -6452,7 +6542,7 @@ packages: react: '>=16.14.0 || 18' react-dom: '>=16.14.0 || 18' dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@popperjs/core': 2.11.6 '@react-aria/ssr': 3.4.1_react@18.2.0 '@restart/hooks': 0.4.7_react@18.2.0 @@ -6483,7 +6573,7 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel/6.0.3_2l6eqm5ksmys5vhtxa73rmqufy: + /@rollup/plugin-babel/6.0.3_kr63qssm7gqzntdkv6nc73jyxi: resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6498,12 +6588,12 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 - '@rollup/pluginutils': 5.0.2_rollup@3.9.1 - rollup: 3.9.1 + '@rollup/pluginutils': 5.0.2_rollup@3.15.0 + rollup: 3.15.0 dev: true - /@rollup/plugin-commonjs/24.0.0_rollup@3.9.1: - resolution: {integrity: sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==} + /@rollup/plugin-commonjs/24.0.1_rollup@3.15.0: + resolution: {integrity: sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.68.0||^3.0.0 @@ -6511,16 +6601,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.9.1 + '@rollup/pluginutils': 5.0.2_rollup@3.15.0 commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.0.3 is-reference: 1.2.1 magic-string: 0.27.0 - rollup: 3.9.1 + rollup: 3.15.0 dev: true - /@rollup/plugin-node-resolve/15.0.1_rollup@3.9.1: + /@rollup/plugin-node-resolve/15.0.1_rollup@3.15.0: resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6529,17 +6619,17 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.9.1 + '@rollup/pluginutils': 5.0.2_rollup@3.15.0 '@types/resolve': 1.20.2 - deepmerge: 4.2.2 + deepmerge: 4.3.0 is-builtin-module: 3.2.0 is-module: 1.0.0 resolve: 1.22.1 - rollup: 3.9.1 + rollup: 3.15.0 dev: true - /@rollup/plugin-terser/0.3.0_rollup@3.9.1: - resolution: {integrity: sha512-mYTkNW9KjOscS/3QWU5LfOKsR3/fAAVDaqcAe2TZ7ng6pN46f+C7FOZbITuIW/neA+PhcjoKl7yMyB3XcmA4gw==} + /@rollup/plugin-terser/0.4.0_rollup@3.15.0: + resolution: {integrity: sha512-Ipcf3LPNerey1q9ZMjiaWHlNPEHNU/B5/uh9zXLltfEQ1lVSLLeZSgAtTPWGyw8Ip1guOeq+mDtdOlEj/wNxQw==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.x || ^3.x @@ -6547,7 +6637,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.9.1 + rollup: 3.15.0 serialize-javascript: 6.0.0 smob: 0.0.6 terser: 5.16.1 @@ -6561,7 +6651,7 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/pluginutils/5.0.2_rollup@3.9.1: + /@rollup/pluginutils/5.0.2_rollup@3.15.0: resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6573,11 +6663,11 @@ packages: '@types/estree': 1.0.0 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.9.1 + rollup: 3.15.0 dev: true - /@sinclair/typebox/0.24.51: - resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} + /@sinclair/typebox/0.25.22: + resolution: {integrity: sha512-6U6r2L7rnM7EG8G1tWzIjdB3QlsHF4slgcqXNN/SF0xJOAr0nDmT2GedlkyO3mrv8mDTJ24UuOMWR3diBrCvQQ==} dev: true /@sindresorhus/is/4.6.0: @@ -6590,10 +6680,16 @@ packages: type-detect: 4.0.8 dev: true - /@sinonjs/fake-timers/9.1.2: - resolution: {integrity: sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==} + /@sinonjs/commons/2.0.0: + resolution: {integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==} dependencies: - '@sinonjs/commons': 1.8.6 + type-detect: 4.0.8 + dev: true + + /@sinonjs/fake-timers/10.0.2: + resolution: {integrity: sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==} + dependencies: + '@sinonjs/commons': 2.0.0 dev: true /@sinonjs/formatio/3.2.2: @@ -6615,8 +6711,8 @@ packages: resolution: {integrity: sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==} dev: true - /@storybook/addon-actions/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-cnLzVK1S+EydFDSuvxMmMAxVqNXijBGdV9QTgsu6ys5sOkoiXRETKZmxuN8/ZRbkfc4N+1KAylSCZOOHzBQTBQ==} + /@storybook/addon-actions/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-aADjilFmuD6TNGz2CRPSupnyiA/IGkPJHDBTqMpsDXTUr8xnuD122xkIhg6UxmCM2y1c+ncwYXy3WPK2xXK57g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6626,13 +6722,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6649,8 +6745,8 @@ packages: uuid-browser: 3.1.0 dev: true - /@storybook/addon-backgrounds/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-9ddB3QIL8mRurf7TvYG1P9i1sW0b8Iik3kGlHggKogHER9WJPzbiUeH0XDjkASSa4rMCZdYn5CZKNkIAoJ2jdA==} + /@storybook/addon-backgrounds/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-t7qooZ892BruhilFmzYPbysFwpULt/q4zYXNSmKVbAYta8UVvitjcU4F18p8FpWd9WvhiTr0SDlyhNZuzvDfug==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6660,13 +6756,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 global: 4.4.0 memoizerific: 1.11.3 @@ -6677,8 +6773,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: - resolution: {integrity: sha512-q5y0TvD0stvQoJZ2PnFmmKIRNSOI4/k2NKyZq//J2cBUBcP1reYlFxdsNwLZWmAFpSIkc2+nsliEzNxU1WByoA==} + /@storybook/addon-controls/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + resolution: {integrity: sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6688,15 +6784,15 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/node-logger': 6.5.15 - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.16 + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 lodash: 4.17.21 react: 18.2.0 @@ -6711,8 +6807,8 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.15_fi4aqgmyxx6g5c5h7mjyx7uqhi: - resolution: {integrity: sha512-k3LAu+wVp6pNhfh6B1soCRl6+7sNTNxtqy6WTrIeVJVCGbXbyc5s7gQ48gJ4WAk6meoDEZbypiP4NK1El03YLg==} + /@storybook/addon-docs/6.5.16_xo7quhe5oasnakpft6izpnxsta: + resolution: {integrity: sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6729,20 +6825,20 @@ packages: '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.12 - '@storybook/node-logger': 6.5.15 - '@storybook/postinstall': 6.5.15 - '@storybook/preview-web': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/source-loader': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.16 + '@storybook/postinstall': 6.5.16 + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/source-loader': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm core-js: 3.27.1 fast-deep-equal: 3.1.3 @@ -6766,8 +6862,8 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.15_z5whyyu6n3lw5tgkvntrvyoayu: - resolution: {integrity: sha512-m3EY6BhUk6Z9Et7P5wGaRGNoEDHzJIOsLbGS/4IXvIoDfrqmNIilqUQl8kfDqpVdBSFprvpacHpKpLosu9H37w==} + /@storybook/addon-essentials/6.5.16_g5hsdzyd7m2ulfrad4wwfj3vra: + resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} peerDependencies: '@babel/core': ^7.9.6 '@storybook/angular': '*' @@ -6824,19 +6920,19 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@storybook/addon-actions': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-backgrounds': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/addon-docs': 6.5.15_fi4aqgmyxx6g5c5h7mjyx7uqhi - '@storybook/addon-measure': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-outline': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-toolbars': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-viewport': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/node-logger': 6.5.15 + '@storybook/addon-actions': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-backgrounds': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-controls': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/addon-docs': 6.5.16_xo7quhe5oasnakpft6izpnxsta + '@storybook/addon-measure': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-outline': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-toolbars': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-viewport': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/node-logger': 6.5.16 core-js: 3.27.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6853,8 +6949,8 @@ packages: - webpack-command dev: true - /@storybook/addon-measure/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-j77WX/v6qpWK8ZuYscWLIc+Am4/WOJRsVgyXLIw1EZIviQsjoXPo7mmyoTneEIbbHfPtWlLRbtmkjh8DAVDrCA==} + /@storybook/addon-measure/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-DMwnXkmM2L6POTh4KaOWvOAtQ2p9Tr1UUNxz6VXiN5cKFohpCs6x0txdLU5WN8eWIq0VFsO7u5ZX34CGCc6gCg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6864,11 +6960,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.27.1 global: 4.4.0 @@ -6876,8 +6972,8 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: true - /@storybook/addon-outline/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-8yGEZQOYypnliU3rsakoZlgT4Pkq8iOhX9JclVXZL/fJMQWFQGCsXqlLaRn8sx7qsa+21PPxY5bd2+Hv/Au4zQ==} + /@storybook/addon-outline/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-0du96nha4qltexO0Xq1xB7LeRSbqjC9XqtZLflXG7/X3ABoPD2cXgOV97eeaXUodIyb2qYBbHUfftBeA75x0+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 @@ -6887,11 +6983,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.27.1 global: 4.4.0 @@ -6901,8 +6997,8 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-btwDTgElmaaT0dBRASABbTpq6m1UiQXQmLUmxfjLxVC3I2SK5tyJKbPQ2hVLFAQHK4cQn4u45BxdZ5LDpJ830A==} + /@storybook/addon-toolbars/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-y3PuUKiwOWrAvqx1YdUvArg0UaAwmboXFeR2bkrowk1xcT+xnRO3rML4npFeUl26OQ1FzwxX/cw6nknREBBLEA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6912,19 +7008,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.11 dev: true - /@storybook/addon-viewport/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-oOiVzgFMlTnzPLVoHWQNzWdmpksrUyT6Aq8ZOyBPNMQ0RN2doIgFr7W53nZ1OBB5cPQx9q2FgWwzJ7Tawo+iVA==} + /@storybook/addon-viewport/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-1Vyqf1U6Qng6TXlf4SdqUKyizlw1Wn6+qW8YeA2q1lbkJqn3UlnHXIp8Q0t/5q1dK5BFtREox3+jkGwbJrzkmA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6934,12 +7030,12 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.15 - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 global: 4.4.0 memoizerific: 1.11.3 @@ -6949,19 +7045,19 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@storybook/addons/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-xT31SuSX+kYGyxCNK2nqL7WTxucs3rSmhiCLovJcUjYk+QquV3c2c53Ki7lwwdDbzfXFcNAe0HJ4hoTN4jhn0Q==} + /@storybook/addons/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-p3DqQi+8QRL5k7jXhXmJZLsE/GqHqyY6PcoA1oNTJr0try48uhTGUOYkgzmqtDaa/qPFO5LP+xCPzZXckGtquQ==} 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.15_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.15 - '@storybook/client-logger': 6.5.15 - '@storybook/core-events': 6.5.15 + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/webpack-env': 1.18.0 core-js: 3.27.1 global: 4.4.0 @@ -6970,19 +7066,19 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@storybook/api/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-BBE0KXKvj1/3jTghbIoWfrcDM0t+xO7EYtWWAXD6XlhGsZVD2Dy82Z52ONyLulMDRpMWl0OYy3h6A1YnFUH25w==} + /@storybook/api/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-HOsuT8iomqeTMQJrRx5U8nsC7lJTwRr1DhdD0SzlqL4c80S/7uuCy4IZvOt4sYQjOzW5fOo/kamcoBXyLproTA==} 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.15 - '@storybook/client-logger': 6.5.15 - '@storybook/core-events': 6.5.15 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6997,8 +7093,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: - resolution: {integrity: sha512-1ZkMECUUdiYplhlgyUF5fqW3XU7eWNDJbuPUguyDOeidgJ111WZzBcLuKj+SNrzdNNgXwROCWAFybiNnX33YHQ==} + /@storybook/builder-webpack4/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + resolution: {integrity: sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7008,22 +7104,22 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.15 - '@storybook/channels': 6.5.15 - '@storybook/client-api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/core-events': 6.5.15 - '@storybook/node-logger': 6.5.15 - '@storybook/preview-web': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/router': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channels': 6.5.16 + '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-events': 6.5.16 + '@storybook/node-logger': 6.5.16 + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.11 '@types/webpack': 4.41.33 autoprefixer: 9.8.8 @@ -7033,12 +7129,12 @@ packages: 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_m5gnij3rfg5tbgezneaxeqvybq + fork-ts-checker-webpack-plugin: 4.1.6_5yhrsxwtl5e3lal6pkfrk7kumy glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.9.4 + pnp-webpack-plugin: 1.6.4_typescript@4.9.5 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_gzaxsinx64nntyd3vmdqwl7coe @@ -7049,7 +7145,7 @@ packages: style-loader: 1.3.0_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -7066,8 +7162,8 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack5/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: - resolution: {integrity: sha512-BnSoAmI02pvbGBSyzCx+voXb/d5EopQ78zx/lYv4CeOspBFOYEfGvAgYHILFo04V12S2/k8aSOc/tCYw5AqPtw==} + /@storybook/builder-webpack5/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + resolution: {integrity: sha512-kh8Sofm1sbijaHDWtm0sXabqACHVFjikU/fIkkW786kpjoPIPIec1a+hrLgDsZxMU3I7XapSOaCFzWt6FjVXjg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7077,21 +7173,21 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.15 - '@storybook/channels': 6.5.15 - '@storybook/client-api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/core-events': 6.5.15 - '@storybook/node-logger': 6.5.15 - '@storybook/preview-web': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/router': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channels': 6.5.16 + '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-events': 6.5.16 + '@storybook/node-logger': 6.5.16 + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.11 babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm babel-plugin-named-exports-order: 0.0.2 @@ -7099,7 +7195,7 @@ packages: case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.27.1 css-loader: 5.2.7_webpack@5.75.0 - fork-ts-checker-webpack-plugin: 6.5.2_ztinast3o6ojylpg2e7ubjmesm + fork-ts-checker-webpack-plugin: 6.5.2_f3a4zrasoaotz7gdk64fcmlkrm glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 html-webpack-plugin: 5.5.0_webpack@5.75.0 @@ -7111,7 +7207,7 @@ packages: style-loader: 2.0.0_webpack@5.75.0 terser-webpack-plugin: 5.3.6_webpack@5.75.0 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 webpack: 5.75.0 webpack-dev-middleware: 4.3.0_webpack@5.75.0 @@ -7128,49 +7224,49 @@ packages: - webpack-command dev: true - /@storybook/channel-postmessage/6.5.15: - resolution: {integrity: sha512-gMpA8LWT8lC4z5KWnaMh03aazEwtDO7GtY5kZVru+EEMgExGmaR82qgekwmLmgLj2nRJEv0o138o9IqYUcou8w==} + /@storybook/channel-postmessage/6.5.16: + resolution: {integrity: sha512-fZZSN29dsUArWOx7e7lTdMA9+7zijVwCwbvi2Fo4fqhRLh1DsTb/VXfz1FKMCWAjNlcX7QQvV25tnxbqsD6lyw==} dependencies: - '@storybook/channels': 6.5.15 - '@storybook/client-logger': 6.5.15 - '@storybook/core-events': 6.5.15 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 core-js: 3.27.1 global: 4.4.0 qs: 6.11.0 telejson: 6.0.8 dev: true - /@storybook/channel-websocket/6.5.15: - resolution: {integrity: sha512-K85KEgzo5ahzJNJjyUbSNyuRmkeC8glJX2hCg2j9HiJ9rasX53qugkODrKDlWAeheulo3kR13VSuAqIuwVbmbw==} + /@storybook/channel-websocket/6.5.16: + resolution: {integrity: sha512-wJg2lpBjmRC2GJFzmhB9kxlh109VE58r/0WhFtLbwKvPqsvGf82xkBEl6BtBCvIQ4stzYnj/XijjA8qSi2zpOg==} dependencies: - '@storybook/channels': 6.5.15 - '@storybook/client-logger': 6.5.15 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 core-js: 3.27.1 global: 4.4.0 telejson: 6.0.8 dev: true - /@storybook/channels/6.5.15: - resolution: {integrity: sha512-gPpsBgirv2NCXbH4WbYqdkI0JLE96aiVuu7UEWfn9yu071pQ9CLHbhXGD9fSFNrfOkyBBY10ppSE7uCXw3Wexg==} + /@storybook/channels/6.5.16: + resolution: {integrity: sha512-VylzaWQZaMozEwZPJdyJoz+0jpDa8GRyaqu9TGG6QGv+KU5POoZaGLDkRE7TzWkyyP0KQLo80K99MssZCpgSeg==} dependencies: core-js: 3.27.1 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/client-api/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-0ZGpRgVz7rdbCguBqBpwObXbsVY5qlSTWDzzIBpmz8EkxW/MtK5wEyeq+0L0O+DTn41FwvH5yCGLAENpzWD8BQ==} + /@storybook/client-api/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-i3UwkzzUFw8I+E6fOcgB5sc4oU2fhvaKnqC1mpd9IYGJ9JN9MnGIaVl3Ko28DtFItu/QabC9JsLIJVripFLktQ==} 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.15_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.15 - '@storybook/channels': 6.5.15 - '@storybook/client-logger': 6.5.15 - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 '@types/webpack-env': 1.18.0 core-js: 3.27.1 @@ -7188,22 +7284,22 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-logger/6.5.15: - resolution: {integrity: sha512-0uyxKvodq+FycGv6aUwC1wUR6suXf2+7ywMFAOlYolI4UvNj8NyU/5AfgKT5XnxYAgPmoCiAjOE700TrfHrosw==} + /@storybook/client-logger/6.5.16: + resolution: {integrity: sha512-pxcNaCj3ItDdicPTXTtmYJE3YC1SjxFrBmHcyrN+nffeNyiMuViJdOOZzzzucTUG0wcOOX8jaSyak+nnHg5H1Q==} dependencies: core-js: 3.27.1 global: 4.4.0 dev: true - /@storybook/components/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-bHTT0Oa3s4g+MBMaLBbX9ofMtb1AW59AzIUNGrfqW1XqJMGuUHMiJ7TSo+i5dRSFpbFygnwMEG9LfHxpR2Z0Dw==} + /@storybook/components/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-LzBOFJKITLtDcbW9jXl0/PaG+4xAz25PK8JxPZpIALbmOpYWOAPcO6V9C2heX6e6NgWFMUxjplkULEk9RCQMNA==} 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.15 + '@storybook/client-logger': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 memoizerific: 1.11.3 qs: 6.11.0 @@ -7213,8 +7309,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.15_fzk2o5r53sgjs5saca2d7spkha: - resolution: {integrity: sha512-i9t4WONy2MxJwLI1FIp5ck7b52EXyJfALnxUn4O/3GTkw09J0NOKi2DPjefUsi7IB5MzFpDjDH9vw/XiTM+OZw==} + /@storybook/core-client/6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu: + resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7224,16 +7320,16 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.15 - '@storybook/channel-websocket': 6.5.15 - '@storybook/client-api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channel-websocket': 6.5.16 + '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.27.1 @@ -7244,14 +7340,14 @@ packages: react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 5.75.0 dev: true - /@storybook/core-client/6.5.15_o3ten7nsuz3dqqktls46i6uq3y: - resolution: {integrity: sha512-i9t4WONy2MxJwLI1FIp5ck7b52EXyJfALnxUn4O/3GTkw09J0NOKi2DPjefUsi7IB5MzFpDjDH9vw/XiTM+OZw==} + /@storybook/core-client/6.5.16_yx6v2mahc4rgaakyal2wzgtgta: + resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7261,16 +7357,16 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.15 - '@storybook/channel-websocket': 6.5.15 - '@storybook/client-api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channel-websocket': 6.5.16 + '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.27.1 @@ -7281,14 +7377,14 @@ packages: react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 4.46.0 dev: true - /@storybook/core-common/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: - resolution: {integrity: sha512-uits9o6qwHTPnjsNZP25f7hWmUBGRJ7FXtxxtEaNSmtiwk50KWxBaro7wt505lJ1Gb9vOhpNPhS7y3IxdsXNmQ==} + /@storybook/core-common/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + resolution: {integrity: sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7319,7 +7415,7 @@ packages: '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@babel/register': 7.18.9_@babel+core@7.20.12 - '@storybook/node-logger': 6.5.15 + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@types/node': 16.18.11 '@types/pretty-hrtime': 1.0.1 @@ -7331,7 +7427,7 @@ packages: express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_m5gnij3rfg5tbgezneaxeqvybq + fork-ts-checker-webpack-plugin: 6.5.2_5yhrsxwtl5e3lal6pkfrk7kumy fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7347,7 +7443,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 webpack: 4.46.0 transitivePeerDependencies: @@ -7358,14 +7454,14 @@ packages: - webpack-command dev: true - /@storybook/core-events/6.5.15: - resolution: {integrity: sha512-B1Ba6l5W7MeNclclqMMTMHgYgfdpB5SIhNCQFnzIz8blynzRhNFMdxvbAl6Je5G0S4xydYYd7Lno2kXQebs7HA==} + /@storybook/core-events/6.5.16: + resolution: {integrity: sha512-qMZQwmvzpH5F2uwNUllTPg6eZXr2OaYZQRRN8VZJiuorZzDNdAFmiVWMWdkThwmyLEJuQKXxqCL8lMj/7PPM+g==} dependencies: core-js: 3.27.1 dev: true - /@storybook/core-server/6.5.15_kmfhe2mixbezwh4fdxncdqtxia: - resolution: {integrity: sha512-m+pZwHhCjwryeqTptyyKHSbIjnnPGKoRSnkqLTOpKQf8llZMnNQWUFrn4fx6UDKzxFQ2st2+laV8O2QbMs8qwQ==} + /@storybook/core-server/6.5.16_ws4dndhllwdzdmf2sqkpllzkpe: + resolution: {integrity: sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -7381,19 +7477,19 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/core-client': 6.5.15_o3ten7nsuz3dqqktls46i6uq3y - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/core-events': 6.5.15 + '@storybook/builder-webpack4': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-client': 6.5.16_yx6v2mahc4rgaakyal2wzgtgta + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.15 - '@storybook/manager-webpack4': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/manager-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/node-logger': 6.5.15 + '@storybook/csf-tools': 6.5.16 + '@storybook/manager-webpack4': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/manager-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/telemetry': 6.5.16_thg4xgkqzam43wvb4m4gitomxu '@types/node': 16.18.11 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -7414,7 +7510,7 @@ packages: ip: 2.0.0 lodash: 4.17.21 node-fetch: 2.6.7 - open: 8.4.0 + open: 8.4.1 pretty-hrtime: 1.0.3 prompts: 2.4.2 react: 18.2.0 @@ -7424,7 +7520,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.46.0 @@ -7443,8 +7539,8 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.15_gsof4e5ietvxsx6gtvh5w2poze: - resolution: {integrity: sha512-T9TjLxbb5P/XvLEoj0dnbtexJa0V3pqCifRlIUNkTJO0nU3PdGLMcKMSyIYWjkthAJ9oBrajnodV0UveM/epTg==} + /@storybook/core/6.5.16_kowf7vwpr3t53xm7p5dl4iii4q: + resolution: {integrity: sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -7460,13 +7556,13 @@ packages: typescript: optional: true dependencies: - '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/core-client': 6.5.15_fzk2o5r53sgjs5saca2d7spkha - '@storybook/core-server': 6.5.15_kmfhe2mixbezwh4fdxncdqtxia - '@storybook/manager-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-client': 6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu + '@storybook/core-server': 6.5.16_ws4dndhllwdzdmf2sqkpllzkpe + '@storybook/manager-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -7481,8 +7577,8 @@ packages: - webpack-command dev: true - /@storybook/csf-tools/6.5.15: - resolution: {integrity: sha512-2LwSD7yE/ccXBc58K4vdKw/oJJg6IpC4WD51rBt2mAl5JUCkxhOq7wG/Z8Wy1lZw2LVuKNTmjVou5blGRI/bTg==} + /@storybook/csf-tools/6.5.16: + resolution: {integrity: sha512-+WD4sH/OwAfXZX3IN6/LOZ9D9iGEFcN+Vvgv9wOsLRgsAZ10DG/NK6c1unXKDM/ogJtJYccNI8Hd+qNE/GFV6A==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 peerDependenciesMeta: @@ -7513,12 +7609,12 @@ packages: lodash: 4.17.21 dev: true - /@storybook/docs-tools/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-8w78NFOtlJGuIa9vPPsr87J9iQUGmLFh7CrMS2+t9LxW+0oH5MZ8QqPQUHNuTuKsYN3r+QAmmi2pj0auZmCoKA==} + /@storybook/docs-tools/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-o+rAWPRGifjBF5xZzTKOqnHN3XQWkl0QFJYVDIiJYJrVll7ExCkpEq/PahOGzIBBV+tpMstJgmKM3lr/lu/jmg==} dependencies: '@babel/core': 7.20.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 doctrine: 3.0.0 lodash: 4.17.21 @@ -7529,8 +7625,8 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: - resolution: {integrity: sha512-zRvBTMoaFO6MvHDsDLnt3tsFENhpY3k+e/UIPdqbIDMbUPGGQzxJucAM9aS/kbVSO5IVs8IflVxbeeB/uTIIfA==} + /@storybook/manager-webpack4/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + resolution: {integrity: sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7542,12 +7638,12 @@ packages: '@babel/core': 7.20.12 '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.15_o3ten7nsuz3dqqktls46i6uq3y - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/node-logger': 6.5.15 - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-client': 6.5.16_yx6v2mahc4rgaakyal2wzgtgta + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/node-logger': 6.5.16 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.11 '@types/webpack': 4.41.33 babel-loader: 8.3.0_nwtvwtk5tmh22l2urnqucz7kqu @@ -7561,7 +7657,7 @@ packages: fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 node-fetch: 2.6.7 - pnp-webpack-plugin: 1.6.4_typescript@4.9.4 + pnp-webpack-plugin: 1.6.4_typescript@4.9.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 @@ -7571,7 +7667,7 @@ packages: telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -7587,8 +7683,8 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack5/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: - resolution: {integrity: sha512-yrHVFUHGdVRWq/oGJwQu+UOZzxELH5SS+Lpn5oIQ/Dblam9piQC0KmBZtFuA9X8acaw4BBVnXgF/aiqs9fOp/Q==} + /@storybook/manager-webpack5/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + resolution: {integrity: sha512-OtxXv8JCe0r/0rE5HxaFicsNsXA+fqZxzokxquFFgrYf/1Jg4d7QX6/pG5wINF+5qInJfVkRG6xhPzv1s5bk9Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7600,12 +7696,12 @@ packages: '@babel/core': 7.20.12 '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.15_fzk2o5r53sgjs5saca2d7spkha - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/node-logger': 6.5.15 - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-client': 6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/node-logger': 6.5.16 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.11 babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm case-sensitive-paths-webpack-plugin: 2.4.0 @@ -7627,7 +7723,7 @@ packages: telejson: 6.0.8 terser-webpack-plugin: 5.3.6_webpack@5.75.0 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 webpack: 5.75.0 webpack-dev-middleware: 4.3.0_webpack@5.75.0 @@ -7663,8 +7759,8 @@ packages: - supports-color dev: true - /@storybook/node-logger/6.5.15: - resolution: {integrity: sha512-LQjjbfMuUXm7wZTBKb+iGeCNnej4r1Jb2NxG3Svu2bVhaoB6u33jHAcbmhXpXW1jghzW3kQwOU7BoLuJiRRFIw==} + /@storybook/node-logger/6.5.16: + resolution: {integrity: sha512-YjhBKrclQtjhqFNSO+BZK+RXOx6EQypAELJKoLFaawg331e8VUfvUuRCNB3fcEWp8G9oH13PQQte0OTjLyyOYg==} dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 @@ -7673,24 +7769,24 @@ packages: pretty-hrtime: 1.0.3 dev: true - /@storybook/postinstall/6.5.15: - resolution: {integrity: sha512-l7pApTgLD10OedNOyuf4vUdVCHLOSaIUIL9gdJl1WaSFHiUpJvvzBIh5M4aRICYPbnuExQc8y2GAjERKO4Ep+g==} + /@storybook/postinstall/6.5.16: + resolution: {integrity: sha512-08K2q+qN6pqyPW7PHLCZ5G5Xa6Wosd6t0F16PQ4abX2ItlJLabVoJN5mZ0gm/aeLTjD8QYr8IDvacu4eXh0SVA==} dependencies: core-js: 3.27.1 dev: true - /@storybook/preview-web/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-gIHABSAD0JS0iRaG67BnSDq/q8Zf4fFwEWBQOSYgcEx2TzhAUeSkhGZUQHdlOTCwuA2PpXT0/cWDH8u2Ev+msg==} + /@storybook/preview-web/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-IJnvfe2sKCfk7apN9Fu9U8qibbarrPX5JB55ZzK1amSHVmSDuYk5MIMc/U3NnSQNnvd1DO5v/zMcGgj563hrtg==} 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.15_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.15 - '@storybook/client-logger': 6.5.15 - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y ansi-to-html: 0.6.15 core-js: 3.27.1 global: 4.4.0 @@ -7705,7 +7801,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -7716,16 +7812,16 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2_typescript@4.9.4 - tslib: 2.4.1 - typescript: 4.9.4 + react-docgen-typescript: 2.2.2_typescript@4.9.5 + tslib: 2.5.0 + typescript: 4.9.5 webpack: 5.75.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.5.15_4umj6u2aef6td5xkg3f7eukyp4: - resolution: {integrity: sha512-iQta2xOs/oK0sw/zpn3g/huvOmvggzi8z2/WholmUmmRiSQRo9lOhRXH0u13T4ja4fEa+u7m58G83xOG6i73Kw==} + /@storybook/react/6.5.16_nsojkcuzyxevfv6vk2xlte3i2q: + resolution: {integrity: sha512-cBtNlOzf/MySpNLBK22lJ8wFU22HnfTB2xJyBk7W7Zi71Lm7Uxkhv1Pz8HdiQndJ0SlsAAQOWjQYsSZsGkZIaA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -7756,18 +7852,18 @@ packages: '@babel/preset-flow': 7.18.6_@babel+core@7.20.12 '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_ohj47mxwagpoxvu7nhhwxzphqm - '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/client-logger': 6.5.15 - '@storybook/core': 6.5.15_gsof4e5ietvxsx6gtvh5w2poze - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/client-logger': 6.5.16 + '@storybook/core': 6.5.16_kowf7vwpr3t53xm7p5dl4iii4q + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/manager-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi - '@storybook/node-logger': 6.5.15 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi + '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/manager-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/node-logger': 6.5.16 + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 '@types/node': 16.18.11 '@types/webpack-env': 1.18.0 @@ -7791,7 +7887,7 @@ packages: regenerator-runtime: 0.13.11 require-from-string: 2.0.2 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 webpack: 5.75.0 transitivePeerDependencies: @@ -7816,13 +7912,13 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-9t8rI8t7/Krolau29gsdjdbRQ66orONIyP0efp0EukVgv6reNFzb/U14ARrl0uHys6Tl5Xyece9FoakQUdn8Kg==} + /@storybook/router/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-ZgeP8a5YV/iuKbv31V8DjPxlV4AzorRiR8OuSt/KqaiYXNXlOoQDz/qMmiNcrshrfLpmkzoq7fSo4T8lWo2UwQ==} 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.15 + '@storybook/client-logger': 6.5.16 core-js: 3.27.1 memoizerific: 1.11.3 qs: 6.11.0 @@ -7840,14 +7936,14 @@ packages: find-up: 4.1.0 dev: true - /@storybook/source-loader/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-MaWzki40g0/7NWmJgUBhOp+e7y8Ohw6G/bRr/rcDP7eXSnud6ThYylXv0QqBScLPPTy8txjmBClCoqdLGyvLWQ==} + /@storybook/source-loader/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-fyVl4jrM/5JLrb48aqXPu7sTsmySQaVGFp1zfeqvPPlJRFMastDrePm5XGPN7Qjv1wsKmpuBvuweFKOT1pru3g==} 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.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.27.1 estraverse: 5.3.0 @@ -7860,15 +7956,15 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@storybook/store/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-r6cYTf6GtbqgdI4ZG3xuWdJAAu5fJ3xAWMiDkHyoK2u+R2TeYXIsJvgn0BPrW87sZhELIkg4ckdFECmATs3kpQ==} + /@storybook/store/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-g+bVL5hmMq/9cM51K04e37OviUPHT0rHHrRm5wj/hrf18Kd9120b3sxdQ5Dc+HZ292yuME0n+cyrQPTYx9Epmw==} 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.15_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.15 - '@storybook/core-events': 6.5.15 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.27.1 fast-deep-equal: 3.1.3 @@ -7885,11 +7981,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: - resolution: {integrity: sha512-WHMRG6xMkEGscn1q4SotwzV8hxM1g3zHyXPN77iosY5zpOIn/qAzvkmW28V1DPH9jPWMZMizBgG1TIQvUpduXg==} + /@storybook/telemetry/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + resolution: {integrity: sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA==} dependencies: - '@storybook/client-logger': 6.5.15 - '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/client-logger': 6.5.16 + '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu chalk: 4.1.2 core-js: 3.27.1 detect-package-manager: 2.0.1 @@ -7912,13 +8008,13 @@ packages: - webpack-command dev: true - /@storybook/theming/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-pgdW0lVZKKXQ4VhIfLHycMmwFSVOY7vLTKnytag4Y8Yz+aXm0bwDN/QxPntFzDH47F1Rcy2ywNnvty8ooDTvuA==} + /@storybook/theming/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-hNLctkjaYLRdk1+xYTkC1mg4dYz2wSv6SqbLpcKMbkPHTE0ElhddGPHQqB362md/w9emYXNkt1LSMD8Xk9JzVQ==} 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.15 + '@storybook/client-logger': 6.5.16 core-js: 3.27.1 memoizerific: 1.11.3 react: 18.2.0 @@ -7926,21 +8022,21 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@storybook/ui/6.5.15_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-OO+TWZmI8ebWA1C3JBKNvbUbsgvt4GppqsGlkf5CTBZrT/MzmMlYiooLAtlY1ZPcMtTd5ynLxvroHWBEnMOk2A==} + /@storybook/ui/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-rHn/n12WM8BaXtZ3IApNZCiS+C4Oc5+Lkl4MoctX8V7QSml0SxZBB5hsJ/AiWkgbRxjQpa/L/Nt7/Qw0FjTH/A==} 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.15_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.15 - '@storybook/client-logger': 6.5.15 - '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.15 - '@storybook/router': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.27.1 memoizerific: 1.11.3 qs: 6.11.0 @@ -7953,7 +8049,7 @@ packages: /@swc/helpers/0.4.14: resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@szmarczak/http-timer/4.0.6: @@ -7971,7 +8067,21 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 + '@types/aria-query': 5.0.1 + aria-query: 5.1.3 + chalk: 4.1.2 + dom-accessibility-api: 0.5.15 + lz-string: 1.4.4 + pretty-format: 27.5.1 + dev: true + + /@testing-library/dom/8.20.0: + resolution: {integrity: sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==} + engines: {node: '>=12'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/runtime': 7.20.13 '@types/aria-query': 5.0.1 aria-query: 5.1.3 chalk: 4.1.2 @@ -8004,18 +8114,18 @@ packages: dependencies: '@babel/runtime': 7.20.7 '@testing-library/dom': 8.19.1 - '@types/react-dom': 18.0.10 + '@types/react-dom': 18.0.11 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@testing-library/user-event/14.4.3_ua4wuun3fnehcjqtqj2e2ldgpe: + /@testing-library/user-event/14.4.3_yxlyej73nftwmh2fiao7paxmlm: resolution: {integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@testing-library/dom': 8.19.1 + '@testing-library/dom': 8.20.0 dev: true /@tootallnate/once/1.1.2: @@ -8065,7 +8175,7 @@ packages: '@types/ag-channel': 5.0.0 '@types/async-stream-emitter': 4.0.0 '@types/consumable-stream': 2.0.0 - '@types/socketcluster-server': 16.1.0 + '@types/socketcluster-server': 16.1.1 '@types/writable-consumable-stream': 2.0.0 dev: true @@ -8130,12 +8240,12 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.11.18 + '@types/node': 18.13.0 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/cacheable-request/6.0.3: @@ -8143,11 +8253,11 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/responselike': 1.0.0 - /@types/chrome/0.0.206: - resolution: {integrity: sha512-fQnTFjghPB9S4UzbfublUB6KmsBkvvJeGXGaaoD5Qu+ZxrDUfgJnKN5egLSzDcGAH5YxQubDgbCdNwwUGewQHg==} + /@types/chrome/0.0.213: + resolution: {integrity: sha512-oDF+AGr2gcHzxX5xq8TjmLtnMnV3nL1ci4Y6CjhDqIKI8Ar36JOWnmQx6eGVBBYEX824OIN0NQwDo2cevEBbQQ==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.10 @@ -8159,8 +8269,8 @@ packages: classnames: 2.3.2 dev: true - /@types/codemirror/5.60.6: - resolution: {integrity: sha512-JIDPSvkYRlcv/2F0erqD+de2ni/Mz6FJMEGb0vwF6ByQOcHIKfiEfwrO4d6dSRwYeHyNUMpGjev0PyjX2M0XWw==} + /@types/codemirror/5.60.7: + resolution: {integrity: sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==} dependencies: '@types/tern': 0.23.4 dev: false @@ -8184,19 +8294,19 @@ packages: /@types/connect-history-api-fallback/1.3.5: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: - '@types/express-serve-static-core': 4.17.32 - '@types/node': 18.11.18 + '@types/express-serve-static-core': 4.17.33 + '@types/node': 18.13.0 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/cookie/0.4.1: @@ -8210,7 +8320,7 @@ packages: /@types/copy-webpack-plugin/8.0.1_webpack-cli@5.0.1: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 tapable: 2.2.1 webpack: 5.75.0_webpack-cli@5.0.1 transitivePeerDependencies: @@ -8223,13 +8333,13 @@ packages: /@types/cors/2.8.13: resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/d3-array/3.0.4: @@ -8401,13 +8511,13 @@ packages: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: '@types/eslint': 8.4.10 - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 dev: true /@types/eslint/8.4.10: resolution: {integrity: sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==} dependencies: - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 '@types/json-schema': 7.0.11 dev: true @@ -8418,10 +8528,10 @@ packages: /@types/estree/1.0.0: resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} - /@types/express-serve-static-core/4.17.32: - resolution: {integrity: sha512-aI5h/VOkxOF2Z1saPy0Zsxs5avets/iaiAJYznQFm5By/pamU31xWKL//epiF4OfUA2qTOc9PV6tCUjhO8wlZA==} + /@types/express-serve-static-core/4.17.33: + resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -8429,7 +8539,16 @@ packages: resolution: {integrity: sha512-Yv0k4bXGOH+8a+7bELd2PqHQsuiANB+A8a4gnQrkRWzrkKlb6KHaVvyXhqs04sVW/OWlbPyYxRgYlIXLfrufMQ==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.32 + '@types/express-serve-static-core': 4.17.33 + '@types/qs': 6.9.7 + '@types/serve-static': 1.15.0 + dev: true + + /@types/express/4.17.17: + resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==} + dependencies: + '@types/body-parser': 1.19.2 + '@types/express-serve-static-core': 4.17.33 '@types/qs': 6.9.7 '@types/serve-static': 1.15.0 @@ -8452,20 +8571,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/har-format/1.2.10: @@ -8488,7 +8607,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 hoist-non-react-statics: 3.3.2 /@types/html-entities/1.3.4: @@ -8512,7 +8631,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/is-ci/3.0.0: @@ -8541,8 +8660,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/29.2.5: - resolution: {integrity: sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==} + /@types/jest/29.4.0: + resolution: {integrity: sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==} dependencies: expect: 29.3.1 pretty-format: 29.3.1 @@ -8558,7 +8677,7 @@ packages: /@types/jsdom/20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 dev: true @@ -8573,13 +8692,13 @@ packages: /@types/jsonwebtoken/9.0.0: resolution: {integrity: sha512-mM4TkDpA9oixqg1Fv2vVpOFyIVLJjm5x4k0V+K/rEsizfjD7Tk7LKk3GTtbB7KCfP0FEHQtsZqFxYA0+sijNVg==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 /@types/lodash-es/4.17.6: resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==} @@ -8598,8 +8717,8 @@ packages: dependencies: '@types/lodash': 4.14.191 - /@types/lodash.mergewith/4.6.6: - resolution: {integrity: sha512-RY/8IaVENjG19rxTZu9Nukqh0W2UrYgmBj5sdns4hWRZaV8PqR7wIKHFKzvOTjo4zVRV7sVI+yFhAJql12Kfqg==} + /@types/lodash.mergewith/4.6.7: + resolution: {integrity: sha512-3m+lkO5CLRRYU0fhGRp7zbsGi6+BZj0uTVSwvcKU+nSlhjA9/QRNfuSGnD2mX6hQA7ZbmcCkzk5h4ZYGOtk14A==} dependencies: '@types/lodash': 4.14.191 dev: false @@ -8641,7 +8760,7 @@ packages: /@types/morgan/1.9.4: resolution: {integrity: sha512-cXoc4k+6+YAllH3ZHmx4hf7La1dzUk6keTR4bF4b4Sc0mZxU/zK4wO7l+ZzezXm/jkYj/qC+uYGZrarZdIVvyQ==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/ms/0.7.31: @@ -8651,7 +8770,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 form-data: 3.0.1 /@types/node/12.20.55: @@ -8661,8 +8780,8 @@ packages: /@types/node/16.18.11: resolution: {integrity: sha512-3oJbGBUWuS6ahSnEq1eN2XrCyf4YsWI8OyCvo7c64zQJNplk3mO84t53o8lfTk+2ji59g5ycfc6qQ3fdHliHuA==} - /@types/node/18.11.18: - resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==} + /@types/node/18.13.0: + resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -8709,8 +8828,8 @@ packages: /@types/qs/6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} - /@types/ramda/0.28.20: - resolution: {integrity: sha512-MeUhzGSXQTRsY19JGn5LIBTLxVEnyF6HDNr08KSJqybsm4DlfLIgK1jBHjhpiSyk252tXYmp+UOe0UFg0UiFsA==} + /@types/ramda/0.28.23: + resolution: {integrity: sha512-9TYWiwkew+mCMsL7jZ+kkzy6QXn8PL5/SKmBPmjgUlTpkokZWTBr+OhiIUDztpAEbslWyt24NNfEmZUBFmnXig==} dependencies: ts-toolbelt: 6.15.5 dev: true @@ -8718,10 +8837,10 @@ packages: /@types/range-parser/1.2.4: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - /@types/react-dom/18.0.10: - resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==} + /@types/react-dom/18.0.11: + resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 /@types/react-dragula/1.1.0: resolution: {integrity: sha512-wgRIVV2jo/Gria1PK3K26II7gfRD3VTcMfPYhL0CuIApSeon7xjBTj8Xs8Ln+Vbb/FuRKWfUaJXmF4R3KUGntA==} @@ -8732,17 +8851,17 @@ packages: /@types/react-test-renderer/18.0.0: resolution: {integrity: sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==} dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 dev: true /@types/react-transition-group/4.4.5: resolution: {integrity: sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==} dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 dev: false - /@types/react/18.0.26: - resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==} + /@types/react/18.0.28: + resolution: {integrity: sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -8756,7 +8875,7 @@ packages: /@types/redux-logger/3.0.9: resolution: {integrity: sha512-cwYhVbYNgH01aepeMwhd0ABX6fhVB2rcQ9m80u8Fl50ZODhsZ8RhQArnLTkE7/Zrfq4Sz/taNoF7DQy9pCZSKg==} dependencies: - redux: 4.2.0 + redux: 4.2.1 dev: true /@types/resolve/1.20.2: @@ -8766,7 +8885,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8794,19 +8913,19 @@ packages: /@types/serve-index/1.9.1: resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==} dependencies: - '@types/express': 4.17.15 + '@types/express': 4.17.17 dev: true /@types/serve-static/1.15.0: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.11.18 + '@types/node': 18.13.0 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: false /@types/simple-diff/1.6.1: @@ -8844,10 +8963,24 @@ packages: '@types/ws': 8.5.4 dev: true + /@types/socketcluster-server/16.1.1: + resolution: {integrity: sha512-mFtXm4oz91zkpWjnfCm6z+gMhrqVKD7aXYI3JmUqrkA5wIcXxDfDAPINScNTSrok2LrMScS9GgwbMga9dqwNCA==} + dependencies: + '@types/ag-auth': 1.0.0 + '@types/ag-simple-broker': 5.0.0 + '@types/async-stream-emitter': 4.0.0 + '@types/consumable-stream': 2.0.0 + '@types/jsonwebtoken': 9.0.0 + '@types/sc-errors': 1.4.1 + '@types/stream-demux': 8.0.0 + '@types/writable-consumable-stream': 2.0.0 + '@types/ws': 8.5.4 + dev: true + /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/source-list-map/0.1.2: @@ -8873,7 +9006,7 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.26 + '@types/react': 18.0.28 csstype: 3.1.1 dev: true @@ -8881,7 +9014,7 @@ packages: resolution: {integrity: sha512-tLfnlJf6A5mB6ddqF159GqcDizfzbMUB1/DeT59/wBNqzRTNNKsaw79A/1TZ84X+f/EwWH8FeuSkjlCLyqS/zQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/supertest/2.0.12: @@ -8903,7 +9036,7 @@ packages: /@types/testing-library__jest-dom/5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 29.2.5 + '@types/jest': 29.4.0 dev: true /@types/tough-cookie/4.0.2: @@ -8942,7 +9075,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8950,7 +9083,7 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 @@ -8967,7 +9100,7 @@ packages: /@types/ws/8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 dev: true /@types/yargs-parser/21.0.0: @@ -8990,11 +9123,11 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 optional: true - /@typescript-eslint/eslint-plugin/5.48.0_k73wpmdolxikpyqun3p36akaaq: - resolution: {integrity: sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==} + /@typescript-eslint/eslint-plugin/5.52.0_6cfvjsbua5ptj65675bqcn6oza: + resolution: {integrity: sha512-lHazYdvYVsBokwCdKOppvYJKaJ4S41CgKBcPvyd0xjZNbvQdhn/pnJlGtQksQ/NhInzdaeaSarlBjDXHuclEbg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -9004,24 +9137,25 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe - '@typescript-eslint/scope-manager': 5.48.0 - '@typescript-eslint/type-utils': 5.48.0_iukboom6ndih5an6iafl45j2fe - '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + '@typescript-eslint/scope-manager': 5.52.0 + '@typescript-eslint/type-utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + '@typescript-eslint/utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.34.0 + grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.48.0_iukboom6ndih5an6iafl45j2fe: - resolution: {integrity: sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==} + /@typescript-eslint/parser/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm: + resolution: {integrity: sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -9030,12 +9164,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.48.0 - '@typescript-eslint/types': 5.48.0 - '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.52.0 + '@typescript-eslint/types': 5.52.0 + '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5 debug: 4.3.4 - eslint: 8.31.0 - typescript: 4.9.4 + eslint: 8.34.0 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true @@ -9048,8 +9182,16 @@ packages: '@typescript-eslint/visitor-keys': 5.48.0 dev: true - /@typescript-eslint/type-utils/5.48.0_iukboom6ndih5an6iafl45j2fe: - resolution: {integrity: sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==} + /@typescript-eslint/scope-manager/5.52.0: + resolution: {integrity: sha512-AR7sxxfBKiNV0FWBSARxM8DmNxrwgnYMPwmpkC1Pl1n+eT8/I2NAUPuwDy/FmDcC6F8pBfmOcaxcxRHspgOBMw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.52.0 + '@typescript-eslint/visitor-keys': 5.52.0 + dev: true + + /@typescript-eslint/type-utils/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm: + resolution: {integrity: sha512-tEKuUHfDOv852QGlpPtB3lHOoig5pyFQN/cUiZtpw99D93nEBjexRLre5sQZlkMoHry/lZr8qDAt2oAHLKA6Jw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -9058,12 +9200,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 - '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5 + '@typescript-eslint/utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm debug: 4.3.4 - eslint: 8.31.0 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + eslint: 8.34.0 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true @@ -9073,7 +9215,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.48.0_typescript@4.9.4: + /@typescript-eslint/types/5.52.0: + resolution: {integrity: sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + + /@typescript-eslint/typescript-estree/5.48.0_typescript@4.9.5: resolution: {integrity: sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -9088,13 +9235,34 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/typescript-estree/5.52.0_typescript@4.9.5: + resolution: {integrity: sha512-WeWnjanyEwt6+fVrSR0MYgEpUAuROxuAH516WPjUblIrClzYJj0kBbjdnbQXLpgAN8qbEuGywiQsXUVDiAoEuQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.52.0 + '@typescript-eslint/visitor-keys': 5.52.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.8 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils/5.48.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -9104,10 +9272,30 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.48.0 '@typescript-eslint/types': 5.48.0 - '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 - eslint: 8.31.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.5 + eslint: 8.34.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint-utils: 3.0.0_eslint@8.34.0 + semver: 7.3.8 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/utils/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm: + resolution: {integrity: sha512-As3lChhrbwWQLNk2HC8Ree96hldKIqk98EYvypd3It8Q1f8d5zWyIoaZEp2va5667M4ZyE7X8UUR+azXrFl+NA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.11 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.52.0 + '@typescript-eslint/types': 5.52.0 + '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5 + eslint: 8.34.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.34.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -9122,6 +9310,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@typescript-eslint/visitor-keys/5.52.0: + resolution: {integrity: sha512-qMwpw6SU5VHCPr99y274xhbm+PRViK/NATY6qzt+Et7+mThGuFSl/ompj2/hrBlRP/kq+BFdgagnOSgw9TB0eA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.52.0 + eslint-visitor-keys: 3.3.0 + dev: true + /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} dependencies: @@ -9430,11 +9626,11 @@ packages: engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 - tslib: 2.4.1 + tslib: 2.5.0 dev: true - /@zag-js/element-size/0.3.0: - resolution: {integrity: sha512-5/hEI+0c6ZNCx6KHlOS5/WeHsd6+I7gk7Y/b/zATp4Rp3tHirs/tu1frq+iy5BmfaG9hbQtfHfUJTjOcI5jnoQ==} + /@zag-js/element-size/0.3.1: + resolution: {integrity: sha512-jR5j4G//bRzcxwAACWi9EfITnwjNmn10LxF4NmALrdZU7/PNWP3uUCdhCxd/0SCyeiJXUl0yvD57rWAbKPs1nw==} dev: false /@zag-js/focus-visible/0.2.1: @@ -9551,10 +9747,10 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /ag-auth/1.0.1: - resolution: {integrity: sha512-zlDUFLNWOrWuQstP785+UXL+WMhRvpw/66BThpKMpqSZ15dcl8dbic5VYC7an0bgoBgCLNNiCxtz0+bJxT1BeQ==} + /ag-auth/2.0.0: + resolution: {integrity: sha512-gk5BgWzijPUaCMDYFtuggIlUDWGMlMSOdF/tdQa5sM7Nh0KowohFh3P3sx06gegufKWzWF97dwP/7hLg3CkqWg==} dependencies: - jsonwebtoken: 8.5.1 + jsonwebtoken: 9.0.0 sc-errors: 2.0.1 dev: false @@ -9816,7 +10012,7 @@ packages: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true - /aria-hidden/1.2.2_kzbn2opkn2327fwg5yzwzya5o4: + /aria-hidden/1.2.2_pmekkgnqduwlme35zpnqhenc34: resolution: {integrity: sha512-6y/ogyDTk/7YAe91T3E2PR1ALVKyM2QbTio5HwM+N1Q6CMlCKhvClyIjkckBswa0f2xJhjsfzIGa1yVSe1UMVA==} engines: {node: '>=10'} peerDependencies: @@ -9826,19 +10022,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 react: 18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /aria-query/4.2.2: - resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} - engines: {node: '>=6.0'} - dependencies: - '@babel/runtime': 7.20.7 - '@babel/runtime-corejs3': 7.20.7 - dev: true - /aria-query/5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: @@ -10010,7 +10198,7 @@ packages: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /astral-regex/2.0.0: @@ -10092,21 +10280,23 @@ packages: - debug dev: true - /axobject-query/2.2.0: - resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} + /axobject-query/3.1.1: + resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} + dependencies: + deep-equal: 2.2.0 dev: true - /babel-jest/29.3.1_@babel+core@7.20.12: - resolution: {integrity: sha512-aard+xnMoxgjwV70t0L6wkW/3HQQtV+O0PEimxKgzNqCJnbYmroPojdP2tqKSOAt8QAKV/uSZU8851M7B5+fcA==} + /babel-jest/29.4.3_@babel+core@7.20.12: + resolution: {integrity: sha512-o45Wyn32svZE+LnMVWv/Z4x0SwtLbh4FyGcYtR20kIWd+rdrDZ9Fzq8Ml3MYLD+mZvEdzCjZsCnYZ2jpJyQ+Nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.20.12 - '@jest/transform': 29.3.1 + '@jest/transform': 29.4.3 '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.2.0_@babel+core@7.20.12 + babel-preset-jest: 29.4.3_@babel+core@7.20.12 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -10190,8 +10380,8 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/29.2.0: - resolution: {integrity: sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA==} + /babel-plugin-jest-hoist/29.4.3: + resolution: {integrity: sha512-mB6q2q3oahKphy5V7CpnNqZOCkxxZ9aokf1eh82Dy3jQmg4xvM1tGrh5y6BQUJh4a3Pj9+eLfwvAZ7VNKg7H8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.20.7 @@ -10204,7 +10394,7 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 cosmiconfig: 7.1.0 resolve: 1.22.1 @@ -10305,14 +10495,14 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.12 dev: true - /babel-preset-jest/29.2.0_@babel+core@7.20.12: - resolution: {integrity: sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==} + /babel-preset-jest/29.4.3_@babel+core@7.20.12: + resolution: {integrity: sha512-gWx6COtSuma6n9bw+8/F+2PCXrIgxV/D1TJFnp6OyBK2cxPWg0K9p/sriNYeifKjpUkMViWQ09DSWtzJQRETsw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.20.12 - babel-plugin-jest-hoist: 29.2.0 + babel-plugin-jest-hoist: 29.4.3 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12 dev: true @@ -10368,9 +10558,9 @@ packages: /base64-js/1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - /base64id/1.0.0: - resolution: {integrity: sha512-rz8L+d/xByiB/vLVftPkyY215fqNrmasrcJsYkVcm4TgJNz+YXKrFaFAWibSaHkiKoSgMDCb+lipOIRQNGYesw==} - engines: {node: '>= 0.4.0'} + /base64id/2.0.0: + resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} + engines: {node: ^4.5.0 || >= 5.9} dev: false /basic-auth/2.0.1: @@ -10800,7 +10990,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.4.1 + tslib: 2.5.0 dev: true /camelcase-css/2.0.1: @@ -11343,8 +11533,8 @@ packages: validate.io-function: 1.0.2 validate.io-integer-array: 1.0.0 - /compute-scroll-into-view/1.0.14: - resolution: {integrity: sha512-mKDjINe3tc6hGelUMNDzuhorIUZ7kS7BwyY0r2wQd2HOH2tRuJykiC06iSEX8y1TuhNzvz4GcJnK16mM2J1NMQ==} + /compute-scroll-into-view/1.0.20: + resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==} dev: false /concat-map/0.0.1: @@ -11448,8 +11638,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /copy-to-clipboard/3.3.1: - resolution: {integrity: sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==} + /copy-to-clipboard/3.3.3: + resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} dependencies: toggle-selection: 1.0.6 dev: false @@ -11785,7 +11975,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 is-in-browser: 1.1.3 dev: false @@ -12042,8 +12232,8 @@ packages: d3-selection: 3.0.0 d3-transition: 3.0.1_d3-selection@3.0.0 - /d3/7.8.0: - resolution: {integrity: sha512-a5rNemRadWkEfqnY5NsD4RdCP9vn8EIJ4I5Rl14U0uKH1SXqcNmk/h9aGaAF1O98lz6L9M0IeUcuPa9GUYbI5A==} + /d3/7.8.2: + resolution: {integrity: sha512-WXty7qOGSHb7HR7CfOzwN1Gw04MUOzN8qh9ZUsvwycIMb4DYMpY9xczZ6jUorGtO6bR9BPMPaueIKwiDxu9uiQ==} engines: {node: '>=12'} dependencies: d3-array: 3.2.1 @@ -12223,8 +12413,8 @@ packages: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true - /deepmerge/4.2.2: - resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} + /deepmerge/4.3.0: + resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==} engines: {node: '>=0.10.0'} /default-browser-id/1.0.4: @@ -12380,8 +12570,8 @@ packages: resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} dev: false - /diff-sequences/29.3.1: - resolution: {integrity: sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==} + /diff-sequences/29.4.3: + resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true @@ -12459,7 +12649,7 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 csstype: 3.1.1 dev: false @@ -12510,7 +12700,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 dev: true /dotenv-expand/5.1.0: @@ -12559,8 +12749,8 @@ packages: /electron-to-chromium/1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} - /electron/22.0.0: - resolution: {integrity: sha512-cgRc4wjyM+81A0E8UGv1HNJjL1HBI5cWNh/DUIjzYvoUuiEM0SS0hAH/zaFQ18xOz2ced6Yih8SybpOiOYJhdg==} + /electron/22.2.1: + resolution: {integrity: sha512-gPO9IYXCfG+BJnS9WRN/jkBSbnzrIU26IKfDpUAWgqDJNCCfSKHrQJ3kv55RW9gUtPdzYwmhVRHySXd6v9Rzmg==} engines: {node: '>= 12.20.55'} hasBin: true requiresBuild: true @@ -12844,7 +13034,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base/15.0.0_ol7jqilc3wemtdbq3nzhywgxq4: + /eslint-config-airbnb-base/15.0.0_mvgyw3chnqkp6sgfmmtihyjpnm: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -12852,14 +13042,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.31.0 - eslint-plugin-import: 2.26.0_eslint@8.31.0 + eslint: 8.34.0 + eslint-plugin-import: 2.27.5_eslint@8.34.0 object.assign: 4.1.4 object.entries: 1.1.6 semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_kdrd7zxcgo7evu26hvr6zfy33i: + /eslint-config-airbnb/19.0.4_hbw3smywoiafix46yjc35xsaqq: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12869,35 +13059,36 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.31.0 - eslint-config-airbnb-base: 15.0.0_ol7jqilc3wemtdbq3nzhywgxq4 - eslint-plugin-import: 2.26.0_eslint@8.31.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.31.0 - eslint-plugin-react: 7.31.11_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + eslint: 8.34.0 + eslint-config-airbnb-base: 15.0.0_mvgyw3chnqkp6sgfmmtihyjpnm + eslint-plugin-import: 2.27.5_eslint@8.34.0 + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.34.0 + eslint-plugin-react: 7.32.2_eslint@8.34.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 object.assign: 4.1.4 object.entries: 1.1.6 dev: true - /eslint-config-prettier/8.6.0_eslint@8.31.0: + /eslint-config-prettier/8.6.0_eslint@8.34.0: resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.31.0 + eslint: 8.34.0 dev: true - /eslint-import-resolver-node/0.3.6: - resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} + /eslint-import-resolver-node/0.3.7: + resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7 + is-core-module: 2.11.0 resolve: 1.22.1 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.7.4_rahvyjeqqlq6ogimp3cp7kgkfq: + /eslint-module-utils/2.7.4_eyqnu5kib2hfrvsonwfdq4ojse: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -12919,14 +13110,14 @@ packages: optional: true dependencies: debug: 3.2.7 - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 + eslint: 8.34.0 + eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_eslint@8.31.0: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-import/2.27.5_eslint@8.34.0: + resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -12937,17 +13128,19 @@ packages: dependencies: array-includes: 3.1.6 array.prototype.flat: 1.3.1 - debug: 2.6.9 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_rahvyjeqqlq6ogimp3cp7kgkfq + eslint: 8.34.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.7.4_eyqnu5kib2hfrvsonwfdq4ojse has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 + semver: 6.3.0 tsconfig-paths: 3.14.1 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -12955,7 +13148,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.2.1_5lw7u3puxf47qfi53ot2fqzcvq: + /eslint-plugin-jest/27.2.1_t72awa2z3vpak2uwxwh5zj752m: resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12968,48 +13161,51 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq - '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - jest: 29.3.1 + '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza + '@typescript-eslint/utils': 5.48.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + jest: 29.4.3 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y/6.6.1_eslint@8.31.0: - resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} + /eslint-plugin-jsx-a11y/6.7.1_eslint@8.34.0: + resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.20.7 - aria-query: 4.2.2 + '@babel/runtime': 7.20.13 + aria-query: 5.1.3 array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 ast-types-flow: 0.0.7 axe-core: 4.6.2 - axobject-query: 2.2.0 + axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.31.0 + eslint: 8.34.0 has: 1.0.3 jsx-ast-utils: 3.3.3 - language-tags: 1.0.7 + language-tags: 1.0.5 minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 semver: 6.3.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.31.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.34.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.31.0 + eslint: 8.34.0 dev: true - /eslint-plugin-react/7.31.11_eslint@8.31.0: - resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} + /eslint-plugin-react/7.32.2_eslint@8.34.0: + resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -13018,7 +13214,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.31.0 + eslint: 8.34.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -13056,13 +13252,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.31.0: + /eslint-utils/3.0.0_eslint@8.34.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.31.0 + eslint: 8.34.0 eslint-visitor-keys: 2.1.0 dev: true @@ -13076,8 +13272,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.31.0: - resolution: {integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==} + /eslint/8.34.0: + resolution: {integrity: sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -13092,7 +13288,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint-utils: 3.0.0_eslint@8.34.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -13266,8 +13462,19 @@ packages: '@jest/expect-utils': 29.3.1 jest-get-type: 29.2.0 jest-matcher-utils: 29.3.1 - jest-message-util: 29.3.1 - jest-util: 29.3.1 + jest-message-util: 29.4.3 + jest-util: 29.4.3 + dev: true + + /expect/29.4.3: + resolution: {integrity: sha512-uC05+Q7eXECFpgDrHdXA4k2rpMyStAYPItEDLyQDo5Ta7fVkJnNA/4zh/OIVkVVNZ1oOK1PipQoyNjuZ6sz6Dg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/expect-utils': 29.4.3 + jest-get-type: 29.4.3 + jest-matcher-utils: 29.4.3 + jest-message-util: 29.4.3 + jest-util: 29.4.3 dev: true /express/4.18.2: @@ -13625,7 +13832,7 @@ packages: resolution: {integrity: sha512-LzZWJcOBIcHslQ46N3SUu/760iLPSrUtp8omM4gh9du438V2CQdks8TcOu1yvmu2C68nVOBnl1WFiKGPbQ8L6g==} engines: {node: '>=10'} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: false /follow-redirects/1.15.2: @@ -13656,7 +13863,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_m5gnij3rfg5tbgezneaxeqvybq: + /fork-ts-checker-webpack-plugin/4.1.6_5yhrsxwtl5e3lal6pkfrk7kumy: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13672,19 +13879,19 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.31.0 + eslint: 8.34.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 4.46.0 worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_m5gnij3rfg5tbgezneaxeqvybq: + /fork-ts-checker-webpack-plugin/6.5.2_5yhrsxwtl5e3lal6pkfrk7kumy: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13703,8 +13910,8 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 - deepmerge: 4.2.2 - eslint: 8.31.0 + deepmerge: 4.3.0 + eslint: 8.34.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.12 @@ -13712,11 +13919,11 @@ packages: schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 4.46.0 dev: true - /fork-ts-checker-webpack-plugin/6.5.2_ztinast3o6ojylpg2e7ubjmesm: + /fork-ts-checker-webpack-plugin/6.5.2_f3a4zrasoaotz7gdk64fcmlkrm: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13735,8 +13942,8 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 - deepmerge: 4.2.2 - eslint: 8.31.0 + deepmerge: 4.3.0 + eslint: 8.34.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.12 @@ -13744,12 +13951,12 @@ packages: schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0 dev: true - /fork-ts-checker-webpack-plugin/7.2.14_3fkjkrd3audxnith3e7fo4fnxi: - resolution: {integrity: sha512-Tg2feh/n8k486KX0EbXVUfJj3j0xnnbKYTJw0fnIb2QdV0+lblOYZSal5ed9hARoWVwKeOC7sYE2EakSRLo5ZA==} + /fork-ts-checker-webpack-plugin/7.3.0_hhrrucqyg4eysmfpujvov2ym5u: + resolution: {integrity: sha512-IN+XTzusCjR5VgntYFgxbxVx3WraPRnKehBFrf00cMSrtUuW9MsG9dhL6MWpY6MkjC3wVwoujfCDgZZCQwbswA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: typescript: '>3.6.0' @@ -13763,7 +13970,7 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 7.1.0 - deepmerge: 4.2.2 + deepmerge: 4.3.0 fs-extra: 10.1.0 memfs: 3.4.12 minimatch: 3.1.2 @@ -13771,7 +13978,7 @@ packages: schema-utils: 3.1.1 semver: 7.3.8 tapable: 2.2.1 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 dev: true @@ -13812,8 +14019,8 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/8.2.4_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-bd2g3kgb8m0jBi+OOzsKPW4rQCn5gOOlbAlT0iMX6ruQPZ9qzIIABrRj2DFhwW6EcFvfJSP6EVVHSI8SQYBBOw==} + /framer-motion/8.5.5_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-5IDx5bxkjWHWUF3CVJoSyUVOtrbAxtzYBBowRE2uYI/6VYhkEBD+rbTHEGuUmbGHRj6YqqSfoG7Aa1cLyWCrBA==} peerDependencies: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 @@ -13822,7 +14029,7 @@ packages: hey-listen: 1.0.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 optionalDependencies: '@emotion/is-prop-valid': 0.8.8 dev: false @@ -13857,6 +14064,15 @@ packages: universalify: 2.0.0 dev: true + /fs-extra/11.1.0: + resolution: {integrity: sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==} + engines: {node: '>=14.14'} + dependencies: + graceful-fs: 4.2.10 + jsonfile: 6.1.0 + universalify: 2.0.0 + dev: true + /fs-extra/7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} @@ -14096,7 +14312,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 @@ -14265,7 +14481,7 @@ packages: engines: {node: '>=0.4.7'} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 neo-async: 2.6.2 source-map: 0.6.1 wordwrap: 1.0.0 @@ -14782,8 +14998,8 @@ packages: /immer/9.0.17: resolution: {integrity: sha512-+hBruaLSQvkPfxRiTLK/mi4vLH+/VQS6z2KJahdoxlleFOI8ARqzOF17uy12eFDlqWmPoygwc5evgwcp+dlHhg==} - /immutable/4.2.2: - resolution: {integrity: sha512-fTMKDwtbvO5tldky9QZ2fMX7slR0mYpY5nbnFWYp0fOzDhHqhgIw9KoYgxLWsoNTS9ZHGauHj18DTyEw6BK3Og==} + /immutable/4.2.4: + resolution: {integrity: sha512-WDxL3Hheb1JkRN3sQkyujNlL/xRjAo3rJtaU5xeufUauG66JdMr32bLj4gF+vWl84DIA3Zxw7tiAjneYzRRw+w==} /import-fresh/3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -15488,43 +15704,43 @@ packages: resolution: {integrity: sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==} dev: false - /jest-changed-files/29.2.0: - resolution: {integrity: sha512-qPVmLLyBmvF5HJrY7krDisx6Voi8DmlV3GZYX0aFNbaQsZeoz1hfxcCMbqDGuQCxU1dJy9eYc2xscE8QrCCYaA==} + /jest-changed-files/29.4.3: + resolution: {integrity: sha512-Vn5cLuWuwmi2GNNbokPOEcvrXGSGrqVnPEZV7rC6P7ck07Dyw9RFnvWglnupSh+hGys0ajGtw/bc2ZgweljQoQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: execa: 5.1.1 p-limit: 3.1.0 dev: true - /jest-circus/29.3.1: - resolution: {integrity: sha512-wpr26sEvwb3qQQbdlmei+gzp6yoSSoSL6GsLPxnuayZSMrSd5Ka7IjAvatpIernBvT2+Ic6RLTg+jSebScmasg==} + /jest-circus/29.4.3: + resolution: {integrity: sha512-Vw/bVvcexmdJ7MLmgdT3ZjkJ3LKu8IlpefYokxiqoZy6OCQ2VAm6Vk3t/qHiAGUXbdbJKJWnc8gH3ypTbB/OBw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.3.1 - '@jest/expect': 29.3.1 - '@jest/test-result': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 + '@jest/environment': 29.4.3 + '@jest/expect': 29.4.3 + '@jest/test-result': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 is-generator-fn: 2.1.0 - jest-each: 29.3.1 - jest-matcher-utils: 29.3.1 - jest-message-util: 29.3.1 - jest-runtime: 29.3.1 - jest-snapshot: 29.3.1 - jest-util: 29.3.1 + jest-each: 29.4.3 + jest-matcher-utils: 29.4.3 + jest-message-util: 29.4.3 + jest-runtime: 29.4.3 + jest-snapshot: 29.4.3 + jest-util: 29.4.3 p-limit: 3.1.0 - pretty-format: 29.3.1 + pretty-format: 29.4.3 slash: 3.0.0 stack-utils: 2.0.6 transitivePeerDependencies: - supports-color dev: true - /jest-cli/29.3.1: - resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} + /jest-cli/29.4.3: + resolution: {integrity: sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -15533,16 +15749,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.3.1 - '@jest/test-result': 29.3.1 - '@jest/types': 29.3.1 + '@jest/core': 29.4.3 + '@jest/test-result': 29.4.3 + '@jest/types': 29.4.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.3.1 - jest-util: 29.3.1 - jest-validate: 29.3.1 + jest-config: 29.4.3 + jest-util: 29.4.3 + jest-validate: 29.4.3 prompts: 2.4.2 yargs: 17.6.2 transitivePeerDependencies: @@ -15551,8 +15767,8 @@ packages: - ts-node dev: true - /jest-cli/29.3.1_@types+node@18.11.18: - resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} + /jest-cli/29.4.3_@types+node@18.13.0: + resolution: {integrity: sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -15561,16 +15777,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.3.1 - '@jest/test-result': 29.3.1 - '@jest/types': 29.3.1 + '@jest/core': 29.4.3 + '@jest/test-result': 29.4.3 + '@jest/types': 29.4.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.3.1_@types+node@18.11.18 - jest-util: 29.3.1 - jest-validate: 29.3.1 + jest-config: 29.4.3_@types+node@18.13.0 + jest-util: 29.4.3 + jest-validate: 29.4.3 prompts: 2.4.2 yargs: 17.6.2 transitivePeerDependencies: @@ -15579,8 +15795,8 @@ packages: - ts-node dev: true - /jest-cli/29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4: - resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} + /jest-cli/29.4.3_ucpl6toqp57nqodtp3vxxi6g5a: + resolution: {integrity: sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -15589,16 +15805,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.3.1_ts-node@10.9.1 - '@jest/test-result': 29.3.1 - '@jest/types': 29.3.1 + '@jest/core': 29.4.3_ts-node@10.9.1 + '@jest/test-result': 29.4.3 + '@jest/types': 29.4.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 - jest-util: 29.3.1 - jest-validate: 29.3.1 + jest-config: 29.4.3_ucpl6toqp57nqodtp3vxxi6g5a + jest-util: 29.4.3 + jest-validate: 29.4.3 prompts: 2.4.2 yargs: 17.6.2 transitivePeerDependencies: @@ -15607,8 +15823,8 @@ packages: - ts-node dev: true - /jest-config/29.3.1: - resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} + /jest-config/29.4.3: + resolution: {integrity: sha512-eCIpqhGnIjdUCXGtLhz4gdDoxKSWXKjzNcc5r+0S1GKOp2fwOipx5mRcwa9GB/ArsxJ1jlj2lmlD9bZAsBxaWQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -15620,33 +15836,33 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@jest/test-sequencer': 29.3.1 - '@jest/types': 29.3.1 - babel-jest: 29.3.1_@babel+core@7.20.12 + '@jest/test-sequencer': 29.4.3 + '@jest/types': 29.4.3 + babel-jest: 29.4.3_@babel+core@7.20.12 chalk: 4.1.2 ci-info: 3.7.1 - deepmerge: 4.2.2 + deepmerge: 4.3.0 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.3.1 - jest-environment-node: 29.3.1 - jest-get-type: 29.2.0 - jest-regex-util: 29.2.0 - jest-resolve: 29.3.1 - jest-runner: 29.3.1 - jest-util: 29.3.1 - jest-validate: 29.3.1 + jest-circus: 29.4.3 + jest-environment-node: 29.4.3 + jest-get-type: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.4.3 + jest-runner: 29.4.3 + jest-util: 29.4.3 + jest-validate: 29.4.3 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.3.1 + pretty-format: 29.4.3 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color dev: true - /jest-config/29.3.1_@types+node@18.11.18: - resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} + /jest-config/29.4.3_@types+node@18.13.0: + resolution: {integrity: sha512-eCIpqhGnIjdUCXGtLhz4gdDoxKSWXKjzNcc5r+0S1GKOp2fwOipx5mRcwa9GB/ArsxJ1jlj2lmlD9bZAsBxaWQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -15658,34 +15874,34 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@jest/test-sequencer': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 - babel-jest: 29.3.1_@babel+core@7.20.12 + '@jest/test-sequencer': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 + babel-jest: 29.4.3_@babel+core@7.20.12 chalk: 4.1.2 ci-info: 3.7.1 - deepmerge: 4.2.2 + deepmerge: 4.3.0 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.3.1 - jest-environment-node: 29.3.1 - jest-get-type: 29.2.0 - jest-regex-util: 29.2.0 - jest-resolve: 29.3.1 - jest-runner: 29.3.1 - jest-util: 29.3.1 - jest-validate: 29.3.1 + jest-circus: 29.4.3 + jest-environment-node: 29.4.3 + jest-get-type: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.4.3 + jest-runner: 29.4.3 + jest-util: 29.4.3 + jest-validate: 29.4.3 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.3.1 + pretty-format: 29.4.3 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color dev: true - /jest-config/29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4: - resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} + /jest-config/29.4.3_ucpl6toqp57nqodtp3vxxi6g5a: + resolution: {integrity: sha512-eCIpqhGnIjdUCXGtLhz4gdDoxKSWXKjzNcc5r+0S1GKOp2fwOipx5mRcwa9GB/ArsxJ1jlj2lmlD9bZAsBxaWQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -15697,63 +15913,63 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@jest/test-sequencer': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 - babel-jest: 29.3.1_@babel+core@7.20.12 + '@jest/test-sequencer': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 + babel-jest: 29.4.3_@babel+core@7.20.12 chalk: 4.1.2 ci-info: 3.7.1 - deepmerge: 4.2.2 + deepmerge: 4.3.0 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.3.1 - jest-environment-node: 29.3.1 - jest-get-type: 29.2.0 - jest-regex-util: 29.2.0 - jest-resolve: 29.3.1 - jest-runner: 29.3.1 - jest-util: 29.3.1 - jest-validate: 29.3.1 + jest-circus: 29.4.3 + jest-environment-node: 29.4.3 + jest-get-type: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.4.3 + jest-runner: 29.4.3 + jest-util: 29.4.3 + jest-validate: 29.4.3 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.3.1 + pretty-format: 29.4.3 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq + ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy transitivePeerDependencies: - supports-color dev: true - /jest-diff/29.3.1: - resolution: {integrity: sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==} + /jest-diff/29.4.3: + resolution: {integrity: sha512-YB+ocenx7FZ3T5O9lMVMeLYV4265socJKtkwgk/6YUz/VsEzYDkiMuMhWzZmxm3wDRQvayJu/PjkjjSkjoHsCA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 29.3.1 - jest-get-type: 29.2.0 - pretty-format: 29.3.1 + diff-sequences: 29.4.3 + jest-get-type: 29.4.3 + pretty-format: 29.4.3 dev: true - /jest-docblock/29.2.0: - resolution: {integrity: sha512-bkxUsxTgWQGbXV5IENmfiIuqZhJcyvF7tU4zJ/7ioTutdz4ToB5Yx6JOFBpgI+TphRY4lhOyCWGNH/QFQh5T6A==} + /jest-docblock/29.4.3: + resolution: {integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: detect-newline: 3.1.0 dev: true - /jest-each/29.3.1: - resolution: {integrity: sha512-qrZH7PmFB9rEzCSl00BWjZYuS1BSOH8lLuC0azQE9lQrAx3PWGKHTDudQiOSwIy5dGAJh7KA0ScYlCP7JxvFYA==} + /jest-each/29.4.3: + resolution: {integrity: sha512-1ElHNAnKcbJb/b+L+7j0/w7bDvljw4gTv1wL9fYOczeJrbTbkMGQ5iQPFJ3eFQH19VPTx1IyfePdqSpePKss7Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.3.1 + '@jest/types': 29.4.3 chalk: 4.1.2 - jest-get-type: 29.2.0 - jest-util: 29.3.1 - pretty-format: 29.3.1 + jest-get-type: 29.4.3 + jest-util: 29.4.3 + pretty-format: 29.4.3 dev: true - /jest-environment-jsdom/29.3.1: - resolution: {integrity: sha512-G46nKgiez2Gy4zvYNhayfMEAFlVHhWfncqvqS6yCd0i+a4NsSUD2WtrKSaYQrYiLQaupHXxCRi8xxVL2M9PbhA==} + /jest-environment-jsdom/29.4.3: + resolution: {integrity: sha512-rFjf8JXrw3OjUzzmSE5l0XjMj0/MSVEUMCSXBGPDkfwb1T03HZI7iJSL0cGctZApPSyJxbjyKDVxkZuyhHkuTw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: canvas: ^2.5.0 @@ -15761,13 +15977,13 @@ packages: canvas: optional: true dependencies: - '@jest/environment': 29.3.1 - '@jest/fake-timers': 29.3.1 - '@jest/types': 29.3.1 + '@jest/environment': 29.4.3 + '@jest/fake-timers': 29.4.3 + '@jest/types': 29.4.3 '@types/jsdom': 20.0.1 - '@types/node': 18.11.18 - jest-mock: 29.3.1 - jest-util: 29.3.1 + '@types/node': 18.13.0 + jest-mock: 29.4.3 + jest-util: 29.4.3 jsdom: 20.0.3 transitivePeerDependencies: - bufferutil @@ -15775,16 +15991,16 @@ packages: - utf-8-validate dev: true - /jest-environment-node/29.3.1: - resolution: {integrity: sha512-xm2THL18Xf5sIHoU7OThBPtuH6Lerd+Y1NLYiZJlkE3hbE+7N7r8uvHIl/FkZ5ymKXJe/11SQuf3fv4v6rUMag==} + /jest-environment-node/29.4.3: + resolution: {integrity: sha512-gAiEnSKF104fsGDXNkwk49jD/0N0Bqu2K9+aMQXA6avzsA9H3Fiv1PW2D+gzbOSR705bWd2wJZRFEFpV0tXISg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.3.1 - '@jest/fake-timers': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 - jest-mock: 29.3.1 - jest-util: 29.3.1 + '@jest/environment': 29.4.3 + '@jest/fake-timers': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 + jest-mock: 29.4.3 + jest-util: 29.4.3 dev: true /jest-get-type/29.2.0: @@ -15792,13 +16008,18 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true + /jest-get-type/29.4.3: + resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + /jest-haste-map/26.6.2: resolution: {integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.18 + '@types/node': 18.13.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15815,31 +16036,31 @@ packages: - supports-color dev: true - /jest-haste-map/29.3.1: - resolution: {integrity: sha512-/FFtvoG1xjbbPXQLFef+WSU4yrc0fc0Dds6aRPBojUid7qlPqZvxdUBA03HW0fnVHXVCnCdkuoghYItKNzc/0A==} + /jest-haste-map/29.4.3: + resolution: {integrity: sha512-eZIgAS8tvm5IZMtKlR8Y+feEOMfo2pSQkmNbufdbMzMSn9nitgGxF1waM/+LbryO3OkMcKS98SUb+j/cQxp/vQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.3.1 + '@jest/types': 29.4.3 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.18 + '@types/node': 18.13.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 - jest-regex-util: 29.2.0 - jest-util: 29.3.1 - jest-worker: 29.3.1 + jest-regex-util: 29.4.3 + jest-util: 29.4.3 + jest-worker: 29.4.3 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-leak-detector/29.3.1: - resolution: {integrity: sha512-3DA/VVXj4zFOPagGkuqHnSQf1GZBmmlagpguxEERO6Pla2g84Q1MaVIB3YMxgUaFIaYag8ZnTyQgiZ35YEqAQA==} + /jest-leak-detector/29.4.3: + resolution: {integrity: sha512-9yw4VC1v2NspMMeV3daQ1yXPNxMgCzwq9BocCwYrRgXe4uaEJPAN0ZK37nFBhcy3cUwEVstFecFLaTHpF7NiGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 29.2.0 - pretty-format: 29.3.1 + jest-get-type: 29.4.3 + pretty-format: 29.4.3 dev: true /jest-matcher-utils/29.3.1: @@ -15847,36 +16068,46 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - jest-diff: 29.3.1 - jest-get-type: 29.2.0 - pretty-format: 29.3.1 + jest-diff: 29.4.3 + jest-get-type: 29.4.3 + pretty-format: 29.4.3 dev: true - /jest-message-util/29.3.1: - resolution: {integrity: sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==} + /jest-matcher-utils/29.4.3: + resolution: {integrity: sha512-TTciiXEONycZ03h6R6pYiZlSkvYgT0l8aa49z/DLSGYjex4orMUcafuLXYyyEDWB1RKglq00jzwY00Ei7yFNVg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + jest-diff: 29.4.3 + jest-get-type: 29.4.3 + pretty-format: 29.4.3 + dev: true + + /jest-message-util/29.4.3: + resolution: {integrity: sha512-1Y8Zd4ZCN7o/QnWdMmT76If8LuDv23Z1DRovBj/vcSFNlGCJGoO8D1nJDw1AdyAGUk0myDLFGN5RbNeJyCRGCw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.18.6 - '@jest/types': 29.3.1 + '@jest/types': 29.4.3 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.10 micromatch: 4.0.5 - pretty-format: 29.3.1 + pretty-format: 29.4.3 slash: 3.0.0 stack-utils: 2.0.6 dev: true - /jest-mock/29.3.1: - resolution: {integrity: sha512-H8/qFDtDVMFvFP4X8NuOT3XRDzOUTz+FeACjufHzsOIBAxivLqkB1PoLCaJx9iPPQ8dZThHPp/G3WRWyMgA3JA==} + /jest-mock/29.4.3: + resolution: {integrity: sha512-LjFgMg+xed9BdkPMyIJh+r3KeHt1klXPJYBULXVVAkbTaaKjPX1o1uVCAZADMEp/kOxGTwy/Ot8XbvgItOrHEg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.3.1 - '@types/node': 18.11.18 - jest-util: 29.3.1 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 + jest-util: 29.4.3 dev: true - /jest-pnp-resolver/1.2.3_jest-resolve@29.3.1: + /jest-pnp-resolver/1.2.3_jest-resolve@29.4.3: resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: @@ -15885,7 +16116,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 29.3.1 + jest-resolve: 29.4.3 dev: true /jest-regex-util/26.0.0: @@ -15893,89 +16124,89 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /jest-regex-util/29.2.0: - resolution: {integrity: sha512-6yXn0kg2JXzH30cr2NlThF+70iuO/3irbaB4mh5WyqNIvLLP+B6sFdluO1/1RJmslyh/f9osnefECflHvTbwVA==} + /jest-regex-util/29.4.3: + resolution: {integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/29.3.1: - resolution: {integrity: sha512-Vk0cYq0byRw2WluNmNWGqPeRnZ3p3hHmjJMp2dyyZeYIfiBskwq4rpiuGFR6QGAdbj58WC7HN4hQHjf2mpvrLA==} + /jest-resolve-dependencies/29.4.3: + resolution: {integrity: sha512-uvKMZAQ3nmXLH7O8WAOhS5l0iWyT3WmnJBdmIHiV5tBbdaDZ1wqtNX04FONGoaFvSOSHBJxnwAVnSn1WHdGVaw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-regex-util: 29.2.0 - jest-snapshot: 29.3.1 + jest-regex-util: 29.4.3 + jest-snapshot: 29.4.3 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/29.3.1: - resolution: {integrity: sha512-amXJgH/Ng712w3Uz5gqzFBBjxV8WFLSmNjoreBGMqxgCz5cH7swmBZzgBaCIOsvb0NbpJ0vgaSFdJqMdT+rADw==} + /jest-resolve/29.4.3: + resolution: {integrity: sha512-GPokE1tzguRyT7dkxBim4wSx6E45S3bOQ7ZdKEG+Qj0Oac9+6AwJPCk0TZh5Vu0xzeX4afpb+eDmgbmZFFwpOw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.10 - jest-haste-map: 29.3.1 - jest-pnp-resolver: 1.2.3_jest-resolve@29.3.1 - jest-util: 29.3.1 - jest-validate: 29.3.1 + jest-haste-map: 29.4.3 + jest-pnp-resolver: 1.2.3_jest-resolve@29.4.3 + jest-util: 29.4.3 + jest-validate: 29.4.3 resolve: 1.22.1 - resolve.exports: 1.1.0 + resolve.exports: 2.0.0 slash: 3.0.0 dev: true - /jest-runner/29.3.1: - resolution: {integrity: sha512-oFvcwRNrKMtE6u9+AQPMATxFcTySyKfLhvso7Sdk/rNpbhg4g2GAGCopiInk1OP4q6gz3n6MajW4+fnHWlU3bA==} + /jest-runner/29.4.3: + resolution: {integrity: sha512-GWPTEiGmtHZv1KKeWlTX9SIFuK19uLXlRQU43ceOQ2hIfA5yPEJC7AMkvFKpdCHx6pNEdOD+2+8zbniEi3v3gA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.3.1 - '@jest/environment': 29.3.1 - '@jest/test-result': 29.3.1 - '@jest/transform': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 + '@jest/console': 29.4.3 + '@jest/environment': 29.4.3 + '@jest/test-result': 29.4.3 + '@jest/transform': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.10 - jest-docblock: 29.2.0 - jest-environment-node: 29.3.1 - jest-haste-map: 29.3.1 - jest-leak-detector: 29.3.1 - jest-message-util: 29.3.1 - jest-resolve: 29.3.1 - jest-runtime: 29.3.1 - jest-util: 29.3.1 - jest-watcher: 29.3.1 - jest-worker: 29.3.1 + jest-docblock: 29.4.3 + jest-environment-node: 29.4.3 + jest-haste-map: 29.4.3 + jest-leak-detector: 29.4.3 + jest-message-util: 29.4.3 + jest-resolve: 29.4.3 + jest-runtime: 29.4.3 + jest-util: 29.4.3 + jest-watcher: 29.4.3 + jest-worker: 29.4.3 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color dev: true - /jest-runtime/29.3.1: - resolution: {integrity: sha512-jLzkIxIqXwBEOZx7wx9OO9sxoZmgT2NhmQKzHQm1xwR1kNW/dn0OjxR424VwHHf1SPN6Qwlb5pp1oGCeFTQ62A==} + /jest-runtime/29.4.3: + resolution: {integrity: sha512-F5bHvxSH+LvLV24vVB3L8K467dt3y3dio6V3W89dUz9nzvTpqd/HcT9zfYKL2aZPvD63vQFgLvaUX/UpUhrP6Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.3.1 - '@jest/fake-timers': 29.3.1 - '@jest/globals': 29.3.1 - '@jest/source-map': 29.2.0 - '@jest/test-result': 29.3.1 - '@jest/transform': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 + '@jest/environment': 29.4.3 + '@jest/fake-timers': 29.4.3 + '@jest/globals': 29.4.3 + '@jest/source-map': 29.4.3 + '@jest/test-result': 29.4.3 + '@jest/transform': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 glob: 7.2.3 graceful-fs: 4.2.10 - jest-haste-map: 29.3.1 - jest-message-util: 29.3.1 - jest-mock: 29.3.1 - jest-regex-util: 29.2.0 - jest-resolve: 29.3.1 - jest-snapshot: 29.3.1 - jest-util: 29.3.1 + jest-haste-map: 29.4.3 + jest-message-util: 29.4.3 + jest-mock: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.4.3 + jest-snapshot: 29.4.3 + jest-util: 29.4.3 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: @@ -15986,12 +16217,12 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 graceful-fs: 4.2.10 dev: true - /jest-snapshot/29.3.1: - resolution: {integrity: sha512-+3JOc+s28upYLI2OJM4PWRGK9AgpsMs/ekNryUV0yMBClT9B1DF2u2qay8YxcQd338PPYSFNb0lsar1B49sLDA==} + /jest-snapshot/29.4.3: + resolution: {integrity: sha512-NGlsqL0jLPDW91dz304QTM/SNO99lpcSYYAjNiX0Ou+sSGgkanKBcSjCfp/pqmiiO1nQaOyLp6XQddAzRcx3Xw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.20.12 @@ -16000,23 +16231,23 @@ packages: '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12 '@babel/traverse': 7.20.12 '@babel/types': 7.20.7 - '@jest/expect-utils': 29.3.1 - '@jest/transform': 29.3.1 - '@jest/types': 29.3.1 + '@jest/expect-utils': 29.4.3 + '@jest/transform': 29.4.3 + '@jest/types': 29.4.3 '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.2 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12 chalk: 4.1.2 - expect: 29.3.1 + expect: 29.4.3 graceful-fs: 4.2.10 - jest-diff: 29.3.1 - jest-get-type: 29.2.0 - jest-haste-map: 29.3.1 - jest-matcher-utils: 29.3.1 - jest-message-util: 29.3.1 - jest-util: 29.3.1 + jest-diff: 29.4.3 + jest-get-type: 29.4.3 + jest-haste-map: 29.4.3 + jest-matcher-utils: 29.4.3 + jest-message-util: 29.4.3 + jest-util: 29.4.3 natural-compare: 1.4.0 - pretty-format: 29.3.1 + pretty-format: 29.4.3 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -16027,48 +16258,48 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.11.18 + '@types/node': 18.13.0 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 micromatch: 4.0.5 dev: true - /jest-util/29.3.1: - resolution: {integrity: sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==} + /jest-util/29.4.3: + resolution: {integrity: sha512-ToSGORAz4SSSoqxDSylWX8JzkOQR7zoBtNRsA7e+1WUX5F8jrOwaNpuh1YfJHJKDHXLHmObv5eOjejUd+/Ws+Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.3.1 - '@types/node': 18.11.18 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 chalk: 4.1.2 ci-info: 3.7.1 graceful-fs: 4.2.10 picomatch: 2.3.1 dev: true - /jest-validate/29.3.1: - resolution: {integrity: sha512-N9Lr3oYR2Mpzuelp1F8negJR3YE+L1ebk1rYA5qYo9TTY3f9OWdptLoNSPP9itOCBIRBqjt/S5XHlzYglLN67g==} + /jest-validate/29.4.3: + resolution: {integrity: sha512-J3u5v7aPQoXPzaar6GndAVhdQcZr/3osWSgTeKg5v574I9ybX/dTyH0AJFb5XgXIB7faVhf+rS7t4p3lL9qFaw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.3.1 + '@jest/types': 29.4.3 camelcase: 6.3.0 chalk: 4.1.2 - jest-get-type: 29.2.0 + jest-get-type: 29.4.3 leven: 3.1.0 - pretty-format: 29.3.1 + pretty-format: 29.4.3 dev: true - /jest-watcher/29.3.1: - resolution: {integrity: sha512-RspXG2BQFDsZSRKGCT/NiNa8RkQ1iKAjrO0//soTMWx/QUt+OcxMqMSBxz23PYGqUuWm2+m2mNNsmj0eIoOaFg==} + /jest-watcher/29.4.3: + resolution: {integrity: sha512-zwlXH3DN3iksoIZNk73etl1HzKyi5FuQdYLnkQKm5BW4n8HpoG59xSwpVdFrnh60iRRaRBGw0gcymIxjJENPcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.3.1 - '@jest/types': 29.3.1 - '@types/node': 18.11.18 + '@jest/test-result': 29.4.3 + '@jest/types': 29.4.3 + '@types/node': 18.13.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 - jest-util: 29.3.1 + jest-util: 29.4.3 string-length: 4.0.2 dev: true @@ -16076,7 +16307,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -16085,23 +16316,23 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.18 + '@types/node': 18.13.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest-worker/29.3.1: - resolution: {integrity: sha512-lY4AnnmsEWeiXirAIA0c9SDPbuCBq8IYuDVL8PMm0MZ2PEs2yPvRA/J64QBXuZp7CYKrDM/rmNrc9/i3KJQncw==} + /jest-worker/29.4.3: + resolution: {integrity: sha512-GLHN/GTAAMEy5BFdvpUfzr9Dr80zQqBrh0fz1mtRMe05hqP45+HfQltu7oTBfduD0UeZs09d+maFtFYAXFWvAA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.11.18 - jest-util: 29.3.1 + '@types/node': 18.13.0 + jest-util: 29.4.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/29.3.1: - resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} + /jest/29.4.3: + resolution: {integrity: sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -16110,18 +16341,18 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.3.1 - '@jest/types': 29.3.1 + '@jest/core': 29.4.3 + '@jest/types': 29.4.3 import-local: 3.1.0 - jest-cli: 29.3.1 + jest-cli: 29.4.3 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest/29.3.1_@types+node@18.11.18: - resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} + /jest/29.4.3_@types+node@18.13.0: + resolution: {integrity: sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -16130,18 +16361,18 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.3.1 - '@jest/types': 29.3.1 + '@jest/core': 29.4.3 + '@jest/types': 29.4.3 import-local: 3.1.0 - jest-cli: 29.3.1_@types+node@18.11.18 + jest-cli: 29.4.3_@types+node@18.13.0 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest/29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4: - resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} + /jest/29.4.3_ucpl6toqp57nqodtp3vxxi6g5a: + resolution: {integrity: sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -16150,10 +16381,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.3.1_ts-node@10.9.1 - '@jest/types': 29.3.1 + '@jest/core': 29.4.3_ts-node@10.9.1 + '@jest/types': 29.4.3 import-local: 3.1.0 - jest-cli: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 + jest-cli: 29.4.3_ucpl6toqp57nqodtp3vxxi6g5a transitivePeerDependencies: - '@types/node' - supports-color @@ -16297,7 +16528,7 @@ packages: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 dev: true /json5/2.2.3: @@ -16336,137 +16567,131 @@ packages: resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} engines: {node: '>=0.10.0'} - /jsonwebtoken/8.5.1: - resolution: {integrity: sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==} - engines: {node: '>=4', npm: '>=1.4.28'} + /jsonwebtoken/9.0.0: + resolution: {integrity: sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==} + engines: {node: '>=12', npm: '>=6'} dependencies: jws: 3.2.2 - lodash.includes: 4.3.0 - lodash.isboolean: 3.0.3 - lodash.isinteger: 4.0.4 - lodash.isnumber: 3.0.3 - lodash.isplainobject: 4.0.6 - lodash.isstring: 4.0.1 - lodash.once: 4.1.1 + lodash: 4.17.21 ms: 2.1.3 - semver: 5.7.1 + semver: 7.3.8 dev: false - /jss-plugin-camel-case/10.9.2: - resolution: {integrity: sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==} + /jss-plugin-camel-case/10.10.0: + resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 hyphenate-style-name: 1.0.4 - jss: 10.9.2 + jss: 10.10.0 dev: false - /jss-plugin-compose/10.9.2: - resolution: {integrity: sha512-XvsGar4D791VgOMqbEk1XYY5s84Ew57OMLYjbnTXl3MSaBTvmR5M3dTqQbBquJGp4pLyyqlfTcijfolZII1w4Q==} + /jss-plugin-compose/10.10.0: + resolution: {integrity: sha512-F5kgtWpI2XfZ3Z8eP78tZEYFdgTIbpA/TMuX3a8vwrNolYtN1N4qJR/Ob0LAsqIwCMLojtxN7c7Oo/+Vz6THow==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 tiny-warning: 1.0.3 dev: false - /jss-plugin-default-unit/10.9.2: - resolution: {integrity: sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==} + /jss-plugin-default-unit/10.10.0: + resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 dev: false - /jss-plugin-expand/10.9.2: - resolution: {integrity: sha512-D3PGLUJu3YbHhX6vANooCa1gqfv68wLssDp08wH21YVTCt6u8jWfqkoj9NmPz5ea1Fc0WMoJtofJTlgb6ApZvw==} + /jss-plugin-expand/10.10.0: + resolution: {integrity: sha512-ymT62W2OyDxBxr7A6JR87vVX9vTq2ep5jZLIdUSusfBIEENLdkkc0lL/Xaq8W9s3opUq7R0sZQpzRWELrfVYzA==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 dev: false - /jss-plugin-extend/10.9.2: - resolution: {integrity: sha512-55lXOQ7yyRtrMRYOcWUeZ3Ea4/Cd/oTndvb9j/5O3+E816nRoYbDsqKI8ob0Yx8PnfHBsQN0u10JcLnqq+8aPA==} + /jss-plugin-extend/10.10.0: + resolution: {integrity: sha512-sKYrcMfr4xxigmIwqTjxNcHwXJIfvhvjTNxF+Tbc1NmNdyspGW47Ey6sGH8BcQ4FFQhLXctpWCQSpDwdNmXSwg==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 tiny-warning: 1.0.3 dev: false - /jss-plugin-global/10.9.2: - resolution: {integrity: sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==} + /jss-plugin-global/10.10.0: + resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 dev: false - /jss-plugin-nested/10.9.2: - resolution: {integrity: sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==} + /jss-plugin-nested/10.10.0: + resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 tiny-warning: 1.0.3 dev: false - /jss-plugin-props-sort/10.9.2: - resolution: {integrity: sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==} + /jss-plugin-props-sort/10.10.0: + resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 dev: false - /jss-plugin-rule-value-function/10.9.2: - resolution: {integrity: sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==} + /jss-plugin-rule-value-function/10.10.0: + resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 tiny-warning: 1.0.3 dev: false - /jss-plugin-rule-value-observable/10.9.2: - resolution: {integrity: sha512-SSqBD4s/k2mwsOUg6+LI/oEmvUxokIWi+5bZOyer/2nP4kMxeo3gHURc2yiAEu3v62Sf3GHhgC6pBAugxhLL9A==} + /jss-plugin-rule-value-observable/10.10.0: + resolution: {integrity: sha512-ZLMaYrR3QE+vD7nl3oNXuj79VZl9Kp8/u6A1IbTPDcuOu8b56cFdWRZNZ0vNr8jHewooEeq2doy8Oxtymr2ZPA==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 symbol-observable: 1.2.0 dev: false - /jss-plugin-template/10.9.2: - resolution: {integrity: sha512-f+ANQg8n+tkYea4Fu1Qt4skv9UJiNllzJB1Ga0QyumDZZJVpCzl8/mbFT1cvQSW7h+yB31GexFYVF3ct5fFGzA==} + /jss-plugin-template/10.10.0: + resolution: {integrity: sha512-ocXZBIOJOA+jISPdsgkTs8wwpK6UbsvtZK5JI7VUggTD6LWKbtoxUzadd2TpfF+lEtlhUmMsCkTRNkITdPKa6w==} dependencies: - '@babel/runtime': 7.20.7 - jss: 10.9.2 + '@babel/runtime': 7.20.13 + jss: 10.10.0 tiny-warning: 1.0.3 dev: false - /jss-plugin-vendor-prefixer/10.9.2: - resolution: {integrity: sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==} + /jss-plugin-vendor-prefixer/10.10.0: + resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 css-vendor: 2.0.8 - jss: 10.9.2 + jss: 10.10.0 dev: false - /jss-preset-default/10.9.2: - resolution: {integrity: sha512-HMkTLgYPRjwdiu8n8ZB2VEfpO95cZ5AmmSYvFSvt76MQJMp/xDh6cP49MmZHwMpIvXwNj0LI8Peglgwz+rHKBQ==} + /jss-preset-default/10.10.0: + resolution: {integrity: sha512-GL175Wt2FGhjE+f+Y3aWh+JioL06/QWFgZp53CbNNq6ZkVU0TDplD8Bxm9KnkotAYn3FlplNqoW5CjyLXcoJ7Q==} dependencies: - '@babel/runtime': 7.20.7 - 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 + '@babel/runtime': 7.20.13 + jss: 10.10.0 + jss-plugin-camel-case: 10.10.0 + jss-plugin-compose: 10.10.0 + jss-plugin-default-unit: 10.10.0 + jss-plugin-expand: 10.10.0 + jss-plugin-extend: 10.10.0 + jss-plugin-global: 10.10.0 + jss-plugin-nested: 10.10.0 + jss-plugin-props-sort: 10.10.0 + jss-plugin-rule-value-function: 10.10.0 + jss-plugin-rule-value-observable: 10.10.0 + jss-plugin-template: 10.10.0 + jss-plugin-vendor-prefixer: 10.10.0 dev: false - /jss/10.9.2: - resolution: {integrity: sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==} + /jss/10.10.0: + resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 csstype: 3.1.1 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -16568,8 +16793,8 @@ packages: engines: {node: '>= 8'} dev: true - /knex/2.4.0_sqlite3@5.1.4: - resolution: {integrity: sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA==} + /knex/2.4.2_sqlite3@5.1.4: + resolution: {integrity: sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg==} engines: {node: '>=12'} hasBin: true peerDependencies: @@ -16623,8 +16848,8 @@ packages: resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} dev: true - /language-tags/1.0.7: - resolution: {integrity: sha512-bSytju1/657hFjgUzPAPqszxH62ouE8nQFoFaVlIQfne4wO/wXC9A4+m8jYve7YBBvi59eq0SUpcshvG8h5Usw==} + /language-tags/1.0.5: + resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} dependencies: language-subtag-registry: 0.3.22 dev: true @@ -16638,7 +16863,7 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 app-root-dir: 1.0.2 core-js: 3.27.1 dotenv: 8.6.0 @@ -16681,6 +16906,11 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + /lines-and-columns/2.0.3: + resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + /linked-list/0.1.0: resolution: {integrity: sha512-Zr4ovrd0ODzF3ut2TWZMdHIxb8iFdJc/P3QM4iCJdlxxGHXo69c9hGIHzLo8/FtuR9E6WUZc5irKhtPUgOKMAg==} @@ -16781,30 +17011,6 @@ packages: /lodash.debounce/4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} - /lodash.includes/4.3.0: - resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==} - dev: false - - /lodash.isboolean/3.0.3: - resolution: {integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==} - dev: false - - /lodash.isinteger/4.0.4: - resolution: {integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==} - dev: false - - /lodash.isnumber/3.0.3: - resolution: {integrity: sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==} - dev: false - - /lodash.isplainobject/4.0.6: - resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} - dev: false - - /lodash.isstring/4.0.1: - resolution: {integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==} - dev: false - /lodash.memoize/4.1.2: resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} dev: true @@ -16817,10 +17023,6 @@ packages: resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} dev: false - /lodash.once/4.1.1: - resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==} - dev: false - /lodash.shuffle/4.2.0: resolution: {integrity: sha512-V/rTAABKLFjoecTZjKSv+A1ZomG8hZg8hlgeG6wwQVD9AGv+10zqqSf6mFq2tVA703Zd5R0YhSuSlXA+E/Ei+Q==} dev: false @@ -16894,7 +17096,7 @@ packages: /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /lowercase-keys/2.0.0: @@ -17157,7 +17359,7 @@ packages: decamelize: 1.2.0 loud-rejection: 1.6.0 map-obj: 1.0.1 - minimist: 1.2.7 + minimist: 1.2.8 normalize-package-data: 2.5.0 object-assign: 4.1.1 read-pkg-up: 1.0.1 @@ -17342,8 +17544,8 @@ packages: kind-of: 6.0.3 dev: true - /minimist/1.2.7: - resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} + /minimist/1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} /minipass-collect/1.0.2: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} @@ -17435,7 +17637,7 @@ packages: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 dev: true /mkdirp/1.0.4: @@ -17480,8 +17682,8 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/1.0.0_typescript@4.9.4: - resolution: {integrity: sha512-8QVa1RAN/Nzbn/tKmtimJ+b2M1QZOMdETQW7/1TmBOZ4w+wJojfxuh1Hj5J4FYdBgZWW/TK4CABUOlOM4OjTOA==} + /msw/1.0.1_typescript@4.9.5: + resolution: {integrity: sha512-fBwQRCmf+jh0zlGlasBfpCaxLqb4QLMsY1Q+nkXkO0nnUYopl50NcNRvP4V+TAiqOwJSd0LrQ5NcJqwbrnTBqw==} engines: {node: '>=14'} hasBin: true requiresBuild: true @@ -17509,7 +17711,7 @@ packages: path-to-regexp: 6.2.1 strict-event-emitter: 0.4.4 type-fest: 2.19.0 - typescript: 4.9.4 + typescript: 4.9.5 yargs: 17.6.2 transitivePeerDependencies: - encoding @@ -17539,8 +17741,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid/4.0.0: - resolution: {integrity: sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==} + /nanoid/4.0.1: + resolution: {integrity: sha512-udKGtCCUafD3nQtJg9wBhRP3KMbPglUsgV5JVsXhvyBs/oefqb4sqMEhKBBgqZncYowu58p1prsZQBYvAj/Gww==} engines: {node: ^14 || ^16 || >=18} hasBin: true dev: false @@ -17607,11 +17809,16 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.4.1 + tslib: 2.5.0 dev: true /node-abort-controller/3.0.1: resolution: {integrity: sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw==} + dev: true + + /node-abort-controller/3.1.1: + resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} + dev: false /node-addon-api/3.2.1: resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} @@ -17804,8 +18011,8 @@ packages: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true - /nx/15.4.5: - resolution: {integrity: sha512-1spZL6sgOV8JJJuN8W5CLtJYwTOnlyaV32jPXfidavU0QMS8MP+rW3+NUQ9Uzc1UYhOu8llZWtnen93neVGQRw==} + /nx/15.7.0: + resolution: {integrity: sha512-edyIWZ3ARJ0Zy0+OCPQz8J4aYUAAG8lKll7O8rb9vZzYGUgdiTiVzKu5SaLj8maNMmrXC2oY28Gmt1pV318KsQ==} hasBin: true requiresBuild: true peerDependencies: @@ -17817,15 +18024,14 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.4.5 - '@nrwl/tao': 15.4.5 + '@nrwl/cli': 15.7.0 + '@nrwl/tao': 15.7.0 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.34 '@zkochan/js-yaml': 0.0.6 axios: 1.2.2 - chalk: 4.1.0 - chokidar: 3.5.3 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 7.0.4 @@ -17834,24 +18040,35 @@ packages: fast-glob: 3.2.7 figures: 3.2.0 flat: 5.0.2 - fs-extra: 10.1.0 + fs-extra: 11.1.0 glob: 7.1.4 ignore: 5.2.4 js-yaml: 4.1.0 jsonc-parser: 3.2.0 + lines-and-columns: 2.0.3 minimatch: 3.0.5 npm-run-path: 4.0.1 - open: 8.4.0 + open: 8.4.1 semver: 7.3.4 string-width: 4.2.3 strong-log-transformer: 2.1.0 tar-stream: 2.2.0 tmp: 0.2.1 tsconfig-paths: 4.1.2 - tslib: 2.4.1 + tslib: 2.5.0 v8-compile-cache: 2.3.0 yargs: 17.6.2 yargs-parser: 21.1.1 + optionalDependencies: + '@nrwl/nx-darwin-arm64': 15.7.0 + '@nrwl/nx-darwin-x64': 15.7.0 + '@nrwl/nx-linux-arm-gnueabihf': 15.7.0 + '@nrwl/nx-linux-arm64-gnu': 15.7.0 + '@nrwl/nx-linux-arm64-musl': 15.7.0 + '@nrwl/nx-linux-x64-gnu': 15.7.0 + '@nrwl/nx-linux-x64-musl': 15.7.0 + '@nrwl/nx-win32-arm64-msvc': 15.7.0 + '@nrwl/nx-win32-x64-msvc': 15.7.0 transitivePeerDependencies: - debug dev: true @@ -18008,6 +18225,15 @@ packages: define-lazy-prop: 2.0.0 is-docker: 2.2.1 is-wsl: 2.2.0 + dev: true + + /open/8.4.1: + resolution: {integrity: sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==} + engines: {node: '>=12'} + dependencies: + define-lazy-prop: 2.0.0 + is-docker: 2.2.1 + is-wsl: 2.2.0 /optionator/0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} @@ -18208,7 +18434,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 dev: true /parent-module/1.0.1: @@ -18277,7 +18503,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 dev: true /pascalcase/0.1.1: @@ -18454,11 +18680,11 @@ packages: engines: {node: '>=4'} dev: false - /pnp-webpack-plugin/1.6.4_typescript@4.9.4: + /pnp-webpack-plugin/1.6.4_typescript@4.9.5: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.9.4 + ts-pnp: 1.2.0_typescript@4.9.5 transitivePeerDependencies: - typescript dev: true @@ -18467,7 +18693,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 dev: true /posix-character-classes/0.1.1: @@ -18641,8 +18867,8 @@ packages: hasBin: true dev: true - /prettier/2.8.2: - resolution: {integrity: sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==} + /prettier/2.8.4: + resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -18674,7 +18900,16 @@ packages: resolution: {integrity: sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.0.0 + '@jest/schemas': 29.4.3 + ansi-styles: 5.2.0 + react-is: 18.2.0 + dev: true + + /pretty-format/29.4.3: + resolution: {integrity: sha512-cvpcHTc42lcsvOOAzd3XuNWTcvk1Jmnzqeu+WsOuiPmxUJTnkbAcFNsRKvEpBEUFVUgy/GTZLulZDcDEi+CIlA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.4.3 ansi-styles: 5.2.0 react-is: 18.2.0 dev: true @@ -19040,8 +19275,8 @@ packages: webpack: 5.75.0_webpack-cli@5.0.1 dev: true - /react-bootstrap/2.7.0_ib3m5ricvtkl2cll7qpr2f6lvq: - resolution: {integrity: sha512-Jcrn6aUuRVBeSB6dzKODKZU1TONOdhAxu0IDm4Sv74SJUm98dMdhSotF2SNvFEADANoR+stV+7TK6SNX1wWu5w==} + /react-bootstrap/2.7.2_zula6vjvt3wdocc4mwcxqa6nzi: + resolution: {integrity: sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==} peerDependencies: '@types/react': '>=16.14.8' react: '>=16.14.0 || 18' @@ -19050,10 +19285,10 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 '@restart/hooks': 0.4.7_react@18.2.0 '@restart/ui': 1.4.1_biqbaboplfbrettd7655fr4n2y - '@types/react': 18.0.26 + '@types/react': 18.0.28 '@types/react-transition-group': 4.4.5 classnames: 2.3.2 dom-helpers: 5.2.1 @@ -19072,7 +19307,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 react: 18.2.0 dev: false @@ -19080,12 +19315,12 @@ packages: resolution: {integrity: sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA==} dev: true - /react-docgen-typescript/2.2.2_typescript@4.9.4: + /react-docgen-typescript/2.2.2_typescript@4.9.5: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.9.4 + typescript: 4.9.5 dev: true /react-docgen/5.4.3: @@ -19095,7 +19330,7 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/generator': 7.20.7 - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -19140,7 +19375,7 @@ packages: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-focus-lock/2.9.2_kzbn2opkn2327fwg5yzwzya5o4: + /react-focus-lock/2.9.2_pmekkgnqduwlme35zpnqhenc34: resolution: {integrity: sha512-5JfrsOKyA5Zn3h958mk7bAcfphr24jPoMoznJ8vaJF6fUrPQ8zrtEd3ILLOK8P5jvGxdMd96OxWNjDzATfR2qw==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -19149,14 +19384,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.7 - '@types/react': 18.0.26 + '@babel/runtime': 7.20.13 + '@types/react': 18.0.28 focus-lock: 0.11.4 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_kzbn2opkn2327fwg5yzwzya5o4 - use-sidecar: 1.1.2_kzbn2opkn2327fwg5yzwzya5o4 + use-callback-ref: 1.3.0_pmekkgnqduwlme35zpnqhenc34 + use-sidecar: 1.1.2_pmekkgnqduwlme35zpnqhenc34 dev: false /react-icons/4.7.1_react@18.2.0: @@ -19172,7 +19407,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 || 18 dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -19202,7 +19437,7 @@ packages: react-deep-force-update: 1.1.2 dev: true - /react-redux/8.0.5_gm3gubmwja4o7q6fr6adx3fpz4: + /react-redux/8.0.5_3xleytyzprlgycb2ded54tx72i: resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -19225,41 +19460,8 @@ packages: dependencies: '@babel/runtime': 7.20.7 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 - '@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.5_ie75ejlwqy5zh3tldgt7pftwcu: - resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} - 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.20.7 - '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -19268,7 +19470,7 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-redux/8.0.5_lyglh7ra5csqnudbq3lr4zb6du: + /react-redux/8.0.5_ctrls2ti7t7iutxbwkm5ipogyy: resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -19291,13 +19493,46 @@ packages: dependencies: '@babel/runtime': 7.20.7 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.26 + '@types/react': 18.0.28 + '@types/react-dom': 18.0.11 '@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 + redux: 4.2.1 + use-sync-external-store: 1.2.0_react@18.2.0 + + /react-redux/8.0.5_s372u7p65oq7za7vcs4kbbft3q: + resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} + 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.20.7 + '@types/hoist-non-react-statics': 3.3.1 + '@types/react': 18.0.28 + '@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.1 use-sync-external-store: 1.2.0_react@18.2.0 dev: true @@ -19306,7 +19541,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar/2.3.4_kzbn2opkn2327fwg5yzwzya5o4: + /react-remove-scroll-bar/2.3.4_pmekkgnqduwlme35zpnqhenc34: resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: @@ -19316,13 +19551,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 react: 18.2.0 - react-style-singleton: 2.2.1_kzbn2opkn2327fwg5yzwzya5o4 - tslib: 2.4.1 + react-style-singleton: 2.2.1_pmekkgnqduwlme35zpnqhenc34 + tslib: 2.5.0 dev: false - /react-remove-scroll/2.5.5_kzbn2opkn2327fwg5yzwzya5o4: + /react-remove-scroll/2.5.5_pmekkgnqduwlme35zpnqhenc34: resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -19332,47 +19567,47 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 react: 18.2.0 - react-remove-scroll-bar: 2.3.4_kzbn2opkn2327fwg5yzwzya5o4 - react-style-singleton: 2.2.1_kzbn2opkn2327fwg5yzwzya5o4 - tslib: 2.4.1 - use-callback-ref: 1.3.0_kzbn2opkn2327fwg5yzwzya5o4 - use-sidecar: 1.1.2_kzbn2opkn2327fwg5yzwzya5o4 + react-remove-scroll-bar: 2.3.4_pmekkgnqduwlme35zpnqhenc34 + react-style-singleton: 2.2.1_pmekkgnqduwlme35zpnqhenc34 + tslib: 2.5.0 + use-callback-ref: 1.3.0_pmekkgnqduwlme35zpnqhenc34 + use-sidecar: 1.1.2_pmekkgnqduwlme35zpnqhenc34 dev: false - /react-router-dom/6.6.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-u+8BKUtelStKbZD5UcY0NY90WOzktrkJJhyhNg7L0APn9t1qJNLowzrM9CHdpB6+rcPt6qQrlkIXsTvhuXP68g==} + /react-router-dom/6.8.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' react-dom: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.2.1 + '@remix-run/router': 1.3.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.6.1_react@18.2.0 + react-router: 6.8.1_react@18.2.0 dev: false - /react-router/6.6.1_react@18.2.0: - resolution: {integrity: sha512-YkvlYRusnI/IN0kDtosUCgxqHeulN5je+ew8W+iA1VvFhf86kA+JEI/X/8NqYcr11hCDDp906S+SGMpBheNeYQ==} + /react-router/6.8.1_react@18.2.0: + resolution: {integrity: sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.2.1 + '@remix-run/router': 1.3.2 react: 18.2.0 dev: false - /react-select/5.7.0_vwskmg7mzf6u2jufkkmcrhvxcm: + /react-select/5.7.0_rhrpnuwl23ewqfh7btz44ilpmq: resolution: {integrity: sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==} 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.20.7 + '@babel/runtime': 7.20.13 '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe + '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm '@floating-ui/dom': 1.1.0 '@types/react-transition-group': 4.4.5 memoize-one: 6.0.0 @@ -19380,7 +19615,7 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y - use-isomorphic-layout-effect: 1.1.2_kzbn2opkn2327fwg5yzwzya5o4 + use-isomorphic-layout-effect: 1.1.2_pmekkgnqduwlme35zpnqhenc34 transitivePeerDependencies: - '@babel/core' - '@types/react' @@ -19396,7 +19631,7 @@ packages: react-is: 18.2.0 dev: true - /react-style-singleton/2.2.1_kzbn2opkn2327fwg5yzwzya5o4: + /react-style-singleton/2.2.1_pmekkgnqduwlme35zpnqhenc34: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -19406,11 +19641,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /react-test-renderer/18.2.0_react@18.2.0: @@ -19441,7 +19676,7 @@ packages: react: '>=16.6.0 || 18' react-dom: '>=16.6.0 || 18' dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -19602,7 +19837,7 @@ packages: deep-diff: 0.3.8 dev: false - /redux-persist/6.0.0_react@18.2.0+redux@4.2.0: + /redux-persist/6.0.0_react@18.2.0+redux@4.2.1: resolution: {integrity: sha512-71LLMbUq2r02ng2We9S215LtPu3fY0KgaGE0k8WRgl6RkqxtGfl7HUozz1Dftwsb0D/5mZ8dwAaPbtnzfvbEwQ==} peerDependencies: react: '>=16 || 18' @@ -19612,20 +19847,20 @@ packages: optional: true dependencies: react: 18.2.0 - redux: 4.2.0 + redux: 4.2.1 dev: false - /redux-thunk/2.4.2_redux@4.2.0: + /redux-thunk/2.4.2_redux@4.2.1: resolution: {integrity: sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==} peerDependencies: redux: ^4 dependencies: - redux: 4.2.0 + redux: 4.2.1 - /redux/4.2.0: - resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} + /redux/4.2.1: + resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 /regenerate-unicode-properties/10.1.0: resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} @@ -19648,7 +19883,7 @@ packages: /regenerator-transform/0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - '@babel/runtime': 7.20.7 + '@babel/runtime': 7.20.13 dev: true /regex-not/1.0.2: @@ -19850,8 +20085,8 @@ packages: deprecated: https://github.com/lydell/resolve-url#deprecated dev: true - /resolve.exports/1.1.0: - resolution: {integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==} + /resolve.exports/2.0.0: + resolution: {integrity: sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==} engines: {node: '>=10'} dev: true @@ -19924,8 +20159,8 @@ packages: dependencies: glob: 7.2.3 - /rimraf/4.1.0: - resolution: {integrity: sha512-ZJdkUR5/dRrRJHdcSKJLrpRn6tVjl9ALxd4yrTCxFsMpjQNzwHF6GLqMsuEzEYIXxHlFPDSk21Vr8VPuFBEz0g==} + /rimraf/4.1.2: + resolution: {integrity: sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==} engines: {node: '>=14'} hasBin: true dev: true @@ -19956,7 +20191,7 @@ packages: /robust-predicates/3.0.1: resolution: {integrity: sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==} - /rollup-plugin-typescript2/0.34.1_esmavzhadgk2idmxtiodxm33ma: + /rollup-plugin-typescript2/0.34.1_xswiuafr57fmdlvfpvse52fe3e: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -19965,14 +20200,14 @@ packages: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 3.9.1 + rollup: 3.15.0 semver: 7.3.8 - tslib: 2.4.1 - typescript: 4.9.4 + tslib: 2.5.0 + typescript: 4.9.5 dev: true - /rollup/3.9.1: - resolution: {integrity: sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w==} + /rollup/3.15.0: + resolution: {integrity: sha512-F9hrCAhnp5/zx/7HYmftvsNBkMfLfk/dXUh73hPSM2E3CRgap65orDNJbLetoiUFwSAk6iHPLvBrZ5iHYvzqsg==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -20007,7 +20242,7 @@ packages: /rxjs/7.8.0: resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /safe-buffer/5.1.1: resolution: {integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==} @@ -20049,7 +20284,7 @@ packages: execa: 1.0.0 fb-watchman: 2.0.2 micromatch: 3.1.10 - minimist: 1.2.7 + minimist: 1.2.8 walker: 1.0.8 transitivePeerDependencies: - supports-color @@ -20123,8 +20358,8 @@ packages: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /selenium-webdriver/4.7.1: - resolution: {integrity: sha512-IfTM9OE8HtCKjOJwyudbAVtAHQKOJK8mu2qrXXbKyj4lqgXF+2lYW4rSZXCV6SLQRWZ+DVGkomCmFzq5orD/ZA==} + /selenium-webdriver/4.8.0: + resolution: {integrity: sha512-s/HL8WNwy1ggHR244+tAhjhyKMJnZLt1HKJ6Gn7nQgVjB/ybDF+46Uui0qI2J7AjPNJzlUmTncdC/jg/kKkn0A==} engines: {node: '>= 14.20.0'} dependencies: jszip: 3.10.1 @@ -20149,6 +20384,7 @@ packages: /semver/5.7.1: resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} hasBin: true + dev: true /semver/6.3.0: resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} @@ -20448,8 +20684,8 @@ packages: - supports-color dev: true - /socketcluster-client/17.1.0: - resolution: {integrity: sha512-jAmjBixLVPCN6NuDGufN+8Zycvz9wQ8QXQvdqBDqkVEDfZV3Mv2mR0FGYwX6KZa0kHr3VJ2EjvUj8ZYJ2ZfyzQ==} + /socketcluster-client/17.1.1: + resolution: {integrity: sha512-c1UWpmcVLV10NlM5j5IFeAIodDl8HRqGhmIV52ys8hXFaeJcWikdX2Lo5oa8zHaTJUvlFybWOmPISjL7BjomqQ==} dependencies: ag-channel: 5.0.0 ag-request: 1.0.0 @@ -20467,14 +20703,14 @@ packages: - bufferutil - utf-8-validate - /socketcluster-server/17.2.0: - resolution: {integrity: sha512-gBbRn2lqymwb1HA7oRU4OnWuySMSyz1B3QhOxIFIqOQIBX8TdKgjihIxAHmRue0C6vqk3aU5QaMOXQGgHI3MfA==} + /socketcluster-server/17.3.1: + resolution: {integrity: sha512-qBQ0fhqqQjIgvucSBm/q3hHd45RJEd+gidqKFugIQ/ndafIbuudkVyUQPcPwqU/sM8+vA2QTcMB2TNk5MIlhpg==} dependencies: - ag-auth: 1.0.1 + ag-auth: 2.0.0 ag-request: 1.0.0 ag-simple-broker: 5.0.0 async-stream-emitter: 4.1.0 - base64id: 1.0.0 + base64id: 2.0.0 clone-deep: 4.0.1 sc-errors: 2.0.1 sc-formatter: 3.0.3 @@ -20911,7 +21147,7 @@ packages: hasBin: true dependencies: duplexer: 0.1.2 - minimist: 1.2.7 + minimist: 1.2.8 through: 2.3.8 dev: true @@ -20979,31 +21215,31 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-prettier/9.0.4_stylelint@15.0.0: - resolution: {integrity: sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg==} + /stylelint-config-prettier/9.0.5_stylelint@15.1.0: + resolution: {integrity: sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==} engines: {node: '>= 12'} hasBin: true peerDependencies: - stylelint: '>=11.0.0' + stylelint: '>= 11.x < 15' dependencies: - stylelint: 15.0.0 + stylelint: 15.1.0 dev: true - /stylelint-config-recommended/10.0.1_stylelint@15.0.0: + /stylelint-config-recommended/10.0.1_stylelint@15.1.0: resolution: {integrity: sha512-TQ4xQ48tW4QSlODcti7pgSRqBZcUaBzuh0jPpfiMhwJKBPkqzTIAU+IrSWL/7BgXlOM90DjB7YaNgFpx8QWhuA==} peerDependencies: stylelint: ^15.0.0 dependencies: - stylelint: 15.0.0 + stylelint: 15.1.0 dev: true - /stylelint-config-standard/30.0.1_stylelint@15.0.0: + /stylelint-config-standard/30.0.1_stylelint@15.1.0: resolution: {integrity: sha512-NbeHOmpRQhjZh5XB1B/S4MLRWvz4xxAxeDBjzl0tY2xEcayNhLbaRGF0ZQzq+DQZLCcPpOHeS2Ru1ydbkhkmLg==} peerDependencies: stylelint: ^15.0.0 dependencies: - stylelint: 15.0.0 - stylelint-config-recommended: 10.0.1_stylelint@15.0.0 + stylelint: 15.1.0 + stylelint-config-recommended: 10.0.1_stylelint@15.1.0 dev: true /stylelint-config-styled-components/0.1.1: @@ -21021,8 +21257,8 @@ packages: - supports-color dev: true - /stylelint/15.0.0: - resolution: {integrity: sha512-K97Jgy0ZYMSs6gXoboXbWvc0KvvGnUftiI1Tiv70mQ/DpeDTHOlqQSk3o65Ien+ddYAJeLjzkYM0O6TWiHdoSg==} + /stylelint/15.1.0: + resolution: {integrity: sha512-Tw8OyIiYhxnIHUzgoLlCyWgCUKsPYiP3TDgs7M1VbayS+q5qZly2yxABg+YPe/hFRWiu0cOtptCtpyrn1CrnYw==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -21521,8 +21757,8 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e: - resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} + /ts-jest/29.0.5_cslgewaznsjxirw6ogkiwclmbu: + resolution: {integrity: sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -21545,18 +21781,18 @@ packages: '@babel/core': 7.20.12 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.3.1 - jest-util: 29.3.1 + jest: 29.4.3 + jest-util: 29.4.3 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 - typescript: 4.9.4 + typescript: 4.9.5 yargs-parser: 21.1.1 dev: true - /ts-jest/29.0.3_p6ekqnroyms5nhqbfxosryz7rm: - resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} + /ts-jest/29.0.5_orzzknleilowtsz34rkaotjvzm: + resolution: {integrity: sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -21578,17 +21814,17 @@ packages: dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.3.1_@types+node@18.11.18 - jest-util: 29.3.1 + jest: 29.4.3_@types+node@18.13.0 + jest-util: 29.4.3 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 - typescript: 4.9.4 + typescript: 4.9.5 yargs-parser: 21.1.1 dev: true - /ts-node/10.9.1_awa2wsr5thmg3i7jqycphctjfq: + /ts-node/10.9.1_4bewfcp2iebiwuold25d6rgcsy: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -21607,19 +21843,19 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.11.18 + '@types/node': 18.13.0 acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.4 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.9.4: + /ts-pnp/1.2.0_typescript@4.9.5: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -21628,7 +21864,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.9.4 + typescript: 4.9.5 dev: true /ts-toolbelt/6.15.5: @@ -21640,7 +21876,7 @@ packages: dependencies: '@types/json5': 0.0.29 json5: 1.0.2 - minimist: 1.2.7 + minimist: 1.2.8 strip-bom: 3.0.0 dev: true @@ -21649,7 +21885,7 @@ packages: engines: {node: '>=6'} dependencies: json5: 2.2.3 - minimist: 1.2.7 + minimist: 1.2.8 strip-bom: 3.0.0 dev: true @@ -21661,17 +21897,17 @@ packages: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} dev: false - /tslib/2.4.1: - resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} + /tslib/2.5.0: + resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsutils/3.21.0_typescript@4.9.4: + /tsutils/3.21.0_typescript@4.9.5: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.9.4 + typescript: 4.9.5 dev: true /tty-browserify/0.0.0: @@ -21774,8 +22010,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript/4.9.4: - resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==} + /typescript/4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true @@ -21818,8 +22054,8 @@ packages: peerDependencies: react: '>=15.0.0 || 18' dependencies: - '@babel/runtime': 7.20.7 - '@types/react': 18.0.26 + '@babel/runtime': 7.20.13 + '@types/react': 18.0.28 invariant: 2.2.4 react: 18.2.0 react-lifecycles-compat: 3.0.4 @@ -22035,7 +22271,7 @@ packages: querystring: 0.2.0 dev: true - /use-callback-ref/1.3.0_kzbn2opkn2327fwg5yzwzya5o4: + /use-callback-ref/1.3.0_pmekkgnqduwlme35zpnqhenc34: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -22045,12 +22281,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 react: 18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /use-isomorphic-layout-effect/1.1.2_kzbn2opkn2327fwg5yzwzya5o4: + /use-isomorphic-layout-effect/1.1.2_pmekkgnqduwlme35zpnqhenc34: resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -22059,11 +22295,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 react: 18.2.0 dev: false - /use-sidecar/1.1.2_kzbn2opkn2327fwg5yzwzya5o4: + /use-sidecar/1.1.2_pmekkgnqduwlme35zpnqhenc34: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -22073,10 +22309,10 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.26 + '@types/react': 18.0.28 detect-node-es: 1.1.0 react: 18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /use-sync-external-store/1.2.0_react@18.2.0: