From 1126a80b3a058704979b9cb913d01b9e323a2c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:45:34 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies (#1379) * fix(deps): update all non-major dependencies * Remove old package --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/package.json | 20 +- package.json | 14 +- .../examples/tree/package.json | 18 +- packages/d3-state-visualizer/package.json | 18 +- packages/d3tooltip/package.json | 16 +- packages/map2tree/package.json | 16 +- packages/react-base16-styling/package.json | 20 +- packages/react-dock/demo/package.json | 20 +- packages/react-dock/package.json | 20 +- .../react-json-tree/examples/package.json | 20 +- packages/react-json-tree/package.json | 26 +- packages/redux-devtools-app/package.json | 26 +- .../redux-devtools-chart-monitor/package.json | 16 +- packages/redux-devtools-cli/package.json | 18 +- .../redux-devtools-dock-monitor/package.json | 16 +- .../redux-devtools-extension/package.json | 14 +- .../demo/package.json | 22 +- .../package.json | 18 +- .../package.json | 24 +- .../demo/package.json | 22 +- .../package.json | 18 +- .../redux-devtools-instrument/package.json | 20 +- .../redux-devtools-log-monitor/package.json | 16 +- packages/redux-devtools-remote/package.json | 16 +- .../demo/package.json | 30 +- .../package.json | 20 +- .../redux-devtools-serialize/package.json | 16 +- .../examples/todomvc/package.json | 20 +- .../package.json | 16 +- packages/redux-devtools-ui/.stylelintrc | 3 +- packages/redux-devtools-ui/package.json | 25 +- packages/redux-devtools-utils/package.json | 18 +- .../examples/counter/package.json | 20 +- .../examples/todomvc/package.json | 20 +- packages/redux-devtools/package.json | 22 +- pnpm-lock.yaml | 4021 +++++++++-------- 36 files changed, 2343 insertions(+), 2342 deletions(-) diff --git a/extension/package.json b/extension/package.json index e3e508e7..8e433f8c 100644 --- a/extension/package.json +++ b/extension/package.json @@ -50,16 +50,16 @@ "styled-components": "^5.3.9" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@babel/register": "^7.21.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", - "@types/chrome": "^0.0.225", - "@types/lodash": "^4.14.191", - "@types/react": "^18.0.29", + "@types/chrome": "^0.0.228", + "@types/lodash": "^4.14.192", + "@types/react": "^18.0.34", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "babel-loader": "^9.1.2", @@ -68,8 +68,8 @@ "cpy-cli": "^4.2.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "electron": "^23.2.0", - "eslint": "^8.36.0", + "electron": "^23.2.2", + "eslint": "^8.38.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", @@ -88,9 +88,9 @@ "selenium-webdriver": "^4.8.2", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.2", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1" } } diff --git a/package.json b/package.json index df5a45f6..52ec194c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "private": true, "devDependencies": { - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", "@changesets/cli": "^2.26.1", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -14,8 +14,8 @@ "jest": "^29.5.0", "prettier": "2.8.7", "typescript": "~4.9.5", - "nx": "^15.8.9", - "@nrwl/nx-cloud": "^15.3.2" + "nx": "^15.9.2", + "@nrwl/nx-cloud": "^15.3.5" }, "scripts": { "format": "prettier --write .", @@ -39,7 +39,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@8.0.0", + "packageManager": "pnpm@8.2.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 a6821dbd..8308e530 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -29,22 +29,22 @@ "map2tree": "^3.0.0" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", - "@types/node": "^18.15.10", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", + "@types/node": "^18.15.11", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "fork-ts-checker-webpack-plugin": "^8.0.0", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" } } diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 5b48db96..35d5817b 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -42,22 +42,22 @@ "dependencies": { "@babel/runtime": "^7.21.0", "@types/d3": "^7.4.0", - "d3": "^7.8.3", + "d3": "^7.8.4", "d3tooltip": "^3.0.0", "deepmerge": "^4.3.1", "map2tree": "^3.0.0", - "ramda": "^0.28.0" + "ramda": "^0.29.0" }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", - "@types/ramda": "^0.28.23", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", + "@types/ramda": "^0.28.24", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "rimraf": "^4.4.1", "typescript": "~4.9.5" diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 91f885e3..d6f97d25 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -40,21 +40,21 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", "@types/d3": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "d3": "^7.8.3", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "d3": "^7.8.4", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "rimraf": "^4.4.1", "typescript": "~4.9.5" }, "peerDependencies": { "@types/d3": "^7.4.0", - "d3": "^7.8.3" + "d3": "^7.8.4" } } diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 7ea8202d..e54cb123 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -45,21 +45,21 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", "@types/jest": "^29.5.0", - "@types/lodash": "^4.14.191", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/lodash": "^4.14.192", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "immutable": "^4.3.0", "jest": "^29.5.0", "rimraf": "^4.4.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" } } diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 9590939e..56e36d3a 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -41,31 +41,31 @@ "dependencies": { "@babel/runtime": "^7.21.0", "@types/base16": "^1.0.2", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.14.192", "base16": "^1.0.0", "color": "^4.2.3", - "csstype": "^3.1.1", + "csstype": "^3.1.2", "lodash.curry": "^4.1.1" }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", "@types/color": "^3.0.3", "@types/jest": "^29.5.0", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "rimraf": "^4.4.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" } } diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index b86cf051..4ff6e669 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -19,19 +19,19 @@ "styled-components": "^5.3.9" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", + "@babel/preset-typescript": "^7.21.4", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -39,8 +39,8 @@ "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" } } diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index c09b5758..a372286f 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -40,26 +40,26 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.14.192", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1" }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@types/jest": "^29.5.0", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.29", + "@types/react": "^18.0.34", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -69,7 +69,7 @@ "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^4.4.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 712272aa..f0d9d5a3 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -26,18 +26,18 @@ "react-json-tree": "^0.18.0" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", + "@babel/preset-typescript": "^7.21.4", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", "@types/react-dom": "^18.0.11", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -45,8 +45,8 @@ "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" } } diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index cba20c70..036d3535 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -46,28 +46,28 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.14.192", "react-base16-styling": "^0.9.1" }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-terser": "^0.4.0", + "@rollup/plugin-node-resolve": "^15.0.2", + "@rollup/plugin-terser": "^0.4.1", "@types/jest": "^29.5.0", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -78,7 +78,7 @@ "rimraf": "^4.4.1", "rollup": "^3.20.2", "rollup-plugin-typescript2": "^0.34.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "tslib": "^2.5.0", "typescript": "~4.9.5" }, diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 54501d58..8b4bcd3e 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -68,32 +68,32 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.0", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", - "@types/lodash": "^4.14.191", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", + "@types/lodash": "^4.14.192", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", "@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.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -108,12 +108,12 @@ "rimraf": "^4.4.1", "style-loader": "^3.3.2", "styled-components": "^5.3.9", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 63d7bcaa..cbc8be59 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -47,17 +47,17 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.29", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/react": "^18.0.34", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 948718ab..e2e85b08 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -41,14 +41,14 @@ "node": "^14.13.1 || ^16.13.0 || >= 18.12.0" }, "dependencies": { - "@apollo/server": "^4.5.0", + "@apollo/server": "^4.6.0", "@redux-devtools/app": "^2.1.3", - "@types/react": "^18.0.29", + "@types/react": "^18.0.34", "body-parser": "^1.20.2", "chalk": "^5.2.0", "cors": "^2.8.5", "cross-spawn": "^7.0.3", - "electron": "^23.2.0", + "electron": "^23.2.2", "express": "^4.18.2", "get-port": "^6.1.2", "graphql": "^16.6.0", @@ -60,7 +60,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", - "semver": "^7.3.8", + "semver": "^7.4.0", "socketcluster-server": "^17.3.1", "sqlite3": "^5.1.6", "styled-components": "^5.3.9", @@ -75,16 +75,16 @@ "@types/lodash-es": "^4.17.7", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.4", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "@types/semver": "^7.3.13", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^17.3.0", "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^9.0.1", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.5.0", @@ -92,7 +92,7 @@ "rimraf": "^4.4.1", "socketcluster-client": "^17.1.1", "supertest": "^6.3.3", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" } } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index e55fd5a4..534b7680 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -49,18 +49,18 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", - "@types/react": "^18.0.29", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/react": "^18.0.34", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index 7cbb4504..6782205d 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -34,14 +34,14 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "redux": "^4.2.1", "rimraf": "^4.4.1", 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 7e2644bf..bb333285 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -21,29 +21,29 @@ "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.9.0", + "react-router-dom": "^6.10.0", "redux": "^4.2.1", "redux-logger": "^3.0.6", "styled-components": "^5.3.9" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", "@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.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -52,8 +52,8 @@ "style-loader": "^3.3.2", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" } } diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index 4e19feee..7e58a1e9 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -56,12 +56,12 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^14.0.0", @@ -69,10 +69,10 @@ "@types/jest": "^29.5.0", "@types/jsan": "^3.1.2", "@types/object-path": "^0.11.1", - "@types/react": "^18.0.29", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/react": "^18.0.34", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -83,7 +83,7 @@ "react-dom": "^18.2.0", "redux": "^4.2.1", "rimraf": "^4.4.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index fd902571..96fc62e0 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -30,9 +30,9 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/code-frame": "^7.18.6", + "@babel/code-frame": "^7.21.4", "@babel/runtime": "^7.21.0", - "@types/chrome": "^0.0.225", + "@types/chrome": "^0.0.228", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -41,26 +41,26 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^14.0.0", "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", "@types/jest": "^29.5.0", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "@types/path-browserify": "^1.0.0", - "@types/react": "^18.0.29", + "@types/react": "^18.0.34", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -72,7 +72,7 @@ "react-test-renderer": "^18.2.0", "redux": "^4.2.1", "rimraf": "^4.4.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index 90e55920..5f61a3d8 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -20,27 +20,27 @@ "react-bootstrap": "^2.7.2", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.9.0", + "react-router-dom": "^6.10.0", "redux": "^4.2.1", "redux-logger": "^3.0.6" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", "@types/react-dom": "^18.0.11", "@types/redux-logger": "^3.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -48,8 +48,8 @@ "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" } } diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index b6425321..6518cd0d 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -37,7 +37,7 @@ "dependencies": { "@babel/runtime": "^7.21.0", "@types/dragula": "^3.7.1", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.14.192", "@types/prop-types": "^15.7.5", "dateformat": "^5.0.3", "hex-rgba": "^1.0.2", @@ -55,23 +55,23 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@redux-devtools/core": "^3.13.1", "@types/dateformat": "^5.0.0", "@types/hex-rgba": "^1.0.1", "@types/history": "^4.7.11", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.29", + "@types/react": "^18.0.34", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 7b8f95b7..161ce5e7 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -46,24 +46,24 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", "@types/jest": "^29.5.0", - "@types/lodash": "^4.14.191", - "@types/node": "^18.15.10", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/lodash": "^4.14.192", + "@types/node": "^18.15.11", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.5.0", "redux": "^4.2.1", "rimraf": "^4.4.1", "rxjs": "^7.8.0", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index cbde3e8a..1da4363a 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -52,17 +52,17 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.29", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/react": "^18.0.34", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index a765e85f..48ce344b 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -51,18 +51,18 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", "@types/jsan": "^3.1.2", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "redux": "^4.2.1", "rimraf": "^4.4.1", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index c9a352ad..231e9c84 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -11,42 +11,42 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@chakra-ui/react": "^2.5.3", + "@chakra-ui/react": "^2.5.5", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", - "@mswjs/data": "^0.11.2", + "@mswjs/data": "^0.12.0", "@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.3", - "framer-motion": "^10.9.1", + "framer-motion": "^10.11.2", "msw": "^1.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.8.0", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.9.0", + "react-router-dom": "^6.10.0", "styled-components": "^5.3.9" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -55,9 +55,9 @@ "style-loader": "^3.3.2", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" }, "msw": { "workerDirectory": "public" diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index d6f35977..fbdba23c 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -46,7 +46,7 @@ "dependencies": { "@babel/runtime": "^7.21.0", "@redux-devtools/ui": "^1.3.0", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.14.192", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "hex-rgba": "^1.0.2", @@ -61,12 +61,12 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@redux-devtools/core": "^3.13.1", "@reduxjs/toolkit": "^1.9.3", "@testing-library/jest-dom": "^5.16.5", @@ -74,10 +74,10 @@ "@types/jest": "^29.5.0", "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.29", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/react": "^18.0.34", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -89,7 +89,7 @@ "react-redux": "^8.0.5", "redux": "^4.2.1", "rimraf": "^4.4.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 96e57d62..eb58ff0f 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -42,22 +42,22 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", "@types/jest": "^29.5.0", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "immutable": "^4.3.0", "jest": "^29.5.0", "rimraf": "^4.4.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 195651d1..bc46232d 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -30,23 +30,23 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@types/classnames": "^2.3.1", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.29", + "@types/react": "^18.0.34", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -55,8 +55,8 @@ "style-loader": "^3.3.2", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" } } diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 0c508b1a..3a6cf9f2 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -41,17 +41,17 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@redux-devtools/core": "^3.13.1", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-ui/.stylelintrc b/packages/redux-devtools-ui/.stylelintrc index dfac9e9a..9e72e47c 100644 --- a/packages/redux-devtools-ui/.stylelintrc +++ b/packages/redux-devtools-ui/.stylelintrc @@ -2,7 +2,6 @@ "processors": ["stylelint-processor-styled-components"], "extends": [ "stylelint-config-recommended", - "stylelint-config-styled-components", - "stylelint-config-prettier" + "stylelint-config-styled-components" ] } diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 0fc1f081..5cca16e1 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -61,12 +61,12 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@storybook/addon-essentials": "^7.0.2", "@storybook/addon-interactions": "^7.0.2", "@storybook/addon-links": "^7.0.2", @@ -77,13 +77,13 @@ "@testing-library/user-event": "^14.4.3", "@types/color": "^3.0.3", "@types/jest": "^29.5.0", - "@types/react": "^18.0.29", + "@types/react": "^18.0.34", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", - "csstype": "^3.1.1", - "eslint": "^8.36.0", + "csstype": "^3.1.2", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -97,14 +97,13 @@ "rimraf": "^4.4.1", "storybook": "^7.0.2", "styled-components": "^5.3.9", - "stylelint": "^15.3.0", - "stylelint-config-prettier": "^9.0.5", + "stylelint": "^15.4.0", "stylelint-config-standard": "^32.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5", - "webpack": "^5.76.3" + "webpack": "^5.78.0" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 42d56a03..0cd23816 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -45,17 +45,17 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.21.0", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", + "@babel/preset-typescript": "^7.21.4", "@types/jsan": "^3.1.2", - "@types/lodash": "^4.14.191", - "@types/node": "^18.15.10", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/lodash": "^4.14.192", + "@types/node": "^18.15.11", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "rimraf": "^4.4.1", "typescript": "~4.9.5" diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index b91f119f..175a86c5 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -30,20 +30,20 @@ "redux-thunk": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", - "@types/node": "^18.15.10", + "@babel/preset-typescript": "^7.21.4", + "@types/node": "^18.15.11", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.29", + "@types/react": "^18.0.34", "@types/react-dom": "^18.0.11", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -51,8 +51,8 @@ "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" } } diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index d805aa77..693c03b1 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -43,22 +43,22 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.21.3", - "@babel/preset-env": "^7.20.2", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@types/classnames": "^2.3.1", - "@types/node": "^18.15.10", + "@types/node": "^18.15.11", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.29", + "@types/react": "^18.0.34", "@types/react-dom": "^18.0.11", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.36.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", @@ -67,8 +67,8 @@ "style-loader": "^3.3.2", "ts-node": "^10.9.1", "typescript": "~4.9.5", - "webpack": "^5.76.3", + "webpack": "^5.78.0", "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.13.1" + "webpack-dev-server": "^4.13.2" } } diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index c8490911..c094b0ad 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -49,19 +49,19 @@ }, "devDependencies": { "@babel/cli": "^7.21.0", - "@babel/core": "^7.21.3", + "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", - "@babel/plugin-transform-runtime": "^7.21.0", - "@babel/preset-env": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", + "@babel/preset-typescript": "^7.21.4", "@types/jest": "^29.5.0", - "@types/lodash": "^4.14.191", - "@types/node": "^18.15.10", - "@types/react": "^18.0.29", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "eslint": "^8.36.0", + "@types/lodash": "^4.14.192", + "@types/node": "^18.15.11", + "@types/react": "^18.0.34", + "@typescript-eslint/eslint-plugin": "^5.58.0", + "@typescript-eslint/parser": "^5.58.0", + "eslint": "^8.38.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -72,7 +72,7 @@ "react-redux": "^8.0.5", "redux": "^4.2.1", "rimraf": "^4.4.1", - "ts-jest": "^29.0.5", + "ts-jest": "^29.1.0", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e7bea644..48208fcb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,44 +8,44 @@ importers: .: devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@changesets/cli': specifier: ^2.26.1 version: 2.26.1 '@nrwl/nx-cloud': - specifier: ^15.3.2 - version: 15.3.2 + specifier: ^15.3.5 + version: 15.3.5 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) nx: - specifier: ^15.8.9 - version: 15.8.9 + specifier: ^15.9.2 + version: 15.9.2 prettier: specifier: 2.8.7 version: 2.8.7 @@ -108,7 +108,7 @@ importers: version: link:../packages/react-json-tree react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -120,20 +120,20 @@ importers: version: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/register': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@testing-library/jest-dom': specifier: ^5.16.5 version: 5.16.5 @@ -141,14 +141,14 @@ importers: specifier: ^14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) '@types/chrome': - specifier: ^0.0.225 - version: 0.0.225 + specifier: ^0.0.228 + version: 0.0.228 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -157,13 +157,13 @@ importers: version: 5.1.26 babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) chromedriver: specifier: ^110.0.0 version: 110.0.0 copy-webpack-plugin: specifier: ^11.0.0 - version: 11.0.0(webpack@5.76.3) + version: 11.0.0(webpack@5.78.0) cpy-cli: specifier: ^4.2.0 version: 4.2.0 @@ -172,40 +172,40 @@ importers: version: 7.0.3 css-loader: specifier: ^6.7.3 - version: 6.7.3(webpack@5.76.3) + version: 6.7.3(webpack@5.78.0) electron: - specifier: ^23.2.0 - version: 23.2.0 + specifier: ^23.2.2 + version: 23.2.2 eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-airbnb: specifier: ^19.0.4 - version: 19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.36.0) + version: 19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.38.0) eslint-plugin-import: specifier: ^2.27.5 - version: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint@8.36.0) + version: 2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.38.0) eslint-plugin-jsx-a11y: specifier: ^6.7.1 - version: 6.7.1(eslint@8.36.0) + version: 6.7.1(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) file-loader: specifier: ^6.2.0 - version: 6.2.0(webpack@5.76.3) + version: 6.2.0(webpack@5.78.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) immutable: specifier: ^4.3.0 version: 4.3.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -214,7 +214,7 @@ importers: version: 1.1.5 raw-loader: specifier: ^4.0.2 - version: 4.0.2(webpack@5.76.3) + version: 4.0.2(webpack@5.78.0) react-transform-catch-errors: specifier: ^1.0.2 version: 1.0.2 @@ -232,19 +232,19 @@ importers: version: 3.0.1 style-loader: specifier: ^3.3.2 - version: 3.3.2(webpack@5.76.3) + version: 3.3.2(webpack@5.78.0) ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) packages/d3-state-visualizer: dependencies: @@ -255,8 +255,8 @@ importers: specifier: ^7.4.0 version: 7.4.0 d3: - specifier: ^7.8.3 - version: 7.8.3 + specifier: ^7.8.4 + version: 7.8.4 d3tooltip: specifier: ^3.0.0 version: link:../d3tooltip @@ -267,39 +267,39 @@ importers: specifier: ^3.0.0 version: link:../map2tree ramda: - specifier: ^0.28.0 - version: 0.28.0 + specifier: ^0.29.0 + version: 0.29.0 devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/ramda': - specifier: ^0.28.23 - version: 0.28.23 + specifier: ^0.28.24 + version: 0.28.24 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) rimraf: specifier: ^4.4.1 version: 4.4.1 @@ -317,56 +317,56 @@ importers: version: link:../../../map2tree devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/d3tooltip: dependencies: @@ -376,37 +376,37 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/d3': specifier: ^7.4.0 version: 7.4.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) d3: - specifier: ^7.8.3 - version: 7.8.3 + specifier: ^7.8.4 + version: 7.8.4 eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) rimraf: specifier: ^4.4.1 version: 4.4.1 @@ -425,52 +425,52 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/jest': specifier: ^29.5.0 version: 29.5.0 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) immutable: specifier: ^4.3.0 version: 4.3.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) rimraf: specifier: ^4.4.1 version: 4.4.1 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -484,8 +484,8 @@ importers: specifier: ^1.0.2 version: 1.0.2 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 base16: specifier: ^1.0.0 version: 1.0.0 @@ -493,30 +493,30 @@ importers: specifier: ^4.2.3 version: 4.2.3 csstype: - specifier: ^3.1.1 - version: 3.1.1 + specifier: ^3.1.2 + version: 3.1.2 lodash.curry: specifier: ^4.1.1 version: 4.1.1 devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/color': specifier: ^3.0.3 version: 3.0.3 @@ -527,23 +527,23 @@ importers: specifier: ^4.1.7 version: 4.1.7 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -551,8 +551,8 @@ importers: specifier: ^4.4.1 version: 4.4.1 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -563,8 +563,8 @@ importers: specifier: ^7.21.0 version: 7.21.0 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@types/prop-types': specifier: ^15.7.5 version: 15.7.5 @@ -577,25 +577,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/jest': specifier: ^29.5.0 version: 29.5.0 @@ -603,35 +603,35 @@ importers: specifier: ^4.0.7 version: 4.0.7 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-test-renderer': specifier: ^18.0.0 version: 18.0.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -645,8 +645,8 @@ importers: specifier: ^4.4.1 version: 4.4.1 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -658,7 +658,7 @@ importers: version: 18.2.0 react-bootstrap: specifier: ^2.7.2 - version: 2.7.2(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0) + version: 2.7.2(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0) react-dock: specifier: ^0.6.0 version: link:.. @@ -676,23 +676,23 @@ importers: version: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -700,50 +700,50 @@ importers: specifier: ^5.1.26 version: 5.1.26 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/react-json-tree: dependencies: @@ -751,81 +751,81 @@ importers: specifier: ^7.21.0 version: 7.21.0 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 react-base16-styling: specifier: ^0.9.1 version: link:../react-base16-styling devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@rollup/plugin-babel': specifier: ^6.0.3 - version: 6.0.3(@babel/core@7.21.3)(rollup@3.20.2) + version: 6.0.3(@babel/core@7.21.4)(rollup@3.20.2) '@rollup/plugin-commonjs': specifier: ^24.0.1 version: 24.0.1(rollup@3.20.2) '@rollup/plugin-node-resolve': - specifier: ^15.0.1 - version: 15.0.1(rollup@3.20.2) + specifier: ^15.0.2 + version: 15.0.2(rollup@3.20.2) '@rollup/plugin-terser': - specifier: ^0.4.0 - version: 0.4.0(rollup@3.20.2) + specifier: ^0.4.1 + version: 0.4.1(rollup@3.20.2) '@types/jest': specifier: ^29.5.0 version: 29.5.0 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-test-renderer': specifier: ^18.0.0 version: 18.0.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) react: specifier: ^18.2.0 version: 18.2.0 @@ -842,8 +842,8 @@ importers: specifier: ^0.34.1 version: 0.34.1(rollup@3.20.2)(typescript@4.9.5) ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) tslib: specifier: ^2.5.0 version: 2.5.0 @@ -870,71 +870,71 @@ importers: version: link:.. devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/redux-devtools: dependencies: @@ -956,61 +956,61 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/jest': specifier: ^29.5.0 version: 29.5.0 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) react: specifier: ^18.2.0 version: 18.2.0 @@ -1019,7 +1019,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -1027,8 +1027,8 @@ importers: specifier: ^4.4.1 version: 4.4.1 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -1100,7 +1100,7 @@ importers: version: 18.2.0 react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -1113,25 +1113,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@rjsf/core': specifier: ^4.2.3 version: 4.2.3(react@18.2.0) @@ -1151,14 +1151,14 @@ importers: specifier: ^7.0.11 version: 7.0.11 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -1175,47 +1175,47 @@ importers: specifier: ^1.18.0 version: 1.18.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 css-loader: specifier: ^6.7.3 - version: 6.7.3(webpack@5.76.3) + version: 6.7.3(webpack@5.78.0) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-loader: specifier: ^4.2.0 - version: 4.2.0(webpack@5.76.3) + version: 4.2.0(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -1230,28 +1230,28 @@ importers: version: 4.4.1 style-loader: specifier: ^3.3.2 - version: 3.3.2(webpack@5.76.3) + version: 3.3.2(webpack@5.78.0) styled-components: specifier: ^5.3.9 version: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/redux-devtools-chart-monitor: dependencies: @@ -1273,49 +1273,49 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@redux-devtools/core': specifier: ^3.13.1 version: link:../redux-devtools '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -1332,14 +1332,14 @@ importers: packages/redux-devtools-cli: dependencies: '@apollo/server': - specifier: ^4.5.0 - version: 4.5.0(graphql@16.6.0) + specifier: ^4.6.0 + version: 4.6.0(graphql@16.6.0) '@redux-devtools/app': specifier: ^2.1.3 version: link:../redux-devtools-app '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 body-parser: specifier: ^1.20.2 version: 1.20.2 @@ -1353,8 +1353,8 @@ importers: specifier: ^7.0.3 version: 7.0.3 electron: - specifier: ^23.2.0 - version: 23.2.0 + specifier: ^23.2.2 + version: 23.2.2 express: specifier: ^4.18.2 version: 4.18.2 @@ -1389,8 +1389,8 @@ importers: specifier: ^18.2.0 version: 18.2.0 semver: - specifier: ^7.3.8 - version: 7.3.8 + specifier: ^7.4.0 + version: 7.4.0 socketcluster-server: specifier: ^17.3.1 version: 17.3.1 @@ -1429,8 +1429,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/semver': specifier: ^7.3.13 version: 7.3.13 @@ -1450,23 +1450,23 @@ importers: specifier: ^9.0.1 version: 9.0.1 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) ncp: specifier: ^2.0.0 version: 2.0.0 @@ -1480,8 +1480,8 @@ importers: specifier: ^6.3.3 version: 6.3.3 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -1506,25 +1506,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@redux-devtools/core': specifier: ^3.13.1 version: link:../redux-devtools @@ -1532,26 +1532,26 @@ importers: specifier: ^0.2.0 version: 0.2.0 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -1576,34 +1576,34 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) redux: specifier: ^4.2.1 version: 4.2.1 @@ -1623,8 +1623,8 @@ importers: specifier: ^3.7.1 version: 3.7.1 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@types/prop-types': specifier: ^15.7.5 version: 15.7.5 @@ -1670,25 +1670,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@redux-devtools/core': specifier: ^3.13.1 version: link:../redux-devtools @@ -1705,8 +1705,8 @@ importers: specifier: ^4.0.7 version: 4.0.7 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dragula': specifier: ^1.1.0 version: 1.1.0 @@ -1714,23 +1714,23 @@ importers: specifier: ^1.0.0 version: 1.0.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -1785,25 +1785,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@redux-devtools/core': specifier: ^3.13.0 version: link:../redux-devtools @@ -1826,32 +1826,32 @@ importers: specifier: ^0.11.1 version: 0.11.1 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -1868,8 +1868,8 @@ importers: specifier: ^4.4.1 version: 4.4.1 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -1908,10 +1908,10 @@ importers: version: 18.2.0 react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) react-router-dom: - specifier: ^6.9.0 - version: 6.9.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.10.0 + version: 6.10.0(react-dom@18.2.0)(react@18.2.0) redux: specifier: ^4.2.1 version: 4.2.1 @@ -1923,26 +1923,26 @@ importers: version: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/lodash.shuffle': specifier: ^4.2.7 version: 4.2.7 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -1956,68 +1956,68 @@ importers: specifier: ^1.18.0 version: 1.18.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 css-loader: specifier: ^6.7.3 - version: 6.7.3(webpack@5.76.3) + version: 6.7.3(webpack@5.78.0) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) style-loader: specifier: ^3.3.2 - version: 3.3.2(webpack@5.76.3) + version: 3.3.2(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/redux-devtools-inspector-monitor-trace-tab: dependencies: '@babel/code-frame': - specifier: ^7.18.6 - version: 7.18.6 + specifier: ^7.21.4 + version: 7.21.4 '@babel/runtime': specifier: ^7.21.0 version: 7.21.0 '@types/chrome': - specifier: ^0.0.225 - version: 0.0.225 + specifier: ^0.0.228 + version: 0.0.228 anser: specifier: ^2.1.1 version: 2.1.1 @@ -2036,25 +2036,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@redux-devtools/core': specifier: ^3.13.0 version: link:../redux-devtools @@ -2074,14 +2074,14 @@ importers: specifier: ^29.5.0 version: 29.5.0 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/path-browserify': specifier: ^1.0.0 version: 1.0.0 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/redux-devtools-themes': specifier: ^1.0.0 version: 1.0.0 @@ -2089,29 +2089,29 @@ importers: specifier: 0.5.2 version: 0.5.2 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -2131,8 +2131,8 @@ importers: specifier: ^4.4.1 version: 4.4.1 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -2162,16 +2162,16 @@ importers: version: 18.2.0 react-bootstrap: specifier: ^2.7.2 - version: 2.7.2(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0) + version: 2.7.2(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0) react-dom: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) react-router-dom: - specifier: ^6.9.0 - version: 6.9.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.10.0 + version: 6.10.0(react-dom@18.2.0)(react@18.2.0) redux: specifier: ^4.2.1 version: 4.2.1 @@ -2180,17 +2180,17 @@ importers: version: 3.0.6 devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/base16': specifier: ^1.0.2 version: 1.0.2 @@ -2198,11 +2198,11 @@ importers: specifier: ^4.2.7 version: 4.2.7 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -2213,50 +2213,50 @@ importers: specifier: ^1.18.0 version: 1.18.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/redux-devtools-instrument: dependencies: @@ -2269,49 +2269,49 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/jest': specifier: ^29.5.0 version: 29.5.0 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -2322,8 +2322,8 @@ importers: specifier: ^7.8.0 version: 7.8.0 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -2357,49 +2357,49 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@redux-devtools/core': specifier: ^3.13.1 version: link:../redux-devtools '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -2439,28 +2439,28 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/jsan': specifier: ^3.1.2 version: 3.1.2 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/rn-host-detect': specifier: ^1.2.0 version: 1.2.0 @@ -2468,17 +2468,17 @@ importers: specifier: ^16.0.0 version: 16.0.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) redux: specifier: ^4.2.1 version: 4.2.1 @@ -2498,8 +2498,8 @@ importers: specifier: ^1.3.0 version: link:../redux-devtools-ui '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@types/prop-types': specifier: ^15.7.5 version: 15.7.5 @@ -2542,25 +2542,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@redux-devtools/core': specifier: ^3.13.1 version: link:../redux-devtools @@ -2583,32 +2583,32 @@ importers: specifier: ^4.0.7 version: 4.0.7 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -2620,7 +2620,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -2628,8 +2628,8 @@ importers: specifier: ^4.4.1 version: 4.4.1 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -2640,17 +2640,17 @@ importers: specifier: ^7.21.0 version: 7.21.0 '@chakra-ui/react': - specifier: ^2.5.3 - version: 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.29)(framer-motion@10.9.1)(react-dom@18.2.0)(react@18.2.0) + specifier: ^2.5.5 + version: 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.34)(framer-motion@10.11.2)(react-dom@18.2.0)(react@18.2.0) '@emotion/react': specifier: ^11.10.6 - version: 11.10.6(@types/react@18.0.29)(react@18.2.0) + version: 11.10.6(@types/react@18.0.34)(react@18.2.0) '@emotion/styled': specifier: ^11.10.6 - version: 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.29)(react@18.2.0) + version: 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.34)(react@18.2.0) '@mswjs/data': - specifier: ^0.11.2 - version: 0.11.2(typescript@4.9.5) + specifier: ^0.12.0 + version: 0.12.0(typescript@4.9.5) '@redux-devtools/core': specifier: ^3.13.0 version: link:../../redux-devtools @@ -2664,8 +2664,8 @@ importers: specifier: ^1.9.3 version: 1.9.3(react-redux@8.0.5)(react@18.2.0) framer-motion: - specifier: ^10.9.1 - version: 10.9.1(react-dom@18.2.0)(react@18.2.0) + specifier: ^10.11.2 + version: 10.11.2(react-dom@18.2.0)(react@18.2.0) msw: specifier: ^1.2.1 version: 1.2.1(typescript@4.9.5) @@ -2683,38 +2683,38 @@ importers: version: 18.2.0 react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) react-router-dom: - specifier: ^6.9.0 - version: 6.9.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.10.0 + version: 6.10.0(react-dom@18.2.0)(react@18.2.0) styled-components: specifier: ^5.3.9 version: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/copy-webpack-plugin': specifier: ^8.0.1 version: 8.0.1(webpack-cli@5.0.1) '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -2722,59 +2722,59 @@ importers: specifier: ^5.1.26 version: 5.1.26 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) copy-webpack-plugin: specifier: ^11.0.0 - version: 11.0.0(webpack@5.76.3) + version: 11.0.0(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 css-loader: specifier: ^6.7.3 - version: 6.7.3(webpack@5.76.3) + version: 6.7.3(webpack@5.78.0) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) style-loader: specifier: ^3.3.2 - version: 3.3.2(webpack@5.76.3) + version: 3.3.2(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/redux-devtools-serialize: dependencies: @@ -2787,22 +2787,22 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/jest': specifier: ^29.5.0 version: 29.5.0 @@ -2810,32 +2810,32 @@ importers: specifier: ^3.1.2 version: 3.1.2 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) immutable: specifier: ^4.3.0 version: 4.3.0 jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) rimraf: specifier: ^4.4.1 version: 4.4.1 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 @@ -2869,49 +2869,49 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@redux-devtools/core': specifier: ^3.13.1 version: link:../redux-devtools '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -2956,7 +2956,7 @@ importers: version: 18.2.0 react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -2968,29 +2968,29 @@ importers: version: 2.4.2 devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/classnames': specifier: ^2.3.1 version: 2.3.1 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/prop-types': specifier: ^15.7.5 version: 15.7.5 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -3001,56 +3001,56 @@ importers: specifier: ^1.18.0 version: 1.18.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 css-loader: specifier: ^6.7.3 - version: 6.7.3(webpack@5.76.3) + version: 6.7.3(webpack@5.78.0) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) style-loader: specifier: ^3.3.2 - version: 3.3.2(webpack@5.76.3) + version: 3.3.2(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/redux-devtools-ui: dependencies: @@ -3095,7 +3095,7 @@ importers: version: 4.8.0(react@18.2.0) react-select: specifier: ^5.7.2 - version: 5.7.2(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0) + version: 5.7.2(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0) redux-devtools-themes: specifier: ^1.0.0 version: 1.0.0 @@ -3105,25 +3105,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@storybook/addon-essentials': specifier: ^7.0.2 version: 7.0.2(react-dom@18.2.0)(react@18.2.0) @@ -3138,7 +3138,7 @@ importers: version: 7.0.2(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) '@storybook/react-webpack5': specifier: ^7.0.2 - version: 7.0.2(@babel/core@7.21.3)(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + version: 7.0.2(@babel/core@7.21.4)(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) '@testing-library/dom': specifier: ^9.2.0 version: 9.2.0 @@ -3155,41 +3155,41 @@ importers: specifier: ^29.5.0 version: 29.5.0 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/styled-components': specifier: ^5.1.26 version: 5.1.26 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) csstype: - specifier: ^3.1.1 - version: 3.1.1 + specifier: ^3.1.2 + version: 3.1.2 eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-jest: specifier: ^27.2.1 - version: 27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5) + version: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) jest: specifier: ^29.5.0 - version: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + version: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -3215,14 +3215,11 @@ importers: specifier: ^5.3.9 version: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) stylelint: - specifier: ^15.3.0 - version: 15.3.0 - stylelint-config-prettier: - specifier: ^9.0.5 - version: 9.0.5(stylelint@15.3.0) + specifier: ^15.4.0 + version: 15.4.0 stylelint-config-standard: specifier: ^32.0.0 - version: 32.0.0(stylelint@15.3.0) + version: 32.0.0(stylelint@15.4.0) stylelint-config-styled-components: specifier: ^0.1.1 version: 0.1.1 @@ -3230,14 +3227,14 @@ importers: specifier: ^1.10.0 version: 1.10.0 ts-jest: - specifier: ^29.0.5 - version: 29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(esbuild@0.17.15) + specifier: ^5.78.0 + version: 5.78.0(esbuild@0.17.15) packages/redux-devtools-utils: dependencies: @@ -3274,43 +3271,43 @@ importers: devDependencies: '@babel/cli': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.4) '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/eslint-parser': specifier: ^7.21.3 - version: 7.21.3(@babel/core@7.21.3)(eslint@8.36.0) + version: 7.21.3(@babel/core@7.21.4)(eslint@8.38.0) '@babel/plugin-transform-runtime': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/jsan': specifier: ^3.1.2 version: 3.1.2 '@types/lodash': - specifier: ^4.14.191 - version: 4.14.191 + specifier: ^4.14.192 + version: 4.14.192 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) rimraf: specifier: ^4.4.1 version: 4.4.1 @@ -3340,7 +3337,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -3349,26 +3346,26 @@ importers: version: 2.4.2(redux@4.2.1) devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/prop-types': specifier: ^15.7.5 version: 15.7.5 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -3376,50 +3373,50 @@ importers: specifier: ^1.18.0 version: 1.18.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages/redux-devtools/examples/todomvc: dependencies: @@ -3446,7 +3443,7 @@ importers: version: 18.2.0(react@18.2.0) react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: specifier: ^4.2.1 version: 4.2.1 @@ -3455,29 +3452,29 @@ importers: version: 2.4.2 devDependencies: '@babel/core': - specifier: ^7.21.3 - version: 7.21.3 + specifier: ^7.21.4 + version: 7.21.4 '@babel/preset-env': - specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.4) '@babel/preset-typescript': - specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.4) '@types/classnames': specifier: ^2.3.1 version: 2.3.1 '@types/node': - specifier: ^18.15.10 - version: 18.15.10 + specifier: ^18.15.11 + version: 18.15.11 '@types/prop-types': specifier: ^15.7.5 version: 15.7.5 '@types/react': - specifier: ^18.0.29 - version: 18.0.29 + specifier: ^18.0.34 + version: 18.0.34 '@types/react-dom': specifier: ^18.0.11 version: 18.0.11 @@ -3485,56 +3482,56 @@ importers: specifier: ^1.18.0 version: 1.18.0 '@typescript-eslint/eslint-plugin': - specifier: ^5.56.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) '@typescript-eslint/parser': - specifier: ^5.56.0 - version: 5.56.0(eslint@8.36.0)(typescript@4.9.5) + specifier: ^5.58.0 + version: 5.58.0(eslint@8.38.0)(typescript@4.9.5) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) cross-env: specifier: ^7.0.3 version: 7.0.3 css-loader: specifier: ^6.7.3 - version: 6.7.3(webpack@5.76.3) + version: 6.7.3(webpack@5.78.0) eslint: - specifier: ^8.36.0 - version: 8.36.0 + specifier: ^8.38.0 + version: 8.38.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.36.0) + version: 8.8.0(eslint@8.38.0) eslint-plugin-react: specifier: ^7.32.2 - version: 7.32.2(eslint@8.36.0) + version: 7.32.2(eslint@8.38.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.36.0) + version: 4.6.0(eslint@8.38.0) fork-ts-checker-webpack-plugin: specifier: ^8.0.0 - version: 8.0.0(typescript@4.9.5)(webpack@5.76.3) + version: 8.0.0(typescript@4.9.5)(webpack@5.78.0) html-webpack-plugin: specifier: ^5.5.0 - version: 5.5.0(webpack@5.76.3) + version: 5.5.0(webpack@5.78.0) style-loader: specifier: ^3.3.2 - version: 3.3.2(webpack@5.76.3) + version: 3.3.2(webpack@5.78.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + version: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) typescript: specifier: ~4.9.5 version: 4.9.5 webpack: - specifier: ^5.76.3 - version: 5.76.3(webpack-cli@5.0.1) + specifier: ^5.78.0 + version: 5.78.0(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.1 - version: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + version: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-dev-server: - specifier: ^4.13.1 - version: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + specifier: ^4.13.2 + version: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) packages: @@ -3589,8 +3586,8 @@ packages: graphql: 16.6.0 dev: false - /@apollo/server@4.5.0(graphql@16.6.0): - resolution: {integrity: sha512-+7iRp0omJATUrVQ6b4JKi4XUvvuL+hBxu5/Hy6WiZmVNcVm19zzO+xTOlXO8OJBZgd14jZnGRgWx/eZjXEmkXQ==} + /@apollo/server@4.6.0(graphql@16.6.0): + resolution: {integrity: sha512-02dgZ5ywBZP7xVZ+Xf62uEtA0jCYcpD5gEluCADudUSwbGuQTnJ9F056SxOVLpJRM69sWDrOMKF5kncYYH5wSA==} engines: {node: '>=14.16.0'} peerDependencies: graphql: ^16.6.0 @@ -3737,14 +3734,14 @@ packages: default-browser-id: 3.0.0 dev: true - /@babel/cli@7.21.0(@babel/core@7.21.3): + /@babel/cli@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@jridgewell/trace-mapping': 0.3.17 commander: 4.1.1 convert-source-map: 1.9.0 @@ -3762,30 +3759,32 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.18.6 - - /@babel/compat-data@7.21.0: - resolution: {integrity: sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==} - engines: {node: '>=6.9.0'} dev: true + /@babel/code-frame@7.21.4: + resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.18.6 + /@babel/compat-data@7.21.4: resolution: {integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==} engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.21.3: - resolution: {integrity: sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==} + /@babel/core@7.21.4: + resolution: {integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.21.3 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.3) + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) '@babel/helper-module-transforms': 7.21.2 '@babel/helpers': 7.21.0 - '@babel/parser': 7.21.3 + '@babel/parser': 7.21.4 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.3(supports-color@5.5.0) + '@babel/traverse': 7.21.4 '@babel/types': 7.21.4 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) @@ -3796,22 +3795,22 @@ packages: - supports-color dev: true - /@babel/eslint-parser@7.21.3(@babel/core@7.21.3)(eslint@8.36.0): + /@babel/eslint-parser@7.21.3(@babel/core@7.21.4)(eslint@8.38.0): resolution: {integrity: sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.36.0 + eslint: 8.38.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true - /@babel/generator@7.21.3: - resolution: {integrity: sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==} + /@babel/generator@7.21.4: + resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.4 @@ -3833,41 +3832,27 @@ packages: '@babel/types': 7.21.4 dev: true - /@babel/helper-compilation-targets@7.20.7(@babel/core@7.21.3): - resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.3 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 - lru-cache: 5.1.1 - semver: 6.3.0 - dev: true - - /@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.3): + /@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.4): resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin@7.21.0(@babel/core@7.21.3): + /@babel/helper-create-class-features-plugin@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.21.0 @@ -3880,24 +3865,24 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin@7.21.0(@babel/core@7.21.3): + /@babel/helper-create-regexp-features-plugin@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.3.2 dev: true - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.3): + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.4): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 @@ -3944,18 +3929,24 @@ packages: dependencies: '@babel/types': 7.21.4 + /@babel/helper-module-imports@7.21.4: + resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.4 + /@babel/helper-module-transforms@7.21.2: resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-module-imports': 7.18.6 + '@babel/helper-module-imports': 7.21.4 '@babel/helper-simple-access': 7.20.2 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.3(supports-color@5.5.0) - '@babel/types': 7.21.3 + '@babel/traverse': 7.21.4 + '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color dev: true @@ -3972,13 +3963,13 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.3): + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.4): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-wrap-function': 7.20.5 @@ -3995,7 +3986,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.3(supports-color@5.5.0) + '@babel/traverse': 7.21.4 '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color @@ -4040,7 +4031,7 @@ packages: dependencies: '@babel/helper-function-name': 7.21.0 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.3(supports-color@5.5.0) + '@babel/traverse': 7.21.4 '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color @@ -4051,8 +4042,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/traverse': 7.21.3(supports-color@5.5.0) - '@babel/types': 7.21.3 + '@babel/traverse': 7.21.4 + '@babel/types': 7.21.4 transitivePeerDependencies: - supports-color dev: true @@ -4070,454 +4061,462 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.3 + '@babel/types': 7.21.4 + dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.3): + /@babel/parser@7.21.4: + resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.21.4 + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.3): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.3): + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.3): + /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.3): + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.4): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.3): + /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.3): + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.3): + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) dev: true - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.3): + /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.3): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.4): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.3): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.3): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.4): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.4): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.4): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.21.3): + /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.21.4): resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.3): + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.4): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.3): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.4): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.21.3): - resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.4): + resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.3): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.3): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.4): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.4): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.4): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.3): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.4): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.3): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.4): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.21.3): + /@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.21.4): resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.21.3): + /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.3): + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-module-imports': 7.18.6 + '@babel/core': 7.21.4 + '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.3) + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -4529,132 +4528,132 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.3): + /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.3): + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.4): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.4): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.3) + '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.4) dev: true - /@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.4): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.4): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.3): + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.4): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.3): + /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.4): resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 @@ -4662,13 +4661,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.3): + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.4): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 @@ -4677,240 +4676,240 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.3): + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.4): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.20.7 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.3): + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.4): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.4) dev: true - /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.18.6 + '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) '@babel/types': 7.21.4 dev: true - /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.21.3): + /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.21.4): resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-runtime@7.21.0(@babel/core@7.21.3): - resolution: {integrity: sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==} + /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.21.4): + resolution: {integrity: sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-module-imports': 7.18.6 + '@babel/core': 7.21.4 + '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.3) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.3) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.3) + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.3): + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.4): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.4): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.4): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.3): + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.4): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.21.3) + '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.3): + /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.4): resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -4922,239 +4921,155 @@ packages: regenerator-runtime: 0.13.11 dev: false - /@babel/preset-env@7.20.2(@babel/core@7.21.3): - resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.3) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.3) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.3) - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.3) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.3) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.3) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.3) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.3) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.3) - '@babel/preset-modules': 0.1.5(@babel/core@7.21.3) - '@babel/types': 7.21.3 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.3) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.3) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.3) - core-js-compat: 3.29.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/preset-env@7.21.4(@babel/core@7.21.3): + /@babel/preset-env@7.21.4(@babel/core@7.21.4): resolution: {integrity: sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.3) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.3) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.3) - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.3) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.3) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.3) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.3) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.3) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.3) - '@babel/preset-modules': 0.1.5(@babel/core@7.21.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.4) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4) + '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.4) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.4) + '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.4) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.4) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.4) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.4) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.4) + '@babel/preset-modules': 0.1.5(@babel/core@7.21.4) '@babel/types': 7.21.4 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.3) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.3) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.3) + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4) core-js-compat: 3.29.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow@7.21.4(@babel/core@7.21.3): + /@babel/preset-flow@7.21.4(@babel/core@7.21.4): resolution: {integrity: sha512-F24cSq4DIBmhq4OzK3dE63NHagb27OPE3eWR+HLekt4Z3Y5MzIIUGF3LlLgV0gN8vzbDViSY7HnrReNVCJXTeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.4) dev: true - /@babel/preset-modules@0.1.5(@babel/core@7.21.3): + /@babel/preset-modules@0.1.5(@babel/core@7.21.4): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) '@babel/types': 7.21.4 esutils: 2.0.3 dev: true - /@babel/preset-react@7.18.6(@babel/core@7.21.3): + /@babel/preset-react@7.18.6(@babel/core@7.21.4): resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.4) dev: true - /@babel/preset-typescript@7.21.0(@babel/core@7.21.3): - resolution: {integrity: sha512-myc9mpoVA5m1rF8K8DgLEatOYFDpwC+RkMkjZ0Du6uI62YvDe8uxIEYVs/VCdSJ097nlALiU/yBC7//3nI+hNg==} + /@babel/preset-typescript@7.21.4(@babel/core@7.21.4): + resolution: {integrity: sha512-sMLNWY37TCdRH/bJ6ZeeOH1nPuanED7Ai9Y/vH31IPqalioJ6ZNFUWONsakhv4r4n+I6gm5lmoE0olkgib/j/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) + '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: true - /@babel/register@7.21.0(@babel/core@7.21.3): + /@babel/register@7.21.0(@babel/core@7.21.4): resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -5176,34 +5091,44 @@ packages: resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/parser': 7.21.3 - '@babel/types': 7.21.3 + '@babel/code-frame': 7.21.4 + '@babel/parser': 7.21.4 + '@babel/types': 7.21.4 /@babel/traverse@7.21.3(supports-color@5.5.0): resolution: {integrity: sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.21.3 + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.4 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.3 + '@babel/parser': 7.21.4 '@babel/types': 7.21.4 debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types@7.21.3: - resolution: {integrity: sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==} + /@babel/traverse@7.21.4: + resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.19.4 - '@babel/helper-validator-identifier': 7.19.1 - to-fast-properties: 2.0.0 + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.4 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.21.4 + '@babel/types': 7.21.4 + debug: 4.3.4(supports-color@5.5.0) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true /@babel/types@7.21.4: resolution: {integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==} @@ -5221,36 +5146,36 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion@2.1.10(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react@18.2.0): - resolution: {integrity: sha512-o2S7ft5aQlnPjpLM+C3n/QJLaVdyxkH5IBMEbId/J/T+ZB9L16Q8n3Tqwq5xhcaglsOKyA8+bCraHfnpQyaYfA==} + /@chakra-ui/accordion@2.1.11(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react@18.2.0): + resolution: {integrity: sha512-mfVPmqETp9pyRDHJ33AdF19oHv/LyxVzQJtlxUByuvs8Cj9QQZ2LQLg5kejm+b3mj03A7A6yfbuo3RNaI4Bhsg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: '@chakra-ui/descendant': 3.0.14(react@18.2.0) - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - '@chakra-ui/transition': 2.0.15(framer-motion@10.9.1)(react@18.2.0) - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/transition': 2.0.16(framer-motion@10.11.2)(react@18.2.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/alert@2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0): - resolution: {integrity: sha512-8jTtua9Yx4PoF50z6eZm/BB8ZCNt/BiCxS0dZeeelp6zlI5G/NwIMlkBfCu4WmL/VLWYj7AxM9aUUdh2ogh5QQ==} + /@chakra-ui/alert@2.1.0(@chakra-ui/system@2.5.5)(react@18.2.0): + resolution: {integrity: sha512-OcfHwoXI5VrmM+tHJTHT62Bx6TfyfCxSa0PWUOueJzSyhlUOKBND5we6UtrOB7D0jwX45qKKEDJOLG5yCG21jQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/spinner': 2.0.13(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/spinner': 2.0.13(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -5258,21 +5183,21 @@ packages: resolution: {integrity: sha512-pKfOS/mztc4sUXHNc8ypJ1gPWSolWT770jrgVRfolVbYlki8y5Y+As996zMF6k5lewTu6j9DQequ7Cc9a69IVQ==} dev: false - /@chakra-ui/avatar@2.2.7(@chakra-ui/system@2.5.3)(react@18.2.0): - resolution: {integrity: sha512-oydqUEWqgDjAZ5+KPXwthb5qcASlICytGNSAZz9JgE90ab+0SkBKGY2KhJ2epII1EPs46eJUjpoknCal9DBI7g==} + /@chakra-ui/avatar@2.2.8(@chakra-ui/system@2.5.5)(react@18.2.0): + resolution: {integrity: sha512-uBs9PMrqyK111tPIYIKnOM4n3mwgKqGpvYmtwBnnbQLTNLg4gtiWWVbpTuNMpyu1av0xQYomjUt8Doed8w6p8g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/image': 2.0.15(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/image': 2.0.15(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-children-utils': 2.0.6(react@18.2.0) '@chakra-ui/react-context': 2.0.8(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/breadcrumb@2.1.5(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/breadcrumb@2.1.5(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-p3eQQrHQBkRB69xOmNyBJqEdfCrMt+e0eOH+Pm/DjFWfIVIbnIaFbmDCeWClqlLa21Ypc6h1hR9jEmvg8kmOog==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5281,7 +5206,7 @@ packages: '@chakra-ui/react-children-utils': 2.0.6(react@18.2.0) '@chakra-ui/react-context': 2.0.8(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -5291,8 +5216,8 @@ packages: '@chakra-ui/shared-utils': 2.0.5 dev: false - /@chakra-ui/button@2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0): - resolution: {integrity: sha512-ZVDK5fQlnNMckxrhWtywdthWPz/QIJGYhN0t8Xgk77DaZVQ9fX6gTjPtR4YH6C77dMCamSVOVPh7u4dA3HgbGg==} + /@chakra-ui/button@2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0): + resolution: {integrity: sha512-E3c99+lOm6ou4nQVOTLkG+IdOPMjsQK+Qe7VyP8A/xeAMFONuibrWPRPpprr4ZkB4kEoLMfNuyH2+aEza3ScUA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' @@ -5300,29 +5225,29 @@ packages: '@chakra-ui/react-context': 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/spinner': 2.0.13(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/spinner': 2.0.13(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/card@2.1.6(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/card@2.1.6(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-fFd/WAdRNVY/WOSQv4skpy0WeVhhI0f7dTY1Sm0jVl0KLmuP/GnpsWtKtqWjNcV00K963EXDyhlk6+9oxbP4gw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/checkbox@2.2.12(@chakra-ui/system@2.5.3)(react@18.2.0): - resolution: {integrity: sha512-KoONd4BMyjJC3dwpqZrc/st7yV2yIIB25i3LQLGdfIl6MolOxpGC9RU57rxoptn2+j2bZULZ0GpvQzVOS0hIdA==} + /@chakra-ui/checkbox@2.2.14(@chakra-ui/system@2.5.5)(react@18.2.0): + resolution: {integrity: sha512-uqo6lFWLqYBujPglrvRhTAErtuIXpmdpc5w0W4bjK7kyvLhxOpUh1hlDb2WoqlNpfRn/OaNeF6VinPnf9BJL8w==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(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) @@ -5331,8 +5256,8 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - '@chakra-ui/visually-hidden': 2.0.15(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/visually-hidden': 2.0.15(@chakra-ui/system@2.5.5)(react@18.2.0) '@zag-js/focus-visible': 0.2.2 react: 18.2.0 dev: false @@ -5347,14 +5272,14 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/close-button@2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/close-button@2.0.17(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-05YPXk456t1Xa3KpqTrvm+7smx+95dmaPiwjiBN3p7LHUQVHJd8ZXSDB0V+WKi419k3cVQeJUdU/azDO2f40sw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -5367,13 +5292,13 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/control-box@2.0.13(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/control-box@2.0.13(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-FEyrU4crxati80KUF/+1Z1CU3eZK6Sa0Yv7Z/ydtz9/tvGblXW9NFanoomXAOvcIFLbaLQPPATm9Gmpr7VG05A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -5388,13 +5313,13 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/css-reset@2.1.0(@emotion/react@11.10.6)(react@18.2.0): - resolution: {integrity: sha512-7vNNCZnidCv+ciifoMpBmh1swqHJFujWc0YmPCx02Ah+rami+fFeBhCMVXH6o6buvxy28EgPE9ubcJ+FsPnJYw==} + /@chakra-ui/css-reset@2.1.1(@emotion/react@11.10.6)(react@18.2.0): + resolution: {integrity: sha512-jwEOfIAWmQsnChHQTW/eRE+dfE4MjmhvSvoUug5nkV1pI7veC/20noFlIZxzi82EbiQI8Fs0+Jnusgxr2yaOHA==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18' dependencies: - '@emotion/react': 11.10.6(@types/react@18.0.29)(react@18.2.0) + '@emotion/react': 11.10.6(@types/react@18.0.34)(react@18.2.0) react: 18.2.0 dev: false @@ -5412,7 +5337,7 @@ packages: resolution: {integrity: sha512-PVtDkPrDD5b8aoL6Atg7SLjkwhWb7BwMcLOF1L449L3nZN+DAO3nyAh6iUhZVJyunELj9d0r65CDlnMREyJZmA==} dev: false - /@chakra-ui/editable@2.0.21(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/editable@2.0.21(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-oYuXbHnggxSYJN7P9Pn0Scs9tPC91no4z1y58Oe+ILoJKZ+bFAEHtL7FEISDNJxw++MEukeFu7GU1hVqmdLsKQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5427,7 +5352,7 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -5435,30 +5360,30 @@ packages: resolution: {integrity: sha512-IGM/yGUHS+8TOQrZGpAKOJl/xGBrmRYJrmbHfUE7zrG3PpQyXvbLDP1M+RggkCFVgHlJi2wpYIf0QtQlU0XZfw==} dev: false - /@chakra-ui/focus-lock@2.0.16(@types/react@18.0.29)(react@18.2.0): + /@chakra-ui/focus-lock@2.0.16(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-UuAdGCPVrCa1lecoAvpOQD7JFT7a9RdmhKWhFt5ioIcekSLJcerdLHuuL3w0qz//8kd1/SOt7oP0aJqdAJQrCw==} peerDependencies: react: '>=18' dependencies: '@chakra-ui/dom-utils': 2.0.6 react: 18.2.0 - react-focus-lock: 2.9.4(@types/react@18.0.29)(react@18.2.0) + react-focus-lock: 2.9.4(@types/react@18.0.34)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control@2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/form-control@2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-I0a0jG01IAtRPccOXSNugyRdUAe8Dy40ctqedZvznMweOXzbMCF1m+sHPLdWeWC/VI13VoAispdPY0/zHOdjsQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -5474,18 +5399,18 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/icon@3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/icon@3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-RpA1X5Ptz8Mt39HSyEIW1wxAz2AXyf9H0JJ5HVx/dBdMZaGMDJ0HyyPBVci0m4RCoJuyG1HHG/DXJaVfUTVAeg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/image@2.0.15(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/image@2.0.15(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-w2rElXtI3FHXuGpMCsSklus+pO1Pl2LWDwsCGdpBQUvGFbnHfl7MftQgTlaGHeD5OS95Pxva39hKrA2VklKHiQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5493,38 +5418,38 @@ packages: dependencies: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/input@2.0.21(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/input@2.0.21(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-AIWjjg6MgcOtlvKmVoZfPPfgF+sBSWL3Zq2HSCAMvS6h7jfxz/Xv0UTFGPk5F4Wt0YHT7qMySg0Jsm0b78HZJg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) '@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.8(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/layout@2.1.17(@chakra-ui/system@2.5.3)(react@18.2.0): - resolution: {integrity: sha512-IOUReBf0e+q4YN1jqWByeXEnZ7cJIl+3qU1pIvfEEsOvUlSWqrmTmsb7HO3uwMAbmGTGEOgwAUmfSiwO0wBwxg==} + /@chakra-ui/layout@2.1.18(@chakra-ui/system@2.5.5)(react@18.2.0): + resolution: {integrity: sha512-F4Gh2e+DGdaWdWT5NZduIFD9NM7Bnuh8sXARFHWPvIu7yvAwZ3ddqC9GK4F3qUngdmkJxDLWQqRSwSh96Lxbhw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@chakra-ui/breakpoint-utils': 2.0.8 - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) '@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.8(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -5540,7 +5465,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/media-query@3.2.12(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/media-query@3.2.12(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-8pSLDf3oxxhFrhd40rs7vSeIBfvOmIKHA7DJlGUC/y+9irD24ZwgmCtFnn+y3gI47hTJsopbSX+wb8nr7XPswA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5549,12 +5474,12 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/menu@2.1.11(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react@18.2.0): - resolution: {integrity: sha512-my6eWTHG9aWLUZdipghLFfoQbfXtAb+5yI8GdnsGcPXpOI6HowVNTdXpj3ytXiBfaKQabprrUNBIy/d6xeYzmQ==} + /@chakra-ui/menu@2.1.12(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react@18.2.0): + resolution: {integrity: sha512-ylNK1VJlr/3/EGg9dLPZ87cBJJjeiYXeU/gOAphsKXMnByrXWhbp4YVnyyyha2KZ0zEw0aPU4nCZ+A69aT9wrg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' @@ -5574,47 +5499,47 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - '@chakra-ui/transition': 2.0.15(framer-motion@10.9.1)(react@18.2.0) - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/transition': 2.0.16(framer-motion@10.11.2)(react@18.2.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/modal@2.2.10(@chakra-ui/system@2.5.3)(@types/react@18.0.29)(framer-motion@10.9.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-QWnztzClSluH78j65aCQk9BFjMTVwGnrv4UNhoaBHQoj5eB7JYvSOR6Yg6l1/ZZSPcIKNqJ/34zbAKfayMzPUw==} + /@chakra-ui/modal@2.2.11(@chakra-ui/system@2.5.5)(@types/react@18.0.34)(framer-motion@10.11.2)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-2J0ZUV5tEzkPiawdkgPz6bmex7NXAde1VXooMwdvK+vuT8PV3U61yorTJOZVLdw7TjjI1Yo94mzsp6UwBud43Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/focus-lock': 2.0.16(@types/react@18.0.29)(react@18.2.0) + '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/focus-lock': 2.0.16(@types/react@18.0.34)(react@18.2.0) '@chakra-ui/portal': 2.0.16(react-dom@18.2.0)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - '@chakra-ui/transition': 2.0.15(framer-motion@10.9.1)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/transition': 2.0.16(framer-motion@10.11.2)(react@18.2.0) aria-hidden: 1.2.3 - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.0.29)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.0.34)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/number-input@2.0.19(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/number-input@2.0.19(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-HDaITvtMEqOauOrCPsARDxKD9PSHmhWywpcyCSOX0lMe4xx2aaGhU0QQFhsJsykj8Er6pytMv6t0KZksdDv3YA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@chakra-ui/counter': 2.0.14(react@18.2.0) - '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(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) @@ -5624,7 +5549,7 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -5636,7 +5561,7 @@ packages: resolution: {integrity: sha512-2upjT2JgRuiupdrtBWklKBS6tqeGMA77Nh6Q0JaoQuH/8yq+15CGckqn3IUWkWoGI0Fg3bK9LDlbbD+9DLw95Q==} dev: false - /@chakra-ui/pin-input@2.0.20(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/pin-input@2.0.20(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-IHVmerrtHN8F+jRB3W1HnMir1S1TUCWhI7qDInxqPtoRffHt6mzZgLZ0izx8p1fD4HkW4c1d4/ZLEz9uH9bBRg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5648,18 +5573,18 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/popover@2.1.9(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react@18.2.0): + /@chakra-ui/popover@2.1.9(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react@18.2.0): resolution: {integrity: sha512-OMJ12VVs9N32tFaZSOqikkKPtwAVwXYsES/D1pff/amBrE3ngCrpxJSIp4uvTdORfIYDojJqrR52ZplDKS9hRQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/lazy-utils': 2.0.5 '@chakra-ui/popper': 3.0.13(react@18.2.0) '@chakra-ui/react-context': 2.0.8(react@18.2.0) @@ -5670,8 +5595,8 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false @@ -5698,48 +5623,48 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@chakra-ui/progress@2.1.6(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/progress@2.1.6(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-hHh5Ysv4z6bK+j2GJbi/FT9CVyto2PtNUNwBmr3oNMVsoOUMoRjczfXvvYqp0EHr9PCpxqrq7sRwgQXUzhbDSw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@chakra-ui/react-context': 2.0.8(react@18.2.0) - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/provider@2.2.0(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-r5JT8FUmtgyB02u3t5dQ7r/4BWHmzUyU8yz2peAlN6ntJyIBiiheeFZbd1Gu1DoRcmdBQic2KKT1SZoi1tpNmA==} + /@chakra-ui/provider@2.2.2(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-UVwnIDnAWq1aKroN5AF+OpNpUqLVeIUk7tKvX3z4CY9FsPFFi6LTEhRHdhpwaU1Tau3Tf9agEu5URegpY7S8BA==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/css-reset': 2.1.0(@emotion/react@11.10.6)(react@18.2.0) + '@chakra-ui/css-reset': 2.1.1(@emotion/react@11.10.6)(react@18.2.0) '@chakra-ui/portal': 2.0.16(react-dom@18.2.0)(react@18.2.0) '@chakra-ui/react-env': 3.0.0(react@18.2.0) - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.10.6(@types/react@18.0.29)(react@18.2.0) - '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.29)(react@18.2.0) + '@emotion/react': 11.10.6(@types/react@18.0.34)(react@18.2.0) + '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.34)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@chakra-ui/radio@2.0.21(@chakra-ui/system@2.5.3)(react@18.2.0): - resolution: {integrity: sha512-RIkKZPzXMIF7riKZ6r0ybHSXSif/uwhIcdatgE350Ev/gwhkQGa0oSGsflWKtFvLPbO6RW7R24PAdTBOxCR78w==} + /@chakra-ui/radio@2.0.22(@chakra-ui/system@2.5.5)(react@18.2.0): + resolution: {integrity: sha512-GsQ5WAnLwivWl6gPk8P1x+tCcpVakCt5R5T0HumF7DGPXKdJbjS+RaFySrbETmyTJsKY4QrfXn+g8CWVrMjPjw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) '@zag-js/focus-visible': 0.2.2 react: 18.2.0 dev: false @@ -5939,8 +5864,8 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react@2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.29)(framer-motion@10.9.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-duD6f8vkQHEL4/1r96Y+xDK91GUANErnKJmh0XxxyxsXYlQbUk4Oetmt7AW3GDl8Iq5DR+owabo4hhzEDZy1Sg==} + /@chakra-ui/react@2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(@types/react@18.0.34)(framer-motion@10.11.2)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-aBVMUtdWv2MrptD/tKSqICPsuJ+I+jvauegffO1qPUDlK3RrXIDeOHkLGWohgXNcjY5bGVWguFEzJm97//0ooQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -5948,75 +5873,75 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/accordion': 2.1.10(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react@18.2.0) - '@chakra-ui/alert': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/avatar': 2.2.7(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/breadcrumb': 2.1.5(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/button': 2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/card': 2.1.6(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/checkbox': 2.2.12(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/control-box': 2.0.13(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/accordion': 2.1.11(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react@18.2.0) + '@chakra-ui/alert': 2.1.0(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/avatar': 2.2.8(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/breadcrumb': 2.1.5(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/button': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/card': 2.1.6(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/checkbox': 2.2.14(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/control-box': 2.0.13(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/counter': 2.0.14(react@18.2.0) - '@chakra-ui/css-reset': 2.1.0(@emotion/react@11.10.6)(react@18.2.0) - '@chakra-ui/editable': 2.0.21(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/focus-lock': 2.0.16(@types/react@18.0.29)(react@18.2.0) - '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/css-reset': 2.1.1(@emotion/react@11.10.6)(react@18.2.0) + '@chakra-ui/editable': 2.0.21(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/focus-lock': 2.0.16(@types/react@18.0.34)(react@18.2.0) + '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/hooks': 2.1.6(react@18.2.0) - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/image': 2.0.15(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/input': 2.0.21(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/layout': 2.1.17(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/image': 2.0.15(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/input': 2.0.21(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/layout': 2.1.18(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/live-region': 2.0.13(react@18.2.0) - '@chakra-ui/media-query': 3.2.12(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/menu': 2.1.11(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react@18.2.0) - '@chakra-ui/modal': 2.2.10(@chakra-ui/system@2.5.3)(@types/react@18.0.29)(framer-motion@10.9.1)(react-dom@18.2.0)(react@18.2.0) - '@chakra-ui/number-input': 2.0.19(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/pin-input': 2.0.20(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/popover': 2.1.9(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react@18.2.0) + '@chakra-ui/media-query': 3.2.12(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/menu': 2.1.12(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react@18.2.0) + '@chakra-ui/modal': 2.2.11(@chakra-ui/system@2.5.5)(@types/react@18.0.34)(framer-motion@10.11.2)(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/number-input': 2.0.19(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/pin-input': 2.0.20(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/popover': 2.1.9(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react@18.2.0) '@chakra-ui/popper': 3.0.13(react@18.2.0) '@chakra-ui/portal': 2.0.16(react-dom@18.2.0)(react@18.2.0) - '@chakra-ui/progress': 2.1.6(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/provider': 2.2.0(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react-dom@18.2.0)(react@18.2.0) - '@chakra-ui/radio': 2.0.21(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/progress': 2.1.6(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/provider': 2.2.2(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/radio': 2.0.22(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-env': 3.0.0(react@18.2.0) - '@chakra-ui/select': 2.0.19(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/skeleton': 2.0.24(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/slider': 2.0.23(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/spinner': 2.0.13(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/stat': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/styled-system': 2.6.2 - '@chakra-ui/switch': 2.0.24(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react@18.2.0) - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - '@chakra-ui/table': 2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/tabs': 2.1.9(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/tag': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/textarea': 2.0.19(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/theme': 2.3.0(@chakra-ui/styled-system@2.6.2) - '@chakra-ui/theme-utils': 2.0.13 - '@chakra-ui/toast': 6.0.3(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react-dom@18.2.0)(react@18.2.0) - '@chakra-ui/tooltip': 2.2.7(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react-dom@18.2.0)(react@18.2.0) - '@chakra-ui/transition': 2.0.15(framer-motion@10.9.1)(react@18.2.0) + '@chakra-ui/select': 2.0.19(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/skeleton': 2.0.24(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/slider': 2.0.23(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/spinner': 2.0.13(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/stat': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/styled-system': 2.8.0 + '@chakra-ui/switch': 2.0.26(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/table': 2.0.17(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/tabs': 2.1.9(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/tag': 3.0.0(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/textarea': 2.0.19(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/theme': 3.0.1(@chakra-ui/styled-system@2.8.0) + '@chakra-ui/theme-utils': 2.0.15 + '@chakra-ui/toast': 6.1.1(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/tooltip': 2.2.7(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/transition': 2.0.16(framer-motion@10.11.2)(react@18.2.0) '@chakra-ui/utils': 2.0.15 - '@chakra-ui/visually-hidden': 2.0.15(@chakra-ui/system@2.5.3)(react@18.2.0) - '@emotion/react': 11.10.6(@types/react@18.0.29)(react@18.2.0) - '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.29)(react@18.2.0) - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/visually-hidden': 2.0.15(@chakra-ui/system@2.5.5)(react@18.2.0) + '@emotion/react': 11.10.6(@types/react@18.0.34)(react@18.2.0) + '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.34)(react@18.2.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select@2.0.19(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/select@2.0.19(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-eAlFh+JhwtJ17OrB6fO6gEAGOMH18ERNrXLqWbYLrs674Le7xuREgtuAYDoxUzvYXYYTTdOJtVbcHGriI3o6rA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -6024,20 +5949,20 @@ packages: resolution: {integrity: sha512-4/Wur0FqDov7Y0nCXl7HbHzCg4aq86h+SXdoUeuCMD3dSj7dpsVnStLYhng1vxvlbUnLpdF4oz5Myt3i/a7N3Q==} dev: false - /@chakra-ui/skeleton@2.0.24(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/skeleton@2.0.24(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-1jXtVKcl/jpbrJlc/TyMsFyI651GTXY5ma30kWyTXoby2E+cxbV6OR8GB/NMZdGxbQBax8/VdtYVjI0n+OBqWA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/media-query': 3.2.12(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/media-query': 3.2.12(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-use-previous': 2.0.5(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/slider@2.0.23(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/slider@2.0.23(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-/eyRUXLla+ZdBUPXpakE3SAS2JS8mIJR6qcUYiPVKSpRAi6tMyYeQijAXn2QC1AUVd2JrG8Pz+1Jy7Po3uA7cA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -6053,58 +5978,58 @@ packages: '@chakra-ui/react-use-pan-event': 2.0.9(react@18.2.0) '@chakra-ui/react-use-size': 2.0.10(react@18.2.0) '@chakra-ui/react-use-update-effect': 2.0.7(react@18.2.0) - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/spinner@2.0.13(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/spinner@2.0.13(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-T1/aSkVpUIuiYyrjfn1+LsQEG7Onbi1UE9ccS/evgf61Dzy4GgTXQUnDuWFSgpV58owqirqOu6jn/9eCwDlzlg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/stat@2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/stat@2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-wKyfBqhVlIs9bkSerUc6F9KJMw0yTIEKArW7dejWwzToCLPr47u+CtYO6jlJHV6lRvkhi4K4Qc6pyvtJxZ3VpA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/styled-system@2.6.2: - resolution: {integrity: sha512-BRKL0KVkukyZmK61PTOnNS/2S+RPYEJHxumj/3HdniSWQlmymRB+8NALtXfrS1G10cbRBkIglPY7/0VLNNr3OA==} + /@chakra-ui/styled-system@2.8.0: + resolution: {integrity: sha512-bmRv/8ACJGGKGx84U1npiUddwdNifJ+/ETklGwooS5APM0ymwUtBYZpFxjYNJrqvVYpg3mVY6HhMyBVptLS7iA==} dependencies: '@chakra-ui/shared-utils': 2.0.5 - csstype: 3.1.1 + csstype: 3.1.2 lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch@2.0.24(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react@18.2.0): - resolution: {integrity: sha512-ZIinfTcGFZgWnpWwJNdOwtLTrOj8i9O/BIw+431wNSm2hV1c1Cx7vFQjWaWQIEINaX32IdE/0Jod/1CrRR513g==} + /@chakra-ui/switch@2.0.26(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react@18.2.0): + resolution: {integrity: sha512-x62lF6VazSZJQuVxosChVR6+0lIJe8Pxgkl/C9vxjhp2yVYb3mew5tcX/sDOu0dYZy8ro/9hMfGkdN4r9xEU8A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/checkbox': 2.2.12(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/checkbox': 2.2.14(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/system@2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0): - resolution: {integrity: sha512-QwIy9yg8Nh5NfI5Qfmp5GkzpYlep45fRNUYECgvcqEvcf+iSu0o9xMZMbxwKY/qSTnd4uEmaqhGcksRzhfcqdg==} + /@chakra-ui/system@2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0): + resolution: {integrity: sha512-52BIp/Zyvefgxn5RTByfkTeG4J+y81LWEjWm8jCaRFsLVm8IFgqIrngtcq4I7gD5n/UKbneHlb4eLHo4uc5yDQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -6113,16 +6038,16 @@ packages: '@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.2 - '@chakra-ui/theme-utils': 2.0.13 + '@chakra-ui/styled-system': 2.8.0 + '@chakra-ui/theme-utils': 2.0.15 '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.10.6(@types/react@18.0.29)(react@18.2.0) - '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.29)(react@18.2.0) + '@emotion/react': 11.10.6(@types/react@18.0.34)(react@18.2.0) + '@emotion/styled': 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.34)(react@18.2.0) react: 18.2.0 - react-fast-compare: 3.2.0 + react-fast-compare: 3.2.1 dev: false - /@chakra-ui/table@2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/table@2.0.17(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-OScheTEp1LOYvTki2NFwnAYvac8siAhW9BI5RKm5f5ORL2gVJo4I72RUqE0aKe1oboxgm7CYt5afT5PS5cG61A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -6130,11 +6055,11 @@ packages: dependencies: '@chakra-ui/react-context': 2.0.8(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/tabs@2.1.9(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/tabs@2.1.9(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-Yf8e0kRvaGM6jfkJum0aInQ0U3ZlCafmrYYni2lqjcTtThqu+Yosmo3iYlnullXxCw5MVznfrkb9ySvgQowuYg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -6149,89 +6074,89 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/tag@2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0): - resolution: {integrity: sha512-7BKxsQhITx4TXWkf0BGovW5vzxwYSAm5HsenksDuwNfioJwRPhfmN6Vs5KxYQezoyJLdU/wD0DIYNpMsOPfz3w==} + /@chakra-ui/tag@3.0.0(@chakra-ui/system@2.5.5)(react@18.2.0): + resolution: {integrity: sha512-YWdMmw/1OWRwNkG9pX+wVtZio+B89odaPj6XeMn5nfNN8+jyhIEpouWv34+CO9G0m1lupJTxPSfgLAd7cqXZMA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(react@18.2.0) - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/textarea@2.0.19(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/textarea@2.0.19(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-adJk+qVGsFeJDvfn56CcJKKse8k7oMGlODrmpnpTdF+xvlsiTM+1GfaJvgNSpHHuQFdz/A0z1uJtfGefk0G2ZA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/theme-tools@2.0.17(@chakra-ui/styled-system@2.6.2): + /@chakra-ui/theme-tools@2.0.17(@chakra-ui/styled-system@2.8.0): resolution: {integrity: sha512-Auu38hnihlJZQcPok6itRDBbwof3TpXGYtDPnOvrq4Xp7jnab36HLt7KEXSDPXbtOk3ZqU99pvI1en5LbDrdjg==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: '@chakra-ui/anatomy': 2.1.2 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/styled-system': 2.6.2 + '@chakra-ui/styled-system': 2.8.0 color2k: 2.0.2 dev: false - /@chakra-ui/theme-utils@2.0.13: - resolution: {integrity: sha512-4OTsyJn3nSLH2EQ0Rsrge57IC3Yo9u5PmY2ikUuTlpmIkj2OkT0ONt89N0zsDutTnqoOYjiZZEAheSZwxADPGw==} + /@chakra-ui/theme-utils@2.0.15: + resolution: {integrity: sha512-UuxtEgE7gwMTGDXtUpTOI7F5X0iHB9ekEOG5PWPn2wWBL7rlk2JtPI7UP5Um5Yg6vvBfXYGK1ySahxqsgf+87g==} dependencies: '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/styled-system': 2.6.2 - '@chakra-ui/theme': 2.3.0(@chakra-ui/styled-system@2.6.2) + '@chakra-ui/styled-system': 2.8.0 + '@chakra-ui/theme': 3.0.1(@chakra-ui/styled-system@2.8.0) lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/theme@2.3.0(@chakra-ui/styled-system@2.6.2): - resolution: {integrity: sha512-CoO7OM2frF6Yu+FRYgzkg3AdsCAjAqrSRxsGrP1x66r8j/b9Cc0z1SzH6IPXfn5w9yqM9j7/36loT1WjWw5z5A==} + /@chakra-ui/theme@3.0.1(@chakra-ui/styled-system@2.8.0): + resolution: {integrity: sha512-92kDm/Ux/51uJqhRKevQo/O/rdwucDYcpHg2QuwzdAxISCeYvgtl2TtgOOl5EnqEP0j3IEAvZHZUlv8TTbawaw==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: '@chakra-ui/anatomy': 2.1.2 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/styled-system': 2.6.2 - '@chakra-ui/theme-tools': 2.0.17(@chakra-ui/styled-system@2.6.2) + '@chakra-ui/styled-system': 2.8.0 + '@chakra-ui/theme-tools': 2.0.17(@chakra-ui/styled-system@2.8.0) dev: false - /@chakra-ui/toast@6.0.3(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-PKPpID7z8DLZ41wpEEk9cX4QBCsC+1I5J20NA6gBYKPRmFnuViAAH8lwNMrv7iivPrNic0vLHZJsR3Aj/X8dEg==} + /@chakra-ui/toast@6.1.1(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-JtjIKkPVjEu8okGGCipCxNVgK/15h5AicTATZ6RbG2MsHmr4GfKG3fUCvpbuZseArqmLqGLQZQJjVE9vJzaSkQ==} peerDependencies: - '@chakra-ui/system': 2.5.3 + '@chakra-ui/system': 2.5.5 framer-motion: '>=4.0.0' react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/alert': 2.0.18(@chakra-ui/system@2.5.3)(react@18.2.0) - '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.3)(react@18.2.0) + '@chakra-ui/alert': 2.1.0(@chakra-ui/system@2.5.5)(react@18.2.0) + '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.5)(react@18.2.0) '@chakra-ui/portal': 2.0.16(react-dom@18.2.0)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(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.2 - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - '@chakra-ui/theme': 2.3.0(@chakra-ui/styled-system@2.6.2) - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/styled-system': 2.8.0 + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/theme': 3.0.1(@chakra-ui/styled-system@2.8.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@chakra-ui/tooltip@2.2.7(@chakra-ui/system@2.5.3)(framer-motion@10.9.1)(react-dom@18.2.0)(react@18.2.0): + /@chakra-ui/tooltip@2.2.7(@chakra-ui/system@2.5.5)(framer-motion@10.11.2)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ImUJ6NnVqARaYqpgtO+kzucDRmxo8AF3jMjARw0bx2LxUkKwgRCOEaaRK5p5dHc0Kr6t5/XqjDeUNa19/sLauA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -6246,20 +6171,20 @@ packages: '@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.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@chakra-ui/transition@2.0.15(framer-motion@10.9.1)(react@18.2.0): - resolution: {integrity: sha512-o9LBK/llQfUDHF/Ty3cQ6nShpekKTqHUoJlUOzNKhoTsNpoRerr9v0jwojrX1YI02KtVjfhFU6PiqXlDfREoNw==} + /@chakra-ui/transition@2.0.16(framer-motion@10.11.2)(react@18.2.0): + resolution: {integrity: sha512-E+RkwlPc3H7P1crEXmXwDXMB2lqY2LLia2P5siQ4IEnRWIgZXlIw+8Em+NtHNgusel2N+9yuB0wT9SeZZeZ3CQ==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - framer-motion: 10.9.1(react-dom@18.2.0)(react@18.2.0) + framer-motion: 10.11.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false @@ -6272,13 +6197,13 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden@2.0.15(@chakra-ui/system@2.5.3)(react@18.2.0): + /@chakra-ui/visually-hidden@2.0.15(@chakra-ui/system@2.5.5)(react@18.2.0): resolution: {integrity: sha512-WWULIiucYRBIewHKFA7BssQ2ABLHLVd9lrUo3N3SZgR0u4ZRDDVEUNOy+r+9ruDze8+36dGbN9wsN1IdELtdOw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/system': 2.5.3(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) + '@chakra-ui/system': 2.5.5(@emotion/react@11.10.6)(@emotion/styled@11.10.6)(react@18.2.0) react: 18.2.0 dev: false @@ -6538,7 +6463,7 @@ packages: /@emotion/babel-plugin@11.10.6: resolution: {integrity: sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==} dependencies: - '@babel/helper-module-imports': 7.18.6 + '@babel/helper-module-imports': 7.21.4 '@babel/runtime': 7.21.0 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 @@ -6586,7 +6511,7 @@ packages: /@emotion/memoize@0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} - /@emotion/react@11.10.6(@types/react@18.0.29)(react@18.2.0): + /@emotion/react@11.10.6(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==} peerDependencies: '@types/react': '*' @@ -6602,7 +6527,7 @@ packages: '@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.29 + '@types/react': 18.0.34 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -6614,14 +6539,14 @@ packages: '@emotion/memoize': 0.8.0 '@emotion/unitless': 0.8.0 '@emotion/utils': 1.2.0 - csstype: 3.1.1 + csstype: 3.1.2 dev: false /@emotion/sheet@1.2.1: resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled@11.10.6(@emotion/react@11.10.6)(@types/react@18.0.29)(react@18.2.0): + /@emotion/styled@11.10.6(@emotion/react@11.10.6)(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==} peerDependencies: '@emotion/react': ^11.0.0-rc.0 @@ -6634,11 +6559,11 @@ packages: '@babel/runtime': 7.21.0 '@emotion/babel-plugin': 11.10.6 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.6(@types/react@18.0.29)(react@18.2.0) + '@emotion/react': 11.10.6(@types/react@18.0.34)(react@18.2.0) '@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.29 + '@types/react': 18.0.34 react: 18.2.0 dev: false @@ -6865,14 +6790,14 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.36.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.38.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.36.0 - eslint-visitor-keys: 3.3.0 + eslint: 8.38.0 + eslint-visitor-keys: 3.4.0 dev: true /@eslint-community/regexpp@4.4.1: @@ -6880,13 +6805,13 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint/eslintrc@2.0.1: - resolution: {integrity: sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==} + /@eslint/eslintrc@2.0.2: + resolution: {integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4(supports-color@5.5.0) - espree: 9.5.0 + espree: 9.5.1 globals: 13.20.0 ignore: 5.2.4 import-fresh: 3.3.0 @@ -6897,8 +6822,8 @@ packages: - supports-color dev: true - /@eslint/js@8.36.0: - resolution: {integrity: sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==} + /@eslint/js@8.38.0: + resolution: {integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -7002,7 +6927,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 chalk: 4.1.2 jest-message-util: 29.5.0 jest-util: 29.5.0 @@ -7023,14 +6948,14 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.5.0 - jest-config: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + jest-config: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-haste-map: 29.5.0 jest-message-util: 29.5.0 jest-regex-util: 29.4.3 @@ -7057,7 +6982,7 @@ packages: dependencies: '@jest/fake-timers': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 jest-mock: 29.5.0 dev: true @@ -7084,7 +7009,7 @@ packages: dependencies: '@jest/types': 29.5.0 '@sinonjs/fake-timers': 10.0.2 - '@types/node': 18.15.10 + '@types/node': 18.15.11 jest-message-util: 29.5.0 jest-mock: 29.5.0 jest-util: 29.5.0 @@ -7117,7 +7042,7 @@ packages: '@jest/transform': 29.5.0 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.15.10 + '@types/node': 18.15.11 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -7179,7 +7104,7 @@ packages: resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 @@ -7204,7 +7129,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.15.10 + '@types/node': 18.15.11 '@types/yargs': 16.0.5 chalk: 4.1.2 dev: true @@ -7216,7 +7141,7 @@ packages: '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.15.10 + '@types/node': 18.15.11 '@types/yargs': 17.0.23 chalk: 4.1.2 dev: true @@ -7311,7 +7236,7 @@ packages: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.3.8 + semver: 7.4.0 tar: 6.1.13 transitivePeerDependencies: - encoding @@ -7324,7 +7249,7 @@ packages: react: '>=16' dependencies: '@types/mdx': 2.0.4 - '@types/react': 18.0.29 + '@types/react': 18.0.34 react: 18.2.0 dev: true @@ -7336,10 +7261,10 @@ packages: set-cookie-parser: 2.6.0 dev: false - /@mswjs/data@0.11.2(typescript@4.9.5): - resolution: {integrity: sha512-x7cx5GZ9D9DmjO9zkWaybOQVGm/vt7eEYSw7Gk955yf/XdN4qqaSEXaqZuHB84cncNJaV2EMRuNU+k92ssmroQ==} + /@mswjs/data@0.12.0(typescript@4.9.5): + resolution: {integrity: sha512-uk3azu3tUHliT0f1jfxfdr+QJEHwnxCpc292jG/sgoyK+5g7qoVlFm1ofri6kHgAqYocWVK++Fx6S86H5A84Ug==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.192 '@types/md5': 2.3.2 '@types/pluralize': 0.0.29 '@types/uuid': 8.3.4 @@ -7421,7 +7346,7 @@ packages: resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} dependencies: '@gar/promisify': 1.1.3 - semver: 7.3.8 + semver: 7.4.0 dev: false optional: true @@ -7435,18 +7360,18 @@ packages: dev: false optional: true - /@nrwl/cli@15.8.9: - resolution: {integrity: sha512-b0lGAXMqyIXyJHCpVyqnm8hCFSRARDiWkSzE3R7dVLTuu0Z9vdnrNUctMipjlzZk10Ipd8iggsjrToMbDcL7dA==} + /@nrwl/cli@15.9.2: + resolution: {integrity: sha512-QoCmyrcGakHAYTJaNBbOerRQAmqJHMYGCdqtQidV+aP9p1Dy33XxDELfhd+IYmGqngutXuEWChNpWNhPloLnoA==} dependencies: - nx: 15.8.9 + nx: 15.9.2 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nrwl/nx-cloud@15.3.2: - resolution: {integrity: sha512-fga4duqcrkyT3djQpyRp8god3trb18hb+Tv0CYRrCcdNDHhzb6LOrxnenrFsjPjt38hyCdyu/ZYmHI/lQXyhAw==} + /@nrwl/nx-cloud@15.3.5: + resolution: {integrity: sha512-JMKLY0HhdzQ/6jEvfL/EecPPdsdBIM0SyFrWAjikSJAh5MqhpFJWnr6FfTc5P57PJZ+IUNLkJ21VMuoTrA4+4w==} hasBin: true dependencies: axios: 0.21.4 @@ -7461,8 +7386,8 @@ packages: - debug dev: true - /@nrwl/nx-darwin-arm64@15.8.9: - resolution: {integrity: sha512-ZTwLlo+Bl8i9Gsq7dQFda8Pqs8qUAANeZdWiYo8ZsVmpcQZO2FTC3mwKsUhUuoFxoEiP/cwQAYY6WRTPE9RuGg==} + /@nrwl/nx-darwin-arm64@15.9.2: + resolution: {integrity: sha512-Yv+OVsQt3C/hmWOC+YhJZQlsyph5w1BHfbp4jyCvV1ZXBbb8NdvwxgDHPWXxKPTc1EXuB7aEX3qzxM3/OWEUJg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -7470,8 +7395,8 @@ packages: dev: true optional: true - /@nrwl/nx-darwin-x64@15.8.9: - resolution: {integrity: sha512-EQu3pUGiFaCFjS9/Jp4zsANWxGvc/2r1Vpo3X8pXnhzD7yQhWiLLc+oXL1K2Jh6wbcB2tKM5ms6Iap7NlkOMIA==} + /@nrwl/nx-darwin-x64@15.9.2: + resolution: {integrity: sha512-qHfdluHlPzV0UHOwj1ZJ+qNEhzfLGiBuy1cOth4BSzDlvMnkuqBWoprfaXoztzYcus2NSILY1/7b3Jw4DAWmMw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -7479,8 +7404,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm-gnueabihf@15.8.9: - resolution: {integrity: sha512-N4BCrRt74cvfPOiYG/JV8Z6jarduksL+GgqR5n2Ki+yOxkLYPWxyoqcEzzKhnxdFxdquCl9f27tqGaOmEAoHvQ==} + /@nrwl/nx-linux-arm-gnueabihf@15.9.2: + resolution: {integrity: sha512-0GzwbablosnYnnJDCJvAeZv8LlelSrNwUnGhe43saeoZdAew35Ay1E34zBrg/GCGTASuz+knEEYFM+gDD9Mc6A==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -7488,8 +7413,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm64-gnu@15.8.9: - resolution: {integrity: sha512-uni6VbpxZ0C0S15qbIc+6oHnvrX3Ug9FM8UodSy2FmNiPgJDtfSAyUWqDNdv3RzWRSP9i1Z+tOEHW+wzpz5MfA==} + /@nrwl/nx-linux-arm64-gnu@15.9.2: + resolution: {integrity: sha512-3mFIY7iUTPG45hSIRaM2DmraCy8W6hNoArAGRrTgYw40BIJHtLrW+Rt7DLyvVXaYCvrKugWOKtxC+jG7kpIZVA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -7497,8 +7422,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm64-musl@15.8.9: - resolution: {integrity: sha512-2mFMl/yEC1xToBk10nUGBD9XPnZHqDC2bvgFE3AqjKrbGTi/X9SgFejtlyOZJxg8z5lCz+2EqbsdZF61syUD4A==} + /@nrwl/nx-linux-arm64-musl@15.9.2: + resolution: {integrity: sha512-FNBnXEtockwxZa4I3NqggrJp0YIbNokJvt/clrICP+ijOacdUDkv8mJedavobkFsRsNq9gzCbRbUScKymrOLrg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -7506,8 +7431,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-x64-gnu@15.8.9: - resolution: {integrity: sha512-UQe+tfrRi00yftoKFPsr1TnYdhxaNqfU+pXeX9BCeBMWmoifcQuqv2KvXXPSv2iQGlN7s1JqgOFemQbbtZvVrQ==} + /@nrwl/nx-linux-x64-gnu@15.9.2: + resolution: {integrity: sha512-gHWsP5lbe4FNQCa1Q/VLxIuik+BqAOcSzyPjdUa4gCDcbxPa8xiE57PgXB5E1XUzOWNnDTlXa/Ll07/TIuKuog==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -7515,8 +7440,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-x64-musl@15.8.9: - resolution: {integrity: sha512-0RSEqFdwJmJZDhuj8yOKqxIr7olY4Xm+0hMNjz+20BVi2g37Oq138VC0iikzwaQVDP5Ude3cVaoRw4VBYlPfNw==} + /@nrwl/nx-linux-x64-musl@15.9.2: + resolution: {integrity: sha512-EaFUukCbmoHsYECX2AS4pxXH933yesBFVvBgD38DkoFDxDoJMVt6JqYwm+d5R7S4R2P9U3l++aurljQTRq567Q==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -7524,8 +7449,8 @@ packages: dev: true optional: true - /@nrwl/nx-win32-arm64-msvc@15.8.9: - resolution: {integrity: sha512-GRs0cF3hyT7wdwlTwP4L5HG9LuHxt+I0/lTYzzUsUSs2WIvn6qycoKZv1qc/aSdZv+LgdKiPE5U7zHEVc6zpaA==} + /@nrwl/nx-win32-arm64-msvc@15.9.2: + resolution: {integrity: sha512-PGAe7QMr51ivx1X3avvs8daNlvv1wGo3OFrobjlu5rSyjC1Y3qHwT9+wdlwzNZ93FIqWOq09s+rE5gfZRfpdAg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -7533,8 +7458,8 @@ packages: dev: true optional: true - /@nrwl/nx-win32-x64-msvc@15.8.9: - resolution: {integrity: sha512-u0L3T1ZMr4j1YM+6DdxnaJUl+VSkbSu+2vcLvLyo+c+Ekhr/JDirXPfyCdoM6c/DN+1NK1Km29soawX9Oyb2MA==} + /@nrwl/nx-win32-x64-msvc@15.9.2: + resolution: {integrity: sha512-Q8onNzhuAZ0l9DNkm8D4Z1AEIzJr8JiT4L2fVBLYrV/R75C2HS3q7lzvfo6oqMY6mXge1cFPcrTtg3YXBQaSWA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -7542,11 +7467,11 @@ packages: dev: true optional: true - /@nrwl/tao@15.8.9: - resolution: {integrity: sha512-pJF1ISvRaqdMHQFAQvccsiUJCaegn4CCX9GDfvdTTOPpWD2WS/vq+5o7bOWJ14E0jtn+92MfLisK7Z+CSuyoWg==} + /@nrwl/tao@15.9.2: + resolution: {integrity: sha512-+LqNC37w9c6q6Ukdpf0z0tt1PQFNi4gwhHpJvkYQiKRETHjyrrlyqTNEPEyA7PI62RuYC6VrpVw2gzI7ufqZEA==} hasBin: true dependencies: - nx: 15.8.9 + nx: 15.9.2 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -7566,7 +7491,7 @@ packages: node-gyp-build: 4.6.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(webpack@5.76.3): + /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(webpack@5.78.0): resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -7602,7 +7527,7 @@ packages: react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 - webpack: 5.76.3(esbuild@0.17.15) + webpack: 5.78.0(esbuild@0.17.15) dev: true /@popperjs/core@2.11.7: @@ -7674,13 +7599,13 @@ packages: dependencies: immer: 9.0.21 react: 18.2.0 - react-redux: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + react-redux: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.7 - /@remix-run/router@1.4.0: - resolution: {integrity: sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q==} + /@remix-run/router@1.5.0: + resolution: {integrity: sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==} engines: {node: '>=14'} dev: false @@ -7730,7 +7655,7 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel@6.0.3(@babel/core@7.21.3)(rollup@3.20.2): + /@rollup/plugin-babel@6.0.3(@babel/core@7.21.4)(rollup@3.20.2): resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -7743,7 +7668,7 @@ packages: rollup: optional: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@babel/helper-module-imports': 7.18.6 '@rollup/pluginutils': 5.0.2(rollup@3.20.2) rollup: 3.20.2 @@ -7767,8 +7692,8 @@ packages: rollup: 3.20.2 dev: true - /@rollup/plugin-node-resolve@15.0.1(rollup@3.20.2): - resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} + /@rollup/plugin-node-resolve@15.0.2(rollup@3.20.2): + resolution: {integrity: sha512-Y35fRGUjC3FaurG722uhUuG8YHOJRJQbI6/CkbRkdPotSpDj9NtIN85z1zrcyDcCQIW4qp5mgG72U+gJ0TAFEg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.78.0||^3.0.0 @@ -7785,8 +7710,8 @@ packages: rollup: 3.20.2 dev: true - /@rollup/plugin-terser@0.4.0(rollup@3.20.2): - resolution: {integrity: sha512-Ipcf3LPNerey1q9ZMjiaWHlNPEHNU/B5/uh9zXLltfEQ1lVSLLeZSgAtTPWGyw8Ip1guOeq+mDtdOlEj/wNxQw==} + /@rollup/plugin-terser@0.4.1(rollup@3.20.2): + resolution: {integrity: sha512-aKS32sw5a7hy+fEXVy+5T95aDIwjpGHCTv833HXVtyKMDoVS7pBr5K3L9hEQoNqbJFjfANPrNpIXlTQ7is00eA==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.x || ^3.x @@ -7962,8 +7887,8 @@ packages: '@storybook/mdx1-csf': optional: true dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.4) '@jest/transform': 29.5.0 '@mdx-js/react': 2.3.0(react@18.2.0) '@storybook/blocks': 7.0.2(react-dom@18.2.0)(react@18.2.0) @@ -8215,7 +8140,7 @@ packages: '@storybook/preview-api': 7.0.2 '@storybook/theming': 7.0.2(react-dom@18.2.0)(react@18.2.0) '@storybook/types': 7.0.2 - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.192 color-convert: 2.0.1 dequal: 2.0.3 lodash: 4.17.21 @@ -8265,7 +8190,7 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@storybook/addons': 7.0.2(react-dom@18.2.0)(react@18.2.0) '@storybook/api': 7.0.2(react-dom@18.2.0)(react@18.2.0) '@storybook/channel-postmessage': 7.0.2 @@ -8287,28 +8212,28 @@ packages: '@storybook/theming': 7.0.2(react-dom@18.2.0)(react@18.2.0) '@types/node': 16.18.21 '@types/semver': 7.3.13 - babel-loader: 9.1.2(@babel/core@7.21.3)(webpack@5.76.3) + babel-loader: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 - css-loader: 6.7.3(webpack@5.76.3) + css-loader: 6.7.3(webpack@5.78.0) express: 4.18.2 - fork-ts-checker-webpack-plugin: 7.3.0(typescript@4.9.5)(webpack@5.76.3) + fork-ts-checker-webpack-plugin: 7.3.0(typescript@4.9.5)(webpack@5.78.0) fs-extra: 11.1.1 - html-webpack-plugin: 5.5.0(webpack@5.76.3) + html-webpack-plugin: 5.5.0(webpack@5.78.0) path-browserify: 1.0.1 process: 0.11.10 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - semver: 7.3.8 - style-loader: 3.3.2(webpack@5.76.3) - terser-webpack-plugin: 5.3.7(esbuild@0.17.15)(webpack@5.76.3) + semver: 7.4.0 + style-loader: 3.3.2(webpack@5.78.0) + terser-webpack-plugin: 5.3.7(esbuild@0.17.15)(webpack@5.78.0) ts-dedent: 2.2.0 typescript: 4.9.5 util: 0.12.5 util-deprecate: 1.0.2 - webpack: 5.76.3(esbuild@0.17.15) - webpack-dev-middleware: 5.3.3(webpack@5.76.3) + webpack: 5.78.0(esbuild@0.17.15) + webpack-dev-middleware: 5.3.3(webpack@5.78.0) webpack-hot-middleware: 2.25.3 webpack-virtual-modules: 0.4.6 transitivePeerDependencies: @@ -8348,8 +8273,8 @@ packages: resolution: {integrity: sha512-xMM2QdXNGg09wuXzAGroKrbsnaHSFPmtmefX1XGALhHuKVwxOoC2apWMpek6gY/9vh5EIRTog2Dvfd2BzNrT6Q==} hasBin: true dependencies: - '@babel/core': 7.21.3 - '@babel/preset-env': 7.21.4(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/preset-env': 7.21.4(@babel/core@7.21.4) '@ndelangen/get-tarball': 3.0.7 '@storybook/codemod': 7.0.2 '@storybook/core-common': 7.0.2 @@ -8379,7 +8304,7 @@ packages: prompts: 2.4.2 puppeteer-core: 2.1.1 read-pkg-up: 7.0.1 - semver: 7.3.8 + semver: 7.4.0 shelljs: 0.8.5 simple-update-notifier: 1.1.0 strip-json-comments: 3.1.1 @@ -8409,8 +8334,8 @@ packages: /@storybook/codemod@7.0.2: resolution: {integrity: sha512-D9PdByxJlFiaDJcLkM+RN1DHCj4VfQIlSZkADOcNtI4o9H064oiMloWDGZiR1i1FCYMSXuWmW6tMsuCVebA+Nw==} dependencies: - '@babel/core': 7.21.3 - '@babel/preset-env': 7.21.4(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/preset-env': 7.21.4(@babel/core@7.21.4) '@babel/types': 7.21.4 '@storybook/csf': 0.1.0 '@storybook/csf-tools': 7.0.2 @@ -8519,7 +8444,7 @@ packages: pretty-hrtime: 1.0.3 prompts: 2.4.2 read-pkg-up: 7.0.1 - semver: 7.3.8 + semver: 7.4.0 serve-favicon: 2.5.0 telejson: 7.1.0 ts-dedent: 2.2.0 @@ -8557,9 +8482,9 @@ packages: /@storybook/csf-tools@7.0.2: resolution: {integrity: sha512-sOp355yQSpYiMqNSopmFYWZkPPRJdGgy4tpxGGLxpOZMygK3j1wQ/WQtl2Z0h61KP0S0dl6hrs0pHQz3A/eVrw==} dependencies: - '@babel/generator': 7.21.3 - '@babel/parser': 7.21.3 - '@babel/traverse': 7.21.3(supports-color@5.5.0) + '@babel/generator': 7.21.4 + '@babel/parser': 7.21.4 + '@babel/traverse': 7.21.4 '@babel/types': 7.21.4 '@storybook/csf': 0.1.0 '@storybook/types': 7.0.2 @@ -8583,7 +8508,7 @@ packages: /@storybook/docs-tools@7.0.2: resolution: {integrity: sha512-w4D5BURrYjLbLGG9VKAaKU2dSdukszxRE3HWkJyhQU9R1JHvS3n8ntcMqYPqRfoHCOeBLBxP0edDYcAfzGNDYQ==} dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@storybook/core-common': 7.0.2 '@storybook/preview-api': 7.0.2 '@storybook/types': 7.0.2 @@ -8627,7 +8552,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - semver: 7.3.8 + semver: 7.4.0 store2: 2.14.2 telejson: 7.1.0 ts-dedent: 2.2.0 @@ -8654,7 +8579,7 @@ packages: resolution: {integrity: sha512-Hhiu3+N3ZDcbrhOCBJTDJbn/mC4l0v3ziyAP3yalq/2ZR9R5kfsEHHakKmswsKKV+ey0gNGijFTy3soU5oSs+A==} dev: true - /@storybook/preset-react-webpack@7.0.2(@babel/core@7.21.3)(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): + /@storybook/preset-react-webpack@7.0.2(@babel/core@7.21.4)(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): resolution: {integrity: sha512-HGGn5BNJRDKdBTV8JUc7uBimS554qAMSprJFS5Xro639Aqoi40wGnhBhjA79zSmulf7KbIHjO+dE37GloTcx3g==} engines: {node: '>=16.0.0'} peerDependencies: @@ -8668,15 +8593,15 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 - '@babel/preset-flow': 7.21.4(@babel/core@7.21.3) - '@babel/preset-react': 7.18.6(@babel/core@7.21.3) - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(webpack@5.76.3) + '@babel/core': 7.21.4 + '@babel/preset-flow': 7.21.4(@babel/core@7.21.4) + '@babel/preset-react': 7.18.6(@babel/core@7.21.4) + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(webpack@5.78.0) '@storybook/core-webpack': 7.0.2 '@storybook/docs-tools': 7.0.2 '@storybook/node-logger': 7.0.2 '@storybook/react': 7.0.2(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.630821.0(typescript@4.9.5)(webpack@5.76.3) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.630821.0(typescript@4.9.5)(webpack@5.78.0) '@types/node': 16.18.21 '@types/semver': 7.3.13 babel-plugin-add-react-displayname: 0.0.5 @@ -8685,9 +8610,9 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-refresh: 0.11.0 - semver: 7.3.8 + semver: 7.4.0 typescript: 4.9.5 - webpack: 5.76.3(esbuild@0.17.15) + webpack: 5.78.0(esbuild@0.17.15) transitivePeerDependencies: - '@swc/core' - '@types/webpack' @@ -8726,7 +8651,7 @@ packages: resolution: {integrity: sha512-U7MZkDT9bBq7HggLAXmTO9gI4eqhYs26fZS0L6iTE/PCX4Wg2TJBJSq2X8jhDXRqJFOt8SrQ756+V5Vtwrh4Og==} dev: true - /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.630821.0(typescript@4.9.5)(webpack@5.76.3): + /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.630821.0(typescript@4.9.5)(webpack@5.78.0): resolution: {integrity: sha512-adrUdN/hb/bzRBmSJtHBEwoPpZzmMbr9WIEp83As69j0hkSa2Rp/Fvp+f97A2FyEx0+skiSX8ENLnwuup+5yuA==} peerDependencies: typescript: '>= 4.x' @@ -8740,7 +8665,7 @@ packages: react-docgen-typescript: 2.2.2(typescript@4.9.5) tslib: 2.5.0 typescript: 4.9.5 - webpack: 5.76.3(esbuild@0.17.15) + webpack: 5.78.0(esbuild@0.17.15) transitivePeerDependencies: - supports-color dev: true @@ -8755,7 +8680,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/react-webpack5@7.0.2(@babel/core@7.21.3)(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): + /@storybook/react-webpack5@7.0.2(@babel/core@7.21.4)(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): resolution: {integrity: sha512-vEjg9L0MS1ZYBj5oQJBykbBYqFhX0KegugxN0l0DXLMI1zo3LLGMMEAv6SE+kpZIa/0ooFMkHKR+wSDRbF0UuA==} engines: {node: '>=16.0.0'} peerDependencies: @@ -8769,9 +8694,9 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@storybook/builder-webpack5': 7.0.2(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) - '@storybook/preset-react-webpack': 7.0.2(@babel/core@7.21.3)(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + '@storybook/preset-react-webpack': 7.0.2(@babel/core@7.21.4)(esbuild@0.17.15)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) '@storybook/react': 7.0.2(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) '@types/node': 16.18.21 react: 18.2.0 @@ -8911,7 +8836,7 @@ packages: resolution: {integrity: sha512-xTEnpUKiV/bMyEsE5bT4oYA0x0Z/colMtxzUY8bKyPXBNLn/e0V4ZjBZkEhms0xE4pv9QsPfSRu9AWS4y5wGvA==} engines: {node: '>=14'} dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.21.4 '@babel/runtime': 7.21.0 '@types/aria-query': 5.0.1 aria-query: 5.1.3 @@ -9032,7 +8957,7 @@ packages: /@types/babel__core@7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - '@babel/parser': 7.21.3 + '@babel/parser': 7.21.4 '@babel/types': 7.21.4 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 @@ -9048,7 +8973,7 @@ packages: /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.21.3 + '@babel/parser': 7.21.4 '@babel/types': 7.21.4 dev: true @@ -9071,12 +8996,12 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.15.10 + '@types/node': 18.15.11 /@types/bonjour@3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/cacheable-request@6.0.3: @@ -9084,11 +9009,11 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.15.10 + '@types/node': 18.15.11 '@types/responselike': 1.0.0 - /@types/chrome@0.0.225: - resolution: {integrity: sha512-acSFQN7X0/fjF6PSP0Ki9TlwWsEeJeh5WclMYilJSHHp+ayLDMD/YeSIUzsodwLKPZQ9h8SyiL13/pPab8M4RA==} + /@types/chrome@0.0.228: + resolution: {integrity: sha512-rDmyVEF+l9H+6FQYqsEGqQOjBw/uaSx6KJ6o47FwbQmPPcskmt8XlPbKjy5KeQXU3ZLiV2x45Fk4kdtRMSghfQ==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.10 @@ -9126,18 +9051,18 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.33 - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 /@types/consumable-stream@2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/cookie@0.4.1: @@ -9151,9 +9076,9 @@ 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.15.10 + '@types/node': 18.15.11 tapable: 2.2.1 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) transitivePeerDependencies: - '@swc/core' - esbuild @@ -9164,13 +9089,13 @@ packages: /@types/cors@2.8.13: resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/cross-spawn@6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/d3-array@3.0.4: @@ -9378,7 +9303,7 @@ packages: /@types/express-serve-static-core@4.17.33: resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -9413,13 +9338,13 @@ packages: resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/graceful-fs@4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/har-format@1.2.10: @@ -9436,7 +9361,7 @@ packages: /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 hoist-non-react-statics: 3.3.2 /@types/html-entities@1.3.4: @@ -9456,7 +9381,7 @@ packages: /@types/http-proxy@1.17.10: resolution: {integrity: sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/is-ci@3.0.0: @@ -9498,7 +9423,7 @@ packages: /@types/jsdom@20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 dev: true @@ -9513,45 +9438,45 @@ packages: /@types/jsonwebtoken@9.0.1: resolution: {integrity: sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 /@types/lodash-es@4.17.7: resolution: {integrity: sha512-z0ptr6UI10VlU6l5MYhGwS4mC8DZyYer2mCoyysZtSF7p26zOX8UpbrV0YpNYLGS8K4PUFIyEr62IMFFjveSiQ==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.192 dev: true /@types/lodash.curry@4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.192 dev: true /@types/lodash.debounce@4.0.7: resolution: {integrity: sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.192 /@types/lodash.mergewith@4.6.7: resolution: {integrity: sha512-3m+lkO5CLRRYU0fhGRp7zbsGi6+BZj0uTVSwvcKU+nSlhjA9/QRNfuSGnD2mX6hQA7ZbmcCkzk5h4ZYGOtk14A==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.192 dev: false /@types/lodash.shuffle@4.2.7: resolution: {integrity: sha512-b+K0NBpB4WcNoQTfifuTmi5nm5mJXRw9DBdbFfBr1q1+EVoTKkClDxq/7r1sq2GZcRelMFRsFcGGHrHQgxRySg==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.192 dev: true - /@types/lodash@4.14.191: - resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} + /@types/lodash@4.14.192: + resolution: {integrity: sha512-km+Vyn3BYm5ytMO13k9KTp27O75rbQ0NFw+U//g+PX7VZyjCioXaRFisqSIJRECljcTv73G3i6BpglNGHgUQ5A==} /@types/long@4.0.2: resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} @@ -9583,7 +9508,7 @@ packages: /@types/morgan@1.9.4: resolution: {integrity: sha512-cXoc4k+6+YAllH3ZHmx4hf7La1dzUk6keTR4bF4b4Sc0mZxU/zK4wO7l+ZzezXm/jkYj/qC+uYGZrarZdIVvyQ==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/ms@0.7.31: @@ -9593,7 +9518,7 @@ packages: /@types/node-fetch@2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 form-data: 3.0.1 /@types/node@12.20.55: @@ -9605,6 +9530,10 @@ packages: /@types/node@18.15.10: resolution: {integrity: sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==} + dev: true + + /@types/node@18.15.11: + resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==} /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -9647,10 +9576,10 @@ packages: /@types/qs@6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} - /@types/ramda@0.28.23: - resolution: {integrity: sha512-9TYWiwkew+mCMsL7jZ+kkzy6QXn8PL5/SKmBPmjgUlTpkokZWTBr+OhiIUDztpAEbslWyt24NNfEmZUBFmnXig==} + /@types/ramda@0.28.24: + resolution: {integrity: sha512-VxCMFlrqYFzsarNI0b9RZS2fistW3/CGwslZ9pCrx0xCNC4utASpYPEDMg3wgzeb04mNlxb4BYAiqqSOdqjdIQ==} dependencies: - ts-toolbelt: 6.15.5 + types-ramda: 0.29.1 dev: true /@types/range-parser@1.2.4: @@ -9659,7 +9588,7 @@ packages: /@types/react-dom@18.0.11: resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 /@types/react-dragula@1.1.0: resolution: {integrity: sha512-wgRIVV2jo/Gria1PK3K26II7gfRD3VTcMfPYhL0CuIApSeon7xjBTj8Xs8Ln+Vbb/FuRKWfUaJXmF4R3KUGntA==} @@ -9670,21 +9599,21 @@ packages: /@types/react-test-renderer@18.0.0: resolution: {integrity: sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==} dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 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.29 + '@types/react': 18.0.34 dev: false - /@types/react@18.0.29: - resolution: {integrity: sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw==} + /@types/react@18.0.34: + resolution: {integrity: sha512-NO1UO8941541CJl1BeOXi8a9dNKFK09Gnru5ZJqkm4Q3/WoQJtHvmwt0VX0SB9YCEwe7TfSSxDuaNmx6H2BAIQ==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 - csstype: 3.1.1 + csstype: 3.1.2 /@types/redux-devtools-themes@1.0.0: resolution: {integrity: sha512-ul3x0MYM5Nzj57Fh9wINyHFne8vZL04RC4nWAUWLYcL105vHoa/oJyopuKOrQmqVmhqmDiL4c9FfLbUmIB7TWQ==} @@ -9704,7 +9633,7 @@ packages: /@types/responselike@1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 /@types/retry@0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -9739,12 +9668,12 @@ packages: resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.15.10 + '@types/node': 18.15.11 /@types/set-cookie-parser@2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: false /@types/simple-element-resize-detector@1.3.0: @@ -9781,7 +9710,7 @@ packages: /@types/sockjs@0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/source-map@0.5.2: @@ -9803,14 +9732,14 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.29 + '@types/react': 18.0.34 csstype: 3.1.1 /@types/superagent@4.1.16: resolution: {integrity: sha512-tLfnlJf6A5mB6ddqF159GqcDizfzbMUB1/DeT59/wBNqzRTNNKsaw79A/1TZ84X+f/EwWH8FeuSkjlCLyqS/zQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/supertest@2.0.12: @@ -9867,7 +9796,7 @@ packages: /@types/ws@8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /@types/yargs-parser@21.0.0: @@ -9890,11 +9819,11 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 optional: true - /@typescript-eslint/eslint-plugin@5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5): - resolution: {integrity: sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==} + /@typescript-eslint/eslint-plugin@5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5): + resolution: {integrity: sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -9905,24 +9834,24 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.4.1 - '@typescript-eslint/parser': 5.56.0(eslint@8.36.0)(typescript@4.9.5) - '@typescript-eslint/scope-manager': 5.56.0 - '@typescript-eslint/type-utils': 5.56.0(eslint@8.36.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.56.0(eslint@8.36.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.58.0(eslint@8.38.0)(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.58.0 + '@typescript-eslint/type-utils': 5.58.0(eslint@8.38.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) - eslint: 8.36.0 + eslint: 8.38.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.3.8 + semver: 7.4.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.56.0(eslint@8.36.0)(typescript@4.9.5): - resolution: {integrity: sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==} + /@typescript-eslint/parser@5.58.0(eslint@8.38.0)(typescript@4.9.5): + resolution: {integrity: sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -9931,11 +9860,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.56.0 - '@typescript-eslint/types': 5.56.0 - '@typescript-eslint/typescript-estree': 5.56.0(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.58.0 + '@typescript-eslint/types': 5.58.0 + '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) - eslint: 8.36.0 + eslint: 8.38.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -9949,8 +9878,16 @@ packages: '@typescript-eslint/visitor-keys': 5.56.0 dev: true - /@typescript-eslint/type-utils@5.56.0(eslint@8.36.0)(typescript@4.9.5): - resolution: {integrity: sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==} + /@typescript-eslint/scope-manager@5.58.0: + resolution: {integrity: sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.58.0 + '@typescript-eslint/visitor-keys': 5.58.0 + dev: true + + /@typescript-eslint/type-utils@5.58.0(eslint@8.38.0)(typescript@4.9.5): + resolution: {integrity: sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -9959,10 +9896,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.56.0(typescript@4.9.5) - '@typescript-eslint/utils': 5.56.0(eslint@8.36.0)(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.9.5) + '@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) - eslint: 8.36.0 + eslint: 8.38.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -9974,6 +9911,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types@5.58.0: + resolution: {integrity: sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree@5.56.0(typescript@4.9.5): resolution: {integrity: sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -9988,28 +9930,69 @@ packages: debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.8 + semver: 7.4.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.56.0(eslint@8.36.0)(typescript@4.9.5): + /@typescript-eslint/typescript-estree@5.58.0(typescript@4.9.5): + resolution: {integrity: sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.58.0 + '@typescript-eslint/visitor-keys': 5.58.0 + debug: 4.3.4(supports-color@5.5.0) + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.4.0 + tsutils: 3.21.0(typescript@4.9.5) + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils@5.56.0(eslint@8.38.0)(typescript@4.9.5): resolution: {integrity: sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.56.0 '@typescript-eslint/types': 5.56.0 '@typescript-eslint/typescript-estree': 5.56.0(typescript@4.9.5) - eslint: 8.36.0 + eslint: 8.38.0 eslint-scope: 5.1.1 - semver: 7.3.8 + semver: 7.4.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/utils@5.58.0(eslint@8.38.0)(typescript@4.9.5): + resolution: {integrity: sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) + '@types/json-schema': 7.0.11 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.58.0 + '@typescript-eslint/types': 5.58.0 + '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.9.5) + eslint: 8.38.0 + eslint-scope: 5.1.1 + semver: 7.4.0 transitivePeerDependencies: - supports-color - typescript @@ -10020,7 +10003,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.56.0 - eslint-visitor-keys: 3.3.0 + eslint-visitor-keys: 3.4.0 + dev: true + + /@typescript-eslint/visitor-keys@5.58.0: + resolution: {integrity: sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.58.0 + eslint-visitor-keys: 3.4.0 dev: true /@webassemblyjs/ast@1.11.1: @@ -10129,29 +10120,29 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webpack-cli/configtest@2.0.1(webpack-cli@5.0.1)(webpack@5.76.3): + /@webpack-cli/configtest@2.0.1(webpack-cli@5.0.1)(webpack@5.78.0): resolution: {integrity: sha512-njsdJXJSiS2iNbQVS0eT8A/KPnmyH4pv1APj2K0d1wrZcBLw+yppxOy4CGqa0OxDJkzfL/XELDhD8rocnIwB5A==} engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x dependencies: - webpack: 5.76.3(webpack-cli@5.0.1) - webpack-cli: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + webpack: 5.78.0(webpack-cli@5.0.1) + webpack-cli: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) dev: true - /@webpack-cli/info@2.0.1(webpack-cli@5.0.1)(webpack@5.76.3): + /@webpack-cli/info@2.0.1(webpack-cli@5.0.1)(webpack@5.78.0): resolution: {integrity: sha512-fE1UEWTwsAxRhrJNikE7v4EotYflkEhBL7EbajfkPlf6E37/2QshOy/D48Mw8G5XMFlQtS6YV42vtbG9zBpIQA==} engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x dependencies: - webpack: 5.76.3(webpack-cli@5.0.1) - webpack-cli: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + webpack: 5.78.0(webpack-cli@5.0.1) + webpack-cli: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) dev: true - /@webpack-cli/serve@2.0.1(webpack-cli@5.0.1)(webpack-dev-server@4.13.1)(webpack@5.76.3): + /@webpack-cli/serve@2.0.1(webpack-cli@5.0.1)(webpack-dev-server@4.13.2)(webpack@5.78.0): resolution: {integrity: sha512-0G7tNyS+yW8TdgHwZKlDWYXFA6OJQnoLCQvYKkQP0Q2X205PSQ6RNUj0M+1OB/9gRQaUZ/ccYfaxd0nhaWKfjw==} engines: {node: '>=14.15.0'} peerDependencies: @@ -10162,9 +10153,9 @@ packages: webpack-dev-server: optional: true dependencies: - webpack: 5.76.3(webpack-cli@5.0.1) - webpack-cli: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) - webpack-dev-server: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + webpack: 5.78.0(webpack-cli@5.0.1) + webpack-cli: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) + webpack-dev-server: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) dev: true /@xmldom/xmldom@0.8.6: @@ -10714,25 +10705,25 @@ packages: deep-equal: 2.2.0 dev: true - /babel-core@7.0.0-bridge.0(@babel/core@7.21.3): + /babel-core@7.0.0-bridge.0(@babel/core@7.21.4): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 dev: true - /babel-jest@29.5.0(@babel/core@7.21.3): + /babel-jest@29.5.0(@babel/core@7.21.4): resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@jest/transform': 29.5.0 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0(@babel/core@7.21.3) + babel-preset-jest: 29.5.0(@babel/core@7.21.4) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -10740,17 +10731,17 @@ packages: - supports-color dev: true - /babel-loader@9.1.2(@babel/core@7.21.3)(webpack@5.76.3): + /babel-loader@9.1.2(@babel/core@7.21.4)(webpack@5.78.0): resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 find-cache-dir: 3.3.2 schema-utils: 4.0.0 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true /babel-plugin-add-react-displayname@0.0.5: @@ -10793,38 +10784,38 @@ packages: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} dev: true - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.3): + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.4): resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.3 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.3): + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.4): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) core-js-compat: 3.29.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.3): + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.4): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: true @@ -10845,7 +10836,7 @@ packages: styled-components: '>= 2' dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.18.6 + '@babel/helper-module-imports': 7.21.4 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 @@ -10854,35 +10845,35 @@ packages: /babel-plugin-syntax-jsx@6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.3): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.4): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.4) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4) dev: true - /babel-preset-jest@29.5.0(@babel/core@7.21.3): + /babel-preset-jest@29.5.0(@babel/core@7.21.4): resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 babel-plugin-jest-hoist: 29.5.0 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.4) dev: true /babel-runtime@6.26.0: @@ -11752,7 +11743,7 @@ packages: toggle-selection: 1.0.6 dev: false - /copy-webpack-plugin@11.0.0(webpack@5.76.3): + /copy-webpack-plugin@11.0.0(webpack@5.78.0): resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -11764,7 +11755,7 @@ packages: normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.1 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true /core-js-compat@3.29.1: @@ -11904,7 +11895,7 @@ packages: engines: {node: '>=12.22'} dev: true - /css-loader@6.7.3(webpack@5.76.3): + /css-loader@6.7.3(webpack@5.78.0): resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -11918,7 +11909,7 @@ packages: postcss-modules-values: 4.0.0(postcss@8.4.21) postcss-value-parser: 4.2.0 semver: 7.3.8 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true /css-select@4.3.0: @@ -11986,6 +11977,9 @@ packages: /csstype@3.1.1: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} + /csstype@3.1.2: + resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} + /csv-generate@3.4.3: resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==} dev: true @@ -12194,8 +12188,8 @@ packages: d3-selection: 3.0.0 d3-transition: 3.0.1(d3-selection@3.0.0) - /d3@7.8.3: - resolution: {integrity: sha512-cAa866AkPXtt4IzRx6nzGf50uerq6VYks7p/tTH94be4QfhUkyTfJfaxXGPOB5ZRVUZmUV1wcM1dism/Ua0lCw==} + /d3@7.8.4: + resolution: {integrity: sha512-q2WHStdhiBtD8DMmhDPyJmXUxr6VWRngKyiJ5EfXMxPw+tqT6BhNjhJZ4w3BHsNm3QoVfZLY8Orq/qPFczwKRA==} engines: {node: '>=12'} dependencies: d3-array: 3.2.3 @@ -12575,7 +12569,7 @@ packages: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: '@babel/runtime': 7.21.0 - csstype: 3.1.1 + csstype: 3.1.2 dev: false /dom-serializer@1.4.1: @@ -12679,8 +12673,8 @@ packages: resolution: {integrity: sha512-zx8hqumOqltKsv/MF50yvdAlPF9S/4PXbyfzJS6ZGhbddGkRegdwImmfSVqCkEziYzrIGZ/TlrzBND4FysfkDg==} dev: true - /electron@23.2.0: - resolution: {integrity: sha512-De9e21cri0QYct/w6tTNOnKyCt9RVKUw5F8PEN4FPzGR9tr6IT53uyt42uH754uJWrZeLMCAdoXy6/0GmMmYZA==} + /electron@23.2.2: + resolution: {integrity: sha512-8UfC2NCaqLJvdWoAfzAi56DaF+8cD3QPbnabKMdYNxMhYJ54gAje4ChVRo3sUMD5uSMk6MbPYCdnoMusCrfzrQ==} engines: {node: '>= 12.20.55'} hasBin: true requiresBuild: true @@ -12975,7 +12969,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.27.5)(eslint@8.36.0): + /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.27.5)(eslint@8.38.0): resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -12983,14 +12977,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.36.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint@8.36.0) + eslint: 8.38.0 + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.38.0) object.assign: 4.1.4 object.entries: 1.1.6 semver: 6.3.0 dev: true - /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.36.0): + /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@8.38.0): resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -13000,23 +12994,23 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.36.0 - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.36.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint@8.36.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.36.0) - eslint-plugin-react: 7.32.2(eslint@8.36.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.36.0) + eslint: 8.38.0 + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.38.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.38.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.38.0) + eslint-plugin-react: 7.32.2(eslint@8.38.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.38.0) object.assign: 4.1.4 object.entries: 1.1.6 dev: true - /eslint-config-prettier@8.8.0(eslint@8.36.0): + /eslint-config-prettier@8.8.0(eslint@8.38.0): resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.36.0 + eslint: 8.38.0 dev: true /eslint-import-resolver-node@0.3.7: @@ -13029,7 +13023,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-node@0.3.7)(eslint@8.36.0): + /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.58.0)(eslint-import-resolver-node@0.3.7)(eslint@8.38.0): resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -13050,15 +13044,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.56.0(eslint@8.36.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.58.0(eslint@8.38.0)(typescript@4.9.5) debug: 3.2.7 - eslint: 8.36.0 + eslint: 8.38.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.56.0)(eslint@8.36.0): + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.38.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -13068,15 +13062,15 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.56.0(eslint@8.36.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.58.0(eslint@8.38.0)(typescript@4.9.5) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.36.0 + eslint: 8.38.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-node@0.3.7)(eslint@8.36.0) + eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.58.0)(eslint-import-resolver-node@0.3.7)(eslint@8.38.0) has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -13091,7 +13085,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.56.0)(eslint@8.36.0)(jest@29.5.0)(typescript@4.9.5): + /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(jest@29.5.0)(typescript@4.9.5): resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -13104,16 +13098,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@8.36.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.56.0(eslint@8.36.0)(typescript@4.9.5) - eslint: 8.36.0 - jest: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + '@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.56.0(eslint@8.38.0)(typescript@4.9.5) + eslint: 8.38.0 + jest: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.36.0): + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.38.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -13128,7 +13122,7 @@ packages: axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.36.0 + eslint: 8.38.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -13138,16 +13132,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.36.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.38.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.36.0 + eslint: 8.38.0 dev: true - /eslint-plugin-react@7.32.2(eslint@8.36.0): + /eslint-plugin-react@7.32.2(eslint@8.38.0): resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: @@ -13157,7 +13151,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.36.0 + eslint: 8.38.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -13192,20 +13186,20 @@ packages: engines: {node: '>=10'} dev: true - /eslint-visitor-keys@3.3.0: - resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} + /eslint-visitor-keys@3.4.0: + resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.36.0: - resolution: {integrity: sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==} + /eslint@8.38.0: + resolution: {integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) '@eslint-community/regexpp': 4.4.1 - '@eslint/eslintrc': 2.0.1 - '@eslint/js': 8.36.0 + '@eslint/eslintrc': 2.0.2 + '@eslint/js': 8.38.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -13216,8 +13210,8 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-visitor-keys: 3.3.0 - espree: 9.5.0 + eslint-visitor-keys: 3.4.0 + espree: 9.5.1 esquery: 1.5.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -13251,13 +13245,13 @@ packages: engines: {node: '>=6'} dev: false - /espree@9.5.0: - resolution: {integrity: sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==} + /espree@9.5.1: + resolution: {integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.8.2 acorn-jsx: 5.3.2(acorn@8.8.2) - eslint-visitor-keys: 3.3.0 + eslint-visitor-keys: 3.4.0 dev: true /esprima@4.0.1: @@ -13294,7 +13288,7 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.21.3(supports-color@5.5.0) + '@babel/traverse': 7.21.4 '@babel/types': 7.21.4 c8: 7.13.0 transitivePeerDependencies: @@ -13539,7 +13533,7 @@ packages: flat-cache: 3.0.4 dev: true - /file-loader@6.2.0(webpack@5.76.3): + /file-loader@6.2.0(webpack@5.78.0): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -13547,7 +13541,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true /file-system-cache@2.0.2: @@ -13687,7 +13681,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin@7.3.0(typescript@4.9.5)(webpack@5.76.3): + /fork-ts-checker-webpack-plugin@7.3.0(typescript@4.9.5)(webpack@5.78.0): resolution: {integrity: sha512-IN+XTzusCjR5VgntYFgxbxVx3WraPRnKehBFrf00cMSrtUuW9MsG9dhL6MWpY6MkjC3wVwoujfCDgZZCQwbswA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -13698,7 +13692,7 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.21.4 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 7.1.0 @@ -13708,13 +13702,13 @@ packages: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.1.1 - semver: 7.3.8 + semver: 7.4.0 tapable: 2.2.1 typescript: 4.9.5 - webpack: 5.76.3(esbuild@0.17.15) + webpack: 5.78.0(esbuild@0.17.15) dev: true - /fork-ts-checker-webpack-plugin@8.0.0(typescript@4.9.5)(webpack@5.76.3): + /fork-ts-checker-webpack-plugin@8.0.0(typescript@4.9.5)(webpack@5.78.0): resolution: {integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -13734,7 +13728,7 @@ packages: semver: 7.3.8 tapable: 2.2.1 typescript: 4.9.5 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true /form-data@3.0.1: @@ -13767,8 +13761,8 @@ packages: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} - /framer-motion@10.9.1(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-fuCDRGKOu5n9gN2/R7O22mE+BHMGK5D57S3Oq8n2ITd4aYR7D22QM5I4VPD3CWahNt/lyDUs20u9Aw+6ah9oAQ==} + /framer-motion@10.11.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-IrwuC9regNOU99JoM/Z62CAMA3awGV6AcF7e3bcgXk/ZoNlGSt5aVq0J7UAwtLmCkwVlRvBkiMnvv2mZ1GW2pg==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -14072,7 +14066,7 @@ packages: es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 - semver: 7.3.8 + semver: 7.4.0 serialize-error: 7.0.1 optional: true @@ -14313,7 +14307,7 @@ packages: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /html-loader@4.2.0(webpack@5.76.3): + /html-loader@4.2.0(webpack@5.78.0): resolution: {integrity: sha512-OxCHD3yt+qwqng2vvcaPApCEvbx+nXWu+v69TYHx1FO8bffHn/JjHtE3TTQZmHjwvnJe4xxzuecetDVBrQR1Zg==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -14321,7 +14315,7 @@ packages: dependencies: html-minifier-terser: 7.1.0 parse5: 7.1.2 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true /html-minifier-terser@6.1.0: @@ -14357,7 +14351,7 @@ packages: engines: {node: '>=8'} dev: true - /html-webpack-plugin@5.5.0(webpack@5.76.3): + /html-webpack-plugin@5.5.0(webpack@5.78.0): resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -14368,7 +14362,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true /htmlparser2@6.1.0: @@ -15060,8 +15054,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.3 - '@babel/parser': 7.21.3 + '@babel/core': 7.21.4 + '@babel/parser': 7.21.4 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -15128,7 +15122,7 @@ packages: '@jest/expect': 29.5.0 '@jest/test-result': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15148,7 +15142,7 @@ packages: - supports-color dev: true - /jest-cli@29.5.0(@types/node@18.15.10)(ts-node@10.9.1): + /jest-cli@29.5.0(@types/node@18.15.11)(ts-node@10.9.1): resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -15165,7 +15159,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + jest-config: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-util: 29.5.0 jest-validate: 29.5.0 prompts: 2.4.2 @@ -15176,7 +15170,7 @@ packages: - ts-node dev: true - /jest-config@29.5.0(@types/node@18.15.10)(ts-node@10.9.1): + /jest-config@29.5.0(@types/node@18.15.11)(ts-node@10.9.1): resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -15188,11 +15182,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 '@jest/test-sequencer': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.10 - babel-jest: 29.5.0(@babel/core@7.21.3) + '@types/node': 18.15.11 + babel-jest: 29.5.0(@babel/core@7.21.4) chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 @@ -15211,7 +15205,7 @@ packages: pretty-format: 29.5.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@18.15.10)(typescript@4.9.5) + ts-node: 10.9.1(@types/node@18.15.11)(typescript@4.9.5) transitivePeerDependencies: - supports-color dev: true @@ -15274,7 +15268,7 @@ packages: '@jest/environment': 29.5.0 '@jest/fake-timers': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 jest-mock: 29.5.0 jest-util: 29.5.0 dev: true @@ -15290,7 +15284,7 @@ packages: dependencies: '@jest/types': 29.5.0 '@types/graceful-fs': 4.1.6 - '@types/node': 18.15.10 + '@types/node': 18.15.11 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -15325,7 +15319,7 @@ packages: resolution: {integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.21.4 '@jest/types': 29.5.0 '@types/stack-utils': 2.0.1 chalk: 4.1.2 @@ -15341,7 +15335,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.15.10 + '@types/node': 18.15.11 dev: true /jest-mock@29.5.0: @@ -15349,7 +15343,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 jest-util: 29.5.0 dev: true @@ -15404,7 +15398,7 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -15435,7 +15429,7 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -15458,18 +15452,18 @@ packages: resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.21.3 - '@babel/generator': 7.21.3 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.21.3) - '@babel/traverse': 7.21.3(supports-color@5.5.0) + '@babel/core': 7.21.4 + '@babel/generator': 7.21.4 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) + '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.21.4) + '@babel/traverse': 7.21.4 '@babel/types': 7.21.4 '@jest/expect-utils': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.4) chalk: 4.1.2 expect: 29.5.0 graceful-fs: 4.2.11 @@ -15480,7 +15474,7 @@ packages: jest-util: 29.5.0 natural-compare: 1.4.0 pretty-format: 29.5.0 - semver: 7.3.8 + semver: 7.4.0 transitivePeerDependencies: - supports-color dev: true @@ -15490,7 +15484,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -15515,7 +15509,7 @@ packages: dependencies: '@jest/test-result': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.10 + '@types/node': 18.15.11 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -15527,7 +15521,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -15536,13 +15530,13 @@ packages: resolution: {integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.15.10 + '@types/node': 18.15.11 jest-util: 29.5.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest@29.5.0(@types/node@18.15.10)(ts-node@10.9.1): + /jest@29.5.0(@types/node@18.15.11)(ts-node@10.9.1): resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -15555,7 +15549,7 @@ packages: '@jest/core': 29.5.0(ts-node@10.9.1) '@jest/types': 29.5.0 import-local: 3.1.0 - jest-cli: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + jest-cli: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) transitivePeerDependencies: - '@types/node' - supports-color @@ -15603,17 +15597,17 @@ packages: peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.21.3 - '@babel/parser': 7.21.3 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.3) - '@babel/preset-env': 7.21.4(@babel/core@7.21.3) - '@babel/preset-flow': 7.21.4(@babel/core@7.21.3) - '@babel/preset-typescript': 7.21.0(@babel/core@7.21.3) - '@babel/register': 7.21.0(@babel/core@7.21.3) - babel-core: 7.0.0-bridge.0(@babel/core@7.21.3) + '@babel/core': 7.21.4 + '@babel/parser': 7.21.4 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) + '@babel/preset-env': 7.21.4(@babel/core@7.21.4) + '@babel/preset-flow': 7.21.4(@babel/core@7.21.4) + '@babel/preset-typescript': 7.21.4(@babel/core@7.21.4) + '@babel/register': 7.21.0(@babel/core@7.21.4) + babel-core: 7.0.0-bridge.0(@babel/core@7.21.4) chalk: 4.1.2 flow-parser: 0.203.1 graceful-fs: 4.2.11 @@ -15767,7 +15761,7 @@ packages: jws: 3.2.2 lodash: 4.17.21 ms: 2.1.3 - semver: 7.3.8 + semver: 7.4.0 dev: false /jss-plugin-camel-case@10.10.0: @@ -15885,7 +15879,7 @@ packages: resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==} dependencies: '@babel/runtime': 7.21.0 - csstype: 3.1.1 + csstype: 3.1.2 is-in-browser: 1.1.3 tiny-warning: 1.0.3 dev: false @@ -16838,7 +16832,7 @@ packages: nopt: 5.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.3.8 + semver: 7.4.0 tar: 6.1.13 which: 2.0.2 transitivePeerDependencies: @@ -16882,7 +16876,7 @@ packages: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.11.0 - semver: 7.3.8 + semver: 7.4.0 validate-npm-package-license: 3.0.4 dev: true @@ -16936,8 +16930,8 @@ packages: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true - /nx@15.8.9: - resolution: {integrity: sha512-wUrOx320IMDNQ6WIB4Sm5BbsPDpgp661pmlQZzacsulHq38D+LeSZM96Zaj0RZPVlGZU0l3X/cZP9ACzAQwdTw==} + /nx@15.9.2: + resolution: {integrity: sha512-wtcs+wsuplSckvgk+bV+/XuGlo+sVWzSG0RpgWBjQYeqA3QsVFEAPVY66Z5cSoukDbTV77ddcAjEw+Rz8oOR1A==} hasBin: true requiresBuild: true peerDependencies: @@ -16949,8 +16943,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.8.9 - '@nrwl/tao': 15.8.9 + '@nrwl/cli': 15.9.2 + '@nrwl/tao': 15.9.2 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.40 @@ -16985,15 +16979,15 @@ packages: yargs: 17.7.1 yargs-parser: 21.1.1 optionalDependencies: - '@nrwl/nx-darwin-arm64': 15.8.9 - '@nrwl/nx-darwin-x64': 15.8.9 - '@nrwl/nx-linux-arm-gnueabihf': 15.8.9 - '@nrwl/nx-linux-arm64-gnu': 15.8.9 - '@nrwl/nx-linux-arm64-musl': 15.8.9 - '@nrwl/nx-linux-x64-gnu': 15.8.9 - '@nrwl/nx-linux-x64-musl': 15.8.9 - '@nrwl/nx-win32-arm64-msvc': 15.8.9 - '@nrwl/nx-win32-x64-msvc': 15.8.9 + '@nrwl/nx-darwin-arm64': 15.9.2 + '@nrwl/nx-darwin-x64': 15.9.2 + '@nrwl/nx-linux-arm-gnueabihf': 15.9.2 + '@nrwl/nx-linux-arm64-gnu': 15.9.2 + '@nrwl/nx-linux-arm64-musl': 15.9.2 + '@nrwl/nx-linux-x64-gnu': 15.9.2 + '@nrwl/nx-linux-x64-musl': 15.9.2 + '@nrwl/nx-win32-arm64-msvc': 15.9.2 + '@nrwl/nx-win32-x64-msvc': 15.9.2 transitivePeerDependencies: - debug dev: true @@ -17315,7 +17309,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.21.4 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -17879,6 +17873,11 @@ packages: /ramda@0.28.0: resolution: {integrity: sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==} + dev: true + + /ramda@0.29.0: + resolution: {integrity: sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==} + dev: false /randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} @@ -17909,7 +17908,7 @@ packages: unpipe: 1.0.0 dev: false - /raw-loader@4.0.2(webpack@5.76.3): + /raw-loader@4.0.2(webpack@5.78.0): resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17917,10 +17916,10 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true - /react-bootstrap@2.7.2(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0): + /react-bootstrap@2.7.2(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-WDSln+mG4RLLFO01stkj2bEx/3MF4YihK9D/dWnHaSxOiQZLbhhlf95D2Jb20X3t2m7vMxRe888FVrfLJoGmmA==} peerDependencies: '@types/react': '>=16.14.8' @@ -17933,7 +17932,7 @@ packages: '@babel/runtime': 7.21.0 '@restart/hooks': 0.4.9(react@18.2.0) '@restart/ui': 1.6.2(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.0.29 + '@types/react': 18.0.34 '@types/react-transition-group': 4.4.5 classnames: 2.3.2 dom-helpers: 5.2.1 @@ -17983,8 +17982,8 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.21.3 - '@babel/generator': 7.21.3 + '@babel/core': 7.21.4 + '@babel/generator': 7.21.4 '@babel/runtime': 7.21.0 ast-types: 0.14.2 commander: 2.20.3 @@ -18026,11 +18025,11 @@ packages: react-is: 18.1.0 dev: true - /react-fast-compare@3.2.0: - resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} + /react-fast-compare@3.2.1: + resolution: {integrity: sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==} dev: false - /react-focus-lock@2.9.4(@types/react@18.0.29)(react@18.2.0): + /react-focus-lock@2.9.4(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -18040,13 +18039,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@types/react': 18.0.29 + '@types/react': 18.0.34 focus-lock: 0.11.6 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(@types/react@18.0.29)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.0.29)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@18.0.34)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.0.34)(react@18.2.0) dev: false /react-icons@4.8.0(react@18.2.0): @@ -18093,7 +18092,7 @@ packages: react-deep-force-update: 1.1.2 dev: true - /react-redux@8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): + /react-redux@8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -18116,7 +18115,7 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.29 + '@types/react': 18.0.34 '@types/react-dom': 18.0.11 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -18131,7 +18130,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar@2.3.4(@types/react@18.0.29)(react@18.2.0): + /react-remove-scroll-bar@2.3.4(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: @@ -18141,13 +18140,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.0.29)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.0.34)(react@18.2.0) tslib: 2.5.0 dev: false - /react-remove-scroll@2.5.5(@types/react@18.0.29)(react@18.2.0): + /react-remove-scroll@2.5.5(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -18157,39 +18156,39 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.0.29)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.0.29)(react@18.2.0) + react-remove-scroll-bar: 2.3.4(@types/react@18.0.34)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.0.34)(react@18.2.0) tslib: 2.5.0 - use-callback-ref: 1.3.0(@types/react@18.0.29)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.0.29)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@18.0.34)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.0.34)(react@18.2.0) dev: false - /react-router-dom@6.9.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-/seUAPY01VAuwkGyVBPCn1OXfVbaWGGu4QN9uj0kCPcTyNYgL1ldZpxZUpRU7BLheKQI4Twtl/OW2nHRF1u26Q==} + /react-router-dom@6.10.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.4.0 + '@remix-run/router': 1.5.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-router: 6.9.0(react@18.2.0) + react-router: 6.10.0(react@18.2.0) dev: false - /react-router@6.9.0(react@18.2.0): - resolution: {integrity: sha512-51lKevGNUHrt6kLuX3e/ihrXoXCa9ixY/nVWRLlob4r/l0f45x3SzBvYJe3ctleLUQQ5fVa4RGgJOTH7D9Umhw==} + /react-router@6.10.0(react@18.2.0): + resolution: {integrity: sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.4.0 + '@remix-run/router': 1.5.0 react: 18.2.0 dev: false - /react-select@5.7.2(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0): + /react-select@5.7.2(@types/react@18.0.34)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cTlJkQ8YjV6T/js8wW0owTzht0hHGABh29vjLscY4HfZGkv7hc3FFTmRp9NzY/Ib1uQ36GieAKEjxpHdpCFpcA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -18197,7 +18196,7 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.6(@types/react@18.0.29)(react@18.2.0) + '@emotion/react': 11.10.6(@types/react@18.0.34)(react@18.2.0) '@floating-ui/dom': 1.2.5 '@types/react-transition-group': 4.4.5 memoize-one: 6.0.0 @@ -18205,7 +18204,7 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - use-isomorphic-layout-effect: 1.1.2(@types/react@18.0.29)(react@18.2.0) + use-isomorphic-layout-effect: 1.1.2(@types/react@18.0.34)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false @@ -18220,7 +18219,7 @@ packages: react-is: 18.2.0 dev: true - /react-style-singleton@2.2.1(@types/react@18.0.29)(react@18.2.0): + /react-style-singleton@2.2.1(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -18230,7 +18229,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 @@ -18832,6 +18831,14 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true + + /semver@7.4.0: + resolution: {integrity: sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} @@ -19460,13 +19467,13 @@ packages: through: 2.3.8 dev: true - /style-loader@3.3.2(webpack@5.76.3): + /style-loader@3.3.2(webpack@5.78.0): resolution: {integrity: sha512-RHs/vcrKdQK8wZliteNK4NKzxvLBzpuHMqYmUVWeKa6MkaIQ97ZTOS0b+zapZhy6GcrgWnvWYCMHRirC3FsUmw==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true /style-search@0.1.0: @@ -19495,31 +19502,21 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-prettier@9.0.5(stylelint@15.3.0): - resolution: {integrity: sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==} - engines: {node: '>= 12'} - hasBin: true - peerDependencies: - stylelint: '>= 11.x < 15' - dependencies: - stylelint: 15.3.0 - dev: true - - /stylelint-config-recommended@11.0.0(stylelint@15.3.0): + /stylelint-config-recommended@11.0.0(stylelint@15.4.0): resolution: {integrity: sha512-SoGIHNI748OCZn6BxFYT83ytWoYETCINVHV3LKScVAWQQauWdvmdDqJC5YXWjpBbxg2E761Tg5aUGKLFOVhEkA==} peerDependencies: stylelint: ^15.3.0 dependencies: - stylelint: 15.3.0 + stylelint: 15.4.0 dev: true - /stylelint-config-standard@32.0.0(stylelint@15.3.0): + /stylelint-config-standard@32.0.0(stylelint@15.4.0): resolution: {integrity: sha512-UnGJxYDyYFrIE9CjDMZRkrNh2o4lOtO+MVZ9qG5b8yARfsWho0GMx4YvhHfsv8zKKgHeWX2wfeyxmuoqcaYZ4w==} peerDependencies: stylelint: ^15.4.0 dependencies: - stylelint: 15.3.0 - stylelint-config-recommended: 11.0.0(stylelint@15.3.0) + stylelint: 15.4.0 + stylelint-config-recommended: 11.0.0(stylelint@15.4.0) dev: true /stylelint-config-styled-components@0.1.1: @@ -19537,8 +19534,8 @@ packages: - supports-color dev: true - /stylelint@15.3.0: - resolution: {integrity: sha512-9UYBYk7K9rtlKcTUDZrtntE840sZM00qyYBQHHe7tjwMNUsPsGvR6Fd43IxHEAhRrDLzpy3TVaHb6CReBB3eFg==} + /stylelint@15.4.0: + resolution: {integrity: sha512-TlOvpG3MbcFwHmK0q2ykhmpKo7Dq892beJit0NPdpyY9b1tFah/hGhqnAz/bRm2PDhDbJLKvjzkEYYBEz7Dxcg==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -19613,7 +19610,7 @@ packages: methods: 1.1.2 mime: 2.6.0 qs: 6.11.1 - semver: 7.3.8 + semver: 7.4.0 transitivePeerDependencies: - supports-color dev: true @@ -19783,7 +19780,7 @@ packages: engines: {node: '>=8'} dev: true - /terser-webpack-plugin@5.3.7(esbuild@0.17.15)(webpack@5.76.3): + /terser-webpack-plugin@5.3.7(esbuild@0.17.15)(webpack@5.78.0): resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -19805,7 +19802,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.1 terser: 5.16.8 - webpack: 5.76.3(esbuild@0.17.15) + webpack: 5.78.0(esbuild@0.17.15) dev: true /terser@5.16.8: @@ -19950,8 +19947,8 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest@29.0.5(@babel/core@7.21.3)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5): - resolution: {integrity: sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==} + /ts-jest@29.1.0(@babel/core@7.21.4)(esbuild@0.17.15)(jest@29.5.0)(typescript@4.9.5): + resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -19960,7 +19957,7 @@ packages: babel-jest: ^29.0.0 esbuild: '*' jest: ^29.0.0 - typescript: '>=4.3' + typescript: '>=4.3 <6' peerDependenciesMeta: '@babel/core': optional: true @@ -19971,21 +19968,21 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.4 bs-logger: 0.2.6 esbuild: 0.17.15 fast-json-stable-stringify: 2.1.0 - jest: 29.5.0(@types/node@18.15.10)(ts-node@10.9.1) + jest: 29.5.0(@types/node@18.15.11)(ts-node@10.9.1) jest-util: 29.5.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.3.8 + semver: 7.4.0 typescript: 4.9.5 yargs-parser: 21.1.1 dev: true - /ts-node@10.9.1(@types/node@18.15.10)(typescript@4.9.5): + /ts-node@10.9.1(@types/node@18.15.11)(typescript@4.9.5): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -20004,7 +20001,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.15.10 + '@types/node': 18.15.11 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -20016,8 +20013,8 @@ packages: yn: 3.1.1 dev: true - /ts-toolbelt@6.15.5: - resolution: {integrity: sha512-FZIXf1ksVyLcfr7M317jbB67XFJhOO1YqdTcuGaq9q5jLUoTikukZ+98TPjKiP2jC5CgmYdWWYs0s2nLSU0/1A==} + /ts-toolbelt@9.6.0: + resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} dev: true /tsconfig-paths@3.14.2: @@ -20153,6 +20150,12 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true + /types-ramda@0.29.1: + resolution: {integrity: sha512-pdEF8VXcBTSu3fPupZahieG6Lh8eBWPtcaH/OB5QPCoN2hz4vBbspoMLB3X9kwzXRD3lwD4/j0hwj3Z/PAzzcA==} + dependencies: + ts-toolbelt: 9.6.0 + dev: true + /typescript@4.9.5: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} @@ -20198,7 +20201,7 @@ packages: react: '>=15.0.0' dependencies: '@babel/runtime': 7.21.0 - '@types/react': 18.0.29 + '@types/react': 18.0.34 invariant: 2.2.4 react: 18.2.0 react-lifecycles-compat: 3.0.4 @@ -20209,7 +20212,7 @@ packages: peerDependencies: react: '>=17.0.0' dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 react: 18.2.0 dev: false @@ -20338,7 +20341,7 @@ packages: requires-port: 1.0.0 dev: true - /use-callback-ref@1.3.0(@types/react@18.0.29)(react@18.2.0): + /use-callback-ref@1.3.0(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -20348,12 +20351,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 react: 18.2.0 tslib: 2.5.0 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@18.0.29)(react@18.2.0): + /use-isomorphic-layout-effect@1.1.2(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -20362,7 +20365,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 react: 18.2.0 dev: false @@ -20377,7 +20380,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /use-sidecar@1.1.2(@types/react@18.0.29)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@18.0.34)(react@18.2.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -20387,7 +20390,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.34 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.5.0 @@ -20551,7 +20554,7 @@ packages: engines: {node: '>=12'} dev: true - /webpack-cli@5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3): + /webpack-cli@5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0): resolution: {integrity: sha512-S3KVAyfwUqr0Mo/ur3NzIp6jnerNpo7GUO6so51mxLi1spqsA17YcMXy0WOIJtBSnj748lthxC6XLbNKh/ZC+A==} engines: {node: '>=14.15.0'} hasBin: true @@ -20569,9 +20572,9 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.0.1(webpack-cli@5.0.1)(webpack@5.76.3) - '@webpack-cli/info': 2.0.1(webpack-cli@5.0.1)(webpack@5.76.3) - '@webpack-cli/serve': 2.0.1(webpack-cli@5.0.1)(webpack-dev-server@4.13.1)(webpack@5.76.3) + '@webpack-cli/configtest': 2.0.1(webpack-cli@5.0.1)(webpack@5.78.0) + '@webpack-cli/info': 2.0.1(webpack-cli@5.0.1)(webpack@5.78.0) + '@webpack-cli/serve': 2.0.1(webpack-cli@5.0.1)(webpack-dev-server@4.13.2)(webpack@5.78.0) colorette: 2.0.19 commander: 9.5.0 cross-spawn: 7.0.3 @@ -20580,12 +20583,12 @@ packages: import-local: 3.1.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.76.3(webpack-cli@5.0.1) - webpack-dev-server: 4.13.1(webpack-cli@5.0.1)(webpack@5.76.3) + webpack: 5.78.0(webpack-cli@5.0.1) + webpack-dev-server: 4.13.2(webpack-cli@5.0.1)(webpack@5.78.0) webpack-merge: 5.8.0 dev: true - /webpack-dev-middleware@5.3.3(webpack@5.76.3): + /webpack-dev-middleware@5.3.3(webpack@5.78.0): resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -20596,11 +20599,11 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.76.3(webpack-cli@5.0.1) + webpack: 5.78.0(webpack-cli@5.0.1) dev: true - /webpack-dev-server@4.13.1(webpack-cli@5.0.1)(webpack@5.76.3): - resolution: {integrity: sha512-5tWg00bnWbYgkN+pd5yISQKDejRBYGEw15RaEEslH+zdbNDxxaZvEAO2WulaSaFKb5n3YG8JXsGaDsut1D0xdA==} + /webpack-dev-server@4.13.2(webpack-cli@5.0.1)(webpack@5.78.0): + resolution: {integrity: sha512-5i6TrGBRxG4vnfDpB6qSQGfnB6skGBXNL5/542w2uRGLimX6qeE5BQMLrzIC3JYV/xlGOv+s+hTleI9AZKUQNw==} engines: {node: '>= 12.13.0'} hasBin: true peerDependencies: @@ -20640,9 +20643,9 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.76.3(webpack-cli@5.0.1) - webpack-cli: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) - webpack-dev-middleware: 5.3.3(webpack@5.76.3) + webpack: 5.78.0(webpack-cli@5.0.1) + webpack-cli: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) + webpack-dev-middleware: 5.3.3(webpack@5.78.0) ws: 8.13.0 transitivePeerDependencies: - bufferutil @@ -20676,8 +20679,8 @@ packages: resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==} dev: true - /webpack@5.76.3(esbuild@0.17.15): - resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} + /webpack@5.78.0(esbuild@0.17.15): + resolution: {integrity: sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -20707,7 +20710,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7(esbuild@0.17.15)(webpack@5.76.3) + terser-webpack-plugin: 5.3.7(esbuild@0.17.15)(webpack@5.78.0) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -20716,8 +20719,8 @@ packages: - uglify-js dev: true - /webpack@5.76.3(webpack-cli@5.0.1): - resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} + /webpack@5.78.0(webpack-cli@5.0.1): + resolution: {integrity: sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -20747,9 +20750,9 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7(esbuild@0.17.15)(webpack@5.76.3) + terser-webpack-plugin: 5.3.7(esbuild@0.17.15)(webpack@5.78.0) watchpack: 2.4.0 - webpack-cli: 5.0.1(webpack-dev-server@4.13.1)(webpack@5.76.3) + webpack-cli: 5.0.1(webpack-dev-server@4.13.2)(webpack@5.78.0) webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core'