diff --git a/extension/package.json b/extension/package.json index a2110231..8b4224b8 100644 --- a/extension/package.json +++ b/extension/package.json @@ -50,7 +50,7 @@ "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", @@ -60,16 +60,16 @@ "@types/chrome": "^0.0.206", "@types/lodash": "^4.14.191", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@types/styled-components": "^5.1.26", - "babel-loader": "^9.1.0", + "babel-loader": "^9.1.2", "chromedriver": "^108.0.0", "copy-webpack-plugin": "^11.0.0", "cpy-cli": "^4.2.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3", "electron": "^22.0.0", - "eslint": "^8.30.0", + "eslint": "^8.31.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", @@ -77,7 +77,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.14", - "immutable": "^4.1.0", + "immutable": "^4.2.2", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "pug-html-loader": "^1.1.5", diff --git a/package.json b/package.json index 12d3fbdd..292bb7b1 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,20 @@ { "private": true, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@changesets/cli": "^2.26.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", - "prettier": "2.8.1", + "prettier": "2.8.2", "typescript": "~4.9.4", - "nx": "^15.3.3", + "nx": "^15.4.5", "@nrwl/nx-cloud": "^15.0.2" }, "scripts": { @@ -39,7 +39,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.19.0", + "packageManager": "pnpm@7.22.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 09dd61ac..c46d31ec 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -29,16 +29,16 @@ "map2tree": "^3.0.0" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.17", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@types/node": "^18.11.18", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 8e9ac95f..a763352c 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -40,7 +40,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/d3": "^7.4.0", "d3": "^7.8.0", "d3tooltip": "^3.0.0", @@ -49,16 +49,16 @@ "ramda": "^0.28.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/ramda": "^0.28.20", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "rimraf": "^3.0.2", "typescript": "~4.9.4" } diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index f3bc3c76..96a47ef3 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -36,20 +36,20 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6" + "@babel/runtime": "^7.20.7" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/d3": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", "d3": "^7.8.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "rimraf": "^3.0.2", "typescript": "~4.9.4" }, diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 68a6aefd..ef491df0 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -40,23 +40,23 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "lodash": "^4.17.21" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/lodash": "^4.14.191", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", - "immutable": "^4.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", + "immutable": "^4.2.2", "jest": "^29.3.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 4012ee43..263427a2 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/base16": "^1.0.2", "@types/lodash": "^4.14.191", "base16": "^1.0.0", @@ -48,20 +48,20 @@ "lodash.curry": "^4.1.1" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/color": "^3.0.3", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "rimraf": "^3.0.2", diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 2947351e..fb04466e 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -19,20 +19,20 @@ "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 7ede3afc..8feedd81 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -39,29 +39,29 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/lodash": "^4.14.191", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.26", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index bcbb234d..a93c8f92 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -19,26 +19,26 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "immutable": "^4.1.0", + "immutable": "^4.2.2", "react": "^18.2.0", "react-base16-styling": "^0.9.1", "react-dom": "^18.2.0", "react-json-tree": "^0.18.0" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@types/react-dom": "^18.0.10", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index bf684cfc..5338cedc 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -45,13 +45,13 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/lodash": "^4.14.191", "react-base16-styling": "^0.9.1" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -60,23 +60,23 @@ "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-terser": "^0.2.1", - "@types/jest": "^29.2.4", - "@types/node": "^18.11.17", + "@rollup/plugin-terser": "^0.3.0", + "@types/jest": "^29.2.5", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", - "rollup": "^3.7.5", + "rollup": "^3.9.1", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.3", "tslib": "^2.4.1", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 6dbf8361..5c56cfc1 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -40,7 +40,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@redux-devtools/chart-monitor": "^4.0.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.2", @@ -67,8 +67,8 @@ "socketcluster-client": "^17.1.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -77,25 +77,25 @@ "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.191", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@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.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 2c381df6..8e1422f8 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -39,15 +39,15 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/redux-devtools-themes": "^1.0.0", "d3-state-visualizer": "^2.0.0", "deepmerge": "^4.2.2", "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -55,10 +55,10 @@ "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 41bc4877..cbacf392 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -52,7 +52,7 @@ "express": "^4.18.2", "get-port": "^6.1.2", "graphql": "^16.6.0", - "knex": "^2.3.0", + "knex": "^2.4.0", "lodash-es": "^4.17.21", "minimist": "^1.2.7", "morgan": "^1.10.0", @@ -71,22 +71,22 @@ "@types/cors": "^2.8.13", "@types/cross-spawn": "^6.0.2", "@types/express": "^4.17.15", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/lodash-es": "^4.17.6", "@types/minimist": "^1.2.2", - "@types/morgan": "^1.9.3", - "@types/node": "^18.11.17", + "@types/morgan": "^1.9.4", + "@types/node": "^18.11.18", "@types/semver": "^7.3.13", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^16.1.0", "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^9.0.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "jest": "^29.3.1", "ncp": "^2.0.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 22589df8..3ebe268d 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -41,15 +41,15 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/prop-types": "^15.7.5", "parse-key": "^0.2.1", "prop-types": "^15.8.1", "react-dock": "^0.6.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -58,10 +58,10 @@ "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index eacc2352..9b5a1370 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -29,20 +29,20 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", - "immutable": "^4.1.0" + "@babel/runtime": "^7.20.7", + "immutable": "^4.2.2" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "redux": "^4.2.0", "rimraf": "^3.0.2", "typescript": "~4.9.4" 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 96b2d9d0..02f3cb5f 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -15,36 +15,36 @@ "@redux-devtools/inspector-monitor": "^3.0.0", "@redux-devtools/inspector-monitor-test-tab": "^1.0.0", "@redux-devtools/ui": "^1.3.0", - "immutable": "^4.1.0", + "immutable": "^4.2.2", "lodash.shuffle": "^4.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.6.0", + "react-router-dom": "^6.6.1", "redux": "^4.2.0", "redux-logger": "^3.0.6", "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@types/redux-logger": "^3.0.9", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index f0d259ba..f9bb3f8f 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -43,7 +43,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "es6template": "^1.0.5", @@ -55,8 +55,8 @@ "simple-diff": "^1.6.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -65,17 +65,17 @@ "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^13.4.0", - "@types/es6template": "^1.0.0", - "@types/jest": "^29.2.4", + "@types/es6template": "^1.0.1", + "@types/jest": "^29.2.5", "@types/jsan": "^3.1.2", "@types/object-path": "^0.11.1", "@types/react": "^18.0.26", "@types/simple-diff": "^1.6.1", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 99c827bf..43a91029 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/chrome": "^0.0.206", "anser": "^2.1.1", "html-entities": "^2.3.3", @@ -40,8 +40,8 @@ "source-map": "^0.5.7" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -52,17 +52,17 @@ "@testing-library/react": "^13.4.0", "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", - "@types/jest": "^29.2.4", - "@types/node": "^18.11.17", + "@types/jest": "^29.2.5", + "@types/node": "^18.11.18", "@types/path-browserify": "^1.0.0", "@types/react": "^18.0.26", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index e858c15b..b8b6bb87 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -14,34 +14,34 @@ "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/inspector-monitor": "^3.0.0", "base16": "^1.0.0", - "immutable": "^4.1.0", + "immutable": "^4.2.2", "lodash.shuffle": "^4.2.0", "react": "^18.2.0", "react-bootstrap": "^2.7.0", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.6.0", + "react-router-dom": "^6.6.1", "redux": "^4.2.0", "redux-logger": "^3.0.6" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@types/redux-logger": "^3.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index 9a27c471..b3f1c2f1 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -35,13 +35,13 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/dragula": "^3.7.1", "@types/lodash": "^4.14.191", "@types/prop-types": "^15.7.5", "dateformat": "^5.0.3", "hex-rgba": "^1.0.2", - "immutable": "^4.1.0", + "immutable": "^4.2.2", "javascript-stringify": "^2.1.0", "jsondiffpatch": "^0.4.1", "jss": "^10.9.2", @@ -54,8 +54,8 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -69,10 +69,10 @@ "@types/react": "^18.0.26", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index c682904c..45e56eff 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -41,24 +41,24 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "lodash": "^4.17.21" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/lodash": "^4.14.191", - "@types/node": "^18.11.17", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@types/node": "^18.11.18", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "jest": "^29.3.1", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index 785b0b8d..2b74064c 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@types/lodash.debounce": "^4.0.7", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -51,8 +51,8 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -60,10 +60,10 @@ "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index 0066cdf7..7bc50b7c 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@redux-devtools/instrument": "^2.1.0", "@redux-devtools/utils": "^2.0.0", "jsan": "^3.1.14", @@ -50,20 +50,20 @@ "socketcluster-client": "^17.1.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "redux": "^4.2.0", "rimraf": "^3.0.2", "typescript": "~4.9.4" diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 6e8c8229..40f22b72 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -10,8 +10,8 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.20.6", - "@chakra-ui/react": "^2.4.4", + "@babel/runtime": "^7.20.7", + "@chakra-ui/react": "^2.4.6", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@mswjs/data": "^0.11.0", @@ -19,35 +19,35 @@ "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^3.1.0", "@reduxjs/toolkit": "^1.9.1", - "framer-motion": "^8.0.1", + "framer-motion": "^8.2.4", "msw": "^0.49.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.6.0", + "react-router-dom": "^6.6.1", "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index d68899fa..39400f13 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -44,13 +44,13 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@redux-devtools/ui": "^1.3.0", "@types/lodash": "^4.14.191", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "hex-rgba": "^1.0.2", - "immutable": "^4.1.0", + "immutable": "^4.2.2", "jss": "^10.9.2", "jss-preset-default": "^10.9.2", "lodash.debounce": "^4.0.8", @@ -60,8 +60,8 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -71,15 +71,15 @@ "@reduxjs/toolkit": "^1.9.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index d0aed428..3f73803c 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -37,30 +37,30 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "jsan": "^3.1.14" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", - "immutable": "^4.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", + "immutable": "^4.2.2", "jest": "^29.3.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", "typescript": "~4.9.4" }, "peerDependencies": { - "immutable": "^4.1.0" + "immutable": "^4.2.2" } } diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index c4668a76..b678a696 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -30,24 +30,24 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 89eb72a5..f985c4ed 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -40,19 +40,19 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 52a073ed..988975c3 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -42,10 +42,10 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@rjsf/core": "^4.2.3", "@types/base16": "^1.0.2", - "@types/codemirror": "^5.60.5", + "@types/codemirror": "^5.60.6", "@types/json-schema": "^7.0.11", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -60,8 +60,8 @@ "simple-element-resize-detector": "^1.3.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", @@ -71,20 +71,20 @@ "@storybook/builder-webpack5": "^6.5.15", "@storybook/manager-webpack5": "^6.5.15", "@storybook/react": "^6.5.15", - "@testing-library/dom": "^8.19.0", + "@testing-library/dom": "^8.19.1", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/color": "^3.0.3", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/react": "^18.0.26", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "csstype": "^3.1.1", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", @@ -96,7 +96,7 @@ "require-from-string": "^2.0.2", "rimraf": "^3.0.2", "styled-components": "^5.3.6", - "stylelint": "^14.16.0", + "stylelint": "^14.16.1", "stylelint-config-prettier": "^9.0.4", "stylelint-config-standard": "^29.0.0", "stylelint-config-styled-components": "^0.1.1", diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 31004d25..bfe62ba9 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -32,37 +32,37 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@redux-devtools/core": "^3.13.1", "@redux-devtools/serialize": "^0.4.1", "@types/get-params": "^0.1.0", "get-params": "^0.1.2", - "immutable": "^4.1.0", + "immutable": "^4.2.2", "jsan": "^3.1.14", "lodash": "^4.17.21", "nanoid": "^4.0.0", "redux": "^4.2.0" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", "@types/lodash": "^4.14.191", - "@types/node": "^18.11.17", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "@types/node": "^18.11.18", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "rimraf": "^3.0.2", "typescript": "~4.9.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", - "immutable": "^4.1.0", + "immutable": "^4.2.2", "redux": "^4.2.0" } } diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 3eba5526..5aac1c1c 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -30,21 +30,21 @@ "redux-thunk": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index aabaf74b..29a45b3e 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -43,23 +43,23 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.20.5", + "@babel/core": "^7.20.12", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.26", - "@types/react-dom": "^18.0.9", + "@types/react-dom": "^18.0.10", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "babel-loader": "^9.1.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.14", diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 4c6a4803..41ba8654 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -41,29 +41,29 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.20.7", "@redux-devtools/instrument": "^2.1.0", "@types/prop-types": "^15.7.5", "lodash": "^4.17.21", "prop-types": "^15.8.1" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/lodash": "^4.14.191", - "@types/node": "^18.11.17", + "@types/node": "^18.11.18", "@types/react": "^18.0.26", - "@typescript-eslint/eslint-plugin": "^5.47.0", - "@typescript-eslint/parser": "^5.47.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.7", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9976b688..39fcc0c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,41 +7,41 @@ importers: .: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@changesets/cli': ^2.26.0 '@nrwl/nx-cloud': ^15.0.2 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 - nx: ^15.3.3 - prettier: 2.8.1 + nx: ^15.4.5 + prettier: 2.8.2 typescript: ~4.9.4 devDependencies: - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi '@changesets/cli': 2.26.0 '@nrwl/nx-cloud': 15.0.2 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 jest: 29.3.1 - nx: 15.3.3 - prettier: 2.8.1 + nx: 15.4.5 + prettier: 2.8.2 typescript: 4.9.4 extension: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/polyfill': ^7.12.1 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 @@ -60,16 +60,16 @@ importers: '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.191 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@types/styled-components': ^5.1.26 - babel-loader: ^9.1.0 + babel-loader: ^9.1.2 chromedriver: ^108.0.0 copy-webpack-plugin: ^11.0.0 cpy-cli: ^4.2.0 cross-env: ^7.0.3 css-loader: ^6.7.3 electron: ^22.0.0 - eslint: ^8.30.0 + eslint: ^8.31.0 eslint-config-airbnb: ^19.0.4 eslint-plugin-import: ^2.26.0 eslint-plugin-jsx-a11y: ^6.6.1 @@ -77,7 +77,7 @@ importers: eslint-plugin-react-hooks: ^4.6.0 file-loader: ^6.2.0 fork-ts-checker-webpack-plugin: ^7.2.14 - immutable: ^4.1.0 + immutable: ^4.2.2 jest: ^29.3.1 jest-environment-jsdom: ^29.3.1 jsan: ^3.1.14 @@ -122,39 +122,39 @@ importers: react-icons: 4.7.1_react@18.2.0 react-is: 18.2.0 react-json-tree: link:../packages/react-json-tree - react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq + react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 redux: 4.2.0 redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@babel/register': 7.18.9_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/register': 7.18.9_@babel+core@7.20.12 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/chrome': 0.0.206 '@types/lodash': 4.14.191 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/styled-components': 5.1.26 - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm chromedriver: 108.0.0 copy-webpack-plugin: 11.0.0_webpack@5.75.0 cpy-cli: 4.2.0 cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 electron: 22.0.0 - eslint: 8.30.0 - eslint-config-airbnb: 19.0.4_j3uyvjk2vb2gkfzhvqukeu5rlq - eslint-plugin-import: 2.26.0_eslint@8.30.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-airbnb: 19.0.4_kdrd7zxcgo7evu26hvr6zfy33i + eslint-plugin-import: 2.26.0_eslint@8.31.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 file-loader: 6.2.0_webpack@5.75.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi - immutable: 4.1.0 + immutable: 4.2.2 jest: 29.3.1 jest-environment-jsdom: 29.3.1 pug-html-loader: 1.1.5 @@ -165,34 +165,34 @@ importers: selenium-webdriver: 4.7.1 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.75.0 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_webpack@5.75.0 packages/d3-state-visualizer: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@types/d3': ^7.4.0 '@types/ramda': ^0.28.20 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 d3: ^7.8.0 d3tooltip: ^3.0.0 deepmerge: ^4.2.2 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 map2tree: ^3.0.0 ramda: ^0.28.0 rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/d3': 7.4.0 d3: 7.8.0 d3tooltip: link:../d3tooltip @@ -200,32 +200,32 @@ importers: map2tree: link:../map2tree ramda: 0.28.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/ramda': 0.28.20 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 rimraf: 3.0.2 typescript: 4.9.4 packages/d3-state-visualizer/examples/tree: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.11.17 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@types/node': ^18.11.18 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 cross-env: ^7.0.3 d3-state-visualizer: ^2.0.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 html-webpack-plugin: ^5.5.0 map2tree: ^3.0.0 @@ -238,19 +238,19 @@ importers: d3-state-visualizer: link:../.. map2tree: link:../../../map2tree devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/node': 18.11.17 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/node': 18.11.18 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -258,102 +258,102 @@ importers: packages/d3tooltip: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@types/d3': ^7.4.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 d3: ^7.8.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/d3': 7.4.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe d3: 7.8.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 rimraf: 3.0.2 typescript: 4.9.4 packages/map2tree: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 - '@types/jest': ^29.2.4 + '@babel/runtime': ^7.20.7 + '@types/jest': ^29.2.5 '@types/lodash': ^4.14.191 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 - immutable: ^4.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 + immutable: ^4.2.2 jest: ^29.3.1 lodash: ^4.17.21 rimraf: ^3.0.2 ts-jest: ^29.0.3 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/jest': 29.2.4 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/jest': 29.2.5 '@types/lodash': 4.14.191 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - immutable: 4.1.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + immutable: 4.2.2 jest: 29.3.1 rimraf: 3.0.2 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/react-base16-styling: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@types/base16': ^1.0.2 '@types/color': ^3.0.3 - '@types/jest': ^29.2.4 + '@types/jest': ^29.2.5 '@types/lodash': ^4.14.191 '@types/lodash.curry': ^4.1.7 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 base16: ^1.0.0 color: ^4.2.3 csstype: ^3.1.1 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 jest: ^29.3.1 jest-environment-jsdom: ^29.3.1 lodash.curry: ^4.1.1 @@ -361,7 +361,7 @@ importers: ts-jest: ^29.0.3 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/base16': 1.0.2 '@types/lodash': 4.14.191 base16: 1.0.0 @@ -369,47 +369,47 @@ importers: csstype: 3.1.1 lodash.curry: 4.1.1 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/color': 3.0.3 - '@types/jest': 29.2.4 + '@types/jest': 29.2.5 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq jest: 29.3.1 jest-environment-jsdom: 29.3.1 rimraf: 3.0.2 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/react-dock: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 - '@types/jest': ^29.2.4 + '@babel/runtime': ^7.20.7 + '@types/jest': ^29.2.5 '@types/lodash': ^4.14.191 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 @@ -422,54 +422,54 @@ importers: ts-jest: ^29.0.3 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/lodash': 4.14.191 '@types/prop-types': 15.7.5 lodash.debounce: 4.0.8 prop-types: 15.8.1 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/jest': 29.2.4 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/jest': 29.2.5 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.26 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/react-dock/demo: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 @@ -495,25 +495,25 @@ importers: react-is: 18.2.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/node': 18.11.17 + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/node': 18.11.18 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -521,28 +521,28 @@ importers: packages/react-json-tree: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@rollup/plugin-babel': ^6.0.3 '@rollup/plugin-commonjs': ^24.0.0 '@rollup/plugin-node-resolve': ^15.0.1 - '@rollup/plugin-terser': ^0.2.1 - '@types/jest': ^29.2.4 + '@rollup/plugin-terser': ^0.3.0 + '@types/jest': ^29.2.5 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/react': ^18.0.26 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 @@ -550,68 +550,68 @@ importers: react-base16-styling: ^0.9.1 react-test-renderer: ^18.2.0 rimraf: ^3.0.2 - rollup: ^3.7.5 + rollup: ^3.9.1 rollup-plugin-typescript2: ^0.34.1 ts-jest: ^29.0.3 tslib: ^2.4.1 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/lodash': 4.14.191 react-base16-styling: link:../react-base16-styling devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@rollup/plugin-babel': 6.0.3_zrxplyvfi52whpdwd6wkjjeo5q - '@rollup/plugin-commonjs': 24.0.0_rollup@3.7.5 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.7.5 - '@rollup/plugin-terser': 0.2.1_rollup@3.7.5 - '@types/jest': 29.2.4 - '@types/node': 18.11.17 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@rollup/plugin-babel': 6.0.3_2l6eqm5ksmys5vhtxa73rmqufy + '@rollup/plugin-commonjs': 24.0.0_rollup@3.9.1 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.9.1 + '@rollup/plugin-terser': 0.3.0_rollup@3.9.1 + '@types/jest': 29.2.5 + '@types/node': 18.11.18 '@types/react': 18.0.26 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 - jest: 29.3.1_@types+node@18.11.17 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + jest: 29.3.1_@types+node@18.11.18 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - rollup: 3.7.5 - rollup-plugin-typescript2: 0.34.1_oj4jlwi3mkekxo3vucumcwebnq - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + rollup: 3.9.1 + rollup-plugin-typescript2: 0.34.1_esmavzhadgk2idmxtiodxm33ma + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e tslib: 2.4.1 typescript: 4.9.4 packages/react-json-tree/examples: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@types/react-dom': ^18.0.10 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 html-webpack-plugin: ^5.5.0 - immutable: ^4.1.0 + immutable: ^4.2.2 react: ^18.2.0 react-base16-styling: ^0.9.1 react-dom: ^18.2.0 @@ -622,30 +622,30 @@ importers: webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: - immutable: 4.1.0 + immutable: 4.2.2 react: 18.2.0 react-base16-styling: link:../../react-base16-styling react-dom: 18.2.0_react@18.2.0 react-json-tree: link:.. devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/node': 18.11.17 + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/node': 18.11.18 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@types/react-dom': 18.0.10 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -653,25 +653,25 @@ importers: packages/redux-devtools: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/instrument': ^2.1.0 - '@types/jest': ^29.2.4 + '@types/jest': ^29.2.5 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 @@ -685,49 +685,49 @@ importers: ts-jest: ^29.0.3 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@redux-devtools/instrument': link:../redux-devtools-instrument '@types/prop-types': 15.7.5 lodash: 4.17.21 prop-types: 15.8.1 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/jest': 29.2.4 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/jest': 29.2.5 '@types/lodash': 4.14.191 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 - jest: 29.3.1_@types+node@18.11.17 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + jest: 29.3.1_@types+node@18.11.18 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_lyglh7ra5csqnudbq3lr4zb6du redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/redux-devtools-app: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/chart-monitor': ^4.0.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.2 @@ -741,27 +741,27 @@ importers: '@rjsf/core': ^4.2.3 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 - '@types/jest': ^29.2.4 + '@types/jest': ^29.2.5 '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@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.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 cross-env: ^7.0.3 css-loader: ^6.7.3 d3-state-visualizer: ^2.0.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 @@ -793,7 +793,7 @@ importers: webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@redux-devtools/chart-monitor': link:../redux-devtools-chart-monitor '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor @@ -814,54 +814,54 @@ importers: prop-types: 15.8.1 react-icons: 4.7.1_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq + react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 redux: 4.2.0 redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 socketcluster-client: 17.1.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@rjsf/core': 4.2.3_react@18.2.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/jest': 29.2.4 + '@types/jest': 29.2.5 '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 '@types/lodash': 4.14.191 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@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.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-loader: 4.2.0_webpack@5.75.0 html-webpack-plugin: 5.5.0_webpack@5.75.0 - jest: 29.3.1_xgdmd3tdlagpkcvgycprrn3igm + jest: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 jest-environment-jsdom: 29.3.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 3.0.2 style-loader: 3.3.1_webpack@5.75.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -869,23 +869,23 @@ importers: packages/redux-devtools-chart-monitor: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.1 '@types/react': ^18.0.26 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 d3-state-visualizer: ^2.0.0 deepmerge: ^4.2.2 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 react: ^18.2.0 @@ -894,27 +894,27 @@ importers: rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/redux-devtools-themes': 1.0.0 d3-state-visualizer: link:../d3-state-visualizer deepmerge: 4.2.2 redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -928,11 +928,11 @@ importers: '@types/cors': ^2.8.13 '@types/cross-spawn': ^6.0.2 '@types/express': ^4.17.15 - '@types/jest': ^29.2.4 + '@types/jest': ^29.2.5 '@types/lodash-es': ^4.17.6 '@types/minimist': ^1.2.2 - '@types/morgan': ^1.9.3 - '@types/node': ^18.11.17 + '@types/morgan': ^1.9.4 + '@types/node': ^18.11.18 '@types/react': ^18.0.26 '@types/semver': ^7.3.13 '@types/socketcluster-client': ^16.0.0 @@ -940,21 +940,21 @@ importers: '@types/styled-components': ^5.1.26 '@types/supertest': ^2.0.12 '@types/uuid': ^9.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 body-parser: ^1.20.1 chalk: ^5.2.0 cors: ^2.8.5 cross-spawn: ^7.0.3 electron: ^22.0.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 express: ^4.18.2 get-port: ^6.1.2 graphql: ^16.6.0 jest: ^29.3.1 - knex: ^2.3.0 + knex: ^2.4.0 lodash-es: ^4.17.21 minimist: ^1.2.7 morgan: ^1.10.0 @@ -985,7 +985,7 @@ importers: express: 4.18.2 get-port: 6.1.2 graphql: 16.6.0 - knex: 2.3.0_sqlite3@5.1.4 + knex: 2.4.0_sqlite3@5.1.4 lodash-es: 4.17.21 minimist: 1.2.7 morgan: 1.10.0 @@ -1003,23 +1003,23 @@ importers: '@types/cors': 2.8.13 '@types/cross-spawn': 6.0.2 '@types/express': 4.17.15 - '@types/jest': 29.2.4 + '@types/jest': 29.2.5 '@types/lodash-es': 4.17.6 '@types/minimist': 1.2.2 - '@types/morgan': 1.9.3 - '@types/node': 18.11.17 + '@types/morgan': 1.9.4 + '@types/node': 18.11.18 '@types/semver': 7.3.13 '@types/socketcluster-client': 16.0.0 '@types/socketcluster-server': 16.1.0 '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 9.0.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - jest: 29.3.1_@types+node@18.11.17 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + jest: 29.3.1_@types+node@18.11.18 ncp: 2.0.0 rimraf: 3.0.2 socketcluster-client: 17.1.0 @@ -1029,22 +1029,22 @@ importers: packages/redux-devtools-dock-monitor: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.1 '@types/parse-key': ^0.2.0 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 parse-key: ^0.2.1 @@ -1055,28 +1055,28 @@ importers: rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/prop-types': 15.7.5 parse-key: 0.2.1 prop-types: 15.8.1 react-dock: link:../react-dock devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1084,49 +1084,49 @@ importers: packages/redux-devtools-extension: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - immutable: ^4.1.0 + '@babel/runtime': ^7.20.7 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + immutable: ^4.2.2 redux: ^4.2.0 rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 - immutable: 4.1.0 + '@babel/runtime': 7.20.7 + immutable: 4.2.2 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 redux: 4.2.0 rimraf: 3.0.2 typescript: 4.9.4 packages/redux-devtools-inspector-monitor: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.1 '@types/dateformat': ^5.0.0 '@types/dragula': ^3.7.1 @@ -1138,15 +1138,15 @@ importers: '@types/react': ^18.0.26 '@types/react-dragula': ^1.1.0 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 dateformat: ^5.0.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 - immutable: ^4.1.0 + immutable: ^4.2.2 javascript-stringify: ^2.1.0 jsondiffpatch: ^0.4.1 jss: ^10.9.2 @@ -1162,13 +1162,13 @@ importers: rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/dragula': 3.7.1 '@types/lodash': 4.14.191 '@types/prop-types': 15.7.5 dateformat: 5.0.3 hex-rgba: 1.0.2 - immutable: 4.1.0 + immutable: 4.2.2 javascript-stringify: 2.1.0 jsondiffpatch: 0.4.1 jss: 10.9.2 @@ -1180,13 +1180,13 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools '@types/dateformat': 5.0.0 '@types/hex-rgba': 1.0.1 @@ -1195,12 +1195,12 @@ importers: '@types/react': 18.0.26 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1208,31 +1208,31 @@ importers: packages/redux-devtools-inspector-monitor-test-tab: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@redux-devtools/ui': ^1.3.0 '@testing-library/react': ^13.4.0 - '@types/es6template': ^1.0.0 - '@types/jest': ^29.2.4 + '@types/es6template': ^1.0.1 + '@types/jest': ^29.2.5 '@types/jsan': ^3.1.2 '@types/object-path': ^0.11.1 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 '@types/simple-diff': ^1.6.1 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 es6template: ^1.0.5 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 @@ -1250,7 +1250,7 @@ importers: ts-jest: ^29.0.3 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 es6template: 1.0.5 @@ -1261,41 +1261,41 @@ importers: react-icons: 4.7.1_react@18.2.0 simple-diff: 1.6.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/es6template': 1.0.0 - '@types/jest': 29.2.4 + '@types/es6template': 1.0.1 + '@types/jest': 29.2.5 '@types/jsan': 3.1.2 '@types/object-path': 0.11.1 '@types/react': 18.0.26 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 @@ -1305,30 +1305,30 @@ importers: '@redux-devtools/inspector-monitor-test-tab': ^1.0.0 '@redux-devtools/ui': ^1.3.0 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@types/redux-logger': ^3.0.9 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 html-webpack-plugin: ^5.5.0 - immutable: ^4.1.0 + immutable: ^4.2.2 lodash.shuffle: ^4.2.0 react: ^18.2.0 react-dom: ^18.2.0 react-is: ^18.2.0 react-redux: ^8.0.5 - react-router-dom: ^6.6.0 + react-router-dom: ^6.6.1 redux: ^4.2.0 redux-logger: ^3.0.6 style-loader: ^3.3.1 @@ -1344,41 +1344,41 @@ importers: '@redux-devtools/inspector-monitor': link:../../redux-devtools-inspector-monitor '@redux-devtools/inspector-monitor-test-tab': link:.. '@redux-devtools/ui': link:../../redux-devtools-ui - immutable: 4.1.0 + immutable: 4.2.2 lodash.shuffle: 4.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq - react-router-dom: 6.6.0_biqbaboplfbrettd7655fr4n2y + react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 + react-router-dom: 6.6.1_biqbaboplfbrettd7655fr4n2y redux: 4.2.0 redux-logger: 3.0.6 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/lodash.shuffle': 4.2.7 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -1386,33 +1386,33 @@ importers: packages/redux-devtools-inspector-monitor-trace-tab: specifiers: - '@babel/cli': ^7.19.3 + '@babel/cli': ^7.20.7 '@babel/code-frame': ^7.18.6 - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@testing-library/react': ^13.4.0 '@types/babel__code-frame': ^7.0.3 '@types/chrome': ^0.0.206 '@types/html-entities': ^1.3.4 - '@types/jest': ^29.2.4 - '@types/node': ^18.11.17 + '@types/jest': ^29.2.5 + '@types/node': ^18.11.18 '@types/path-browserify': ^1.0.0 '@types/react': ^18.0.26 '@types/redux-devtools-themes': ^1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 anser: ^2.1.1 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 @@ -1430,7 +1430,7 @@ importers: typescript: ~4.9.4 dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/chrome': 0.0.206 anser: 2.1.1 html-entities: 2.3.3 @@ -1438,44 +1438,44 @@ importers: redux-devtools-themes: 1.0.0 source-map: 0.5.7 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 - '@types/jest': 29.2.4 - '@types/node': 18.11.17 + '@types/jest': 29.2.5 + '@types/node': 18.11.18 '@types/path-browserify': 1.0.0 '@types/react': 18.0.26 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 - jest: 29.3.1_@types+node@18.11.17 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 + jest: 29.3.1_@types+node@18.11.18 jest-environment-jsdom: 29.3.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-test-renderer: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/redux-devtools-inspector-monitor/demo: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 @@ -1484,29 +1484,29 @@ importers: '@redux-devtools/inspector-monitor': ^3.0.0 '@types/base16': ^1.0.2 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@types/redux-logger': ^3.0.9 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 base16: ^1.0.0 cross-env: ^7.0.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 html-webpack-plugin: ^5.5.0 - immutable: ^4.1.0 + immutable: ^4.2.2 lodash.shuffle: ^4.2.0 react: ^18.2.0 react-bootstrap: ^2.7.0 react-dom: ^18.2.0 react-redux: ^8.0.5 - react-router-dom: ^6.6.0 + react-router-dom: ^6.6.1 redux: ^4.2.0 redux-logger: ^3.0.6 ts-node: ^10.9.1 @@ -1519,38 +1519,38 @@ importers: '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/inspector-monitor': link:.. base16: 1.0.0 - immutable: 4.1.0 + immutable: 4.2.2 lodash.shuffle: 4.2.0 react: 18.2.0 react-bootstrap: 2.7.0_ib3m5ricvtkl2cll7qpr2f6lvq react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq - react-router-dom: 6.6.0_biqbaboplfbrettd7655fr4n2y + react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 + react-router-dom: 6.6.1_biqbaboplfbrettd7655fr4n2y redux: 4.2.0 redux-logger: 3.0.6 devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/base16': 1.0.2 '@types/lodash.shuffle': 4.2.7 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -1558,21 +1558,21 @@ importers: packages/redux-devtools-instrument: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 - '@types/jest': ^29.2.4 + '@babel/runtime': ^7.20.7 + '@types/jest': ^29.2.5 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.17 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + '@types/node': ^18.11.18 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 jest: ^29.3.1 lodash: ^4.17.21 redux: ^4.2.0 @@ -1581,49 +1581,49 @@ importers: ts-jest: ^29.0.3 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/jest': 29.2.4 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/jest': 29.2.5 '@types/lodash': 4.14.191 - '@types/node': 18.11.17 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - jest: 29.3.1_@types+node@18.11.17 + '@types/node': 18.11.18 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + jest: 29.3.1_@types+node@18.11.18 redux: 4.2.0 rimraf: 3.0.2 rxjs: 7.8.0 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/redux-devtools-log-monitor: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.1 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 lodash.debounce: ^4.0.8 @@ -1635,7 +1635,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/lodash.debounce': 4.0.7 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -1644,21 +1644,21 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1666,23 +1666,23 @@ importers: packages/redux-devtools-remote: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/instrument': ^2.1.0 '@redux-devtools/utils': ^2.0.0 '@types/jsan': ^3.1.2 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/rn-host-detect': ^1.2.0 '@types/socketcluster-client': ^16.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 jsan: ^3.1.14 querystring: ^0.2.1 redux: ^4.2.0 @@ -1691,7 +1691,7 @@ importers: socketcluster-client: ^17.1.0 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@redux-devtools/instrument': link:../redux-devtools-instrument '@redux-devtools/utils': link:../redux-devtools-utils jsan: 3.1.14 @@ -1699,55 +1699,55 @@ importers: rn-host-detect: 1.2.0 socketcluster-client: 17.1.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/jsan': 3.1.2 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 redux: 4.2.0 rimraf: 3.0.2 typescript: 4.9.4 packages/redux-devtools-rtk-query-monitor: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 '@reduxjs/toolkit': ^1.9.1 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 '@types/hex-rgba': ^1.0.1 - '@types/jest': ^29.2.4 + '@types/jest': ^29.2.5 '@types/lodash': ^4.14.191 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 - immutable: ^4.1.0 + immutable: ^4.2.2 jest: ^29.3.1 jest-environment-jsdom: ^29.3.1 jss: ^10.9.2 @@ -1765,13 +1765,13 @@ importers: ts-jest: ^29.0.3 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@redux-devtools/ui': link:../redux-devtools-ui '@types/lodash': 4.14.191 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 hex-rgba: 1.0.2 - immutable: 4.1.0 + immutable: 4.2.2 jss: 10.9.2 jss-preset-default: 10.9.2 lodash.debounce: 4.0.8 @@ -1780,28 +1780,28 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools '@reduxjs/toolkit': 1.9.1_k4ae6lp43ej6mezo3ztvx6pykq '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/hex-rgba': 1.0.1 - '@types/jest': 29.2.4 + '@types/jest': 29.2.5 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 react: 18.2.0 @@ -1809,18 +1809,18 @@ importers: react-redux: 8.0.5_lyglh7ra5csqnudbq3lr4zb6du redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/redux-devtools-rtk-query-monitor/demo: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 - '@chakra-ui/react': ^2.4.4 + '@babel/runtime': ^7.20.7 + '@chakra-ui/react': ^2.4.6 '@emotion/react': ^11.10.5 '@emotion/styled': ^11.10.5 '@mswjs/data': ^0.11.0 @@ -1829,22 +1829,22 @@ importers: '@redux-devtools/rtk-query-monitor': ^3.1.0 '@reduxjs/toolkit': ^1.9.1 '@types/copy-webpack-plugin': ^8.0.1 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 - framer-motion: ^8.0.1 + framer-motion: ^8.2.4 html-webpack-plugin: ^5.5.0 msw: ^0.49.2 react: ^18.2.0 @@ -1852,7 +1852,7 @@ importers: react-icons: ^4.7.1 react-is: ^18.2.0 react-redux: ^8.0.5 - react-router-dom: ^6.6.0 + react-router-dom: ^6.6.1 style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 @@ -1861,49 +1861,49 @@ importers: webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.20.6 - '@chakra-ui/react': 2.4.4_w5uice4kjq7uitpodib7xbfoui - '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq - '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy + '@babel/runtime': 7.20.7 + '@chakra-ui/react': 2.4.6_7rmqxmvcooh6vn4y4z6d5tku5u + '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe + '@emotion/styled': 11.10.5_jp5djshq6aqfasno3mth3hguci '@mswjs/data': 0.11.0_typescript@4.9.4 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. '@reduxjs/toolkit': 1.9.1_k4ae6lp43ej6mezo3ztvx6pykq - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y msw: 0.49.2_typescript@4.9.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.7.1_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.5_yqqa5ithnjtlkxisuaub7c4kpa - react-router-dom: 6.6.0_biqbaboplfbrettd7655fr4n2y + react-redux: 8.0.5_ie75ejlwqy5zh3tldgt7pftwcu + react-router-dom: 6.6.1_biqbaboplfbrettd7655fr4n2y styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.20.5 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/copy-webpack-plugin': 8.0.1_webpack-cli@5.0.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm copy-webpack-plugin: 11.0.0_webpack@5.75.0 cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -1911,68 +1911,68 @@ importers: packages/redux-devtools-serialize: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 - '@types/jest': ^29.2.4 + '@babel/runtime': ^7.20.7 + '@types/jest': ^29.2.5 '@types/jsan': ^3.1.2 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 - immutable: ^4.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 + immutable: ^4.2.2 jest: ^29.3.1 jsan: ^3.1.14 rimraf: ^3.0.2 ts-jest: ^29.0.3 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jsan: 3.1.14 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/jest': 29.2.4 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/jest': 29.2.5 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - immutable: 4.1.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + immutable: 4.2.2 jest: 29.3.1 rimraf: 3.0.2 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 packages/redux-devtools-slider-monitor: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 prop-types: ^15.8.1 @@ -1982,28 +1982,28 @@ importers: rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 prop-types: 15.8.1 redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@redux-devtools/core': link:../redux-devtools - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/react': 18.0.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -2011,7 +2011,7 @@ importers: packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 @@ -2020,20 +2020,20 @@ importers: '@redux-devtools/log-monitor': ^4.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 @@ -2062,35 +2062,35 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq + react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 redux: 4.2.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/classnames': 2.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/prop-types': 15.7.5 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -2098,42 +2098,42 @@ importers: packages/redux-devtools-ui: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@rjsf/core': ^4.2.3 '@storybook/addon-essentials': ^6.5.15 '@storybook/builder-webpack5': ^6.5.15 '@storybook/manager-webpack5': ^6.5.15 '@storybook/react': ^6.5.15 - '@testing-library/dom': ^8.19.0 + '@testing-library/dom': ^8.19.1 '@testing-library/react': ^13.4.0 '@testing-library/user-event': ^14.4.3 '@types/base16': ^1.0.2 - '@types/codemirror': ^5.60.5 + '@types/codemirror': ^5.60.6 '@types/color': ^3.0.3 - '@types/jest': ^29.2.4 + '@types/jest': ^29.2.5 '@types/json-schema': ^7.0.11 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 '@types/redux-devtools-themes': ^1.0.0 '@types/simple-element-resize-detector': ^1.3.0 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 base16: ^1.0.0 codemirror: ^5.65.11 color: ^4.2.3 csstype: ^3.1.1 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.7 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 + eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 @@ -2150,7 +2150,7 @@ importers: rimraf: ^3.0.2 simple-element-resize-detector: ^1.3.0 styled-components: ^5.3.6 - stylelint: ^14.16.0 + stylelint: ^14.16.1 stylelint-config-prettier: ^9.0.4 stylelint-config-standard: ^29.0.0 stylelint-config-styled-components: ^0.1.1 @@ -2159,10 +2159,10 @@ importers: typescript: ~4.9.4 webpack: ^5.75.0 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@rjsf/core': 4.2.3_react@18.2.0 '@types/base16': 1.0.2 - '@types/codemirror': 5.60.5 + '@types/codemirror': 5.60.6 '@types/json-schema': 7.0.11 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -2172,37 +2172,37 @@ importers: color: 4.2.3 prop-types: 15.8.1 react-icons: 4.7.1_react@18.2.0 - react-select: 5.7.0_bkycudvrb3j3gvocoupj7qjewi + react-select: 5.7.0_vwskmg7mzf6u2jufkkmcrhvxcm redux-devtools-themes: 1.0.0 simple-element-resize-detector: 1.3.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@storybook/addon-essentials': 6.5.15_f5aeetbt7hal5oebpnz6rkvmbi - '@storybook/builder-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra - '@storybook/manager-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra - '@storybook/react': 6.5.15_5wqaqrzryrbegr3b6nhkgfpkte - '@testing-library/dom': 8.19.0 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@storybook/addon-essentials': 6.5.15_z5whyyu6n3lw5tgkvntrvyoayu + '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/manager-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/react': 6.5.15_4umj6u2aef6td5xkg3f7eukyp4 + '@testing-library/dom': 8.19.1 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@testing-library/user-event': 14.4.3_aaq3sbffpfe3jnxzm2zngsddei + '@testing-library/user-event': 14.4.3_ua4wuun3fnehcjqtqj2e2ldgpe '@types/color': 3.0.3 - '@types/jest': 29.2.4 + '@types/jest': 29.2.5 '@types/react': 18.0.26 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm csstype: 3.1.1 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-jest: 27.1.7_ynswt5pvagzyqki5w7w75b3qvm - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-jest: 27.2.1_5lw7u3puxf47qfi53ot2fqzcvq + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 ncp: 2.0.0 @@ -2212,36 +2212,36 @@ importers: require-from-string: 2.0.2 rimraf: 3.0.2 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - stylelint: 14.16.0 - stylelint-config-prettier: 9.0.4_stylelint@14.16.0 - stylelint-config-standard: 29.0.0_stylelint@14.16.0 + stylelint: 14.16.1 + stylelint-config-prettier: 9.0.4_stylelint@14.16.1 + stylelint-config-standard: 29.0.0_stylelint@14.16.1 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 29.0.3_orsjflytm5zjweotzi5qijesea + ts-jest: 29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e typescript: 4.9.4 webpack: 5.75.0 packages/redux-devtools-utils: specifiers: - '@babel/cli': ^7.19.3 - '@babel/core': ^7.20.5 + '@babel/cli': ^7.20.7 + '@babel/core': ^7.20.12 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.6 '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.6 + '@babel/runtime': ^7.20.7 '@redux-devtools/core': ^3.13.1 '@redux-devtools/serialize': ^0.4.1 '@types/get-params': ^0.1.0 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.191 - '@types/node': ^18.11.17 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + '@types/node': ^18.11.18 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 get-params: ^0.1.2 - immutable: ^4.1.0 + immutable: ^4.2.2 jsan: ^3.1.14 lodash: ^4.17.21 nanoid: ^4.0.0 @@ -2249,53 +2249,53 @@ importers: rimraf: ^3.0.2 typescript: ~4.9.4 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/serialize': link:../redux-devtools-serialize '@types/get-params': 0.1.0 get-params: 0.1.2 - immutable: 4.1.0 + immutable: 4.2.2 jsan: 3.1.14 lodash: 4.17.21 nanoid: 4.0.0 redux: 4.2.0 devDependencies: - '@babel/cli': 7.19.3_@babel+core@7.20.5 - '@babel/core': 7.20.5 - '@babel/eslint-parser': 7.19.1_ak4stjm4k2uvd2drmeegtfb5ly - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.20.12 + '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/jsan': 3.1.2 '@types/lodash': 4.14.191 - '@types/node': 18.11.17 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 + '@types/node': 18.11.18 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 rimraf: 3.0.2 typescript: 4.9.4 packages/redux-devtools/examples/counter: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 @@ -2318,30 +2318,30 @@ importers: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq + react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 redux: 4.2.0 redux-thunk: 2.4.2_redux@4.2.0 devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@types/node': 18.11.17 + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@types/node': 18.11.18 '@types/prop-types': 15.7.5 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -2349,7 +2349,7 @@ importers: packages/redux-devtools/examples/todomvc: specifiers: - '@babel/core': ^7.20.5 + '@babel/core': ^7.20.12 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 @@ -2357,19 +2357,19 @@ importers: '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^18.11.17 + '@types/node': ^18.11.18 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.26 - '@types/react-dom': ^18.0.9 + '@types/react-dom': ^18.0.10 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.47.0 - '@typescript-eslint/parser': ^5.47.0 - babel-loader: ^9.1.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + babel-loader: ^9.1.2 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.30.0 - eslint-config-prettier: ^8.5.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.14 @@ -2394,33 +2394,33 @@ importers: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq + react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 redux: 4.2.0 todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 '@types/classnames': 2.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/prop-types': 15.7.5 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - babel-loader: 9.1.0_ztqwsvkb6z73luspkai6ilstpu + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 fork-ts-checker-webpack-plugin: 7.2.14_3fkjkrd3audxnith3e7fo4fnxi html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -2619,14 +2619,14 @@ packages: engines: {node: '>=14'} dev: false - /@babel/cli/7.19.3_@babel+core@7.20.5: - resolution: {integrity: sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==} + /@babel/cli/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@jridgewell/trace-mapping': 0.3.17 commander: 4.1.1 convert-source-map: 1.9.0 @@ -2654,13 +2654,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.6 - '@babel/parser': 7.20.5 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/generator': 7.20.7 + '@babel/helper-module-transforms': 7.20.11 + '@babel/helpers': 7.20.7 + '@babel/parser': 7.20.7 + '@babel/template': 7.20.7 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2673,20 +2673,20 @@ packages: - supports-color dev: true - /@babel/core/7.20.5: - resolution: {integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==} + /@babel/core/7.20.12: + resolution: {integrity: sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 - '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.6 - '@babel/parser': 7.20.5 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/generator': 7.20.7 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-module-transforms': 7.20.11 + '@babel/helpers': 7.20.7 + '@babel/parser': 7.20.7 + '@babel/template': 7.20.7 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2695,25 +2695,25 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.19.1_ak4stjm4k2uvd2drmeegtfb5ly: + /@babel/eslint-parser/7.19.1_ucmnolur3r335ullwiyt3zl3pi: resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} 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.20.5 + '@babel/core': 7.20.12 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.30.0 + eslint: 8.31.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true - /@babel/generator/7.20.5: - resolution: {integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==} + /@babel/generator/7.20.7: + resolution: {integrity: sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -2721,35 +2721,49 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 dev: true - /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5: + /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.12: resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.20.5 - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.4 semver: 6.3.0 + dev: true - /@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5: + /@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12: + resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.4 + lru-cache: 5.1.1 + semver: 6.3.0 + + /@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.12: resolution: {integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 @@ -2761,27 +2775,27 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.5: + /@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.12: resolution: {integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.2.2 dev: true - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.20.5: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.20.12: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/traverse': 7.20.5 + '@babel/traverse': 7.20.12 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2790,13 +2804,13 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.5: + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.12: resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -2814,37 +2828,37 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 dev: true /@babel/helper-function-name/7.19.0: resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.20.5 + '@babel/template': 7.20.7 + '@babel/types': 7.20.7 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 /@babel/helper-member-expression-to-functions/7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 dev: true /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 - /@babel/helper-module-transforms/7.20.2: - resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} + /@babel/helper-module-transforms/7.20.11: + resolution: {integrity: sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 @@ -2852,9 +2866,9 @@ packages: '@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.18.10 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/template': 7.20.7 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color @@ -2862,7 +2876,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 dev: true /@babel/helper-plugin-utils/7.10.4: @@ -2873,17 +2887,17 @@ packages: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.5: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color dev: true @@ -2895,8 +2909,8 @@ packages: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color dev: true @@ -2905,20 +2919,20 @@ packages: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 /@babel/helper-skip-transparent-expression-wrappers/7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 dev: true /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} @@ -2937,20 +2951,20 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.19.0 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/template': 7.20.7 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.20.6: - resolution: {integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==} + /@babel/helpers/7.20.7: + resolution: {integrity: sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/template': 7.20.7 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color @@ -2967,163 +2981,171 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 + dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.5: + /@babel/parser/7.20.7: + resolution: {integrity: sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.20.7 + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.5: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.5: + /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.12: resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@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.20.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.12: 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.20.5 - '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.20.5_@babel+core@7.20.5: + /@babel/plugin-proposal-decorators/7.20.5_@babel+core@7.20.12: resolution: {integrity: sha512-Lac7PpRJXcC3s9cKsBfl+uc+DYXU5FD06BrTFunQO6QIQT+DwyzDPURAowI3bcvD1dZF/ank1Z5rstUJn3Hn4Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.20.5: + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.20.12: resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.5: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.5: + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.12 dev: true /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: @@ -3137,192 +3159,192 @@ packages: '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.5: + /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.12: resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.20.5 - '@babel/core': 7.20.5 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.5: + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@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.20.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.12 dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.20.5: + /@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.20.12: resolution: {integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.5: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.5: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.12: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.5: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.12: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.5: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.12: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.5: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.12: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.5: + /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.12: resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.5: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.12: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.20.5: + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.5: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.12: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.5: + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.5: + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.12: resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.5: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.12: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.5: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.12: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3335,39 +3357,39 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.5: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.12: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.5: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.12: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.5: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.12: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3380,116 +3402,116 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.5: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.12: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.5: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.12: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.5: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.12: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.5: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.12: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.5: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.12: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.5: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.12: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.5 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping/7.20.5_@babel+core@7.20.5: + /@babel/plugin-transform-block-scoping/7.20.5_@babel+core@7.20.12: resolution: {integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.5: + /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.12: resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -3501,194 +3523,194 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.5: + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.5: + /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.12: resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.5: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@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.19.0_@babel+core@7.20.5: + /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.20.12: resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.12 dev: true - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.5: + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.12: resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.5: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 '@babel/helper-function-name': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.5: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.5: + /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.12: resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-module-transforms': 7.20.2 + '@babel/core': 7.20.12 + '@babel/helper-module-transforms': 7.20.11 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.5: + /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.12: resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-module-transforms': 7.20.2 + '@babel/core': 7.20.12 + '@babel/helper-module-transforms': 7.20.11 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.5: + /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.12: resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-module-transforms': 7.20.11 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-module-transforms': 7.20.2 + '@babel/core': 7.20.12 + '@babel/helper-module-transforms': 7.20.11 '@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.20.5: + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.12: resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.12: 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.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 transitivePeerDependencies: @@ -3705,192 +3727,192 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-parameters/7.20.5_@babel+core@7.20.5: + /@babel/plugin-transform-parameters/7.20.5_@babel+core@7.20.12: resolution: {integrity: sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.12: 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.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.12 dev: true - /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.5: + /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.12: resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 - '@babel/types': 7.20.5 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 + '@babel/types': 7.20.7 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@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.20.5: + /@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.20.12: resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@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.20.5: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.5: + /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.12: resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.5 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.5 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.5 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.12 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.12 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.12 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.5: + /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.12: resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@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.20.5: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.5: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.5: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.5: + /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.12: resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.5 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.5: + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.12: 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.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.5: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3902,153 +3924,153 @@ packages: regenerator-runtime: 0.13.11 dev: false - /@babel/preset-env/7.20.2_@babel+core@7.20.5: + /@babel/preset-env/7.20.2_@babel+core@7.20.12: resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.20.5 - '@babel/core': 7.20.5 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.5 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.5 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.5 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.5 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.5 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.5 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.5 - '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.5 - '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.5 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-regenerator': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.5 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.5 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.5 - '@babel/preset-modules': 0.1.5_@babel+core@7.20.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.12 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.12 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.12 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.12 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.12 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.12 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.12 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.12 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.12 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.12 + '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.12 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-regenerator': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.12 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.12 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.12 + '@babel/preset-modules': 0.1.5_@babel+core@7.20.12 '@babel/types': 7.20.5 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.5 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.5 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.5 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.12 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.12 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.12 core-js-compat: 3.26.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow/7.18.6_@babel+core@7.20.5: + /@babel/preset-flow/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.12 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.20.5: + /@babel/preset-modules/0.1.5_@babel+core@7.20.12: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.5 - '@babel/types': 7.20.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.12 + '@babel/types': 7.20.7 esutils: 2.0.3 dev: true - /@babel/preset-react/7.18.6_@babel+core@7.20.5: + /@babel/preset-react/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.12 dev: true - /@babel/preset-typescript/7.18.6_@babel+core@7.20.5: + /@babel/preset-typescript/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.12 transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.18.9_@babel+core@7.20.5: + /@babel/register/7.18.9_@babel+core@7.20.12: resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -4070,43 +4092,67 @@ packages: dependencies: regenerator-runtime: 0.13.11 - /@babel/template/7.18.10: - resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} + /@babel/runtime/7.20.7: + resolution: {integrity: sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.11 + + /@babel/template/7.20.7: + resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 + '@babel/parser': 7.20.7 + '@babel/types': 7.20.7 + + /@babel/traverse/7.20.12: + resolution: {integrity: sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.20.7 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.19.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.20.7 + '@babel/types': 7.20.7 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color /@babel/traverse/7.20.5: resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 + '@babel/generator': 7.20.7 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 + '@babel/parser': 7.20.7 + '@babel/types': 7.20.7 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: true /@babel/traverse/7.20.5_supports-color@5.5.0: resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.5 + '@babel/generator': 7.20.7 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 + '@babel/parser': 7.20.7 + '@babel/types': 7.20.7 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: @@ -4119,6 +4165,15 @@ packages: '@babel/helper-string-parser': 7.19.4 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 + dev: true + + /@babel/types/7.20.7: + resolution: {integrity: sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==} + 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 /@base2/pretty-print-object/1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -4128,368 +4183,384 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.1.4_t76srolfnsegfnwwaemkfwgcyq: - resolution: {integrity: sha512-PQFW6kr+Bdru0DjKA8akC4BAz1VAJisLgo4TsJwjPO2gTS0zr99C+3bBs9uoDnjSJAf18/Q5zdXv11adA8n2XA==} + /@chakra-ui/accordion/2.1.5_yqhfmoaf5dfprehsryzajus72q: + resolution: {integrity: sha512-mxpcbnrbraYGNu/tmYC/Y0BNqM8jGXYygl4wzttlMSm8pXrhXApyv0bNBsU6zbBWqeyQE64R14N1ONl4i8CMkQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/descendant': 3.0.11_react@18.2.0 - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.12_f2dei7egqlny4za2bmg57z5csy - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/descendant': 3.0.12_react@18.2.0 + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.13_3kvuj4ss2hjbwisvymegpn5af4 + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/alert/2.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-7LqPv6EUBte4XM/Q2qBFIT5o4BC0dSlni9BHOH2BgAc5B1NF+pBAMDTUH7JNBiN7RHTV7EHAIWDziiX/NK28+Q==} + /@chakra-ui/alert/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-dG+tgfOT9LVsx+scvXdKBj3D8XRnZ1pTul4G6TSRK6A4FifSwSTvNnmjvNpoH0Vh1dSMRI0zxpV8PAfs9dS9KA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/spinner': 2.0.11_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/spinner': 2.0.12_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/anatomy/2.1.0: - resolution: {integrity: sha512-E3jMPGqKuGTbt7mKtc8g/MOOenw2c4wqRC1vOypyFgmC8wsewdY+DJJNENF3atXAK7p5VMBKQfZ7ipNlHnDAwA==} + /@chakra-ui/anatomy/2.1.1: + resolution: {integrity: sha512-LUHAoqJAgxAqmyckG5bUpBrfEo1FleEyY+1A8hkWciy58gZ+h3GoY9oBpHcdo7XdHPpy3G+3hieK/7i9NLwxAw==} dev: false - /@chakra-ui/avatar/2.2.1_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-sgiogfLM8vas8QJTt7AJI4XxNXYdViCWj+xYJwyOwUN93dWKImqqx3O2ihCXoXTIqQWg1rcEgoJ5CxCg6rQaQQ==} + /@chakra-ui/avatar/2.2.2_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-wFDK1wT5kQxkpCAX6mPhx9kh0Pi2RnfN32bCRFio4Mmiq0ltfSEWi3/XxlawDr31Ch3T3qbtPVLqn355B4U9ZA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/image': 2.0.12_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/image': 2.0.13_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breadcrumb/2.1.1_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-OSa+F9qJ1xmF0zVxC1GU46OWbbhGf0kurHioSB729d+tRw/OMzmqrrfCJ7KVUUN8NEnTZXT5FIgokMvHGEt+Hg==} + /@chakra-ui/breadcrumb/2.1.2_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-NbWg9YKCxo6nbwORpfFkD6bIDvcDdCPPLx+tqIqVwoplpaSPeFV5lzPy4Lg/MS6x6Ko6a/GItGpDQGPuey+iWA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breakpoint-utils/2.0.5: - resolution: {integrity: sha512-8uhrckMwoR/powlAhxiFZPM0s8vn0B2yEyEaRcwpy5NmRAJSTEotC2WkSyQl/Cjysx9scredumB5g+fBX7IqGQ==} + /@chakra-ui/breakpoint-utils/2.0.6: + resolution: {integrity: sha512-aigYoZdHtV+PNFr/RTHjbIYK49PsMLvwtpZsowKWJ6xDyPKHtfhwZ2VOBTUyaQf4mXgaB9MNOF46zOTJN8RfLQ==} + dependencies: + '@chakra-ui/shared-utils': 2.0.4 dev: false - /@chakra-ui/button/2.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-T9W/zHpHZVcbx/BMg0JIXCgRycut/eYoTYee/E+eBxyPCH45n308AsYU2bZ8TgZxUwbYNRgMp4qRL/KHUQDv5g==} + /@chakra-ui/button/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-XdP1sB67N2DujDXPWyyXMTjW7frcnbf3yN/3F/asQClZX7ppw8Y36a6uZ94+6Cv67BPc0CokN+m3oQZhINJ+vw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/spinner': 2.0.11_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/spinner': 2.0.12_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/card/2.1.3_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-8ET6ZOo6HtJutetqHJVOz+VpZvrWMGFAELfHsCuA/7orp7QZyUyXqfA79cZqZXCd3C4zn2G8H0bkiQFvzxQgOw==} + /@chakra-ui/card/2.1.4_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-MO8tjFBX2OZJt+NOthDoKcGRMQW/43NePze8Sju7zXqv1ocq7VB0DvToPLkopgeKaPx6AyYhzRXQjYXLcjYgQw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.2.5_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-7fNH+Q2nB2uMSnYAPtYxnuwZ1MOJqblZHa/ScfZ/fjiPDyEae1m068ZP/l9yJ5zlawYMTkp83m/JVcu5QFYurA==} + /@chakra-ui/checkbox/2.2.7_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-9p0U5xRE4OL5AbhZjV6Gw0iECLz8yd0cP43FabyBY8UfqrJPpAT22jxRmQ6Tv+HKbvAmgXOtxyIdwYTb1s1D+g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/visually-hidden': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@zag-js/focus-visible': 0.1.0 + '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/visually-hidden': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@zag-js/focus-visible': 0.2.1 react: 18.2.0 dev: false - /@chakra-ui/clickable/2.0.11_react@18.2.0: - resolution: {integrity: sha512-5Y2dl5cxNgOxHbjxyxsL6Vdze4wUUvwsMCCW3kXwgz2OUI2y5UsBZNcvhNJx3RchJEd0fylMKiKoKmnZMHN2aw==} + /@chakra-ui/clickable/2.0.12_react@18.2.0: + resolution: {integrity: sha512-boZwlHZ1BdsC4P/1r+SRbKRMG+/UzOgc16Fmhl2QkZquVF6jS6QtJBS1/fL+1N8oijz87nuhBoetNECnfWYN+w==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 react: 18.2.0 dev: false - /@chakra-ui/close-button/2.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-ZI/3p84FPlW0xoDCZYqsnIvR6bTc2d/TlhwyTHsDDxq9ZOWp9c2JicVn6WTdWGdshk8itnZZdG50IcnizGnimA==} + /@chakra-ui/close-button/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-C/MR6EH+MUC49QCtKdoeAq/GYvs4CEvl0xjwri6qFYd8+UEkXPfl33Idw0c3kPbGe+aTrh4vMAYrRNwc4BveIg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/color-mode/2.1.10_react@18.2.0: - resolution: {integrity: sha512-aUPouOUPn7IPm1v00/9AIkRuNrkCwJlbjVL1kJzLzxijYjbHvEHPxntITt+JWjtXPT8xdOq6mexLYCOGA67JwQ==} + /@chakra-ui/color-mode/2.1.11_react@18.2.0: + resolution: {integrity: sha512-556wqI/MohJAqzP9AD+YsKGi982TzrsAaRGr7RCY5fChNe/wHraLPjMPNITPjjDQWiUmZYkaEos78/4u3qOdpA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/control-box/2.0.11_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-UJb4vqq+/FPuwTCuaPeHa2lwtk6u7eFvLuwDCST2e/sBWGJC1R+1/Il5pHccnWs09FWxyZ9v/Oxkg/CG3jZR4Q==} + /@chakra-ui/control-box/2.0.12_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-SR2rG917ttCAda9Kh0eqr0X2AWQii2iRrgTks3fbDGi7seV7m3tkrpK2hr7rPz5zX0UoJi6CFO04Q6cSclFylw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/counter/2.0.11_react@18.2.0: - resolution: {integrity: sha512-1YRt/jom+m3iWw9J9trcM6rAHDvD4lwThiO9raxUK7BRsYUhnPZvsMpcXU1Moax218C4rRpbI9KfPLaig0m1xQ==} + /@chakra-ui/counter/2.0.12_react@18.2.0: + resolution: {integrity: sha512-LselA3J2OvO1GxXo9pTvFEDEYXaSkelEGAOasUfME2ckQnznMOI96x7cLAujyMuhTAuGnz0n4mxAOp/iMHKL4Q==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/number-utils': 2.0.5 - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/number-utils': 2.0.6 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 react: 18.2.0 dev: false - /@chakra-ui/css-reset/2.0.10_hp5f5nkljdiwilp4rgxyefcplu: - resolution: {integrity: sha512-FwHOfw2P4ckbpSahDZef2KoxcvHPUg09jlicWdp24/MjdsOO5PAB/apm2UBvQflY4WAJyOqYaOdnXFlR6nF4cQ==} + /@chakra-ui/css-reset/2.0.11_hp5f5nkljdiwilp4rgxyefcplu: + resolution: {integrity: sha512-TnydPIMYaQX8kJ8cKgbXfHaBKLr9wCqZS+UnqUxUo3YzMNRjOUPg4DWVO4n4s+GwuZy860DGsBoJaheLqrilVg==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18 || 18' dependencies: - '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe react: 18.2.0 dev: false - /@chakra-ui/descendant/3.0.11_react@18.2.0: - resolution: {integrity: sha512-sNLI6NS6uUgrvYS6Imhoc1YlI6bck6pfxMBJcnXVSfdIjD6XjCmeY2YgzrtDS+o+J8bB3YJeIAG/vsVy5USE5Q==} + /@chakra-ui/descendant/3.0.12_react@18.2.0: + resolution: {integrity: sha512-jx37SI6PYKMSgn+46Ou8LGa2nbEiBRmU4rzz+0/klVpCSd4yQLcm1c4nPv0D7SoQrhq/cQq4tUPfC2U4tXeovQ==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/dom-utils/2.0.4: - resolution: {integrity: sha512-P936+WKinz5fgHzfwiUQjE/t7NC8bU89Tceim4tbn8CIm/9b+CsHX64eNw4vyJqRwt78TXQK7aGBIbS18R0q5Q==} + /@chakra-ui/dom-utils/2.0.5: + resolution: {integrity: sha512-cZsaji3ntRcJOqrc9xyS2JSGXr/VLPFTTvShLApxg5dCDWvrGrCJGQ+iSP6R2FGHo2D6cpAgMdPO9O65KUyZBA==} dev: false - /@chakra-ui/editable/2.0.16_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-kIFPufzIlViNv7qi2PxxWWBvjLb+3IP5hUGmqOA9qcYz5TAdqblQqDClm0iajlIDNUFWnS4h056o8jKsQ42a5A==} + /@chakra-ui/editable/2.0.17_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-1Yy2rfWPtRg/1qx2yv9ovTwrpuFHFLEB8LyizM44yvKnSEqTb2K6CTYhVHQBzI92bQUbGsorSflLvFFUzB55XQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-focus-on-pointer-down': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.3 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/event-utils/2.0.6: - resolution: {integrity: sha512-ZIoqUbgJ5TcCbZRchMv4n7rOl1JL04doMebED88LO5mux36iVP9er/nnOY4Oke1bANKKURMrQf5VTT9hoYeA7A==} + /@chakra-ui/event-utils/2.0.7: + resolution: {integrity: sha512-OBEIx7CIK5k3nYUGnh2WDhth1oGe26fwXMVQjVM9+2LBUYw2Y1Ufac4o7lMiD1CnyUP+Q70yjMV/mFacvP1EMw==} dev: false - /@chakra-ui/focus-lock/2.0.13_kzbn2opkn2327fwg5yzwzya5o4: - resolution: {integrity: sha512-AVSJt+3Ukia/m9TCZZgyWvTY7pw88jArivWVJ2gySGYYIs6z/FJMnlwbCVldV2afS0g3cYaii7aARb/WrlG34Q==} + /@chakra-ui/focus-lock/2.0.14_kzbn2opkn2327fwg5yzwzya5o4: + resolution: {integrity: sha512-p4aieMBm4CG+uhfJ/W+2p3koGfPsHzdzSu2A8AYM5kGZ3rCx6IM97XYSneConw5WH7mSQR4lXzuEDjAyDozXFg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/dom-utils': 2.0.4 + '@chakra-ui/dom-utils': 2.0.5 react: 18.2.0 react-focus-lock: 2.9.2_kzbn2opkn2327fwg5yzwzya5o4 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control/2.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-J964JlgrxP+LP3kYmLk1ttbl73u6ghT+JQDjEjkEUc8lSS9Iv4u9XkRDQHuz2t2y0KHjQdH12PUfUfBqcITbYw==} + /@chakra-ui/form-control/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-HPT65tNxQJ6E3AqhREa90aJOdJ1TUj+Y37fLqhIUOMrFX2eLjthE81XswjrUGbcaQk0DuCqMLMBFjeUNxo2Qhw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/hooks/2.1.2_react@18.2.0: - resolution: {integrity: sha512-/vDBOqqnho9q++lay0ZcvnH8VuE0wT2OkZj+qDwFwjiHAtGPVxHCSpu9KC8BIHME5TlWjyO6riVyUCb2e2ip6w==} + /@chakra-ui/hooks/2.1.4_react@18.2.0: + resolution: {integrity: sha512-FOsBBMK2zl7qdBrBgmkMNMkkbkKzM0RwYoK7oV+ldUG1f7pvjPBmzRFZ3wiIh5FlbffZvlLAH22D3a2xldWDZw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-utils': 2.0.9_react@18.2.0 - '@chakra-ui/utils': 2.0.12 + '@chakra-ui/react-utils': 2.0.11_react@18.2.0 + '@chakra-ui/utils': 2.0.14 compute-scroll-into-view: 1.0.14 copy-to-clipboard: 3.3.1 react: 18.2.0 dev: false - /@chakra-ui/icon/3.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-RaDLC4psd8qyInY2RX4AlYRfpLBNw3VsMih17BFf8EESVhBXNJcYy7Q9eMV/K4NvZfZT42vuVqGVNFmkG89lBQ==} + /@chakra-ui/icon/3.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-ksNDXSByoLFNec/7UANtiy/lHt2NO3/Xe5KIde3zh70yY1QcRQjO8TjvXgYwqLbR0D6OzMGggrZnJKafeZhjRQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/shared-utils': 2.0.3 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/image/2.0.12_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-uclFhs0+wq2qujGu8Wk4eEWITA3iZZQTitGiFSEkO9Ws5VUH+Gqtn3mUilH0orubrI5srJsXAmjVTuVwge1KJQ==} + /@chakra-ui/image/2.0.13_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-zcTN3DuhoLCkCgCwPGvy++F9jaCE2OQjoLKJSU2Rnc0c8WjCZZqXKuRdg3GhaYc80kaVSexMSc6h04Hki+JgVQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/input/2.0.14_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-CkSrUJeKWogOSt2pUf2vVv5s0bUVcAi4/XGj1JVCCfyIX6a6h1m8R69MShTPxPiQ0Mdebq5ATrW/aZQQXZzRGQ==} + /@chakra-ui/input/2.0.16_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-4ybF7PQa8MQJm/QvD+UogYerB9/nZuNk+A9Eh9Djtg0EMiD/z+2jhZp2a4Te0HE8mq/DaEK7aNgw4s/EmAKnGA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/object-utils': 2.0.5 - '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.3 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/object-utils': 2.0.6 + '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/layout/2.1.11_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-UP19V8EeI/DEODbWrZlqC0sg248bpFaWpMiM/+g9Bsxs9aof3yexpMD/7gb0yrfbIrkdvSBrcQeqxXGzbfoopw==} + /@chakra-ui/layout/2.1.12_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-iIz9QiS0iB+8NUX5r9TtCbV2JbGzEbKVPiTTtnf48utu12lX4xcdpZJm6jgtgWjvwyo+N+FxyQ8oNff5OqN+Hw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/breakpoint-utils': 2.0.5 - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/object-utils': 2.0.5 - '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.3 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/breakpoint-utils': 2.0.6 + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/object-utils': 2.0.6 + '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/lazy-utils/2.0.3: - resolution: {integrity: sha512-SQ5I5rJrcHpVUcEftHLOh8UyeY+06R8Gv3k2RjcpvM6mb2Gktlz/4xl2GcUh3LWydgGQDW/7Rse5rQhKWgzmcg==} + /@chakra-ui/lazy-utils/2.0.4: + resolution: {integrity: sha512-HaVlEIlWNdk9vuubfc+EJkNkwP4pORXkPanP72KF8CxM4NN1hCSm+2gAvlCZCmWUIKIyhGMO1lXPY923o2Mnug==} dev: false - /@chakra-ui/live-region/2.0.11_react@18.2.0: - resolution: {integrity: sha512-ltObaKQekP75GCCbN+vt1/mGABSCaRdQELmotHTBc5AioA3iyCDHH69ev+frzEwLvKFqo+RomAdAAgqBIMJ02Q==} + /@chakra-ui/live-region/2.0.12_react@18.2.0: + resolution: {integrity: sha512-hzCvqeYRtocLn0KmlEpVdYbt/7Tb5tBtsjMBfJb2lQkarQRwC9xzZ4arCcsDZAWiR3c3wvXdSob3vZ71biz46g==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/media-query/3.2.8_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-djmEg/eJ5Qrjn7SArTqjsvlwF6mNeMuiawrTwnU+0EKq9Pq/wVSb7VaIhxdQYJLA/DbRhE/KPMogw1LNVKa4Rw==} + /@chakra-ui/media-query/3.2.9_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-4vaf8YqgIs5zhaQTLAif+aiiixo9gpk1xiTn4oTiDZQFuTVhKyv4iI93NbAKif/Bls+8XghbMo0rF93DjqRRzg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/breakpoint-utils': 2.0.5 - '@chakra-ui/react-env': 2.0.11_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/breakpoint-utils': 2.0.6 + '@chakra-ui/react-env': 2.0.12_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/menu/2.1.5_t76srolfnsegfnwwaemkfwgcyq: - resolution: {integrity: sha512-2UusrQtxHcqcO9n/0YobNN3RJC8yAZU6oJbRPuvsQ9IL89scEWCTIxXEYrnIjeh/5zikcSEDGo9zM9Udg/XcsA==} + /@chakra-ui/menu/2.1.6_yqhfmoaf5dfprehsryzajus72q: + resolution: {integrity: sha512-/ypgx+JmYgItoBq0bUMetnjDu3aS75lra4xVQeMEG8L7y8/q7B4uIIJeSVh7o8UQJCvV05doxnwsxV7zBW29bw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/clickable': 2.0.11_react@18.2.0 - '@chakra-ui/descendant': 3.0.11_react@18.2.0 - '@chakra-ui/lazy-utils': 2.0.3 - '@chakra-ui/popper': 3.0.10_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-animation-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-focus-effect': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-outside-click': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.12_f2dei7egqlny4za2bmg57z5csy - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/clickable': 2.0.12_react@18.2.0 + '@chakra-ui/descendant': 3.0.12_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.4 + '@chakra-ui/popper': 3.0.11_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-outside-click': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.13_3kvuj4ss2hjbwisvymegpn5af4 + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.2.5_rwpnwqiawv5pqfgewyobdwzyki: - resolution: {integrity: sha512-QIoN89bT5wnR71wxZFHt7vsS65yF9WCfIwDtFk8ifxJORPi/UkLMwBpjTV2Jfsxd22W6Oo2VOpRR0a5WFeK+jA==} + /@chakra-ui/modal/2.2.6_uajdlyzmdpenth7jszslftoxi4: + resolution: {integrity: sha512-NyGovs3+MimltfCyqrpr20vtwNOaNykJGQFp7GfsfiInoMU7fOyDAc12JfgcVl3LCwk0bEo60hx1zxZ3GQvUxQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/focus-lock': 2.0.13_kzbn2opkn2327fwg5yzwzya5o4 - '@chakra-ui/portal': 2.0.12_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.12_f2dei7egqlny4za2bmg57z5csy + '@chakra-ui/close-button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/focus-lock': 2.0.14_kzbn2opkn2327fwg5yzwzya5o4 + '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.13_3kvuj4ss2hjbwisvymegpn5af4 aria-hidden: 1.2.2_kzbn2opkn2327fwg5yzwzya5o4 - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-remove-scroll: 2.5.5_kzbn2opkn2327fwg5yzwzya5o4 @@ -4497,336 +4568,340 @@ packages: - '@types/react' dev: false - /@chakra-ui/number-input/2.0.14_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-IARUAbP4pn1gP5fY2dK4wtbR3ONjzHgTjH4Zj3ErZvdu/yTURLaZmlb6UGHwgqjWLyioactZ/+n4Njj5CRjs8w==} + /@chakra-ui/number-input/2.0.15_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-x04CqLPFF1bYiIiosB5xoWSoOKYBbrB5EMpm1382X11fdsdrkkR2/3Jqb3Hh0yVV63FtxXaYEeUENb6tJMcGmQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/counter': 2.0.11_react@18.2.0 - '@chakra-ui/form-control': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-interval': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/counter': 2.0.12_react@18.2.0 + '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-interval': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/number-utils/2.0.5: - resolution: {integrity: sha512-Thhohnlqze0i5HBJO9xkfOPq1rv3ji/hNPf2xh1fh4hxrNzdm3HCkz0c6lyRQwGuVoeltEHysYZLH/uWLFTCSQ==} + /@chakra-ui/number-utils/2.0.6: + resolution: {integrity: sha512-VLOyoiXGpZ+eCQSPqKdBCEpen9VAo6pc6FDFuf4BNdIVEfh6ee//Zl7XjyTAGr1G4HUANp8ZxVHHPvtQ10VP4w==} dev: false - /@chakra-ui/object-utils/2.0.5: - resolution: {integrity: sha512-/rIMoYI3c2uLtFIrnTFOPRAI8StUuu335WszqKM0KAW1lwG9H6uSbxqlpZT1Pxi/VQqZKfheGiMQOx5lfTmM/A==} + /@chakra-ui/object-utils/2.0.6: + resolution: {integrity: sha512-fw1AjQ4wdL8hqPGiE6ulXyugwh1m70YluG1yWGZDPi909zJj1/uL0DClgiNJY/8zWJrbMwDjGdYziXudLxahgA==} dev: false - /@chakra-ui/pin-input/2.0.16_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-51cioNYpBSgi9/jq6CrzoDvo8fpMwFXu3SaFRbKO47s9Dz/OAW0MpjyabTfSpwOv0xKZE+ayrYGJopCzZSWXPg==} + /@chakra-ui/pin-input/2.0.17_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-uDL8HIjuvvcEO9YBiAOewFtlrjPDqF+xPIWBh4hetDVt6Pd9XavvuyRJjsogjAZt0FsweUg5sF8g/iVLAihCAQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/descendant': 3.0.11_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/descendant': 3.0.12_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/popover/2.1.4_t76srolfnsegfnwwaemkfwgcyq: - resolution: {integrity: sha512-NXVtyMxYzDKzzQph/+GFRSM3tEj3gNvlCX/xGRsCOt9I446zJ1InCd/boXQKAc813coEN9McSOjNWgo+NCBD+Q==} + /@chakra-ui/popover/2.1.5_yqhfmoaf5dfprehsryzajus72q: + resolution: {integrity: sha512-ERM9312mJ1RbiRRdgn0E8jS10ZNBsACFkLhnEe++Ow27pjuIxL/MCpCatEGx9b97osHSsfPHekHjaLcOoCqVIw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/lazy-utils': 2.0.3 - '@chakra-ui/popper': 3.0.10_react@18.2.0 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-animation-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-focus-effect': 2.0.7_react@18.2.0 - '@chakra-ui/react-use-focus-on-pointer-down': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/close-button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/lazy-utils': 2.0.4 + '@chakra-ui/popper': 3.0.11_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/popper/3.0.10_react@18.2.0: - resolution: {integrity: sha512-6LacbBGX0piHWY/DYxOGCTTFAoRGRHpGIRzTgfNy8jxw4f+rukaVudd4Pc2fwjCTdobJKM8nGNYIYNv9/Dmq9Q==} + /@chakra-ui/popper/3.0.11_react@18.2.0: + resolution: {integrity: sha512-fsKwgq3E0S6FqCzTCQ7HQEr2BOHfHZZMiqvFpGyrIPQ/Esv7aE3Ipw4y4RHTztzJ+vUKK3XTbJzX1cU4RR4a8Q==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 '@popperjs/core': 2.11.6 react: 18.2.0 dev: false - /@chakra-ui/portal/2.0.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-8D/1fFUdbJtzyGL5sCBIb4oyTnPG2v6rx/L/qbG43FcXDrongmzLj0+tJ//PbJr+5hxjXAWFUjpPvyx10pTN6Q==} + /@chakra-ui/portal/2.0.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-EuzaYJuIXM5elqy0MmXe+nc2bHm72JpxkM/PX+LnRTlkA44Kj/iQP5gnx5KHLVG4RPbcG5p61W4KzIBPSRY0+g==} peerDependencies: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/progress/2.1.2_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-ofhMWTqCxnm1NiP/zH4SV7EvOLogfX15MSMTNfGqZv6t8eSSeTn6oRRzsTSllJfSqDey7oZNCRbP7vDhvx9HtQ==} + /@chakra-ui/progress/2.1.3_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-RnVFvdWXrj06oVG0R0m/OunXJ9oxMrcI/UHGgTw74FbjZDSSv7+8j9397iu2Mop7v6iJi0Rhm8Nyi/wEqlO9lw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.26_5rzy53przelm5jchjmb5vr6dxy: - resolution: {integrity: sha512-ln5c3zSFvN1WrkPkX/KOWp+CPg6y8opASlZvWvM+1lTpNX82FkXyPiQYjaemGGbKuooqdRMylseWBStoFwjxOw==} + /@chakra-ui/provider/2.0.28_5rzy53przelm5jchjmb5vr6dxy: + resolution: {integrity: sha512-9Q6UTweW0Fbgqd1ifBeVJke0QLp6duZqiju+Ng9C16B31FcNCz8nFPWQLx5yhDnA4XoQ3vNREkrETfae4CfH1Q==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/css-reset': 2.0.10_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/portal': 2.0.12_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-env': 2.0.11_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/utils': 2.0.12 - '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq - '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy + '@chakra-ui/css-reset': 2.0.11_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-env': 2.0.12_react@18.2.0 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/utils': 2.0.14 + '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe + '@emotion/styled': 11.10.5_jp5djshq6aqfasno3mth3hguci react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/radio/2.0.14_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-e/hY1g92Xdu5d5A27NFfa1+ccE2q/A5H7sc/M7p0fId6KO33Dst25Hy+HThtqnYN0Y3Om58fiXEKo5SsdtvSfA==} + /@chakra-ui/radio/2.0.16_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-TQyHi88Jo6BNCNKXMpWxkoKufEOM2va+3ykuFK8RSqaAhRbHXBdnbS23Bq2HR7z7jrsnsOQOkZ9VA64XDDn1fw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - '@zag-js/focus-visible': 0.1.0 + '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@zag-js/focus-visible': 0.2.1 react: 18.2.0 dev: false - /@chakra-ui/react-children-utils/2.0.4_react@18.2.0: - resolution: {integrity: sha512-qsKUEfK/AhDbMexWo5JhmdlkxLg5WEw2dFh4XorvU1/dTYsRfP6cjFfO8zE+X3F0ZFNsgKz6rbN5oU349GLEFw==} + /@chakra-ui/react-children-utils/2.0.5_react@18.2.0: + resolution: {integrity: sha512-rP/1HFR9J6wohIzLe/gU+vpey27uey9pVa46VTZfApI6VdzDWiQT1pmrGQeMkba07KdU2MJS/60dhGM4NfvcQA==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-context/2.0.5_react@18.2.0: - resolution: {integrity: sha512-WYS0VBl5Q3/kNShQ26BP+Q0OGMeTQWco3hSiJWvO2wYLY7N1BLq6dKs8vyKHZfpwKh2YL2bQeAObi+vSkXp6tQ==} + /@chakra-ui/react-context/2.0.6_react@18.2.0: + resolution: {integrity: sha512-+Bk/lDBirj6KE3vbyyUVCqFGqAe+MOso+1NRHQ0m66/sXWFFnoL/lvuq4osdNp80DOVQ4EYYnHI0olSZZvuKEg==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-env/2.0.11_react@18.2.0: - resolution: {integrity: sha512-rPwUHReSWh7rbCw0HePa8Pvc+Q82fUFvVjHTIbXKnE6d+01cCE7j4f1NLeRD9pStKPI6sIZm9xTGvOCzl8F8iw==} + /@chakra-ui/react-env/2.0.12_react@18.2.0: + resolution: {integrity: sha512-BPTz2cxNKhNc1y5J9cCOYndbGiNulpMwihZLkybLRJ1qzZic4KuD3iGOkagJ81STKoPkKEZWfcjnrQTCJTq1fg==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-types/2.0.5_react@18.2.0: - resolution: {integrity: sha512-GApp+R/VjS1UV5ms5irrij5LOIgUM0dqSVHagyEFEz88LRKkqMD9RuO577ZsVd4Gn0ULsacVJCUA0HtNUBJNzA==} + /@chakra-ui/react-types/2.0.6_react@18.2.0: + resolution: {integrity: sha512-aAq/nl//PneEfeaDb94zwfXor4OP/d5kc6dEXOZB2HJgCt3hu2+F/1u1QpPLPPTys5xexkQojuZQLnnD9lmQFw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-animation-state/2.0.6_react@18.2.0: - resolution: {integrity: sha512-M2kUzZkSBgDpfvnffh3kTsMIM3Dvn+CTMqy9zfY97NL4P3LAWL1MuFtKdlKfQ8hs/QpwS/ew8CTmCtaywn4sKg==} + /@chakra-ui/react-use-animation-state/2.0.7_react@18.2.0: + resolution: {integrity: sha512-v4p5jTopFvYah3vrRU7m6W+m1IEIqxfDco6ASeoEWEcKab4WBdQ1OQr1Oxgip+UIgmvLUnl+3BS+jPUuuKkdgg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/dom-utils': 2.0.4 - '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 + '@chakra-ui/dom-utils': 2.0.5 + '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-callback-ref/2.0.5_react@18.2.0: - resolution: {integrity: sha512-vKnXleD2PzB0nGabY35fRtklMid4z7cecbMG0fkasNNsgWmrQcXJOuEKUUVCynL6FBU6gBnpKFi5Aqj6x+K4tw==} + /@chakra-ui/react-use-callback-ref/2.0.6_react@18.2.0: + resolution: {integrity: sha512-JKh0GJQvLonjSVQJjsBs2gE+Zix/DXfAo8kzNE+DzNf49CNomX59TkcJNXDjtzSktn6GfqDF8IOObJlGlbtG7g==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-controllable-state/2.0.6_react@18.2.0: - resolution: {integrity: sha512-7WuKrhQkpSRoiI5PKBvuIsO46IIP0wsRQgXtStSaIXv+FIvIJl9cxQXTbmZ5q1Ds641QdAUKx4+6v0K/zoZEHg==} + /@chakra-ui/react-use-controllable-state/2.0.7_react@18.2.0: + resolution: {integrity: sha512-vKGgMtZb/06KnIF0XUFjWvwfKs3x35M6FEc4FU/wgM5FDU9T6Vd1TG7kDHFMoYdcvRf2/fgzkOxgTN052+sMkw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-disclosure/2.0.6_react@18.2.0: - resolution: {integrity: sha512-4UPePL+OcCY37KZ585iLjg8i6J0sjpLm7iZG3PUwmb97oKHVHq6DpmWIM0VfSjcT6AbSqyGcd5BXZQBgwt8HWQ==} + /@chakra-ui/react-use-disclosure/2.0.7_react@18.2.0: + resolution: {integrity: sha512-vQG8AxYq+BkaurCHdMA9pxJAfQDmErMzn9hn2elP0dVfKe2a0O7aCFzX2Ff9PeeBKWOFlUfKf79gRBnhXRa5xw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-event-listener/2.0.5_react@18.2.0: - resolution: {integrity: sha512-etLBphMigxy/cm7Yg22y29gQ8u/K3PniR5ADZX7WVX61Cgsa8ciCqjTE9sTtlJQWAQySbWxt9+mjlT5zaf+6Zw==} + /@chakra-ui/react-use-event-listener/2.0.6_react@18.2.0: + resolution: {integrity: sha512-lDtccra2B/1ap6Z7NESS4QfZajfOLd/jafmVdiO0xc4YSs6VDhenipMCv9O47U5EXapG6jfTXs2nbFkc3jRKiA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-focus-effect/2.0.7_react@18.2.0: - resolution: {integrity: sha512-wI8OUNwfbkusajLac8QtjfSyNmsNu1D5pANmnSHIntHhui6Jwv75Pxx7RgmBEnfBEpleBndhR9E75iCjPLhZ/A==} + /@chakra-ui/react-use-focus-effect/2.0.8_react@18.2.0: + resolution: {integrity: sha512-Et6/97A/6ndPygj6CF8+T7RQH0gsW5fkWNi64R7OjuQSjWxGq1kcmyBGm4E2u2Hbmtf4Hm1dcjzilnYbG7M7IA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/dom-utils': 2.0.4 - '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/dom-utils': 2.0.5 + '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-focus-on-pointer-down/2.0.4_react@18.2.0: - resolution: {integrity: sha512-L3YKouIi77QbXH9mSLGEFzJbJDhyrPlcRcuu+TSC7mYaK9E+3Ap+RVSAVxj+CfQz7hCWpikPecKDuspIPWlyuA==} + /@chakra-ui/react-use-focus-on-pointer-down/2.0.5_react@18.2.0: + resolution: {integrity: sha512-xDQUp8s+a+0DgqOWdvKXgIZcyXH5RXKkC+qa0mbUJf54b9qLbrD6yw3o2jAvDEGa7vLBjaVY4jfOAdzt7+Na2g==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-interval/2.0.3_react@18.2.0: - resolution: {integrity: sha512-Orbij5c5QkL4NuFyU4mfY/nyRckNBgoGe9ic8574VVNJIXfassevZk0WB+lvqBn5XZeLf2Tj+OGJrg4j4H9wzw==} + /@chakra-ui/react-use-interval/2.0.4_react@18.2.0: + resolution: {integrity: sha512-LCS0CijCBEJW1dz2WQThGn+wPSaA6YWPEWeS2WmobbQhkjLbzEy2z8CIG5MeUopX8v6kDDnCMmIpocmrIyGGbA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-latest-ref/2.0.3_react@18.2.0: - resolution: {integrity: sha512-exNSQD4rPclDSmNwtcChUCJ4NuC2UJ4amyNGBqwSjyaK5jNHk2kkM7rZ6I0I8ul+26lvrXlSuhyv6c2PFwbFQQ==} + /@chakra-ui/react-use-latest-ref/2.0.4_react@18.2.0: + resolution: {integrity: sha512-7xxQeu7PtFUEXbd+BZ+UMX9ASpJET02z9EgtqSfnMgB1ccgo/1i8CYI2/BcolwRf05EUD7kOUA+7eHyP4EI3Uw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-merge-refs/2.0.5_react@18.2.0: - resolution: {integrity: sha512-uc+MozBZ8asaUpO8SWcK6D4svRPACN63jv5uosUkXJR+05jQJkUofkfQbf2HeGVbrWCr0XZsftLIm4Mt/QMoVw==} + /@chakra-ui/react-use-merge-refs/2.0.6_react@18.2.0: + resolution: {integrity: sha512-m4fQtm5cn3F39nLj5MhmKsAzdFaYMldR8a4VMtfC2Pnd+bqX8jx2q2yPCjpam9x/Wnh8ZRBMJ2KAjAiGnF3XXw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-outside-click/2.0.5_react@18.2.0: - resolution: {integrity: sha512-WmtXUeVaMtxP9aUGGG+GQaDeUn/Bvf8TI3EU5mE1+TtqLHxyA9wtvQurynrogvpilLaBADwn/JeBeqs2wHpvqA==} + /@chakra-ui/react-use-outside-click/2.0.6_react@18.2.0: + resolution: {integrity: sha512-wbZI4zDwSiQ3jCZ++PKmv7uIU6oyEbaap8s6e3O9/JFAlPXxAG48DcSHmQZ8scyEu/wwd8A+/3go49T4VIvc7w==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-pan-event/2.0.6_react@18.2.0: - resolution: {integrity: sha512-Vtgl3c+Mj4hdehFRFIgruQVXctwnG1590Ein1FiU8sVnlqO6bpug6Z+B14xBa+F+X0aK+DxnhkJFyWI93Pks2g==} + /@chakra-ui/react-use-pan-event/2.0.8_react@18.2.0: + resolution: {integrity: sha512-HUn7WR9IagtC3KdjmBlHibnFYisQ055IoWReIEWuDz/5KWSPeC2p2QcMc33vhN/ucS1XbWCt6uelHHBeCWWvfA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/event-utils': 2.0.6 - '@chakra-ui/react-use-latest-ref': 2.0.3_react@18.2.0 - framesync: 5.3.0 + '@chakra-ui/event-utils': 2.0.7 + '@chakra-ui/react-use-latest-ref': 2.0.4_react@18.2.0 + framesync: 6.1.2 react: 18.2.0 dev: false - /@chakra-ui/react-use-previous/2.0.3_react@18.2.0: - resolution: {integrity: sha512-A2ODOa0rm2HM4aqXfxxI0zPLcn5Q7iBEjRyfIQhb+EH+d2OFuj3L2slVoIpp6e/km3Xzv2d+u/WbjgTzdQ3d0w==} + /@chakra-ui/react-use-previous/2.0.4_react@18.2.0: + resolution: {integrity: sha512-ZzILmNAoRVPDRFhKUceksQGETQyne4ST7W7Y5NPkr/OAJuzc2njodY0GjGiJTF2YpOSelRn6KB8MDhwp4XR2mw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-safe-layout-effect/2.0.3_react@18.2.0: - resolution: {integrity: sha512-dlTvQURzmdfyBbNdydgO4Wy2/HV8aJN8LszTtyb5vRZsyaslDM/ftcxo8E8QjHwRLD/V1Epb/A8731QfimfVaQ==} + /@chakra-ui/react-use-safe-layout-effect/2.0.4_react@18.2.0: + resolution: {integrity: sha512-GbQIdhiesXZ8DV+JxiERz3/zki6PELhYPz/7JxyFUk8xInJnUcuEz2L4bV7rXIm9/bd2kjf4gfV+lHOGfpJdLw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-size/2.0.5_react@18.2.0: - resolution: {integrity: sha512-4arAApdiXk5uv5ZeFKltEUCs5h3yD9dp6gTIaXbAdq+/ENK3jMWTwlqzNbJtCyhwoOFrblLSdBrssBMIsNQfZQ==} + /@chakra-ui/react-use-size/2.0.7_react@18.2.0: + resolution: {integrity: sha512-ggj8W0rer9oJ03xXrH4CUBNe6RZ/qtuU/32pMougeVWwZ3COGTODBtFlooIiy3iCvxrpHIgIDXy/hyrBWyvQSw==} peerDependencies: react: '>=18 || 18' dependencies: - '@zag-js/element-size': 0.1.0 + '@zag-js/element-size': 0.3.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-timeout/2.0.3_react@18.2.0: - resolution: {integrity: sha512-rBBUkZSQq3nJQ8fuMkgZNY2Sgg4vKiKNp05GxAwlT7TitOfVZyoTriqQpqz296bWlmkICTZxlqCWfE5fWpsTsg==} + /@chakra-ui/react-use-timeout/2.0.4_react@18.2.0: + resolution: {integrity: sha512-7EqjJVRv61DmWb9UE4R9LPf3l1SDfawQ2/ax/e0lYpDBjaeV013wUH1uurRq8jn/vR1DhNzfRB5VtimE2f2Vsw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-update-effect/2.0.5_react@18.2.0: - resolution: {integrity: sha512-y9tCMr1yuDl8ATYdh64Gv8kge5xE1DMykqPDZw++OoBsTaWr3rx40wblA8NIWuSyJe5ErtKP2OeglvJkYhryJQ==} + /@chakra-ui/react-use-update-effect/2.0.6_react@18.2.0: + resolution: {integrity: sha512-P6+0hocnasjl8xOrFH9BklyCNNzCBu/XAl5y7kZ82uVnS99SaC6cppO9/qWRZI9cYYheWfJ4lyLGeLOcNmI8/Q==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-utils/2.0.9_react@18.2.0: - resolution: {integrity: sha512-nlwPBVlQmcl1PiLzZWyrT3FSnt3vKSkBMzQ0EF4SJWA/nOIqTvmffb5DCzCqPzgQaE/Da1Xgus+JufFGM8GLCQ==} + /@chakra-ui/react-utils/2.0.11_react@18.2.0: + resolution: {integrity: sha512-LdE0Ay5Em2ew7fuux9MJAwaxoaU/QwVoH/t6uiUw/JCWpmiMGY6tw6t3eZTvZSRZNfyPWY0MmvOHR1UvIS9JIw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/utils': 2.0.12 + '@chakra-ui/utils': 2.0.14 react: 18.2.0 dev: false - /@chakra-ui/react/2.4.4_w5uice4kjq7uitpodib7xbfoui: - resolution: {integrity: sha512-mA0Js3qpRBTmhPuBlBw85OG9ot7uh7+4IjsASmkzbpJVB1Kz9Z+7RBOpjHfK/03zEsRp+XYrb1ps0DYl8ih5bQ==} + /@chakra-ui/react/2.4.6_7rmqxmvcooh6vn4y4z6d5tku5u: + resolution: {integrity: sha512-uz9QjjxJgf81fXcOWDiVo2rU/lWfThCDKW5UMlYX2OrrHko7OnwZ3r9oMlZFU/vAS71LWhKbjXicJmOwwls42g==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -4834,326 +4909,341 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.1.4_t76srolfnsegfnwwaemkfwgcyq - '@chakra-ui/alert': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/avatar': 2.2.1_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/breadcrumb': 2.1.1_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/button': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/card': 2.1.3_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/checkbox': 2.2.5_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/close-button': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/control-box': 2.0.11_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/counter': 2.0.11_react@18.2.0 - '@chakra-ui/css-reset': 2.0.10_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/editable': 2.0.16_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/form-control': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/hooks': 2.1.2_react@18.2.0 - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/image': 2.0.12_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/input': 2.0.14_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/layout': 2.1.11_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/live-region': 2.0.11_react@18.2.0 - '@chakra-ui/media-query': 3.2.8_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/menu': 2.1.5_t76srolfnsegfnwwaemkfwgcyq - '@chakra-ui/modal': 2.2.5_rwpnwqiawv5pqfgewyobdwzyki - '@chakra-ui/number-input': 2.0.14_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/pin-input': 2.0.16_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/popover': 2.1.4_t76srolfnsegfnwwaemkfwgcyq - '@chakra-ui/popper': 3.0.10_react@18.2.0 - '@chakra-ui/portal': 2.0.12_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/progress': 2.1.2_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/provider': 2.0.26_5rzy53przelm5jchjmb5vr6dxy - '@chakra-ui/radio': 2.0.14_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-env': 2.0.11_react@18.2.0 - '@chakra-ui/select': 2.0.14_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/skeleton': 2.0.20_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/slider': 2.0.16_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/spinner': 2.0.11_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/stat': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/styled-system': 2.5.0 - '@chakra-ui/switch': 2.0.17_t76srolfnsegfnwwaemkfwgcyq - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/table': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/tabs': 2.1.5_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/tag': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/textarea': 2.0.14_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/theme': 2.2.2_egcizgpwtsioofm7hx34ab4iqi - '@chakra-ui/theme-utils': 2.0.6 - '@chakra-ui/toast': 4.0.6_jwhq6pzhnhrjemfn55rda4eonm - '@chakra-ui/tooltip': 2.2.3_jwhq6pzhnhrjemfn55rda4eonm - '@chakra-ui/transition': 2.0.12_f2dei7egqlny4za2bmg57z5csy - '@chakra-ui/utils': 2.0.12 - '@chakra-ui/visually-hidden': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq - '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/accordion': 2.1.5_yqhfmoaf5dfprehsryzajus72q + '@chakra-ui/alert': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/avatar': 2.2.2_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/breadcrumb': 2.1.2_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/card': 2.1.4_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/checkbox': 2.2.7_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/close-button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/control-box': 2.0.12_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/counter': 2.0.12_react@18.2.0 + '@chakra-ui/css-reset': 2.0.11_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/editable': 2.0.17_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/hooks': 2.1.4_react@18.2.0 + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/image': 2.0.13_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/input': 2.0.16_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/layout': 2.1.12_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/live-region': 2.0.12_react@18.2.0 + '@chakra-ui/media-query': 3.2.9_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/menu': 2.1.6_yqhfmoaf5dfprehsryzajus72q + '@chakra-ui/modal': 2.2.6_uajdlyzmdpenth7jszslftoxi4 + '@chakra-ui/number-input': 2.0.15_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/pin-input': 2.0.17_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/popover': 2.1.5_yqhfmoaf5dfprehsryzajus72q + '@chakra-ui/popper': 3.0.11_react@18.2.0 + '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/progress': 2.1.3_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/provider': 2.0.28_5rzy53przelm5jchjmb5vr6dxy + '@chakra-ui/radio': 2.0.16_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-env': 2.0.12_react@18.2.0 + '@chakra-ui/select': 2.0.15_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/skeleton': 2.0.21_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/slider': 2.0.18_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/spinner': 2.0.12_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/stat': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/styled-system': 2.5.1 + '@chakra-ui/switch': 2.0.19_yqhfmoaf5dfprehsryzajus72q + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/table': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/tabs': 2.1.6_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/tag': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/textarea': 2.0.15_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/theme': 2.2.4_ak67p4fuwhwgy7hpxa6ejvcgoy + '@chakra-ui/theme-utils': 2.0.8 + '@chakra-ui/toast': 4.0.8_2sgc3xionyowyoly2zvdrbptny + '@chakra-ui/tooltip': 2.2.4_2sgc3xionyowyoly2zvdrbptny + '@chakra-ui/transition': 2.0.13_3kvuj4ss2hjbwisvymegpn5af4 + '@chakra-ui/utils': 2.0.14 + '@chakra-ui/visually-hidden': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe + '@emotion/styled': 11.10.5_jp5djshq6aqfasno3mth3hguci + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select/2.0.14_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-fvVGxAtLaIXGOMicrzSa6imMw5h26S1ar3xyNmXgR40dbpTPHmtQJkbHBf9FwwQXgSgKWgBzsztw5iDHCpPVzA==} + /@chakra-ui/select/2.0.15_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-TdrkZNMyyZu1H/J/hn4Rqz7WES6cTLZfTqSIi0FtnmFMCiOmfLT317A0d783uwU/YnDGogjfTQ4aAAY2PEsgGw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/shared-utils/2.0.3: - resolution: {integrity: sha512-pCU+SUGdXzjAuUiUT8mriekL3tJVfNdwSTIaNeip7k/SWDzivrKGMwAFBxd3XVTDevtVusndkO4GJuQ3yILzDg==} + /@chakra-ui/shared-utils/2.0.4: + resolution: {integrity: sha512-JGWr+BBj3PXGZQ2gxbKSD1wYjESbYsZjkCeE2nevyVk4rN3amV1wQzCnBAhsuJktMaZD6KC/lteo9ou9QUDzpA==} dev: false - /@chakra-ui/skeleton/2.0.20_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-PEjjAHT/X8XEHTzXlN0kL883m1Z4Yo4A/ztv4VOvBTnXhHl2wFrrwucxj8TS3eWoCJ65dY9b0ZySP9ARTUe1ng==} + /@chakra-ui/skeleton/2.0.21_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-ztHfV/6Mwl1Wl8H8fkAszMHnyobNZ4SjVD/rImBlKfqSh2VW8jzSwzqN77Oi6iZ7fsqdPN7w2QWS5EAtsUxTVw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/media-query': 3.2.8_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-use-previous': 2.0.3_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/media-query': 3.2.9_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-use-previous': 2.0.4_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/slider/2.0.16_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-0nEu9+OAPv4yzMrTH6SkNNMiXbLRe7lXYv1gWbpDGOsNgpGDFYmA7qpzsiiJEJoynqcJZqmDPArqWWPNYeY6Sw==} + /@chakra-ui/slider/2.0.18_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-wfkW9Xe3WVK1yUY0ELAPVLghknxqzPjqidQgbiMSNlKxTs70sFuACsbbwMV+LMcE+2aUYOGOaqTFI8nPfVdbOw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/number-utils': 2.0.5 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-latest-ref': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-pan-event': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-size': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/number-utils': 2.0.6 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-latest-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-pan-event': 2.0.8_react@18.2.0 + '@chakra-ui/react-use-size': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/spinner/2.0.11_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-piO2ghWdJzQy/+89mDza7xLhPnW7pA+ADNbgCb1vmriInWedS41IBKe+pSPz4IidjCbFu7xwKE0AerFIbrocCA==} + /@chakra-ui/spinner/2.0.12_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-c9R0k7RUgff5g79Q5kX1mE4lsXqLKIskIbPksL7Qm3Zw/ZbDHyNILFFltPLt7350rC9mGzqzEZbizAFlksbdLw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/stat/2.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-6XeuE/7w0BjyCHSxMbsf6/rNOOs8BSit1NS7g7+Jd/40Pc/SKlNWLd3kxXPid4eT3RwyNIdMPtm30OActr9nqQ==} + /@chakra-ui/stat/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-VW92QvrRZDZAtUhPHWLhS0SzxVmElb6dRevVokzTm2sBQbkE1pkZnzoYuEkBx3t0QjxZj5YhqXR+CEkZFpM1rw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/styled-system/2.5.0: - resolution: {integrity: sha512-xbvD9MTSXqsPbunCCxfebqslokU53zUefPDQJhgXNKKeMq0NGEgNdGOFXC8oFDP1S/I1GgohKcrSbrSXXLw8yg==} + /@chakra-ui/styled-system/2.5.1: + resolution: {integrity: sha512-HhaXR/r5eGlC7vkoOWQ31yZEj+Aq+kFee7ZZb0fBRGKQichn06S9Ugr8CsFyzb+jNexHdtBlIcTBm0ufJ8HsFA==} dependencies: + '@chakra-ui/shared-utils': 2.0.4 csstype: 3.1.1 lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch/2.0.17_t76srolfnsegfnwwaemkfwgcyq: - resolution: {integrity: sha512-BQabfC6qYi5xBJvEFPzKq0yl6fTtTNNEHTid5r7h0PWcCnAiHwQJTpQRpxp+AjK569LMLtTXReTZvNBrzEwOrA==} + /@chakra-ui/switch/2.0.19_yqhfmoaf5dfprehsryzajus72q: + resolution: {integrity: sha512-mXEXrTQAfGnmgAeRcVvcgC98ZaB9/WBSpfVgVKLRVuLhv5XYwhffxxZb9Zqaa3eWb9iilxi3qQUtN0g/wu2G7w==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/checkbox': 2.2.5_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/checkbox': 2.2.7_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm: - resolution: {integrity: sha512-x7S7pNKQtFk7/qsn3aHlbZfhcacvaGXBKlnQvHKrbmDVxgLCjGExdi/8Vs7rSYzIyXHx3lItpwd2qHsqqcNvaQ==} + /@chakra-ui/system/2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm: + resolution: {integrity: sha512-sUmLyo+zjv+Im56slRaQA5fw04y7JuVGKgGW8xcQan+jVtMI2gGBvnecOUeNNiEWglpW/pZ/AE9rgJX9dKkrkA==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18 || 18' dependencies: - '@chakra-ui/color-mode': 2.1.10_react@18.2.0 - '@chakra-ui/react-utils': 2.0.9_react@18.2.0 - '@chakra-ui/styled-system': 2.5.0 - '@chakra-ui/theme-utils': 2.0.6 - '@chakra-ui/utils': 2.0.12 - '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq - '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy + '@chakra-ui/color-mode': 2.1.11_react@18.2.0 + '@chakra-ui/react-utils': 2.0.11_react@18.2.0 + '@chakra-ui/styled-system': 2.5.1 + '@chakra-ui/theme-utils': 2.0.8 + '@chakra-ui/utils': 2.0.14 + '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe + '@emotion/styled': 11.10.5_jp5djshq6aqfasno3mth3hguci react: 18.2.0 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/2.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-miQUBJ07L7RzVoFAD6C9I9gaaABeivFRjbr9hf3vyTCsUTV/HDIBHROr6V1sIcQS3asU5nrgbDzRm90mvFOTiw==} + /@chakra-ui/table/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-tiRr//5GfFnpCz4PyVgEIWBMsePAM1SWfvAJJYG2wBXNULYB/5nYmch+cJzPqZtdgL2/RuKIJINAmqVZQVddrw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tabs/2.1.5_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-XmnKDclAJe0FoW4tdC8AlnZpPN5fcj92l4r2sqiL9WyYVEM71hDxZueETIph/GTtfMelG7Z8e5vBHP4rh1RT5g==} + /@chakra-ui/tabs/2.1.6_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-9y+ZBRSBFOvsMY8R+nmlWXqMNwokttA1cwcnjp9djsXuN+vabN8nzPcdKsoBbYUhZJp01k2Qgg3jZ46KiD9n7w==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/clickable': 2.0.11_react@18.2.0 - '@chakra-ui/descendant': 3.0.11_react@18.2.0 - '@chakra-ui/lazy-utils': 2.0.3 - '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/clickable': 2.0.12_react@18.2.0 + '@chakra-ui/descendant': 3.0.12_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.4 + '@chakra-ui/react-children-utils': 2.0.5_react@18.2.0 + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.4_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tag/2.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-W1urf+tvGMt6J3cc31HudybYSl+B5jYUP5DJxzXM9p+n3JrvXWAo4D6LmpLBHY5zT2mNne14JF1rVeRcG4Rtdg==} + /@chakra-ui/tag/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-f6XU7GwTJkPDXU66Qbq8sS2i4dNb1pmeW2T1AFnzDZLI3kNLjw5B6tgW1HGr26/oq9Xu8aGNqAp0yGy9bAfeAA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/react-context': 2.0.6_react@18.2.0 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/textarea/2.0.14_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-r8hF1rCi+GseLtY/IGeVWXFN0Uve2b820UQumRj4qxj7PsPqw1hFg7Cecbbb9zwF38K/m+D3IdwFeJzI1MtgRA==} + /@chakra-ui/textarea/2.0.15_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-qARh+MgeP1HSOV4oEZK5JwvQIq3gMC3kU1giMGasjsLTDjNPZiVMGpj91Z+mYB0C3IdbJhIuQCo1eM5QAL/QHg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/theme-tools/2.0.14_egcizgpwtsioofm7hx34ab4iqi: - resolution: {integrity: sha512-lVcDmq5pyU0QbsIFKjt/iVUFDap7di2QHvPvGChA1YSjtg1PtuUi+BxEXWzp3Nfgw/N4rMvlBs+S0ynJypdwbg==} + /@chakra-ui/theme-tools/2.0.16_ak67p4fuwhwgy7hpxa6ejvcgoy: + resolution: {integrity: sha512-B/LD+2LNDeHYd/LVCHIJqckVZfhrycTUpNbhRVAiDRaS0AAcsPxKas7liTFkkMkM076YjiHlcla3KpVX+E9tzg==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.1.0 - '@chakra-ui/styled-system': 2.5.0 + '@chakra-ui/anatomy': 2.1.1 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/styled-system': 2.5.1 color2k: 2.0.0 dev: false - /@chakra-ui/theme-utils/2.0.6: - resolution: {integrity: sha512-kUm3jaz3sQ/bhBEZ6RWPs1xptQNdSWh/krv9p92rvSkEfjCBDHM5dx7dYk/8KamyUZ6DmK+M31dPyOdOROkBFQ==} + /@chakra-ui/theme-utils/2.0.8: + resolution: {integrity: sha512-E4GT1tT5JTwsxRCgopdkLWx6oxd1lrI7DBLiwW0WxvtPmHfy5I9CB4CVnYBNHQZNXiJZyUQpCwKyGg2npGxv5Q==} dependencies: - '@chakra-ui/styled-system': 2.5.0 - '@chakra-ui/theme': 2.2.2_egcizgpwtsioofm7hx34ab4iqi + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/styled-system': 2.5.1 + '@chakra-ui/theme': 2.2.4_ak67p4fuwhwgy7hpxa6ejvcgoy lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/theme/2.2.2_egcizgpwtsioofm7hx34ab4iqi: - resolution: {integrity: sha512-7DlOQiXmnaqYyqXwqmfFSCWGkUonuqmNC5mmUCwxI435KgHNCaE2bIm6DI7N2NcIcuVcfc8Vn0UqrDoGU3zJBg==} + /@chakra-ui/theme/2.2.4_ak67p4fuwhwgy7hpxa6ejvcgoy: + resolution: {integrity: sha512-zo1FBfkJBsvpOGGByRB4aEvekdeT/9BB7Lz3rAluKkC+Wo8yce1tTSlvPMpf2f4lsEI8zVid5ATQ6u3+kIFg4w==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.1.0 - '@chakra-ui/styled-system': 2.5.0 - '@chakra-ui/theme-tools': 2.0.14_egcizgpwtsioofm7hx34ab4iqi + '@chakra-ui/anatomy': 2.1.1 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/styled-system': 2.5.1 + '@chakra-ui/theme-tools': 2.0.16_ak67p4fuwhwgy7hpxa6ejvcgoy dev: false - /@chakra-ui/toast/4.0.6_jwhq6pzhnhrjemfn55rda4eonm: - resolution: {integrity: sha512-LatqPM7Vhj22qCyOYXDuhretohp5lJWcXpI9QwpDjd/CEeChy4kYeIJbaLBMzl2WTfIZ+rfHRBhFTpp33aGyqA==} + /@chakra-ui/toast/4.0.8_2sgc3xionyowyoly2zvdrbptny: + resolution: {integrity: sha512-g50kEZvrApkcNdm9ssccE9YYFsPMwTWz5IwUEFBJ2iSrEaTz5rikq/F2CP+oRu2vq22RPvczoOUnSaXE8GRzww==} peerDependencies: - '@chakra-ui/system': 2.3.5 + '@chakra-ui/system': 2.3.7 framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/alert': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/close-button': 2.0.13_iuckyjetixsa6e5uo5ymtjguvq - '@chakra-ui/portal': 2.0.12_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-use-timeout': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 - '@chakra-ui/styled-system': 2.5.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/theme': 2.2.2_egcizgpwtsioofm7hx34ab4iqi - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/alert': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/close-button': 2.0.14_7wjnschhdqxnmmgtwx36wzhvlm + '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-use-timeout': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/styled-system': 2.5.1 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/theme': 2.2.4_ak67p4fuwhwgy7hpxa6ejvcgoy + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/tooltip/2.2.3_jwhq6pzhnhrjemfn55rda4eonm: - resolution: {integrity: sha512-yOne9ofFYfW2XHsbCEPWgLUTnHKm5z21f/cPjwEqtmvCS7aTCOLFiwz2ckRS8yJbIAy+mw0UG6jQsblYKgXj4A==} + /@chakra-ui/tooltip/2.2.4_2sgc3xionyowyoly2zvdrbptny: + resolution: {integrity: sha512-KUEsSjIwTyFvdixWg3jVUcpaiAfMddRxiuxnsKcFVv8H5dZF75tstaq8iAHY+pueh6CRmIvO2Oh7XWiAYA/LJA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/popper': 3.0.10_react@18.2.0 - '@chakra-ui/portal': 2.0.12_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-types': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 - '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/popper': 3.0.11_react@18.2.0 + '@chakra-ui/portal': 2.0.13_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-types': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.6_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.4 + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.12_f2dei7egqlny4za2bmg57z5csy: - resolution: {integrity: sha512-ff6eU+m08ccYfCkk0hKfY/XlmGxCrfbBgsKgV4mirZ4SKUL1GVye8CYuHwWQlBJo+8s0yIpsTNxAuX4n/cW9/w==} + /@chakra-ui/transition/2.0.13_3kvuj4ss2hjbwisvymegpn5af4: + resolution: {integrity: sha512-vpzK5HN91eDLkBEdaO6GTCJOYgJYHlmxCAym/tScBuWM2ALZ4mWu57qWgPptgGv+IpMfuvL1t+IVqPgyWwEQFw==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - framer-motion: 8.0.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/shared-utils': 2.0.4 + framer-motion: 8.2.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/utils/2.0.12: - resolution: {integrity: sha512-1Z1MgsrfMQhNejSdrPJk8v5J4gCefHo+1wBmPPHTz5bGEbAAbZ13aXAfXy8w0eFy0Nvnawn0EHW7Oynp/MdH+Q==} + /@chakra-ui/utils/2.0.14: + resolution: {integrity: sha512-vYxtAUPY09Ex2Ae2ZvQKA1d2+lMKq/wUaRiqpwmeLfutEQuPQZc3qzQcAIMRQx3wLgXr9BUFDtHgBoOz0XKtZw==} dependencies: '@types/lodash.mergewith': 4.6.6 css-box-model: 1.2.1 - framesync: 5.3.0 + framesync: 6.1.2 lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/2.0.13_iuckyjetixsa6e5uo5ymtjguvq: - resolution: {integrity: sha512-sDEeeEjLfID333EC46NdCbhK2HyMXlpl5HzcJjuwWIpyVz4E1gKQ9hlwpq6grijvmzeSywQ5D3tTwUrvZck4KQ==} + /@chakra-ui/visually-hidden/2.0.14_7wjnschhdqxnmmgtwx36wzhvlm: + resolution: {integrity: sha512-/evqTuCeN3laukL1BPZO8HTzgs+dzq0v6gu/MJFgiSAKGLfInn0/IStKGK2vIluuCtJIgaHVdKcJzr+7sJhd0Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.5_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.7_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false /@changesets/apply-release-plan/6.1.3: resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/config': 2.3.0 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 2.0.0 @@ -5163,7 +5253,7 @@ packages: fs-extra: 7.0.1 lodash.startcase: 4.4.0 outdent: 0.5.0 - prettier: 2.8.1 + prettier: 2.8.2 resolve-from: 5.0.0 semver: 5.7.1 dev: true @@ -5171,7 +5261,7 @@ packages: /@changesets/assemble-release-plan/5.2.3: resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.5 '@changesets/types': 5.2.1 @@ -5189,7 +5279,7 @@ packages: resolution: {integrity: sha512-0cbTiDms+ICTVtEwAFLNW0jBNex9f5+fFv3I771nBvdnV/mOjd1QJ4+f8KtVSOrwD9SJkk9xbDkWFb0oXd8d1Q==} hasBin: true dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/apply-release-plan': 6.1.3 '@changesets/assemble-release-plan': 5.2.3 '@changesets/changelog-git': 0.1.14 @@ -5255,7 +5345,7 @@ packages: /@changesets/get-release-plan/3.0.16: resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/assemble-release-plan': 5.2.3 '@changesets/config': 2.3.0 '@changesets/pre': 1.0.14 @@ -5271,7 +5361,7 @@ packages: /@changesets/git/2.0.0: resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -5296,7 +5386,7 @@ packages: /@changesets/pre/1.0.14: resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -5306,7 +5396,7 @@ packages: /@changesets/read/0.5.9: resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.16 @@ -5327,11 +5417,11 @@ packages: /@changesets/write/0.2.3: resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/types': 5.2.1 fs-extra: 7.0.1 human-id: 1.0.2 - prettier: 2.8.1 + prettier: 2.8.2 dev: true /@cnakazawa/watch/1.0.4: @@ -5389,15 +5479,15 @@ packages: transitivePeerDependencies: - supports-color - /@emotion/babel-plugin/11.10.5_@babel+core@7.20.5: + /@emotion/babel-plugin/11.10.5_@babel+core@7.20.12: resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 - '@babel/runtime': 7.20.6 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 + '@babel/runtime': 7.20.7 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 '@emotion/serialize': 1.1.1 @@ -5444,7 +5534,7 @@ packages: /@emotion/memoize/0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} - /@emotion/react/11.10.5_xl5my4wapvq2ctl7qwehtbgorq: + /@emotion/react/11.10.5_jp5qgyg6plq757v5hojp7ls2oe: resolution: {integrity: sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==} peerDependencies: '@babel/core': ^7.0.0 @@ -5456,9 +5546,9 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.20.5 - '@babel/runtime': 7.20.6 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/runtime': 7.20.7 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.12 '@emotion/cache': 11.10.5 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 @@ -5483,7 +5573,7 @@ packages: resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled/11.10.5_3djhvnr4jirfvebjqpipo7gthy: + /@emotion/styled/11.10.5_jp5djshq6aqfasno3mth3hguci: resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} peerDependencies: '@babel/core': ^7.0.0 @@ -5496,11 +5586,11 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.20.5 - '@babel/runtime': 7.20.6 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/runtime': 7.20.7 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.12 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 @@ -5534,8 +5624,8 @@ packages: resolution: {integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==} dev: false - /@eslint/eslintrc/1.4.0: - resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==} + /@eslint/eslintrc/1.4.1: + resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -5636,7 +5726,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 chalk: 4.1.2 jest-message-util: 29.3.1 jest-util: 29.3.1 @@ -5657,14 +5747,14 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.7.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 - jest-config: 29.3.1_@types+node@18.11.17 + jest-config: 29.3.1_@types+node@18.11.18 jest-haste-map: 29.3.1 jest-message-util: 29.3.1 jest-regex-util: 29.2.0 @@ -5699,14 +5789,14 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.7.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 - jest-config: 29.3.1_xgdmd3tdlagpkcvgycprrn3igm + jest-config: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 jest-haste-map: 29.3.1 jest-message-util: 29.3.1 jest-regex-util: 29.2.0 @@ -5733,7 +5823,7 @@ packages: dependencies: '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 jest-mock: 29.3.1 dev: true @@ -5760,7 +5850,7 @@ packages: dependencies: '@jest/types': 29.3.1 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.11.17 + '@types/node': 18.11.18 jest-message-util: 29.3.1 jest-mock: 29.3.1 jest-util: 29.3.1 @@ -5793,7 +5883,7 @@ packages: '@jest/transform': 29.3.1 '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.11.17 + '@types/node': 18.11.18 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5855,7 +5945,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5878,7 +5968,7 @@ packages: resolution: {integrity: sha512-8wmCFBTVGYqFNLWfcOWoVuMuKYPUBTnTMDkdvFtAYELwDOl9RGwOsvQWGPFxDJ8AWY9xM/8xCXdqmPK3+Q5Lug==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 @@ -5903,7 +5993,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -5915,7 +6005,7 @@ packages: '@jest/schemas': 29.0.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/yargs': 17.0.17 chalk: 4.1.2 dev: true @@ -5977,7 +6067,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -5986,7 +6076,7 @@ packages: /@manypkg/get-packages/1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -6056,7 +6146,7 @@ packages: '@motionone/easing': 10.15.1 '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/dom/10.15.3: @@ -6067,14 +6157,14 @@ packages: '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 hey-listen: 1.0.8 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/easing/10.15.1: resolution: {integrity: sha512-6hIHBSV+ZVehf9dcKZLT7p5PEKHGhDwky2k8RKkmOvUoYP3S+dXsKupyZpqx5apjd9f+php4vXk4LuS+ADsrWw==} dependencies: '@motionone/utils': 10.15.1 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/generators/10.15.1: @@ -6082,7 +6172,7 @@ packages: dependencies: '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/types/10.15.1: @@ -6094,7 +6184,7 @@ packages: dependencies: '@motionone/types': 10.15.1 hey-listen: 1.0.8 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@mrmlnc/readdir-enhanced/2.2.1: @@ -6205,10 +6295,10 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@nrwl/cli/15.3.3: - resolution: {integrity: sha512-ZWTmVP9H3ukppWWGaS/s3Nym2nOYgnt6eHtuUFNsroz8LesG5oFAJviOz9jDEM/b+pLIrvYfU5aAGZqrtM3Z2A==} + /@nrwl/cli/15.4.5: + resolution: {integrity: sha512-f13s0/hzS9jsV1+QPr1Lp3Um+3dOHD8gEP2h7uw17rEPrtJ5ggRKMj/HcZ9dkT9zDM9EmPtVTb6k38ON+NWcUw==} dependencies: - nx: 15.3.3 + nx: 15.4.5 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6231,11 +6321,11 @@ packages: - debug dev: true - /@nrwl/tao/15.3.3: - resolution: {integrity: sha512-f9+VwhlJ/7TWpjHSgoUOAA067uP9DmzABMY9HC5OREEDaCx+rzYEvbLAPv6cXzWw+6IYM6cyKw0zWSQrdEVrWg==} + /@nrwl/tao/15.4.5: + resolution: {integrity: sha512-UMtxXxTWqbyZOdyD9Zt2IsDY/JVXIFZtY6pO4jPha7+UIHWf2Zi8Dszs6UoUTS4mqpNMIkKymwpZGtkDTfiAJA==} hasBin: true dependencies: - nx: 15.3.3 + nx: 15.4.5 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6363,13 +6453,13 @@ packages: dependencies: immer: 9.0.16 react: 18.2.0 - react-redux: 8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq + react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 redux: 4.2.0 redux-thunk: 2.4.2_redux@4.2.0 reselect: 4.1.7 - /@remix-run/router/1.2.0: - resolution: {integrity: sha512-GO82KYYTWPRCgdNtnheaZG3LcViUlxRFlHM7ykh7N+ufoXi6PVIHoP+9RUG/vuzl2hr9i/h6EA1Eq+2HpqJ0gQ==} + /@remix-run/router/1.2.1: + resolution: {integrity: sha512-XiY0IsyHR+DXYS5vBxpoBe/8veTeoRpMHP+vDosLZxL5bnpetzI0igkxkLZS235ldLzyfkxF+2divEwWHP3vMQ==} engines: {node: '>=14'} dev: false @@ -6388,7 +6478,7 @@ packages: react: '>=16.14.0 || 18' react-dom: '>=16.14.0 || 18' dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@popperjs/core': 2.11.6 '@react-aria/ssr': 3.4.1_react@18.2.0 '@restart/hooks': 0.4.7_react@18.2.0 @@ -6419,7 +6509,7 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel/6.0.3_zrxplyvfi52whpdwd6wkjjeo5q: + /@rollup/plugin-babel/6.0.3_2l6eqm5ksmys5vhtxa73rmqufy: resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6432,13 +6522,13 @@ packages: rollup: optional: true dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 - '@rollup/pluginutils': 5.0.2_rollup@3.7.5 - rollup: 3.7.5 + '@rollup/pluginutils': 5.0.2_rollup@3.9.1 + rollup: 3.9.1 dev: true - /@rollup/plugin-commonjs/24.0.0_rollup@3.7.5: + /@rollup/plugin-commonjs/24.0.0_rollup@3.9.1: resolution: {integrity: sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6447,16 +6537,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.7.5 + '@rollup/pluginutils': 5.0.2_rollup@3.9.1 commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.0.3 is-reference: 1.2.1 magic-string: 0.27.0 - rollup: 3.7.5 + rollup: 3.9.1 dev: true - /@rollup/plugin-node-resolve/15.0.1_rollup@3.7.5: + /@rollup/plugin-node-resolve/15.0.1_rollup@3.9.1: resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6465,17 +6555,17 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.7.5 + '@rollup/pluginutils': 5.0.2_rollup@3.9.1 '@types/resolve': 1.20.2 deepmerge: 4.2.2 is-builtin-module: 3.2.0 is-module: 1.0.0 resolve: 1.22.1 - rollup: 3.7.5 + rollup: 3.9.1 dev: true - /@rollup/plugin-terser/0.2.1_rollup@3.7.5: - resolution: {integrity: sha512-hV52c8Oo6/cXZZxVVoRNBb4zh+EKSHS4I1sedWV5pf0O+hTLSkrf6w86/V0AZutYtwBguB6HLKwz89WDBfwGOA==} + /@rollup/plugin-terser/0.3.0_rollup@3.9.1: + resolution: {integrity: sha512-mYTkNW9KjOscS/3QWU5LfOKsR3/fAAVDaqcAe2TZ7ng6pN46f+C7FOZbITuIW/neA+PhcjoKl7yMyB3XcmA4gw==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.x || ^3.x @@ -6483,7 +6573,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.7.5 + rollup: 3.9.1 serialize-javascript: 6.0.0 smob: 0.0.6 terser: 5.16.1 @@ -6497,7 +6587,7 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/pluginutils/5.0.2_rollup@3.7.5: + /@rollup/pluginutils/5.0.2_rollup@3.9.1: resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6509,7 +6599,7 @@ packages: '@types/estree': 1.0.0 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.7.5 + rollup: 3.9.1 dev: true /@sinclair/typebox/0.24.51: @@ -6613,7 +6703,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.15_u7mmoyqfty2flmkfggora6dwra: + /@storybook/addon-controls/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: resolution: {integrity: sha512-q5y0TvD0stvQoJZ2PnFmmKIRNSOI4/k2NKyZq//J2cBUBcP1reYlFxdsNwLZWmAFpSIkc2+nsliEzNxU1WByoA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6628,7 +6718,7 @@ packages: '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.15 '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/node-logger': 6.5.15 '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y @@ -6647,7 +6737,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.15_6vks55to3m3a5tiiibgux3fcau: + /@storybook/addon-docs/6.5.15_fi4aqgmyxx6g5c5h7mjyx7uqhi: resolution: {integrity: sha512-k3LAu+wVp6pNhfh6B1soCRl6+7sNTNxtqy6WTrIeVJVCGbXbyc5s7gQ48gJ4WAk6meoDEZbypiP4NK1El03YLg==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 @@ -6661,25 +6751,25 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/core-events': 6.5.15 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.5 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.12 '@storybook/node-logger': 6.5.15 '@storybook/postinstall': 6.5.15 '@storybook/preview-web': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/source-loader': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y - babel-loader: 8.3.0_ztqwsvkb6z73luspkai6ilstpu + babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6702,7 +6792,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.15_f5aeetbt7hal5oebpnz6rkvmbi: + /@storybook/addon-essentials/6.5.15_z5whyyu6n3lw5tgkvntrvyoayu: resolution: {integrity: sha512-m3EY6BhUk6Z9Et7P5wGaRGNoEDHzJIOsLbGS/4IXvIoDfrqmNIilqUQl8kfDqpVdBSFprvpacHpKpLosu9H37w==} peerDependencies: '@babel/core': ^7.9.6 @@ -6759,19 +6849,19 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@storybook/addon-actions': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/addon-backgrounds': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.15_u7mmoyqfty2flmkfggora6dwra - '@storybook/addon-docs': 6.5.15_6vks55to3m3a5tiiibgux3fcau + '@storybook/addon-controls': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/addon-docs': 6.5.15_fi4aqgmyxx6g5c5h7mjyx7uqhi '@storybook/addon-measure': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/addon-outline': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/addon-toolbars': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/addon-viewport': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/node-logger': 6.5.15 core-js: 3.26.1 react: 18.2.0 @@ -6933,7 +7023,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.15_u7mmoyqfty2flmkfggora6dwra: + /@storybook/builder-webpack4/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: resolution: {integrity: sha512-1ZkMECUUdiYplhlgyUF5fqW3XU7eWNDJbuPUguyDOeidgJ111WZzBcLuKj+SNrzdNNgXwROCWAFybiNnX33YHQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6943,7 +7033,7 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/channel-postmessage': 6.5.15 @@ -6951,7 +7041,7 @@ packages: '@storybook/client-api': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.15 '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/core-events': 6.5.15 '@storybook/node-logger': 6.5.15 '@storybook/preview-web': 6.5.15_biqbaboplfbrettd7655fr4n2y @@ -6963,13 +7053,13 @@ packages: '@types/node': 16.18.10 '@types/webpack': 4.41.33 autoprefixer: 9.8.8 - babel-loader: 8.3.0_em3sh5kto35xuanci4cvhzqfay + babel-loader: 8.3.0_nwtvwtk5tmh22l2urnqucz7kqu case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.26.1 css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_kkfru4rqae5axw7aezlpgdmyl4 + fork-ts-checker-webpack-plugin: 4.1.6_m5gnij3rfg5tbgezneaxeqvybq glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 @@ -7002,7 +7092,7 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack5/6.5.15_u7mmoyqfty2flmkfggora6dwra: + /@storybook/builder-webpack5/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: resolution: {integrity: sha512-BnSoAmI02pvbGBSyzCx+voXb/d5EopQ78zx/lYv4CeOspBFOYEfGvAgYHILFo04V12S2/k8aSOc/tCYw5AqPtw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7012,7 +7102,7 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/channel-postmessage': 6.5.15 @@ -7020,7 +7110,7 @@ packages: '@storybook/client-api': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.15 '@storybook/components': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/core-events': 6.5.15 '@storybook/node-logger': 6.5.15 '@storybook/preview-web': 6.5.15_biqbaboplfbrettd7655fr4n2y @@ -7029,13 +7119,13 @@ packages: '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.10 - babel-loader: 8.3.0_ztqwsvkb6z73luspkai6ilstpu + babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.26.1 css-loader: 5.2.7_webpack@5.75.0 - fork-ts-checker-webpack-plugin: 6.5.2_az3o33dww67cevji5ejlhmxqnq + fork-ts-checker-webpack-plugin: 6.5.2_ztinast3o6ojylpg2e7ubjmesm glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 html-webpack-plugin: 5.5.0_webpack@5.75.0 @@ -7223,7 +7313,7 @@ packages: webpack: 4.46.0 dev: true - /@storybook/core-common/6.5.15_u7mmoyqfty2flmkfggora6dwra: + /@storybook/core-common/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: resolution: {integrity: sha512-uits9o6qwHTPnjsNZP25f7hWmUBGRJ7FXtxxtEaNSmtiwk50KWxBaro7wt505lJ1Gb9vOhpNPhS7y3IxdsXNmQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7233,41 +7323,41 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.5 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-decorators': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.5 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.5 - '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.5 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.5 - '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.5 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 - '@babel/register': 7.18.9_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-decorators': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.12 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.12 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-block-scoping': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.12 + '@babel/plugin-transform-parameters': 7.20.5_@babel+core@7.20.12 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/register': 7.18.9_@babel+core@7.20.12 '@storybook/node-logger': 6.5.15 '@storybook/semver': 7.3.2 '@types/node': 16.18.10 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.3.0_em3sh5kto35xuanci4cvhzqfay + babel-loader: 8.3.0_nwtvwtk5tmh22l2urnqucz7kqu babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.20.5 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.20.12 chalk: 4.1.2 core-js: 3.26.1 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_kkfru4rqae5axw7aezlpgdmyl4 + fork-ts-checker-webpack-plugin: 6.5.2_m5gnij3rfg5tbgezneaxeqvybq fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7300,7 +7390,7 @@ packages: core-js: 3.26.1 dev: true - /@storybook/core-server/6.5.15_qhdeggitumap5653mursb7x3zq: + /@storybook/core-server/6.5.15_kmfhe2mixbezwh4fdxncdqtxia: resolution: {integrity: sha512-m+pZwHhCjwryeqTptyyKHSbIjnnPGKoRSnkqLTOpKQf8llZMnNQWUFrn4fx6UDKzxFQ2st2+laV8O2QbMs8qwQ==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7317,19 +7407,19 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.15_u7mmoyqfty2flmkfggora6dwra - '@storybook/builder-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/builder-webpack4': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/core-client': 6.5.15_o3ten7nsuz3dqqktls46i6uq3y - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/core-events': 6.5.15 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/csf-tools': 6.5.15 - '@storybook/manager-webpack4': 6.5.15_u7mmoyqfty2flmkfggora6dwra - '@storybook/manager-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/manager-webpack4': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi + '@storybook/manager-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/node-logger': 6.5.15 '@storybook/semver': 7.3.2 '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/telemetry': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@types/node': 16.18.10 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -7379,7 +7469,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.15_b5fjqqvegzepvw5d7tnollnhrq: + /@storybook/core/6.5.15_gsof4e5ietvxsx6gtvh5w2poze: resolution: {integrity: sha512-T9TjLxbb5P/XvLEoj0dnbtexJa0V3pqCifRlIUNkTJO0nU3PdGLMcKMSyIYWjkthAJ9oBrajnodV0UveM/epTg==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7396,10 +7486,10 @@ packages: typescript: optional: true dependencies: - '@storybook/builder-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/core-client': 6.5.15_fzk2o5r53sgjs5saca2d7spkha - '@storybook/core-server': 6.5.15_qhdeggitumap5653mursb7x3zq - '@storybook/manager-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-server': 6.5.15_kmfhe2mixbezwh4fdxncdqtxia + '@storybook/manager-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi react: 18.2.0 react-dom: 18.2.0_react@18.2.0 typescript: 4.9.4 @@ -7425,15 +7515,15 @@ packages: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.20.5 - '@babel/generator': 7.20.5 - '@babel/parser': 7.20.5 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/core': 7.20.12 + '@babel/generator': 7.20.7 + '@babel/parser': 7.20.7 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.12 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.5 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.12 core-js: 3.26.1 fs-extra: 9.1.0 global: 4.4.0 @@ -7452,7 +7542,7 @@ packages: /@storybook/docs-tools/6.5.15_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-8w78NFOtlJGuIa9vPPsr87J9iQUGmLFh7CrMS2+t9LxW+0oH5MZ8QqPQUHNuTuKsYN3r+QAmmi2pj0auZmCoKA==} dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.15_biqbaboplfbrettd7655fr4n2y core-js: 3.26.1 @@ -7465,7 +7555,7 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.15_u7mmoyqfty2flmkfggora6dwra: + /@storybook/manager-webpack4/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: resolution: {integrity: sha512-zRvBTMoaFO6MvHDsDLnt3tsFENhpY3k+e/UIPdqbIDMbUPGGQzxJucAM9aS/kbVSO5IVs8IflVxbeeB/uTIIfA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7475,18 +7565,18 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.5 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/core-client': 6.5.15_o3ten7nsuz3dqqktls46i6uq3y - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/node-logger': 6.5.15 '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.15_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.10 '@types/webpack': 4.41.33 - babel-loader: 8.3.0_em3sh5kto35xuanci4cvhzqfay + babel-loader: 8.3.0_nwtvwtk5tmh22l2urnqucz7kqu case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.26.1 @@ -7523,7 +7613,7 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack5/6.5.15_u7mmoyqfty2flmkfggora6dwra: + /@storybook/manager-webpack5/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: resolution: {integrity: sha512-yrHVFUHGdVRWq/oGJwQu+UOZzxELH5SS+Lpn5oIQ/Dblam9piQC0KmBZtFuA9X8acaw4BBVnXgF/aiqs9fOp/Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7533,17 +7623,17 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.5 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/core-client': 6.5.15_fzk2o5r53sgjs5saca2d7spkha - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/node-logger': 6.5.15 '@storybook/theming': 6.5.15_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.15_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.10 - babel-loader: 8.3.0_ztqwsvkb6z73luspkai6ilstpu + babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.26.1 @@ -7580,13 +7670,13 @@ packages: - webpack-command dev: true - /@storybook/mdx1-csf/0.0.1_@babel+core@7.20.5: + /@storybook/mdx1-csf/0.0.1_@babel+core@7.20.12: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.20.5 - '@babel/parser': 7.20.5 - '@babel/preset-env': 7.20.2_@babel+core@7.20.5 - '@babel/types': 7.20.5 + '@babel/generator': 7.20.7 + '@babel/parser': 7.20.7 + '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/types': 7.20.7 '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.14.191 js-string-escape: 1.0.1 @@ -7660,7 +7750,7 @@ packages: - supports-color dev: true - /@storybook/react/6.5.15_5wqaqrzryrbegr3b6nhkgfpkte: + /@storybook/react/6.5.15_4umj6u2aef6td5xkg3f7eukyp4: resolution: {integrity: sha512-iQta2xOs/oK0sw/zpn3g/huvOmvggzi8z2/WholmUmmRiSQRo9lOhRXH0u13T4ja4fEa+u7m58G83xOG6i73Kw==} engines: {node: '>=10.13.0'} hasBin: true @@ -7688,18 +7778,18 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.5 - '@babel/preset-flow': 7.18.6_@babel+core@7.20.5 - '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/preset-flow': 7.18.6_@babel+core@7.20.12 + '@babel/preset-react': 7.18.6_@babel+core@7.20.12 '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_ohj47mxwagpoxvu7nhhwxzphqm '@storybook/addons': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/builder-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/client-logger': 6.5.15 - '@storybook/core': 6.5.15_b5fjqqvegzepvw5d7tnollnhrq - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core': 6.5.15_gsof4e5ietvxsx6gtvh5w2poze + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.15_biqbaboplfbrettd7655fr4n2y - '@storybook/manager-webpack5': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/manager-webpack5': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi '@storybook/node-logger': 6.5.15 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi '@storybook/semver': 7.3.2 @@ -7821,11 +7911,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.15_u7mmoyqfty2flmkfggora6dwra: + /@storybook/telemetry/6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi: resolution: {integrity: sha512-WHMRG6xMkEGscn1q4SotwzV8hxM1g3zHyXPN77iosY5zpOIn/qAzvkmW28V1DPH9jPWMZMizBgG1TIQvUpduXg==} dependencies: '@storybook/client-logger': 6.5.15 - '@storybook/core-common': 6.5.15_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-common': 6.5.15_ezwbcwsuf2bqvxzlg3s7mwruqi chalk: 4.1.2 core-js: 3.26.1 detect-package-manager: 2.0.1 @@ -7907,7 +7997,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/aria-query': 4.2.2 aria-query: 5.1.3 chalk: 4.1.2 @@ -7916,6 +8006,20 @@ packages: pretty-format: 27.5.1 dev: true + /@testing-library/dom/8.19.1: + resolution: {integrity: sha512-P6iIPyYQ+qH8CvGauAqanhVnjrnRe0IZFSYCeGkSRW9q3u8bdVn2NPI+lasFyVsEQn1J/IFmp5Aax41+dAP9wg==} + engines: {node: '>=12'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/runtime': 7.20.7 + '@types/aria-query': 5.0.1 + aria-query: 5.1.3 + chalk: 4.1.2 + dom-accessibility-api: 0.5.14 + lz-string: 1.4.4 + pretty-format: 27.5.1 + dev: true + /@testing-library/jest-dom/5.16.5: resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} @@ -7940,18 +8044,18 @@ packages: dependencies: '@babel/runtime': 7.20.6 '@testing-library/dom': 8.19.0 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@testing-library/user-event/14.4.3_aaq3sbffpfe3jnxzm2zngsddei: + /@testing-library/user-event/14.4.3_ua4wuun3fnehcjqtqj2e2ldgpe: resolution: {integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@testing-library/dom': 8.19.0 + '@testing-library/dom': 8.19.1 dev: true /@tootallnate/once/1.1.2: @@ -8009,6 +8113,10 @@ packages: resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==} dev: true + /@types/aria-query/5.0.1: + resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} + dev: true + /@types/async-stream-emitter/4.0.0: resolution: {integrity: sha512-13vdKrWE2navt87EPbk6VcUjQgAu/p/rRGdbcE+bYhbKg/fA7nsEgRkxIdlEpZTnGyixUO5+5yHKaIXgMmKL0A==} dependencies: @@ -8027,8 +8135,8 @@ packages: /@types/babel__core/7.1.20: resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} dependencies: - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 + '@babel/parser': 7.20.7 + '@babel/types': 7.20.7 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.3 @@ -8037,20 +8145,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.20.5 - '@babel/types': 7.20.5 + '@babel/parser': 7.20.7 + '@babel/types': 7.20.7 dev: true /@types/babel__traverse/7.18.3: resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} dependencies: - '@babel/types': 7.20.5 + '@babel/types': 7.20.7 dev: true /@types/babylon/6.16.6: @@ -8066,12 +8174,12 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.11.17 + '@types/node': 18.11.18 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/cacheable-request/6.0.3: @@ -8079,7 +8187,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/responselike': 1.0.0 /@types/chrome/0.0.206: @@ -8095,8 +8203,8 @@ packages: classnames: 2.3.2 dev: true - /@types/codemirror/5.60.5: - resolution: {integrity: sha512-TiECZmm8St5YxjFUp64LK0c8WU5bxMDt9YaAek1UqUb9swrSCoJhh92fWu1p3mTEqlHjhB5sY7OFBhWroJXZVg==} + /@types/codemirror/5.60.6: + resolution: {integrity: sha512-JIDPSvkYRlcv/2F0erqD+de2ni/Mz6FJMEGb0vwF6ByQOcHIKfiEfwrO4d6dSRwYeHyNUMpGjev0PyjX2M0XWw==} dependencies: '@types/tern': 0.23.4 dev: false @@ -8121,18 +8229,18 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.31 - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/cookie/0.4.1: @@ -8146,7 +8254,7 @@ packages: /@types/copy-webpack-plugin/8.0.1_webpack-cli@5.0.1: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 tapable: 2.2.1 webpack: 5.75.0_webpack-cli@5.0.1 transitivePeerDependencies: @@ -8159,13 +8267,13 @@ packages: /@types/cors/2.8.13: resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/d3-array/2.12.3: @@ -8329,21 +8437,21 @@ packages: /@types/dragula/3.7.1: resolution: {integrity: sha512-hbMEG5+wZEwV6NK4cbexldLWEvYNox8PywM9ICIeCTM99g8nJxccE3C8vvl66TCfnN+R8ioNdOrHWJT+5X0pvw==} - /@types/es6template/1.0.0: - resolution: {integrity: sha512-wvlFvfUd3FAJyRhgjfibljYSPJ/XKmB3sSlPV+1P5dinRmdSE0lYOFXfJ/ZiWSfBN0Cex5MENBUw8kjsvft+8w==} + /@types/es6template/1.0.1: + resolution: {integrity: sha512-3cg8/6oOpdYSOgGb8PyHBQPvvG2I5EiIoiMWYvgo9EJEHdRNVCn9pEAOtmnjAFjzMRiRTNgMP/+Ktk5DkzHmGQ==} dev: true /@types/eslint-scope/3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: '@types/eslint': 8.4.10 - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 dev: true /@types/eslint/8.4.10: resolution: {integrity: sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==} dependencies: - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 '@types/json-schema': 7.0.11 dev: true @@ -8357,7 +8465,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -8388,20 +8496,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.18.10 + '@types/node': 18.11.18 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.18.10 + '@types/node': 18.11.18 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/har-format/1.2.10: @@ -8448,7 +8556,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/is-ci/3.0.0: @@ -8477,8 +8585,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/29.2.4: - resolution: {integrity: sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==} + /@types/jest/29.2.5: + resolution: {integrity: sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==} dependencies: expect: 29.3.1 pretty-format: 29.3.1 @@ -8494,7 +8602,7 @@ packages: /@types/jsdom/20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 dev: true @@ -8509,13 +8617,13 @@ packages: /@types/jsonwebtoken/8.5.9: resolution: {integrity: sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 /@types/lodash-es/4.17.6: resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==} @@ -8574,10 +8682,10 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/morgan/1.9.3: - resolution: {integrity: sha512-BiLcfVqGBZCyNCnCH3F4o2GmDLrpy0HeBVnNlyZG4fo88ZiE9SoiBe3C+2ezuwbjlEyT+PDZ17//TAlRxAn75Q==} + /@types/morgan/1.9.4: + resolution: {integrity: sha512-cXoc4k+6+YAllH3ZHmx4hf7La1dzUk6keTR4bF4b4Sc0mZxU/zK4wO7l+ZzezXm/jkYj/qC+uYGZrarZdIVvyQ==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/ms/0.7.31: @@ -8587,7 +8695,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 form-data: 3.0.1 /@types/node/12.20.55: @@ -8599,6 +8707,10 @@ packages: /@types/node/18.11.17: resolution: {integrity: sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng==} + dev: true + + /@types/node/18.11.18: + resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -8654,8 +8766,8 @@ packages: /@types/range-parser/1.2.4: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - /@types/react-dom/18.0.9: - resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==} + /@types/react-dom/18.0.10: + resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==} dependencies: '@types/react': 18.0.26 @@ -8702,7 +8814,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8737,12 +8849,12 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: false /@types/simple-diff/1.6.1: @@ -8783,7 +8895,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/source-list-map/0.1.2: @@ -8817,7 +8929,7 @@ packages: resolution: {integrity: sha512-tLfnlJf6A5mB6ddqF159GqcDizfzbMUB1/DeT59/wBNqzRTNNKsaw79A/1TZ84X+f/EwWH8FeuSkjlCLyqS/zQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/supertest/2.0.12: @@ -8839,7 +8951,7 @@ packages: /@types/testing-library__jest-dom/5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 29.2.4 + '@types/jest': 29.2.5 dev: true /@types/tough-cookie/4.0.2: @@ -8878,7 +8990,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 16.18.10 + '@types/node': 18.11.18 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8886,7 +8998,7 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 16.18.10 + '@types/node': 18.11.18 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 @@ -8903,7 +9015,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 dev: true /@types/yargs-parser/21.0.0: @@ -8926,11 +9038,11 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 optional: true - /@typescript-eslint/eslint-plugin/5.47.0_ncmi6noazr3nzas7jxykisekym: - resolution: {integrity: sha512-AHZtlXAMGkDmyLuLZsRpH3p4G/1iARIwc/T0vIem2YB+xW6pZaXYXzCBnZSF/5fdM97R9QqZWZ+h3iW10XgevQ==} + /@typescript-eslint/eslint-plugin/5.48.0_k73wpmdolxikpyqun3p36akaaq: + resolution: {integrity: sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -8940,12 +9052,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/scope-manager': 5.47.0 - '@typescript-eslint/type-utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/type-utils': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -8956,8 +9068,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.47.0_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-udPU4ckK+R1JWCGdQC4Qa27NtBg7w020ffHqGyAK8pAgOVuNw7YaKXGChk+udh+iiGIJf6/E/0xhVXyPAbsczw==} + /@typescript-eslint/parser/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -8966,26 +9078,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.47.0 - '@typescript-eslint/types': 5.47.0 - '@typescript-eslint/typescript-estree': 5.47.0_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.47.0: - resolution: {integrity: sha512-dvJab4bFf7JVvjPuh3sfBUWsiD73aiftKBpWSfi3sUkysDQ4W8x+ZcFpNp7Kgv0weldhpmMOZBjx1wKN8uWvAw==} + /@typescript-eslint/scope-manager/5.48.0: + resolution: {integrity: sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.47.0 - '@typescript-eslint/visitor-keys': 5.47.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/visitor-keys': 5.48.0 dev: true - /@typescript-eslint/type-utils/5.47.0_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-1J+DFFrYoDUXQE1b7QjrNGARZE6uVhBqIvdaXTe5IN+NmEyD68qXR1qX1g2u4voA+nCaelQyG8w30SAOihhEYg==} + /@typescript-eslint/type-utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -8994,23 +9106,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.47.0_typescript@4.9.4 - '@typescript-eslint/utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 tsutils: 3.21.0_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.47.0: - resolution: {integrity: sha512-eslFG0Qy8wpGzDdYKu58CEr3WLkjwC5Usa6XbuV89ce/yN5RITLe1O8e+WFEuxnfftHiJImkkOBADj58ahRxSg==} + /@typescript-eslint/types/5.48.0: + resolution: {integrity: sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.47.0_typescript@4.9.4: - resolution: {integrity: sha512-LxfKCG4bsRGq60Sqqu+34QT5qT2TEAHvSCCJ321uBWywgE2dS0LKcu5u+3sMGo+Vy9UmLOhdTw5JHzePV/1y4Q==} + /@typescript-eslint/typescript-estree/5.48.0_typescript@4.9.4: + resolution: {integrity: sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -9018,8 +9130,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.47.0 - '@typescript-eslint/visitor-keys': 5.47.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/visitor-keys': 5.48.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -9030,31 +9142,31 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.47.0_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-U9xcc0N7xINrCdGVPwABjbAKqx4GK67xuMV87toI+HUqgXj26m6RBp9UshEXcTrgCkdGYFzgKLt8kxu49RilDw==} + /@typescript-eslint/utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.47.0 - '@typescript-eslint/types': 5.47.0 - '@typescript-eslint/typescript-estree': 5.47.0_typescript@4.9.4 - eslint: 8.30.0 + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + eslint: 8.31.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.31.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.47.0: - resolution: {integrity: sha512-ByPi5iMa6QqDXe/GmT/hR6MZtVPi0SqMQPDx15FczCBXJo/7M8T88xReOALAfpBLm+zxpPfmhuEvPb577JRAEg==} + /@typescript-eslint/visitor-keys/5.48.0: + resolution: {integrity: sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.47.0 + '@typescript-eslint/types': 5.48.0 eslint-visitor-keys: 3.3.0 dev: true @@ -9369,12 +9481,12 @@ packages: tslib: 2.4.1 dev: true - /@zag-js/element-size/0.1.0: - resolution: {integrity: sha512-QF8wp0+V8++z+FHXiIw93+zudtubYszOtYbNgK39fg3pi+nCZtuSm4L1jC5QZMatNZ83MfOzyNCfgUubapagJQ==} + /@zag-js/element-size/0.3.0: + resolution: {integrity: sha512-5/hEI+0c6ZNCx6KHlOS5/WeHsd6+I7gk7Y/b/zATp4Rp3tHirs/tu1frq+iy5BmfaG9hbQtfHfUJTjOcI5jnoQ==} dev: false - /@zag-js/focus-visible/0.1.0: - resolution: {integrity: sha512-PeaBcTmdZWcFf7n1aM+oiOdZc+sy14qi0emPIeUuGMTjbP0xLGrZu43kdpHnWSXy7/r4Ubp/vlg50MCV8+9Isg==} + /@zag-js/focus-visible/0.2.1: + resolution: {integrity: sha512-19uTjoZGP4/Ax7kSNhhay9JA83BirKzpqLkeEAilrpdI1hE5xuq6q+tzJOsrMOOqJrm7LkmZp5lbsTQzvK2pYg==} dev: false /@zkochan/js-yaml/0.0.6: @@ -9771,7 +9883,7 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@babel/runtime-corejs3': 7.20.6 dev: true @@ -10032,17 +10144,17 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-jest/29.3.1_@babel+core@7.20.5: + /babel-jest/29.3.1_@babel+core@7.20.12: resolution: {integrity: sha512-aard+xnMoxgjwV70t0L6wkW/3HQQtV+O0PEimxKgzNqCJnbYmroPojdP2tqKSOAt8QAKV/uSZU8851M7B5+fcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@jest/transform': 29.3.1 '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.2.0_@babel+core@7.20.5 + babel-preset-jest: 29.2.0_@babel+core@7.20.12 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -10050,29 +10162,14 @@ packages: - supports-color dev: true - /babel-loader/8.3.0_em3sh5kto35xuanci4cvhzqfay: + /babel-loader/8.3.0_la66t7xldg4uecmyawueag5wkm: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.20.5 - find-cache-dir: 3.3.2 - loader-utils: 2.0.4 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 4.46.0 - dev: true - - /babel-loader/8.3.0_ztqwsvkb6z73luspkai6ilstpu: - resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -10080,14 +10177,29 @@ packages: webpack: 5.75.0 dev: true - /babel-loader/9.1.0_ztqwsvkb6z73luspkai6ilstpu: - resolution: {integrity: sha512-Antt61KJPinUMwHwIIz9T5zfMgevnfZkEVWYDWlG888fgdvRRGD0JTuf/fFozQnfT+uq64sk1bmdHDy/mOEWnA==} + /babel-loader/8.3.0_nwtvwtk5tmh22l2urnqucz7kqu: + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.20.12 + find-cache-dir: 3.3.2 + loader-utils: 2.0.4 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 4.46.0 + dev: true + + /babel-loader/9.1.2_la66t7xldg4uecmyawueag5wkm: + resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 find-cache-dir: 3.3.2 schema-utils: 4.0.0 webpack: 5.75.0_webpack-cli@5.0.1 @@ -10130,8 +10242,8 @@ packages: resolution: {integrity: sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.20.5 + '@babel/template': 7.20.7 + '@babel/types': 7.20.7 '@types/babel__core': 7.1.20 '@types/babel__traverse': 7.18.3 dev: true @@ -10140,7 +10252,7 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 cosmiconfig: 7.1.0 resolve: 1.22.1 @@ -10148,50 +10260,50 @@ packages: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} dev: true - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.5: + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.12: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.20.5 - '@babel/core': 7.20.5 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.20.5: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.20.12: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.20.12 core-js-compat: 3.26.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.5: + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.12: resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 core-js-compat: 3.26.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.5: + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.12: resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.5 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 transitivePeerDependencies: - supports-color dev: true @@ -10221,35 +10333,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.20.5: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.12: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.5 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.5 + '@babel/core': 7.20.12 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.12 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.12 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.12 dev: true - /babel-preset-jest/29.2.0_@babel+core@7.20.5: + /babel-preset-jest/29.2.0_@babel+core@7.20.12: resolution: {integrity: sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 babel-plugin-jest-hoist: 29.2.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.5 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12 dev: true /babel-runtime/6.26.0: @@ -11703,7 +11815,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 is-in-browser: 1.1.3 dev: false @@ -12375,7 +12487,7 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 csstype: 3.1.1 dev: false @@ -12744,7 +12856,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base/15.0.0_2lbwmhbr7bncddqbzzpg77o75m: + /eslint-config-airbnb-base/15.0.0_ol7jqilc3wemtdbq3nzhywgxq4: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -12752,14 +12864,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.30.0 - eslint-plugin-import: 2.26.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-plugin-import: 2.26.0_eslint@8.31.0 object.assign: 4.1.4 object.entries: 1.1.6 semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_j3uyvjk2vb2gkfzhvqukeu5rlq: + /eslint-config-airbnb/19.0.4_kdrd7zxcgo7evu26hvr6zfy33i: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12769,23 +12881,23 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.30.0 - eslint-config-airbnb-base: 15.0.0_2lbwmhbr7bncddqbzzpg77o75m - eslint-plugin-import: 2.26.0_eslint@8.30.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-airbnb-base: 15.0.0_ol7jqilc3wemtdbq3nzhywgxq4 + eslint-plugin-import: 2.26.0_eslint@8.31.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 object.assign: 4.1.4 object.entries: 1.1.6 dev: true - /eslint-config-prettier/8.5.0_eslint@8.30.0: - resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} + /eslint-config-prettier/8.6.0_eslint@8.31.0: + resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.30.0 + eslint: 8.31.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -12797,7 +12909,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_dc7heojkjdjw5ttc65wer4jauy: + /eslint-module-utils/2.7.4_rahvyjeqqlq6ogimp3cp7kgkfq: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -12819,13 +12931,13 @@ packages: optional: true dependencies: debug: 3.2.7 - eslint: 8.30.0 + eslint: 8.31.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_eslint@8.30.0: + /eslint-plugin-import/2.26.0_eslint@8.31.0: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -12839,9 +12951,9 @@ packages: array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.30.0 + eslint: 8.31.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_dc7heojkjdjw5ttc65wer4jauy + eslint-module-utils: 2.7.4_rahvyjeqqlq6ogimp3cp7kgkfq has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -12855,8 +12967,8 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.7_ynswt5pvagzyqki5w7w75b3qvm: - resolution: {integrity: sha512-0QVzf+og4YI1Qr3UoprkqqhezAZjFffdi62b0IurkCXMqPtRW84/UT4CKsYT80h/D82LA9avjO/80Ou1LdgbaQ==} + /eslint-plugin-jest/27.2.1_5lw7u3puxf47qfi53ot2fqzcvq: + resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -12868,16 +12980,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym - '@typescript-eslint/utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 jest: 29.3.1 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y/6.6.1_eslint@8.30.0: + /eslint-plugin-jsx-a11y/6.6.1_eslint@8.31.0: resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} engines: {node: '>=4.0'} peerDependencies: @@ -12891,7 +13003,7 @@ packages: axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.30.0 + eslint: 8.31.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.7 @@ -12899,16 +13011,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.30.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.31.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.30.0 + eslint: 8.31.0 dev: true - /eslint-plugin-react/7.31.11_eslint@8.30.0: + /eslint-plugin-react/7.31.11_eslint@8.31.0: resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} engines: {node: '>=4'} peerDependencies: @@ -12918,7 +13030,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.30.0 + eslint: 8.31.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -12956,13 +13068,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.30.0: + /eslint-utils/3.0.0_eslint@8.31.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.30.0 + eslint: 8.31.0 eslint-visitor-keys: 2.1.0 dev: true @@ -12976,12 +13088,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.30.0: - resolution: {integrity: sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==} + /eslint/8.31.0: + resolution: {integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.4.0 + '@eslint/eslintrc': 1.4.1 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -12992,7 +13104,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.31.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -13072,8 +13184,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 c8: 7.12.0 transitivePeerDependencies: - supports-color @@ -13556,7 +13668,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_kkfru4rqae5axw7aezlpgdmyl4: + /fork-ts-checker-webpack-plugin/4.1.6_m5gnij3rfg5tbgezneaxeqvybq: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13572,7 +13684,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.30.0 + eslint: 8.31.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 @@ -13584,7 +13696,7 @@ packages: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_az3o33dww67cevji5ejlhmxqnq: + /fork-ts-checker-webpack-plugin/6.5.2_m5gnij3rfg5tbgezneaxeqvybq: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13604,39 +13716,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.30.0 - fs-extra: 9.1.0 - glob: 7.2.3 - memfs: 3.4.12 - minimatch: 3.1.2 - schema-utils: 2.7.0 - semver: 7.3.8 - tapable: 1.1.3 - typescript: 4.9.4 - webpack: 5.75.0 - dev: true - - /fork-ts-checker-webpack-plugin/6.5.2_kkfru4rqae5axw7aezlpgdmyl4: - resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} - engines: {node: '>=10', yarn: '>=1.0.0'} - peerDependencies: - eslint: '>= 6' - typescript: '>= 2.7' - vue-template-compiler: '*' - webpack: '>= 4' - peerDependenciesMeta: - eslint: - optional: true - vue-template-compiler: - optional: true - dependencies: - '@babel/code-frame': 7.18.6 - '@types/json-schema': 7.0.11 - chalk: 4.1.2 - chokidar: 3.5.3 - cosmiconfig: 6.0.0 - deepmerge: 4.2.2 - eslint: 8.30.0 + eslint: 8.31.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.12 @@ -13648,6 +13728,38 @@ packages: webpack: 4.46.0 dev: true + /fork-ts-checker-webpack-plugin/6.5.2_ztinast3o6ojylpg2e7ubjmesm: + resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} + engines: {node: '>=10', yarn: '>=1.0.0'} + peerDependencies: + eslint: '>= 6' + typescript: '>= 2.7' + vue-template-compiler: '*' + webpack: '>= 4' + peerDependenciesMeta: + eslint: + optional: true + vue-template-compiler: + optional: true + dependencies: + '@babel/code-frame': 7.18.6 + '@types/json-schema': 7.0.11 + chalk: 4.1.2 + chokidar: 3.5.3 + cosmiconfig: 6.0.0 + deepmerge: 4.2.2 + eslint: 8.31.0 + fs-extra: 9.1.0 + glob: 7.2.3 + memfs: 3.4.12 + minimatch: 3.1.2 + schema-utils: 2.7.0 + semver: 7.3.8 + tapable: 1.1.3 + typescript: 4.9.4 + webpack: 5.75.0 + dev: true + /fork-ts-checker-webpack-plugin/7.2.14_3fkjkrd3audxnith3e7fo4fnxi: resolution: {integrity: sha512-Tg2feh/n8k486KX0EbXVUfJj3j0xnnbKYTJw0fnIb2QdV0+lblOYZSal5ed9hARoWVwKeOC7sYE2EakSRLo5ZA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} @@ -13712,8 +13824,8 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/8.0.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-rr9Sb97cGM5BWU0jMsmTi9x5w8hF90p6wRUlXto5IFejxMVS8YUxT8Ljjy8RspQKPEGOQUZDIZNvlcLBhs0tMw==} + /framer-motion/8.2.4_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-bd2g3kgb8m0jBi+OOzsKPW4rQCn5gOOlbAlT0iMX6ruQPZ9qzIIABrRj2DFhwW6EcFvfJSP6EVVHSI8SQYBBOw==} peerDependencies: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 @@ -13722,15 +13834,15 @@ packages: hey-listen: 1.0.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - tslib: 2.4.0 + tslib: 2.4.1 optionalDependencies: '@emotion/is-prop-valid': 0.8.8 dev: false - /framesync/5.3.0: - resolution: {integrity: sha512-oc5m68HDO/tuK2blj7ZcdEBRx3p1PjrgHazL8GYEpvULhrtGIFbQArN6cQS2QhW8mitffaB+VYzMjDqBxxQeoA==} + /framesync/6.1.2: + resolution: {integrity: sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==} dependencies: - tslib: 2.4.1 + tslib: 2.4.0 dev: false /fresh/0.5.2: @@ -13996,7 +14108,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.5 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -14677,8 +14789,8 @@ packages: /immer/9.0.16: resolution: {integrity: sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==} - /immutable/4.1.0: - resolution: {integrity: sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==} + /immutable/4.2.2: + resolution: {integrity: sha512-fTMKDwtbvO5tldky9QZ2fMX7slR0mYpY5nbnFWYp0fOzDhHqhgIw9KoYgxLWsoNTS9ZHGauHj18DTyEw6BK3Og==} /import-fresh/3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -15322,8 +15434,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.5 - '@babel/parser': 7.20.5 + '@babel/core': 7.20.12 + '@babel/parser': 7.20.7 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -15390,7 +15502,7 @@ packages: '@jest/expect': 29.3.1 '@jest/test-result': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15437,7 +15549,7 @@ packages: - ts-node dev: true - /jest-cli/29.3.1_@types+node@18.11.17: + /jest-cli/29.3.1_@types+node@18.11.18: resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -15454,7 +15566,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.3.1_@types+node@18.11.17 + jest-config: 29.3.1_@types+node@18.11.18 jest-util: 29.3.1 jest-validate: 29.3.1 prompts: 2.4.2 @@ -15465,7 +15577,7 @@ packages: - ts-node dev: true - /jest-cli/29.3.1_xgdmd3tdlagpkcvgycprrn3igm: + /jest-cli/29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4: resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -15482,7 +15594,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.3.1_xgdmd3tdlagpkcvgycprrn3igm + jest-config: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 jest-util: 29.3.1 jest-validate: 29.3.1 prompts: 2.4.2 @@ -15505,10 +15617,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@jest/test-sequencer': 29.3.1 '@jest/types': 29.3.1 - babel-jest: 29.3.1_@babel+core@7.20.5 + babel-jest: 29.3.1_@babel+core@7.20.12 chalk: 4.1.2 ci-info: 3.7.0 deepmerge: 4.2.2 @@ -15531,7 +15643,7 @@ packages: - supports-color dev: true - /jest-config/29.3.1_@types+node@18.11.17: + /jest-config/29.3.1_@types+node@18.11.18: resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -15543,11 +15655,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@jest/test-sequencer': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 - babel-jest: 29.3.1_@babel+core@7.20.5 + '@types/node': 18.11.18 + babel-jest: 29.3.1_@babel+core@7.20.12 chalk: 4.1.2 ci-info: 3.7.0 deepmerge: 4.2.2 @@ -15570,7 +15682,7 @@ packages: - supports-color dev: true - /jest-config/29.3.1_xgdmd3tdlagpkcvgycprrn3igm: + /jest-config/29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4: resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -15582,11 +15694,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 '@jest/test-sequencer': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 - babel-jest: 29.3.1_@babel+core@7.20.5 + '@types/node': 18.11.18 + babel-jest: 29.3.1_@babel+core@7.20.12 chalk: 4.1.2 ci-info: 3.7.0 deepmerge: 4.2.2 @@ -15605,7 +15717,7 @@ packages: pretty-format: 29.3.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m + ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq transitivePeerDependencies: - supports-color dev: true @@ -15668,7 +15780,7 @@ packages: '@jest/environment': 29.3.1 '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 jest-mock: 29.3.1 jest-util: 29.3.1 dev: true @@ -15684,7 +15796,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.17 + '@types/node': 18.11.18 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15707,7 +15819,7 @@ packages: dependencies: '@jest/types': 29.3.1 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.17 + '@types/node': 18.11.18 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15758,7 +15870,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 jest-util: 29.3.1 dev: true @@ -15818,7 +15930,7 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.10 @@ -15849,7 +15961,7 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -15872,7 +15984,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 graceful-fs: 4.2.10 dev: true @@ -15880,18 +15992,18 @@ packages: resolution: {integrity: sha512-+3JOc+s28upYLI2OJM4PWRGK9AgpsMs/ekNryUV0yMBClT9B1DF2u2qay8YxcQd338PPYSFNb0lsar1B49sLDA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.20.5 - '@babel/generator': 7.20.5 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.5 - '@babel/traverse': 7.20.5 - '@babel/types': 7.20.5 + '@babel/core': 7.20.12 + '@babel/generator': 7.20.7 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12 + '@babel/traverse': 7.20.12 + '@babel/types': 7.20.7 '@jest/expect-utils': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.5 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12 chalk: 4.1.2 expect: 29.3.1 graceful-fs: 4.2.10 @@ -15913,7 +16025,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.11.17 + '@types/node': 18.11.18 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -15925,7 +16037,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 chalk: 4.1.2 ci-info: 3.7.0 graceful-fs: 4.2.10 @@ -15950,7 +16062,7 @@ packages: dependencies: '@jest/test-result': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.17 + '@types/node': 18.11.18 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -15962,7 +16074,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -15971,7 +16083,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -15980,7 +16092,7 @@ packages: resolution: {integrity: sha512-lY4AnnmsEWeiXirAIA0c9SDPbuCBq8IYuDVL8PMm0MZ2PEs2yPvRA/J64QBXuZp7CYKrDM/rmNrc9/i3KJQncw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.11.17 + '@types/node': 18.11.18 jest-util: 29.3.1 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -16006,7 +16118,7 @@ packages: - ts-node dev: true - /jest/29.3.1_@types+node@18.11.17: + /jest/29.3.1_@types+node@18.11.18: resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -16019,14 +16131,14 @@ packages: '@jest/core': 29.3.1 '@jest/types': 29.3.1 import-local: 3.1.0 - jest-cli: 29.3.1_@types+node@18.11.17 + jest-cli: 29.3.1_@types+node@18.11.18 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest/29.3.1_xgdmd3tdlagpkcvgycprrn3igm: + /jest/29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4: resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -16039,7 +16151,7 @@ packages: '@jest/core': 29.3.1_ts-node@10.9.1 '@jest/types': 29.3.1 import-local: 3.1.0 - jest-cli: 29.3.1_xgdmd3tdlagpkcvgycprrn3igm + jest-cli: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 transitivePeerDependencies: - '@types/node' - supports-color @@ -16241,7 +16353,7 @@ packages: /jss-plugin-camel-case/10.9.2: resolution: {integrity: sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 hyphenate-style-name: 1.0.4 jss: 10.9.2 dev: false @@ -16249,7 +16361,7 @@ packages: /jss-plugin-compose/10.9.2: resolution: {integrity: sha512-XvsGar4D791VgOMqbEk1XYY5s84Ew57OMLYjbnTXl3MSaBTvmR5M3dTqQbBquJGp4pLyyqlfTcijfolZII1w4Q==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16257,21 +16369,21 @@ packages: /jss-plugin-default-unit/10.9.2: resolution: {integrity: sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 dev: false /jss-plugin-expand/10.9.2: resolution: {integrity: sha512-D3PGLUJu3YbHhX6vANooCa1gqfv68wLssDp08wH21YVTCt6u8jWfqkoj9NmPz5ea1Fc0WMoJtofJTlgb6ApZvw==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 dev: false /jss-plugin-extend/10.9.2: resolution: {integrity: sha512-55lXOQ7yyRtrMRYOcWUeZ3Ea4/Cd/oTndvb9j/5O3+E816nRoYbDsqKI8ob0Yx8PnfHBsQN0u10JcLnqq+8aPA==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16279,14 +16391,14 @@ packages: /jss-plugin-global/10.9.2: resolution: {integrity: sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 dev: false /jss-plugin-nested/10.9.2: resolution: {integrity: sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16294,14 +16406,14 @@ packages: /jss-plugin-props-sort/10.9.2: resolution: {integrity: sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 dev: false /jss-plugin-rule-value-function/10.9.2: resolution: {integrity: sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16309,7 +16421,7 @@ packages: /jss-plugin-rule-value-observable/10.9.2: resolution: {integrity: sha512-SSqBD4s/k2mwsOUg6+LI/oEmvUxokIWi+5bZOyer/2nP4kMxeo3gHURc2yiAEu3v62Sf3GHhgC6pBAugxhLL9A==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 symbol-observable: 1.2.0 dev: false @@ -16317,7 +16429,7 @@ packages: /jss-plugin-template/10.9.2: resolution: {integrity: sha512-f+ANQg8n+tkYea4Fu1Qt4skv9UJiNllzJB1Ga0QyumDZZJVpCzl8/mbFT1cvQSW7h+yB31GexFYVF3ct5fFGzA==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16325,7 +16437,7 @@ packages: /jss-plugin-vendor-prefixer/10.9.2: resolution: {integrity: sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 css-vendor: 2.0.8 jss: 10.9.2 dev: false @@ -16333,7 +16445,7 @@ packages: /jss-preset-default/10.9.2: resolution: {integrity: sha512-HMkTLgYPRjwdiu8n8ZB2VEfpO95cZ5AmmSYvFSvt76MQJMp/xDh6cP49MmZHwMpIvXwNj0LI8Peglgwz+rHKBQ==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 jss: 10.9.2 jss-plugin-camel-case: 10.9.2 jss-plugin-compose: 10.9.2 @@ -16352,7 +16464,7 @@ packages: /jss/10.9.2: resolution: {integrity: sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 csstype: 3.1.1 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -16454,8 +16566,8 @@ packages: engines: {node: '>= 8'} dev: true - /knex/2.3.0_sqlite3@5.1.4: - resolution: {integrity: sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw==} + /knex/2.4.0_sqlite3@5.1.4: + resolution: {integrity: sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA==} engines: {node: '>=12'} hasBin: true peerDependencies: @@ -16524,7 +16636,7 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 app-root-dir: 1.0.2 core-js: 3.26.1 dotenv: 8.6.0 @@ -16798,7 +16910,6 @@ packages: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 - dev: true /lru-cache/6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} @@ -17692,8 +17803,8 @@ packages: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true - /nx/15.3.3: - resolution: {integrity: sha512-yR102AlVW5Sb7X1e9cyR+0h44RD6c3eLJbAZ0yVFKPCKw+zQTdGvAqITtB6ZeFnPkg6Qq6f1oWu6G0n6f2cTpw==} + /nx/15.4.5: + resolution: {integrity: sha512-1spZL6sgOV8JJJuN8W5CLtJYwTOnlyaV32jPXfidavU0QMS8MP+rW3+NUQ9Uzc1UYhOu8llZWtnen93neVGQRw==} hasBin: true requiresBuild: true peerDependencies: @@ -17705,8 +17816,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.3.3 - '@nrwl/tao': 15.3.3 + '@nrwl/cli': 15.4.5 + '@nrwl/tao': 15.4.5 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.34 @@ -17735,7 +17846,7 @@ packages: strong-log-transformer: 2.1.0 tar-stream: 2.2.0 tmp: 0.2.1 - tsconfig-paths: 3.14.1 + tsconfig-paths: 4.1.2 tslib: 2.4.1 v8-compile-cache: 2.3.0 yargs: 17.6.2 @@ -18355,7 +18466,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 dev: true /posix-character-classes/0.1.1: @@ -18529,8 +18640,8 @@ packages: hasBin: true dev: true - /prettier/2.8.1: - resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==} + /prettier/2.8.2: + resolution: {integrity: sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -18938,7 +19049,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@restart/hooks': 0.4.7_react@18.2.0 '@restart/ui': 1.4.1_biqbaboplfbrettd7655fr4n2y '@types/react': 18.0.26 @@ -18960,7 +19071,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 react: 18.2.0 dev: false @@ -18981,9 +19092,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.20.5 - '@babel/generator': 7.20.5 - '@babel/runtime': 7.20.6 + '@babel/core': 7.20.12 + '@babel/generator': 7.20.7 + '@babel/runtime': 7.20.7 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -19037,7 +19148,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/react': 18.0.26 focus-lock: 0.11.4 prop-types: 15.8.1 @@ -19060,7 +19171,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 || 18 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -19090,7 +19201,7 @@ packages: react-deep-force-update: 1.1.2 dev: true - /react-redux/8.0.5_6fpxtwwxc52cyvwzdgczt4jvpq: + /react-redux/8.0.5_gm3gubmwja4o7q6fr6adx3fpz4: resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -19114,7 +19225,7 @@ packages: '@babel/runtime': 7.20.6 '@types/hoist-non-react-statics': 3.3.1 '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 + '@types/react-dom': 18.0.10 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -19123,6 +19234,39 @@ packages: redux: 4.2.0 use-sync-external-store: 1.2.0_react@18.2.0 + /react-redux/8.0.5_ie75ejlwqy5zh3tldgt7pftwcu: + resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} + peerDependencies: + '@types/react': ^16.8 || ^17.0 || ^18.0 + '@types/react-dom': ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || 18 + react-dom: ^16.8 || ^17.0 || ^18.0 || 18 + react-native: '>=0.59' + redux: ^4 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + react-dom: + optional: true + react-native: + optional: true + redux: + optional: true + dependencies: + '@babel/runtime': 7.20.6 + '@types/hoist-non-react-statics': 3.3.1 + '@types/react': 18.0.26 + '@types/react-dom': 18.0.10 + '@types/use-sync-external-store': 0.0.3 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + react-is: 18.2.0 + use-sync-external-store: 1.2.0_react@18.2.0 + dev: false + /react-redux/8.0.5_lyglh7ra5csqnudbq3lr4zb6du: resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: @@ -19156,39 +19300,6 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: true - /react-redux/8.0.5_yqqa5ithnjtlkxisuaub7c4kpa: - resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} - peerDependencies: - '@types/react': ^16.8 || ^17.0 || ^18.0 - '@types/react-dom': ^16.8 || ^17.0 || ^18.0 - react: ^16.8 || ^17.0 || ^18.0 || 18 - react-dom: ^16.8 || ^17.0 || ^18.0 || 18 - react-native: '>=0.59' - redux: ^4 - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - react-dom: - optional: true - react-native: - optional: true - redux: - optional: true - dependencies: - '@babel/runtime': 7.20.6 - '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.9 - '@types/use-sync-external-store': 0.0.3 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-is: 18.2.0 - use-sync-external-store: 1.2.0_react@18.2.0 - dev: false - /react-refresh/0.11.0: resolution: {integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==} engines: {node: '>=0.10.0'} @@ -19229,38 +19340,38 @@ packages: use-sidecar: 1.1.2_kzbn2opkn2327fwg5yzwzya5o4 dev: false - /react-router-dom/6.6.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-qC4jnvpfCPKVle1mKLD75IvZLcbVJyFMlSn16WY9ZiOed3dgSmqhslCf/u3tmSccWOujkdsT/OwGq12bELmvjg==} + /react-router-dom/6.6.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-u+8BKUtelStKbZD5UcY0NY90WOzktrkJJhyhNg7L0APn9t1qJNLowzrM9CHdpB6+rcPt6qQrlkIXsTvhuXP68g==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' react-dom: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.2.0 + '@remix-run/router': 1.2.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.6.0_react@18.2.0 + react-router: 6.6.1_react@18.2.0 dev: false - /react-router/6.6.0_react@18.2.0: - resolution: {integrity: sha512-+VPfCIaFbkW7BAiB/2oeprxKAt1KLbl+zXZ10CXOYezKWgBmTKyh8XjI53eLqY5kd7uY+V4rh3UW44FclwUU+Q==} + /react-router/6.6.1_react@18.2.0: + resolution: {integrity: sha512-YkvlYRusnI/IN0kDtosUCgxqHeulN5je+ew8W+iA1VvFhf86kA+JEI/X/8NqYcr11hCDDp906S+SGMpBheNeYQ==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.2.0 + '@remix-run/router': 1.2.1 react: 18.2.0 dev: false - /react-select/5.7.0_bkycudvrb3j3gvocoupj7qjewi: + /react-select/5.7.0_vwskmg7mzf6u2jufkkmcrhvxcm: resolution: {integrity: sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/react': 11.10.5_jp5qgyg6plq757v5hojp7ls2oe '@floating-ui/dom': 1.0.12 '@types/react-transition-group': 4.4.5 memoize-one: 6.0.0 @@ -19329,7 +19440,7 @@ packages: react: '>=16.6.0 || 18' react-dom: '>=16.6.0 || 18' dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -19536,7 +19647,7 @@ packages: /regenerator-transform/0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 dev: true /regex-not/1.0.2: @@ -19838,7 +19949,7 @@ packages: /robust-predicates/3.0.1: resolution: {integrity: sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==} - /rollup-plugin-typescript2/0.34.1_oj4jlwi3mkekxo3vucumcwebnq: + /rollup-plugin-typescript2/0.34.1_esmavzhadgk2idmxtiodxm33ma: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -19847,14 +19958,14 @@ packages: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 3.7.5 + rollup: 3.9.1 semver: 7.3.8 tslib: 2.4.1 typescript: 4.9.4 dev: true - /rollup/3.7.5: - resolution: {integrity: sha512-z0ZbqHBtS/et2EEUKMrAl2CoSdwN7ZPzL17UMiKN9RjjqHShTlv7F9J6ZJZJNREYjBh3TvBrdfjkFDIXFNeuiQ==} + /rollup/3.9.1: + resolution: {integrity: sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -20857,31 +20968,31 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-prettier/9.0.4_stylelint@14.16.0: + /stylelint-config-prettier/9.0.4_stylelint@14.16.1: resolution: {integrity: sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.16.0 + stylelint: 14.16.1 dev: true - /stylelint-config-recommended/9.0.0_stylelint@14.16.0: + /stylelint-config-recommended/9.0.0_stylelint@14.16.1: resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==} peerDependencies: stylelint: ^14.10.0 dependencies: - stylelint: 14.16.0 + stylelint: 14.16.1 dev: true - /stylelint-config-standard/29.0.0_stylelint@14.16.0: + /stylelint-config-standard/29.0.0_stylelint@14.16.1: resolution: {integrity: sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==} peerDependencies: stylelint: ^14.14.0 dependencies: - stylelint: 14.16.0 - stylelint-config-recommended: 9.0.0_stylelint@14.16.0 + stylelint: 14.16.1 + stylelint-config-recommended: 9.0.0_stylelint@14.16.1 dev: true /stylelint-config-styled-components/0.1.1: @@ -20899,8 +21010,8 @@ packages: - supports-color dev: true - /stylelint/14.16.0: - resolution: {integrity: sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg==} + /stylelint/14.16.1: + resolution: {integrity: sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -21395,7 +21506,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/29.0.3_orsjflytm5zjweotzi5qijesea: + /ts-jest/29.0.3_b6ud3wjfzxmze5tmlpgpdpo43e: resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -21416,7 +21527,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.20.5 + '@babel/core': 7.20.12 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.3.1 @@ -21452,7 +21563,7 @@ packages: dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.3.1_@types+node@18.11.17 + jest: 29.3.1_@types+node@18.11.18 jest-util: 29.3.1 json5: 2.2.2 lodash.memoize: 4.1.2 @@ -21462,7 +21573,7 @@ packages: yargs-parser: 21.1.1 dev: true - /ts-node/10.9.1_moeqx3xmzxqxagf2sz6mqkbb7m: + /ts-node/10.9.1_awa2wsr5thmg3i7jqycphctjfq: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -21481,7 +21592,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.11.17 + '@types/node': 18.11.18 acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 @@ -21518,6 +21629,15 @@ packages: strip-bom: 3.0.0 dev: true + /tsconfig-paths/4.1.2: + resolution: {integrity: sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==} + engines: {node: '>=6'} + dependencies: + json5: 2.2.2 + minimist: 1.2.7 + strip-bom: 3.0.0 + dev: true + /tslib/1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true @@ -21675,7 +21795,7 @@ packages: peerDependencies: react: '>=15.0.0 || 18' dependencies: - '@babel/runtime': 7.20.6 + '@babel/runtime': 7.20.7 '@types/react': 18.0.26 invariant: 2.2.4 react: 18.2.0 @@ -22755,7 +22875,6 @@ packages: /yallist/3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} - dev: true /yallist/4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}