From 65594c5cc91d1716ce1729bd13ff1c2ecb8686d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:41:28 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies (#1354) * fix(deps): update all non-major dependencies * Update snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/package.json | 18 +- package.json | 14 +- .../examples/tree/package.json | 12 +- packages/d3-state-visualizer/package.json | 16 +- packages/d3tooltip/package.json | 16 +- packages/map2tree/package.json | 16 +- packages/react-base16-styling/package.json | 18 +- packages/react-dock/demo/package.json | 14 +- packages/react-dock/package.json | 18 +- .../react-json-tree/examples/package.json | 12 +- packages/react-json-tree/package.json | 22 +- packages/redux-devtools-app/package.json | 26 +- .../redux-devtools-chart-monitor/package.json | 18 +- packages/redux-devtools-cli/package.json | 22 +- .../redux-devtools-dock-monitor/package.json | 18 +- .../redux-devtools-extension/package.json | 18 +- .../demo/package.json | 16 +- .../package.json | 20 +- .../package.json | 22 +- .../demo/package.json | 14 +- .../package.json | 18 +- .../redux-devtools-instrument/package.json | 20 +- .../redux-devtools-log-monitor/package.json | 18 +- packages/redux-devtools-remote/package.json | 20 +- .../demo/package.json | 32 +- .../package.json | 24 +- .../redux-devtools-serialize/package.json | 18 +- .../examples/todomvc/package.json | 14 +- .../package.json | 20 +- packages/redux-devtools-ui/package.json | 26 +- .../test/__snapshots__/Button.test.tsx.snap | 4 +- .../__snapshots__/Container.test.tsx.snap | 2 +- .../__snapshots__/ContextMenu.test.tsx.snap | 2 +- .../test/__snapshots__/Dialog.test.tsx.snap | 30 +- .../test/__snapshots__/Editor.test.tsx.snap | 2 +- .../test/__snapshots__/Form.test.tsx.snap | 26 +- .../__snapshots__/Notification.test.tsx.snap | 4 +- .../SegmentedControl.test.tsx.snap | 2 +- .../test/__snapshots__/Slider.test.tsx.snap | 4 +- .../test/__snapshots__/Tabs.test.tsx.snap | 12 +- .../test/__snapshots__/Toolbar.test.tsx.snap | 16 +- packages/redux-devtools-utils/package.json | 20 +- .../examples/counter/package.json | 12 +- .../examples/todomvc/package.json | 12 +- packages/redux-devtools/package.json | 20 +- pnpm-lock.yaml | 4069 +++++++++-------- 46 files changed, 2459 insertions(+), 2338 deletions(-) diff --git a/extension/package.json b/extension/package.json index 03b588ce..9decde4e 100644 --- a/extension/package.json +++ b/extension/package.json @@ -47,17 +47,17 @@ "react-redux": "^8.0.5", "redux": "^4.2.1", "redux-persist": "^6.0.0", - "styled-components": "^5.3.6" + "styled-components": "^5.3.8" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@babel/register": "^7.18.9", + "@babel/preset-typescript": "^7.21.0", + "@babel/register": "^7.21.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", - "@types/chrome": "^0.0.213", + "@types/chrome": "^0.0.218", "@types/lodash": "^4.14.191", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", @@ -68,8 +68,8 @@ "cpy-cli": "^4.2.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "electron": "^23.1.0", - "eslint": "^8.34.0", + "electron": "^23.1.1", + "eslint": "^8.35.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", @@ -84,8 +84,8 @@ "raw-loader": "^4.0.2", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", - "rimraf": "^4.1.2", - "selenium-webdriver": "^4.8.0", + "rimraf": "^4.1.3", + "selenium-webdriver": "^4.8.1", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", "ts-jest": "^29.0.5", diff --git a/package.json b/package.json index 18b0545c..320d1cf8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "private": true, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", "@changesets/cli": "^2.26.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -14,8 +14,8 @@ "jest": "^29.4.3", "prettier": "2.8.4", "typescript": "~4.9.5", - "nx": "^15.7.0", - "@nrwl/nx-cloud": "^15.0.3" + "nx": "^15.8.1", + "@nrwl/nx-cloud": "^15.1.1" }, "scripts": { "format": "prettier --write .", @@ -39,7 +39,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.27.0", + "packageManager": "pnpm@7.28.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 fdeb1865..80b08e22 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -29,15 +29,15 @@ "map2tree": "^3.0.0" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.13.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@babel/preset-typescript": "^7.21.0", + "@types/node": "^18.14.4", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "fork-ts-checker-webpack-plugin": "^7.3.0", "html-webpack-plugin": "^5.5.0", diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 32a185a1..32210cac 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.13", + "@babel/runtime": "^7.21.0", "@types/d3": "^7.4.0", "d3": "^7.8.2", "d3tooltip": "^3.0.0", @@ -49,17 +49,17 @@ "ramda": "^0.28.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/ramda": "^0.28.23", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" } } diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index dac8cdf5..3669eeda 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -36,21 +36,21 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.13" + "@babel/runtime": "^7.21.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/d3": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "d3": "^7.8.2", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 2a6e8062..8bb7c958 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -40,25 +40,25 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "lodash": "^4.17.21" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "immutable": "^4.2.4", "jest": "^29.4.3", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "ts-jest": "^29.0.5", "typescript": "~4.9.5" } diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 401aad3c..b8da515d 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.13", + "@babel/runtime": "^7.21.0", "@types/base16": "^1.0.2", "@types/lodash": "^4.14.191", "base16": "^1.0.0", @@ -48,23 +48,23 @@ "lodash.curry": "^4.1.1" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/color": "^3.0.3", "@types/jest": "^29.4.0", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.4.3", "jest-environment-jsdom": "^29.4.3", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "ts-jest": "^29.0.5", "typescript": "~4.9.5" } diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 1141121c..328f5201 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -16,22 +16,22 @@ "react-dom": "^18.2.0", "react-icons": "^4.7.1", "react-is": "^18.2.0", - "styled-components": "^5.3.6" + "styled-components": "^5.3.8" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.13.0", + "@babel/preset-typescript": "^7.21.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 01388841..89e3f030 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -39,27 +39,27 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@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.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/jest": "^29.4.0", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.28", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -68,7 +68,7 @@ "jest-environment-jsdom": "^29.4.3", "react": "^18.2.0", "react-test-renderer": "^18.2.0", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "ts-jest": "^29.0.5", "typescript": "~4.9.5" }, diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index e1339bf5..cfc0a641 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -26,18 +26,18 @@ "react-json-tree": "^0.18.0" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.13.0", + "@babel/preset-typescript": "^7.21.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index cb04d1c5..45b8ebb2 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -45,29 +45,29 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@types/lodash": "^4.14.191", "react-base16-styling": "^0.9.1" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.4.0", "@types/jest": "^29.4.0", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -75,8 +75,8 @@ "jest": "^29.4.3", "react": "^18.2.0", "react-test-renderer": "^18.2.0", - "rimraf": "^4.1.2", - "rollup": "^3.15.0", + "rimraf": "^4.1.3", + "rollup": "^3.18.0", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.5", "tslib": "^2.5.0", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 0becbafc..71e8bf8c 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.13", + "@babel/runtime": "^7.21.0", "@redux-devtools/chart-monitor": "^4.0.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.2", @@ -50,7 +50,7 @@ "@redux-devtools/rtk-query-monitor": "^3.1.1", "@redux-devtools/slider-monitor": "^4.0.0", "@redux-devtools/ui": "^1.3.0", - "@reduxjs/toolkit": "^1.9.2", + "@reduxjs/toolkit": "^1.9.3", "@types/prop-types": "^15.7.5", "d3-state-visualizer": "^2.0.0", "javascript-stringify": "^2.1.0", @@ -67,13 +67,13 @@ "socketcluster-client": "^17.1.1" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", @@ -81,19 +81,19 @@ "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.191", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/socketcluster-client": "^16.0.0", "@types/styled-components": "^5.1.26", "@types/testing-library__jest-dom": "^5.14.5", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -105,9 +105,9 @@ "jest-environment-jsdom": "^29.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "style-loader": "^3.3.1", - "styled-components": "^5.3.6", + "styled-components": "^5.3.8", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "typescript": "~4.9.5", @@ -119,6 +119,6 @@ "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "styled-components": "^5.3.6" + "styled-components": "^5.3.8" } } diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 6cdc4142..fb3551dd 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -39,31 +39,31 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@types/redux-devtools-themes": "^1.0.0", "d3-state-visualizer": "^2.0.0", "deepmerge": "^4.3.0", "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@redux-devtools/core": "^3.13.1", "@types/react": "^18.0.28", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 518453d3..21ba73b9 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -41,14 +41,14 @@ "node": "^14.13.1 || ^16.13.0 || >= 18.12.0" }, "dependencies": { - "@apollo/server": "^4.3.3", + "@apollo/server": "^4.4.0", "@redux-devtools/app": "^2.1.3", "@types/react": "^18.0.28", - "body-parser": "^1.20.1", + "body-parser": "^1.20.2", "chalk": "^5.2.0", "cors": "^2.8.5", "cross-spawn": "^7.0.3", - "electron": "^23.1.0", + "electron": "^23.1.1", "express": "^4.18.2", "get-port": "^6.1.2", "graphql": "^16.6.0", @@ -56,14 +56,14 @@ "lodash-es": "^4.17.21", "minimist": "^1.2.8", "morgan": "^1.10.0", - "open": "^8.4.1", + "open": "^8.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "semver": "^7.3.8", "socketcluster-server": "^17.3.1", "sqlite3": "^5.1.4", - "styled-components": "^5.3.6", + "styled-components": "^5.3.8", "uuid": "^9.0.0" }, "devDependencies": { @@ -75,21 +75,21 @@ "@types/lodash-es": "^4.17.6", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.4", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/semver": "^7.3.13", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^17.3.0", "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", - "@types/uuid": "^9.0.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@types/uuid": "^9.0.1", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.4.3", "ncp": "^2.0.0", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "socketcluster-client": "^17.1.1", "supertest": "^6.3.3", "ts-jest": "^29.0.5", diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 5d5b8cd0..238058aa 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -41,32 +41,32 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@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.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", "@types/react": "^18.0.28", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index be395991..88da7b5d 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -29,22 +29,22 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "immutable": "^4.2.4" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@babel/preset-typescript": "^7.21.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { 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 9e3bf6c4..e13f34d6 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -21,29 +21,29 @@ "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.8.1", + "react-router-dom": "^6.8.2", "redux": "^4.2.1", "redux-logger": "^3.0.6", - "styled-components": "^5.3.6" + "styled-components": "^5.3.8" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/redux-logger": "^3.0.9", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index f0b00d28..83ca547b 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.13", + "@babel/runtime": "^7.21.0", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "es6template": "^1.0.5", @@ -55,13 +55,13 @@ "simple-diff": "^1.6.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^14.0.0", @@ -71,9 +71,9 @@ "@types/object-path": "^0.11.1", "@types/react": "^18.0.28", "@types/simple-diff": "^1.6.1", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -83,7 +83,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "ts-jest": "^29.0.5", "typescript": "~4.9.5" }, @@ -93,6 +93,6 @@ "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", - "styled-components": "^5.3.6" + "styled-components": "^5.3.8" } } diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index f55515bf..6f1b84de 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/runtime": "^7.20.13", - "@types/chrome": "^0.0.213", + "@babel/runtime": "^7.21.0", + "@types/chrome": "^0.0.218", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -40,27 +40,27 @@ "source-map": "^0.5.7" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^14.0.0", "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", "@types/jest": "^29.4.0", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/path-browserify": "^1.0.0", "@types/react": "^18.0.28", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -71,7 +71,7 @@ "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "ts-jest": "^29.0.5", "typescript": "~4.9.5" }, diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index e4cd9bde..b688927e 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -20,27 +20,27 @@ "react-bootstrap": "^2.7.2", "react-dom": "^18.2.0", "react-redux": "^8.0.5", - "react-router-dom": "^6.8.1", + "react-router-dom": "^6.8.2", "redux": "^4.2.1", "redux-logger": "^3.0.6" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/redux-logger": "^3.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index 32f8e266..cc89cac9 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -35,7 +35,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@types/dragula": "^3.7.1", "@types/lodash": "^4.14.191", "@types/prop-types": "^15.7.5", @@ -54,13 +54,13 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@redux-devtools/core": "^3.13.1", "@types/dateformat": "^5.0.0", "@types/hex-rgba": "^1.0.1", @@ -69,15 +69,15 @@ "@types/react": "^18.0.28", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index c7268472..5be13cbb 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -41,27 +41,27 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "lodash": "^4.17.21" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", - "@types/node": "^18.13.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@types/node": "^18.14.4", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "jest": "^29.4.3", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "rxjs": "^7.8.0", "ts-jest": "^29.0.5", "typescript": "~4.9.5" diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index ad9c639b..208bb95e 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.13", + "@babel/runtime": "^7.21.0", "@types/lodash.debounce": "^4.0.7", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -51,24 +51,24 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@redux-devtools/core": "^3.13.1", "@types/react": "^18.0.28", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index 6669a49d..c39b8cff 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.13", + "@babel/runtime": "^7.21.0", "@redux-devtools/instrument": "^2.1.0", "@redux-devtools/utils": "^2.0.0", "jsan": "^3.1.14", @@ -50,22 +50,22 @@ "socketcluster-client": "^17.1.1" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/jsan": "^3.1.2", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 34f67660..b97e78d0 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -10,43 +10,43 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.20.13", - "@chakra-ui/react": "^2.5.0", - "@emotion/react": "^11.10.5", - "@emotion/styled": "^11.10.5", + "@babel/runtime": "^7.21.0", + "@chakra-ui/react": "^2.5.1", + "@emotion/react": "^11.10.6", + "@emotion/styled": "^11.10.6", "@mswjs/data": "^0.11.2", "@redux-devtools/core": "^3.13.0", "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^3.1.0", - "@reduxjs/toolkit": "^1.9.2", - "framer-motion": "^9.0.4", - "msw": "^1.0.1", + "@reduxjs/toolkit": "^1.9.3", + "framer-motion": "^9.1.7", + "msw": "^1.1.0", "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.8.1", - "styled-components": "^5.3.6" + "react-router-dom": "^6.8.2", + "styled-components": "^5.3.8" }, "devDependencies": { - "@babel/core": "^7.20.12", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/core": "^7.21.0", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 8c4cea5a..60769c42 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -44,7 +44,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@redux-devtools/ui": "^1.3.0", "@types/lodash": "^4.14.191", "@types/prop-types": "^15.7.5", @@ -60,24 +60,24 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.9.2", + "@reduxjs/toolkit": "^1.9.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/jest": "^29.4.0", "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.28", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -88,17 +88,17 @@ "react-dom": "^18.2.0", "react-redux": "^8.0.5", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "ts-jest": "^29.0.5", "typescript": "~4.9.5" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.9.2", + "@reduxjs/toolkit": "^1.9.3", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", - "styled-components": "^5.3.6" + "styled-components": "^5.3.8" } } diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 54ea9c23..ea370393 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -37,26 +37,26 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "jsan": "^3.1.14" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/jest": "^29.4.0", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "immutable": "^4.2.4", "jest": "^29.4.3", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "ts-jest": "^29.0.5", "typescript": "~4.9.5" }, diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index f369a60e..4425e9a9 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -26,27 +26,27 @@ "react-is": "^18.2.0", "react-redux": "^8.0.5", "redux": "^4.2.1", - "styled-components": "^5.3.6", + "styled-components": "^5.3.8", "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/classnames": "^2.3.1", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 4e1e9aa5..f07d285f 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.13", + "@babel/runtime": "^7.21.0", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -40,24 +40,24 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@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/preset-typescript": "^7.21.0", "@redux-devtools/core": "^3.13.1", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { @@ -66,6 +66,6 @@ "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", - "styled-components": "^5.3.6" + "styled-components": "^5.3.8" } } diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 14d48e7a..594e6c8c 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@rjsf/core": "^4.2.3", "@types/base16": "^1.0.2", "@types/codemirror": "^5.60.7", @@ -51,7 +51,7 @@ "@types/redux-devtools-themes": "^1.0.0", "@types/simple-element-resize-detector": "^1.3.0", "base16": "^1.0.0", - "codemirror": "^5.65.11", + "codemirror": "^5.65.12", "color": "^4.2.3", "prop-types": "^15.8.1", "react-icons": "^4.7.1", @@ -60,13 +60,13 @@ "simple-element-resize-detector": "^1.3.0" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@storybook/addon-essentials": "^6.5.16", "@storybook/builder-webpack5": "^6.5.16", "@storybook/manager-webpack5": "^6.5.16", @@ -78,11 +78,11 @@ "@types/jest": "^29.4.0", "@types/react": "^18.0.28", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "csstype": "^3.1.1", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -94,9 +94,9 @@ "react-dom": "^18.2.0", "react-is": "^18.2.0", "require-from-string": "^2.0.2", - "rimraf": "^4.1.2", - "styled-components": "^5.3.6", - "stylelint": "^15.1.0", + "rimraf": "^4.1.3", + "styled-components": "^5.3.8", + "stylelint": "^15.2.0", "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^30.0.1", "stylelint-config-styled-components": "^0.1.1", @@ -109,6 +109,6 @@ "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "styled-components": "^5.3.6" + "styled-components": "^5.3.8" } } diff --git a/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap index 9d6c2198..3e97dfae 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap @@ -2,10 +2,10 @@ exports[`Button renders correctly 1`] = `
diff --git a/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap index 7e498f65..b415d18b 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap @@ -2,7 +2,7 @@ exports[`Container renders correctly 1`] = `
Text
diff --git a/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap index 6a21114e..9e9333e9 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap @@ -2,7 +2,7 @@ exports[`ContextMenu renders correctly 1`] = `
@@ -45,7 +45,7 @@ exports[`Dialog renders correctly 1`] = ` exports[`Dialog renders modal 1`] = `
@@ -61,19 +61,19 @@ exports[`Dialog renders modal 1`] = ` class="mc-dialog--footer" >
@@ -85,7 +85,7 @@ exports[`Dialog renders modal 1`] = ` exports[`Dialog renders with props 1`] = `
@@ -109,19 +109,19 @@ exports[`Dialog renders with props 1`] = ` class="mc-dialog--footer" >
diff --git a/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap index 0eb7381d..01286f35 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap @@ -2,7 +2,7 @@ exports[`Editor renders correctly 1`] = `
@@ -33,6 +33,6 @@ exports[`Toolbar renders correctly 1`] = ` exports[`Toolbar renders with props 1`] = `
`; diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index b33c7fa8..6c9bfbcc 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@redux-devtools/core": "^3.13.1", "@redux-devtools/serialize": "^0.4.1", "@types/get-params": "^0.1.0", @@ -44,20 +44,20 @@ "redux": "^4.2.1" }, "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/jsan": "^3.1.2", "@types/lodash": "^4.14.191", - "@types/node": "^18.13.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@types/node": "^18.14.4", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "typescript": "~4.9.5" }, "peerDependencies": { diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 67aaad7f..6ee77dad 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -30,20 +30,20 @@ "redux-thunk": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.13.0", + "@babel/preset-typescript": "^7.21.0", + "@types/node": "^18.14.4", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 5c776919..92e8c26c 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -43,22 +43,22 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.20.12", + "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/classnames": "^2.3.1", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", "babel-loader": "^9.1.2", "cross-env": "^7.0.3", "css-loader": "^6.7.3", - "eslint": "^8.34.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 8fd284e2..7ea2a997 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -41,27 +41,27 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.20.13", + "@babel/runtime": "^7.21.0", "@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.20.7", - "@babel/core": "^7.20.12", + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.0", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.21.0", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", - "@types/node": "^18.13.0", + "@types/node": "^18.14.4", "@types/react": "^18.0.28", - "@typescript-eslint/eslint-plugin": "^5.52.0", - "@typescript-eslint/parser": "^5.52.0", - "eslint": "^8.34.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.32.2", @@ -71,7 +71,7 @@ "react-dom": "^18.2.0", "react-redux": "^8.0.5", "redux": "^4.2.1", - "rimraf": "^4.1.2", + "rimraf": "^4.1.3", "ts-jest": "^29.0.5", "typescript": "~4.9.5" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1595d1a9..3a8ac965 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,46 +7,46 @@ importers: .: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 '@changesets/cli': ^2.26.0 - '@nrwl/nx-cloud': ^15.0.3 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@nrwl/nx-cloud': ^15.1.1 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.4.3 - nx: ^15.7.0 + nx: ^15.8.1 prettier: 2.8.4 typescript: ~4.9.5 devDependencies: - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria '@changesets/cli': 2.26.0 - '@nrwl/nx-cloud': 15.0.3 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@nrwl/nx-cloud': 15.1.1 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 jest: 29.4.3 - nx: 15.7.0 + nx: 15.8.1 prettier: 2.8.4 typescript: 4.9.5 extension: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/polyfill': ^7.12.1 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/register': ^7.18.9 + '@babel/preset-typescript': ^7.21.0 + '@babel/register': ^7.21.0 '@redux-devtools/app': ^2.2.1 '@redux-devtools/core': ^3.13.0 '@redux-devtools/instrument': ^2.1.0 @@ -56,7 +56,7 @@ importers: '@redux-devtools/utils': ^2.0.0 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^14.0.0 - '@types/chrome': ^0.0.213 + '@types/chrome': ^0.0.218 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.191 '@types/react': ^18.0.28 @@ -68,8 +68,8 @@ importers: cpy-cli: ^4.2.0 cross-env: ^7.0.3 css-loader: ^6.7.3 - electron: ^23.1.0 - eslint: ^8.34.0 + electron: ^23.1.1 + eslint: ^8.35.0 eslint-config-airbnb: ^19.0.4 eslint-plugin-import: ^2.27.5 eslint-plugin-jsx-a11y: ^6.7.1 @@ -95,11 +95,11 @@ importers: react-transform-hmr: ^1.0.4 redux: ^4.2.1 redux-persist: ^6.0.0 - rimraf: ^4.1.2 - selenium-webdriver: ^4.8.0 + rimraf: ^4.1.3 + selenium-webdriver: ^4.8.1 sinon-chrome: ^3.0.1 style-loader: ^3.3.1 - styled-components: ^5.3.6 + styled-components: ^5.3.8 ts-jest: ^29.0.5 typescript: ~4.9.5 webpack: ^5.75.0 @@ -125,33 +125,33 @@ importers: react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy redux: 4.2.1 redux-persist: 6.0.0_react@18.2.0+redux@4.2.1 - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@babel/register': 7.18.9_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@babel/register': 7.21.0_@babel+core@7.21.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.213 + '@types/chrome': 0.0.218 '@types/lodash': 4.14.191 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm chromedriver: 110.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: 23.1.0 - eslint: 8.34.0 - eslint-config-airbnb: 19.0.4_hbw3smywoiafix46yjc35xsaqq - eslint-plugin-import: 2.27.5_eslint@8.34.0 - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + electron: 23.1.1 + eslint: 8.35.0 + eslint-config-airbnb: 19.0.4_oy6wj56dgwy2h2u3ilgcukh654 + eslint-plugin-import: 2.27.5_eslint@8.35.0 + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 file-loader: 6.2.0_webpack@5.75.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u immutable: 4.2.4 @@ -161,38 +161,38 @@ importers: raw-loader: 4.0.2_webpack@5.75.0 react-transform-catch-errors: 1.0.2 react-transform-hmr: 1.0.4 - rimraf: 4.1.2 - selenium-webdriver: 4.8.0 + rimraf: 4.1.3 + selenium-webdriver: 4.8.1 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.75.0 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 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.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@types/d3': ^7.4.0 '@types/ramda': ^0.28.23 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 d3: ^7.8.2 d3tooltip: ^3.0.0 deepmerge: ^4.3.0 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 map2tree: ^3.0.0 ramda: ^0.28.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/d3': 7.4.0 d3: 7.8.2 d3tooltip: link:../d3tooltip @@ -200,31 +200,31 @@ importers: map2tree: link:../map2tree ramda: 0.28.0 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/ramda': 0.28.23 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - rimraf: 4.1.2 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + rimraf: 4.1.3 typescript: 4.9.5 packages/d3-state-visualizer/examples/tree: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.13.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@babel/preset-typescript': ^7.21.0 + '@types/node': ^18.14.4 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 d3-state-visualizer: ^2.0.0 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 fork-ts-checker-webpack-plugin: ^7.3.0 html-webpack-plugin: ^5.5.0 @@ -238,19 +238,19 @@ importers: d3-state-visualizer: link:../.. map2tree: link:../../../map2tree devDependencies: - '@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.13.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@types/node': 18.14.4 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -258,110 +258,110 @@ importers: packages/d3tooltip: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@types/d3': ^7.4.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 d3: ^7.8.2 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/d3': 7.4.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu d3: 7.8.2 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - rimraf: 4.1.2 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + rimraf: 4.1.3 typescript: 4.9.5 packages/map2tree: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 immutable: ^4.2.4 jest: ^29.4.3 lodash: ^4.17.21 - rimraf: ^4.1.2 + rimraf: ^4.1.3 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/jest': 29.4.0 '@types/lodash': 4.14.191 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje immutable: 4.2.4 jest: 29.4.3 - rimraf: 4.1.2 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/react-base16-styling: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@types/base16': ^1.0.2 '@types/color': ^3.0.3 '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 '@types/lodash.curry': ^4.1.7 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 base16: ^1.0.0 color: ^4.2.3 csstype: ^3.1.1 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 jest: ^29.4.3 jest-environment-jsdom: ^29.4.3 lodash.curry: ^4.1.1 - rimraf: ^4.1.2 + rimraf: ^4.1.3 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/base16': 1.0.2 '@types/lodash': 4.14.191 base16: 1.0.0 @@ -369,45 +369,45 @@ importers: csstype: 3.1.1 lodash.curry: 4.1.1 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/color': 3.0.3 '@types/jest': 29.4.0 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje jest: 29.4.3 jest-environment-jsdom: 29.4.3 - rimraf: 4.1.2 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/react-dock: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 @@ -418,57 +418,57 @@ importers: prop-types: ^15.8.1 react: ^18.2.0 react-test-renderer: ^18.2.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@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.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/jest': 29.4.0 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.28 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 jest: 29.4.3 jest-environment-jsdom: 29.4.3 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 - rimraf: 4.1.2 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/react-dock/demo: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.13.0 + '@babel/preset-typescript': ^7.21.0 + '@types/node': ^18.14.4 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -480,7 +480,7 @@ importers: react-dom: ^18.2.0 react-icons: ^4.7.1 react-is: ^18.2.0 - styled-components: ^5.3.6 + styled-components: ^5.3.8 ts-node: ^10.9.1 typescript: ~4.9.5 webpack: ^5.75.0 @@ -493,27 +493,27 @@ importers: react-dom: 18.2.0_react@18.2.0 react-icons: 4.7.1_react@18.2.0 react-is: 18.2.0 - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/node': 18.13.0 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -521,26 +521,26 @@ importers: packages/react-json-tree: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@rollup/plugin-babel': ^6.0.3 '@rollup/plugin-commonjs': ^24.0.1 '@rollup/plugin-node-resolve': ^15.0.1 '@rollup/plugin-terser': ^0.4.0 '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/react': ^18.0.28 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 @@ -549,63 +549,63 @@ importers: react: ^18.2.0 react-base16-styling: ^0.9.1 react-test-renderer: ^18.2.0 - rimraf: ^4.1.2 - rollup: ^3.15.0 + rimraf: ^4.1.3 + rollup: ^3.18.0 rollup-plugin-typescript2: ^0.34.1 ts-jest: ^29.0.5 tslib: ^2.5.0 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/lodash': 4.14.191 react-base16-styling: link:../react-base16-styling devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@rollup/plugin-babel': 6.0.3_kr63qssm7gqzntdkv6nc73jyxi - '@rollup/plugin-commonjs': 24.0.1_rollup@3.15.0 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.15.0 - '@rollup/plugin-terser': 0.4.0_rollup@3.15.0 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@rollup/plugin-babel': 6.0.3_a5lozykpytg33uq3o54uvv7c3m + '@rollup/plugin-commonjs': 24.0.1_rollup@3.18.0 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.18.0 + '@rollup/plugin-terser': 0.4.0_rollup@3.18.0 '@types/jest': 29.4.0 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 - jest: 29.4.3_@types+node@18.13.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 + jest: 29.4.3_@types+node@18.14.4 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 - rimraf: 4.1.2 - rollup: 3.15.0 - rollup-plugin-typescript2: 0.34.1_xswiuafr57fmdlvfpvse52fe3e - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + rollup: 3.18.0 + rollup-plugin-typescript2: 0.34.1_fn2onl6nbsljlgjr3jlzr6w7we + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 tslib: 2.5.0 typescript: 4.9.5 packages/react-json-tree/examples: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@types/node': ^18.13.0 + '@babel/preset-typescript': ^7.21.0 + '@types/node': ^18.14.4 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -628,24 +628,24 @@ importers: react-dom: 18.2.0_react@18.2.0 react-json-tree: link:.. devDependencies: - '@babel/core': 7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/node': 18.13.0 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -653,23 +653,23 @@ importers: packages/redux-devtools: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/instrument': ^2.1.0 '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 @@ -681,53 +681,53 @@ importers: react-dom: ^18.2.0 react-redux: ^8.0.5 redux: ^4.2.1 - rimraf: ^4.1.2 + rimraf: ^4.1.3 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@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.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/jest': 29.4.0 '@types/lodash': 4.14.191 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 - jest: 29.4.3_@types+node@18.13.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 + jest: 29.4.3_@types+node@18.14.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_s372u7p65oq7za7vcs4kbbft3q redux: 4.2.1 - rimraf: 4.1.2 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/redux-devtools-app: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/chart-monitor': ^4.0.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.2 @@ -737,7 +737,7 @@ importers: '@redux-devtools/rtk-query-monitor': ^3.1.1 '@redux-devtools/slider-monitor': ^4.0.0 '@redux-devtools/ui': ^1.3.0 - '@reduxjs/toolkit': ^1.9.2 + '@reduxjs/toolkit': ^1.9.3 '@rjsf/core': ^4.2.3 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^14.0.0 @@ -745,7 +745,7 @@ importers: '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 '@types/lodash': ^4.14.191 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 @@ -753,13 +753,13 @@ importers: '@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.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 css-loader: ^6.7.3 d3-state-visualizer: ^2.0.0 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 @@ -782,10 +782,10 @@ importers: react-redux: ^8.0.5 redux: ^4.2.1 redux-persist: ^6.0.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 socketcluster-client: ^17.1.1 style-loader: ^3.3.1 - styled-components: ^5.3.6 + styled-components: ^5.3.8 ts-jest: ^29.0.5 ts-node: ^10.9.1 typescript: ~4.9.5 @@ -793,7 +793,7 @@ importers: webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@redux-devtools/chart-monitor': link:../redux-devtools-chart-monitor '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor @@ -803,7 +803,7 @@ importers: '@redux-devtools/rtk-query-monitor': link:../redux-devtools-rtk-query-monitor '@redux-devtools/slider-monitor': link:../redux-devtools-slider-monitor '@redux-devtools/ui': link:../redux-devtools-ui - '@reduxjs/toolkit': 1.9.2_k4ae6lp43ej6mezo3ztvx6pykq + '@reduxjs/toolkit': 1.9.3_k4ae6lp43ej6mezo3ztvx6pykq '@types/prop-types': 15.7.5 d3-state-visualizer: link:../d3-state-visualizer javascript-stringify: 2.1.0 @@ -819,13 +819,13 @@ importers: redux-persist: 6.0.0_react@18.2.0+redux@4.2.1 socketcluster-client: 17.1.1 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@rjsf/core': 4.2.3_react@18.2.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y @@ -833,35 +833,35 @@ importers: '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 '@types/lodash': 4.14.191 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/socketcluster-client': 16.0.0 '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-loader: 4.2.0_webpack@5.75.0 html-webpack-plugin: 5.5.0_webpack@5.75.0 - jest: 29.4.3_ucpl6toqp57nqodtp3vxxi6g5a + jest: 29.4.3_jcb3wguyhnpyd5azbry5ackz4u jest-environment-jsdom: 29.4.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - rimraf: 4.1.2 + rimraf: 4.1.3 style-loader: 3.3.1_webpack@5.75.0 - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -869,60 +869,60 @@ importers: packages/redux-devtools-chart-monitor: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/core': ^3.13.1 '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 d3-state-visualizer: ^2.0.0 deepmerge: ^4.3.0 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 react: ^18.2.0 redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/redux-devtools-themes': 1.0.0 d3-state-visualizer: link:../d3-state-visualizer deepmerge: 4.3.0 redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.28 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 react: 18.2.0 redux: 4.2.1 - rimraf: 4.1.2 + rimraf: 4.1.3 typescript: 4.9.5 packages/redux-devtools-cli: specifiers: - '@apollo/server': ^4.3.3 + '@apollo/server': ^4.4.0 '@redux-devtools/app': ^2.1.3 '@types/body-parser': ^1.19.2 '@types/cors': ^2.8.13 @@ -932,22 +932,22 @@ importers: '@types/lodash-es': ^4.17.6 '@types/minimist': ^1.2.2 '@types/morgan': ^1.9.4 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/react': ^18.0.28 '@types/semver': ^7.3.13 '@types/socketcluster-client': ^16.0.0 '@types/socketcluster-server': ^17.3.0 '@types/styled-components': ^5.1.26 '@types/supertest': ^2.0.12 - '@types/uuid': ^9.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - body-parser: ^1.20.1 + '@types/uuid': ^9.0.1 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + body-parser: ^1.20.2 chalk: ^5.2.0 cors: ^2.8.5 cross-spawn: ^7.0.3 - electron: ^23.1.0 - eslint: ^8.34.0 + electron: ^23.1.1 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 express: ^4.18.2 @@ -959,29 +959,29 @@ importers: minimist: ^1.2.8 morgan: ^1.10.0 ncp: ^2.0.0 - open: ^8.4.1 + open: ^8.4.2 react: ^18.2.0 react-dom: ^18.2.0 react-is: ^18.2.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 semver: ^7.3.8 socketcluster-client: ^17.1.1 socketcluster-server: ^17.3.1 sqlite3: ^5.1.4 - styled-components: ^5.3.6 + styled-components: ^5.3.8 supertest: ^6.3.3 ts-jest: ^29.0.5 typescript: ~4.9.5 uuid: ^9.0.0 dependencies: - '@apollo/server': 4.3.3_graphql@16.6.0 + '@apollo/server': 4.4.0_graphql@16.6.0 '@redux-devtools/app': link:../redux-devtools-app '@types/react': 18.0.28 - body-parser: 1.20.1 + body-parser: 1.20.2 chalk: 5.2.0 cors: 2.8.5 cross-spawn: 7.0.3 - electron: 23.1.0 + electron: 23.1.1 express: 4.18.2 get-port: 6.1.2 graphql: 16.6.0 @@ -989,14 +989,14 @@ importers: lodash-es: 4.17.21 minimist: 1.2.8 morgan: 1.10.0 - open: 8.4.1 + open: 8.4.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 semver: 7.3.8 socketcluster-server: 17.3.1 sqlite3: 5.1.4 - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba uuid: 9.0.0 devDependencies: '@types/body-parser': 1.19.2 @@ -1007,21 +1007,21 @@ importers: '@types/lodash-es': 4.17.6 '@types/minimist': 1.2.2 '@types/morgan': 1.9.4 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/semver': 7.3.13 '@types/socketcluster-client': 16.0.0 '@types/socketcluster-server': 17.3.0 '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 - '@types/uuid': 9.0.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - jest: 29.4.3_@types+node@18.13.0 + '@types/uuid': 9.0.1 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + jest: 29.4.3_@types+node@18.14.4 ncp: 2.0.0 - rimraf: 4.1.2 + rimraf: 4.1.3 socketcluster-client: 17.1.1 supertest: 6.3.3 ts-jest: 29.0.5_orzzknleilowtsz34rkaotjvzm @@ -1029,21 +1029,21 @@ importers: packages/redux-devtools-dock-monitor: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/core': ^3.13.1 '@types/parse-key': ^0.2.0 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -1052,81 +1052,81 @@ importers: react: ^18.2.0 react-dock: ^0.6.0 redux: ^4.2.1 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@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.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 18.0.28 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 react: 18.2.0 redux: 4.2.1 - rimraf: 4.1.2 + rimraf: 4.1.3 typescript: 4.9.5 packages/redux-devtools-extension: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 immutable: ^4.2.4 redux: ^4.2.1 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 immutable: 4.2.4 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 redux: 4.2.1 - rimraf: 4.1.2 + rimraf: 4.1.3 typescript: 4.9.5 packages/redux-devtools-inspector-monitor: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/core': ^3.13.1 '@types/dateformat': ^5.0.0 '@types/dragula': ^3.7.1 @@ -1138,10 +1138,10 @@ importers: '@types/react': ^18.0.28 '@types/react-dragula': ^1.1.0 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 dateformat: ^5.0.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -1159,10 +1159,10 @@ importers: react-json-tree: ^0.18.0 redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/dragula': 3.7.1 '@types/lodash': 4.14.191 '@types/prop-types': 15.7.5 @@ -1180,13 +1180,13 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@redux-devtools/core': link:../redux-devtools '@types/dateformat': 5.0.0 '@types/hex-rgba': 1.0.1 @@ -1195,27 +1195,27 @@ importers: '@types/react': 18.0.28 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 react: 18.2.0 redux: 4.2.1 - rimraf: 4.1.2 + rimraf: 4.1.3 typescript: 4.9.5 packages/redux-devtools-inspector-monitor-test-tab: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@redux-devtools/ui': ^1.3.0 @@ -1227,10 +1227,10 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/simple-diff': ^1.6.1 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 es6template: ^1.0.5 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 @@ -1245,12 +1245,12 @@ importers: react-dom: ^18.2.0 react-icons: ^4.7.1 redux: ^4.2.1 - rimraf: ^4.1.2 + rimraf: ^4.1.3 simple-diff: ^1.6.0 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 es6template: 1.0.5 @@ -1261,13 +1261,13 @@ importers: react-icons: 4.7.1_react@18.2.0 simple-diff: 1.6.0 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y @@ -1277,46 +1277,46 @@ importers: '@types/object-path': 0.11.1 '@types/react': 18.0.28 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 jest: 29.4.3 jest-environment-jsdom: 29.4.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 redux: 4.2.1 - rimraf: 4.1.2 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 + '@babel/preset-typescript': ^7.21.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@redux-devtools/inspector-monitor-test-tab': ^1.0.0 '@redux-devtools/ui': ^1.3.0 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 '@types/redux-logger': ^3.0.9 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -1328,11 +1328,11 @@ importers: react-dom: ^18.2.0 react-is: ^18.2.0 react-redux: ^8.0.5 - react-router-dom: ^6.8.1 + react-router-dom: ^6.8.2 redux: ^4.2.1 redux-logger: ^3.0.6 style-loader: ^3.3.1 - styled-components: ^5.3.6 + styled-components: ^5.3.8 ts-node: ^10.9.1 typescript: ~4.9.5 webpack: ^5.75.0 @@ -1350,35 +1350,35 @@ importers: react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy - react-router-dom: 6.8.1_biqbaboplfbrettd7655fr4n2y + react-router-dom: 6.8.2_biqbaboplfbrettd7655fr4n2y redux: 4.2.1 redux-logger: 3.0.6 - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/lodash.shuffle': 4.2.7 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -1386,31 +1386,31 @@ importers: packages/redux-devtools-inspector-monitor-trace-tab: specifiers: - '@babel/cli': ^7.20.7 + '@babel/cli': ^7.21.0 '@babel/code-frame': ^7.18.6 - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@testing-library/react': ^14.0.0 '@types/babel__code-frame': ^7.0.3 - '@types/chrome': ^0.0.213 + '@types/chrome': ^0.0.218 '@types/html-entities': ^1.3.4 '@types/jest': ^29.4.0 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/path-browserify': ^1.0.0 '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 anser: ^2.1.1 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 @@ -1424,77 +1424,77 @@ importers: react-test-renderer: ^18.2.0 redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 source-map: ^0.5.7 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.13 - '@types/chrome': 0.0.213 + '@babel/runtime': 7.21.0 + '@types/chrome': 0.0.218 anser: 2.1.1 html-entities: 2.3.3 path-browserify: 1.0.1 redux-devtools-themes: 1.0.0 source-map: 0.5.7 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 '@types/jest': 29.4.0 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/path-browserify': 1.0.0 '@types/react': 18.0.28 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 - jest: 29.4.3_@types+node@18.13.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 + jest: 29.4.3_@types+node@18.14.4 jest-environment-jsdom: 29.4.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-test-renderer: 18.2.0_react@18.2.0 redux: 4.2.1 - rimraf: 4.1.2 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/redux-devtools-inspector-monitor/demo: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 + '@babel/preset-typescript': ^7.21.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@types/base16': ^1.0.2 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 '@types/redux-logger': ^3.0.9 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 base16: ^1.0.0 cross-env: ^7.0.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -1506,7 +1506,7 @@ importers: react-bootstrap: ^2.7.2 react-dom: ^18.2.0 react-redux: ^8.0.5 - react-router-dom: ^6.8.1 + react-router-dom: ^6.8.2 redux: ^4.2.1 redux-logger: ^3.0.6 ts-node: ^10.9.1 @@ -1525,32 +1525,32 @@ importers: react-bootstrap: 2.7.2_zula6vjvt3wdocc4mwcxqa6nzi react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy - react-router-dom: 6.8.1_biqbaboplfbrettd7655fr4n2y + react-router-dom: 6.8.2_biqbaboplfbrettd7655fr4n2y redux: 4.2.1 redux-logger: 3.0.6 devDependencies: - '@babel/core': 7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/base16': 1.0.2 '@types/lodash.shuffle': 4.2.7 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -1558,71 +1558,71 @@ importers: packages/redux-devtools-instrument: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@types/jest': ^29.4.0 '@types/lodash': ^4.14.191 - '@types/node': ^18.13.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@types/node': ^18.14.4 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 jest: ^29.4.3 lodash: ^4.17.21 redux: ^4.2.1 - rimraf: ^4.1.2 + rimraf: ^4.1.3 rxjs: ^7.8.0 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/jest': 29.4.0 '@types/lodash': 4.14.191 - '@types/node': 18.13.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - jest: 29.4.3_@types+node@18.13.0 + '@types/node': 18.14.4 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + jest: 29.4.3_@types+node@18.14.4 redux: 4.2.1 - rimraf: 4.1.2 + rimraf: 4.1.3 rxjs: 7.8.0 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/redux-devtools-log-monitor: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/core': ^3.13.1 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -1632,10 +1632,10 @@ importers: react-json-tree: ^0.18.0 redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/lodash.debounce': 4.0.7 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -1644,54 +1644,54 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.28 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 react: 18.2.0 redux: 4.2.1 - rimraf: 4.1.2 + rimraf: 4.1.3 typescript: 4.9.5 packages/redux-devtools-remote: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/instrument': ^2.1.0 '@redux-devtools/utils': ^2.0.0 '@types/jsan': ^3.1.2 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/rn-host-detect': ^1.2.0 '@types/socketcluster-client': ^16.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 jsan: ^3.1.14 querystring: ^0.2.1 redux: ^4.2.1 - rimraf: ^4.1.2 + rimraf: ^4.1.3 rn-host-detect: ^1.2.0 socketcluster-client: ^17.1.1 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@redux-devtools/instrument': link:../redux-devtools-instrument '@redux-devtools/utils': link:../redux-devtools-utils jsan: 3.1.14 @@ -1699,37 +1699,37 @@ importers: rn-host-detect: 1.2.0 socketcluster-client: 17.1.1 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/jsan': 3.1.2 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 redux: 4.2.1 - rimraf: 4.1.2 + rimraf: 4.1.3 typescript: 4.9.5 packages/redux-devtools-rtk-query-monitor: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@reduxjs/toolkit': ^1.9.2 + '@reduxjs/toolkit': ^1.9.3 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^14.0.0 '@types/hex-rgba': ^1.0.1 @@ -1739,9 +1739,9 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 @@ -1761,11 +1761,11 @@ importers: react-redux: ^8.0.5 redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@redux-devtools/ui': link:../redux-devtools-ui '@types/lodash': 4.14.191 '@types/prop-types': 15.7.5 @@ -1780,130 +1780,130 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@redux-devtools/core': link:../redux-devtools - '@reduxjs/toolkit': 1.9.2_k4ae6lp43ej6mezo3ztvx6pykq + '@reduxjs/toolkit': 1.9.3_k4ae6lp43ej6mezo3ztvx6pykq '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y '@types/hex-rgba': 1.0.1 '@types/jest': 29.4.0 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.28 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 jest: 29.4.3 jest-environment-jsdom: 29.4.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.5_s372u7p65oq7za7vcs4kbbft3q redux: 4.2.1 - rimraf: 4.1.2 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/redux-devtools-rtk-query-monitor/demo: specifiers: - '@babel/core': ^7.20.12 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/core': ^7.21.0 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 - '@chakra-ui/react': ^2.5.0 - '@emotion/react': ^11.10.5 - '@emotion/styled': ^11.10.5 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 + '@chakra-ui/react': ^2.5.1 + '@emotion/react': ^11.10.6 + '@emotion/styled': ^11.10.6 '@mswjs/data': ^0.11.2 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/rtk-query-monitor': ^3.1.0 - '@reduxjs/toolkit': ^1.9.2 + '@reduxjs/toolkit': ^1.9.3 '@types/copy-webpack-plugin': ^8.0.1 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.3.0 - framer-motion: ^9.0.4 + framer-motion: ^9.1.7 html-webpack-plugin: ^5.5.0 - msw: ^1.0.1 + msw: ^1.1.0 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.8.1 + react-router-dom: ^6.8.2 style-loader: ^3.3.1 - styled-components: ^5.3.6 + styled-components: ^5.3.8 ts-node: ^10.9.1 typescript: ~4.9.5 webpack: ^5.75.0 webpack-cli: ^5.0.1 webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.20.13 - '@chakra-ui/react': 2.5.0_77qdy4qmiponp6iskwecwiy2xa - '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm - '@emotion/styled': 11.10.5_cjinou6kcnbro54hfk33pnlsly + '@babel/runtime': 7.21.0 + '@chakra-ui/react': 2.5.1_ggaycw6syoxhvshmbg2schgw2y + '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 + '@emotion/styled': 11.10.6_oouaibmszuch5k64ms7uxp2aia '@mswjs/data': 0.11.2_typescript@4.9.5 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. - '@reduxjs/toolkit': 1.9.2_k4ae6lp43ej6mezo3ztvx6pykq - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y - msw: 1.0.1_typescript@4.9.5 + '@reduxjs/toolkit': 1.9.3_k4ae6lp43ej6mezo3ztvx6pykq + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y + msw: 1.1.0_typescript@4.9.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.7.1_react@18.2.0 react-is: 18.2.0 react-redux: 8.0.5_3xleytyzprlgycb2ded54tx72i - react-router-dom: 6.8.1_biqbaboplfbrettd7655fr4n2y - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + react-router-dom: 6.8.2_biqbaboplfbrettd7655fr4n2y + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba devDependencies: - '@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 + '@babel/core': 7.21.0 + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/copy-webpack-plugin': 8.0.1_webpack-cli@5.0.1 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm 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.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -1911,67 +1911,67 @@ importers: packages/redux-devtools-serialize: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@types/jest': ^29.4.0 '@types/jsan': ^3.1.2 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 immutable: ^4.2.4 jest: ^29.4.3 jsan: ^3.1.14 - rimraf: ^4.1.2 + rimraf: ^4.1.3 ts-jest: ^29.0.5 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jsan: 3.1.14 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/jest': 29.4.0 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje immutable: 4.2.4 jest: 29.4.3 - rimraf: 4.1.2 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + rimraf: 4.1.3 + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 packages/redux-devtools-slider-monitor: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@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.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -1979,60 +1979,60 @@ importers: react: ^18.2.0 redux: ^4.2.1 redux-devtools-themes: ^1.0.0 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@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.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@redux-devtools/core': link:../redux-devtools - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/react': 18.0.28 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 react: 18.2.0 redux: 4.2.1 - rimraf: 4.1.2 + rimraf: 4.1.3 typescript: 4.9.5 packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 + '@babel/preset-typescript': ^7.21.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -2045,7 +2045,7 @@ importers: react-redux: ^8.0.5 redux: ^4.2.1 style-loader: ^3.3.1 - styled-components: ^5.3.6 + styled-components: ^5.3.8 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 typescript: ~4.9.5 @@ -2064,33 +2064,33 @@ importers: react-is: 18.2.0 react-redux: 8.0.5_ctrls2ti7t7iutxbwkm5ipogyy redux: 4.2.1 - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/classnames': 2.3.1 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/prop-types': 15.7.5 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -2098,14 +2098,14 @@ importers: packages/redux-devtools-ui: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@rjsf/core': ^4.2.3 '@storybook/addon-essentials': ^6.5.16 '@storybook/builder-webpack5': ^6.5.16 @@ -2124,14 +2124,14 @@ importers: '@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.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 base16: ^1.0.0 - codemirror: ^5.65.11 + codemirror: ^5.65.12 color: ^4.2.3 csstype: ^3.1.1 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-jest: ^27.2.1 eslint-plugin-react: ^7.32.2 @@ -2147,10 +2147,10 @@ importers: react-select: ^5.7.0 redux-devtools-themes: ^1.0.0 require-from-string: ^2.0.2 - rimraf: ^4.1.2 + rimraf: ^4.1.3 simple-element-resize-detector: ^1.3.0 - styled-components: ^5.3.6 - stylelint: ^15.1.0 + styled-components: ^5.3.8 + stylelint: ^15.2.0 stylelint-config-prettier: ^9.0.5 stylelint-config-standard: ^30.0.1 stylelint-config-styled-components: ^0.1.1 @@ -2159,7 +2159,7 @@ importers: typescript: ~4.9.5 webpack: ^5.75.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@rjsf/core': 4.2.3_react@18.2.0 '@types/base16': 1.0.2 '@types/codemirror': 5.60.7 @@ -2168,25 +2168,25 @@ importers: '@types/redux-devtools-themes': 1.0.0 '@types/simple-element-resize-detector': 1.3.0 base16: 1.0.0 - codemirror: 5.65.11 + codemirror: 5.65.12 color: 4.2.3 prop-types: 15.8.1 react-icons: 4.7.1_react@18.2.0 - react-select: 5.7.0_rhrpnuwl23ewqfh7btz44ilpmq + react-select: 5.7.0_zula6vjvt3wdocc4mwcxqa6nzi redux-devtools-themes: 1.0.0 simple-element-resize-detector: 1.3.0 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@storybook/addon-essentials': 6.5.16_g5hsdzyd7m2ulfrad4wwfj3vra - '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu - '@storybook/manager-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu - '@storybook/react': 6.5.16_nsojkcuzyxevfv6vk2xlte3i2q + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@storybook/addon-essentials': 6.5.16_gv4rlc45zd2tqk5hj27mwa4mny + '@storybook/builder-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/manager-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/react': 6.5.16_hsmngsbd7pdz34tx2g5unmlzrq '@testing-library/dom': 9.0.0 '@testing-library/react': 14.0.0_biqbaboplfbrettd7655fr4n2y '@testing-library/user-event': 14.4.3_@testing-library+dom@9.0.0 @@ -2194,15 +2194,15 @@ importers: '@types/jest': 29.4.0 '@types/react': 18.0.28 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm csstype: 3.1.1 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-jest: 27.2.1_t72awa2z3vpak2uwxwh5zj752m - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-jest: 27.2.1_v2qb4vgjgouho5ruv2nykgwyje + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 jest: 29.4.3 jest-environment-jsdom: 29.4.3 ncp: 2.0.0 @@ -2210,35 +2210,35 @@ importers: react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 require-from-string: 2.0.2 - rimraf: 4.1.2 - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - stylelint: 15.1.0 - stylelint-config-prettier: 9.0.5_stylelint@15.1.0 - stylelint-config-standard: 30.0.1_stylelint@15.1.0 + rimraf: 4.1.3 + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba + stylelint: 15.2.0 + stylelint-config-prettier: 9.0.5_stylelint@15.2.0 + stylelint-config-standard: 30.0.1_stylelint@15.2.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 29.0.5_cslgewaznsjxirw6ogkiwclmbu + ts-jest: 29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4 typescript: 4.9.5 webpack: 5.75.0 packages/redux-devtools-utils: specifiers: - '@babel/cli': ^7.20.7 - '@babel/core': ^7.20.12 + '@babel/cli': ^7.21.0 + '@babel/core': ^7.21.0 '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-transform-runtime': ^7.19.6 + '@babel/plugin-transform-runtime': ^7.21.0 '@babel/preset-env': ^7.20.2 - '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.20.13 + '@babel/preset-typescript': ^7.21.0 + '@babel/runtime': ^7.21.0 '@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.13.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 - eslint: ^8.34.0 + '@types/node': ^18.14.4 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 get-params: ^0.1.2 immutable: ^4.2.4 @@ -2246,10 +2246,10 @@ importers: lodash: ^4.17.21 nanoid: ^4.0.1 redux: ^4.2.1 - rimraf: ^4.1.2 + rimraf: ^4.1.3 typescript: ~4.9.5 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/serialize': link:../redux-devtools-serialize '@types/get-params': 0.1.0 @@ -2260,41 +2260,41 @@ importers: nanoid: 4.0.1 redux: 4.2.1 devDependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 - '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ydmbqfus77qykiqxhcwsorsqbq - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/cli': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/jsan': 3.1.2 '@types/lodash': 4.14.191 - '@types/node': 18.13.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - rimraf: 4.1.2 + '@types/node': 18.14.4 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + rimraf: 4.1.3 typescript: 4.9.5 packages/redux-devtools/examples/counter: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 + '@babel/preset-typescript': ^7.21.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 cross-env: ^7.0.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -2322,26 +2322,26 @@ importers: redux: 4.2.1 redux-thunk: 2.4.2_redux@4.2.1 devDependencies: - '@babel/core': 7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@types/node': 18.13.0 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@types/node': 18.14.4 '@types/prop-types': 15.7.5 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -2349,26 +2349,26 @@ importers: packages/redux-devtools/examples/todomvc: specifiers: - '@babel/core': ^7.20.12 + '@babel/core': ^7.21.0 '@babel/preset-env': ^7.20.2 '@babel/preset-react': ^7.18.6 - '@babel/preset-typescript': ^7.18.6 + '@babel/preset-typescript': ^7.21.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^18.13.0 + '@types/node': ^18.14.4 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.28 '@types/react-dom': ^18.0.11 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.52.0 - '@typescript-eslint/parser': ^5.52.0 + '@typescript-eslint/eslint-plugin': ^5.54.0 + '@typescript-eslint/parser': ^5.54.0 babel-loader: ^9.1.2 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.3 - eslint: ^8.34.0 + eslint: ^8.35.0 eslint-config-prettier: ^8.6.0 eslint-plugin-react: ^7.32.2 eslint-plugin-react-hooks: ^4.6.0 @@ -2398,29 +2398,29 @@ importers: redux: 4.2.1 todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 '@types/classnames': 2.3.1 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/prop-types': 15.7.5 '@types/react': 18.0.28 '@types/react-dom': 18.0.11 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - babel-loader: 9.1.2_la66t7xldg4uecmyawueag5wkm + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + babel-loader: 9.1.2_qoaxtqicpzj5p3ubthw53xafqm cross-env: 7.0.3 css-loader: 6.7.3_webpack@5.75.0 - eslint: 8.34.0 - eslint-config-prettier: 8.6.0_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 fork-ts-checker-webpack-plugin: 7.3.0_hhrrucqyg4eysmfpujvov2ym5u html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa typescript: 4.9.5 webpack: 5.75.0_webpack-cli@5.0.1 webpack-cli: 5.0.1_uaydpeuxkjjcxdbyfgk36cjdxi @@ -2438,6 +2438,7 @@ packages: dependencies: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.17 + dev: true /@apollo/cache-control-types/1.0.2_graphql@16.6.0: resolution: {integrity: sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw==} @@ -2478,8 +2479,8 @@ packages: graphql: 16.6.0 dev: false - /@apollo/server/4.3.3_graphql@16.6.0: - resolution: {integrity: sha512-2nigGTgXCAUk2PHHGybtofyuuVAA/QUZwRJzwuCbRFgY1fKkMT7J4fUPwNcA809lDlZyyYphcQnM/vQNbeiu6w==} + /@apollo/server/4.4.0_graphql@16.6.0: + resolution: {integrity: sha512-hjFq8fB3tO6jnvNj2030IUDlxjpKAHvcjXq0PhpdSzjRggZlAMVr9REqvn6Ni++lF/80T/Na+YYZW4L+gedHaQ==} engines: {node: '>=14.16.0'} peerDependencies: graphql: ^16.6.0 @@ -2500,7 +2501,7 @@ packages: '@types/express-serve-static-core': 4.17.33 '@types/node-fetch': 2.6.2 async-retry: 1.3.3 - body-parser: 1.20.1 + body-parser: 1.20.2 cors: 2.8.5 express: 4.18.2 graphql: 16.6.0 @@ -2619,14 +2620,14 @@ packages: engines: {node: '>=14'} dev: false - /@babel/cli/7.20.7_@babel+core@7.20.12: - resolution: {integrity: sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ==} + /@babel/cli/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@jridgewell/trace-mapping': 0.3.17 commander: 4.1.1 convert-source-map: 1.9.0 @@ -2648,19 +2649,20 @@ packages: /@babel/compat-data/7.20.14: resolution: {integrity: sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==} engines: {node: '>=6.9.0'} + dev: true /@babel/core/7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.14 - '@babel/helper-module-transforms': 7.20.11 - '@babel/helpers': 7.20.13 - '@babel/parser': 7.20.15 + '@babel/generator': 7.21.1 + '@babel/helper-module-transforms': 7.21.2 + '@babel/helpers': 7.21.0 + '@babel/parser': 7.21.2 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.13 - '@babel/types': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2673,20 +2675,20 @@ packages: - supports-color dev: true - /@babel/core/7.20.12: - resolution: {integrity: sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==} + /@babel/core/7.21.0: + resolution: {integrity: sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.14 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 - '@babel/helper-module-transforms': 7.20.11 - '@babel/helpers': 7.20.13 - '@babel/parser': 7.20.15 + '@babel/generator': 7.21.1 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/helper-module-transforms': 7.21.2 + '@babel/helpers': 7.21.0 + '@babel/parser': 7.21.2 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.13 - '@babel/types': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2694,67 +2696,70 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: true - /@babel/eslint-parser/7.19.1_ydmbqfus77qykiqxhcwsorsqbq: + /@babel/eslint-parser/7.19.1_zt6cfucldurvbyn2isj445jria: 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.12 + '@babel/core': 7.21.0 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.34.0 + eslint: 8.35.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true - /@babel/generator/7.20.14: - resolution: {integrity: sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==} + /@babel/generator/7.21.1: + resolution: {integrity: sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.17 jsesc: 2.5.2 /@babel/helper-annotate-as-pure/7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 /@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.7 + '@babel/types': 7.21.2 dev: true - /@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12: + /@babel/helper-compilation-targets/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.20.14 - '@babel/core': 7.20.12 - '@babel/helper-validator-option': 7.18.6 + '@babel/core': 7.21.0 + '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 + dev: true - /@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12: - resolution: {integrity: sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==} + /@babel/helper-create-class-features-plugin/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-member-expression-to-functions': 7.20.7 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-replace-supers': 7.20.7 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 @@ -2763,27 +2768,27 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.12: + /@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.21.0: resolution: {integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.3.0 dev: true - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.20.12: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.21.0: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/traverse': 7.20.13 + '@babel/traverse': 7.21.2 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2792,13 +2797,13 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.12: + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.21.0: resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -2816,7 +2821,7 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 dev: true /@babel/helper-function-name/7.19.0: @@ -2824,29 +2829,37 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 + dev: true + + /@babel/helper-function-name/7.21.0: + resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.20.7 + '@babel/types': 7.21.2 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 - /@babel/helper-member-expression-to-functions/7.20.7: - resolution: {integrity: sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==} + /@babel/helper-member-expression-to-functions/7.21.0: + resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 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.7 + '@babel/types': 7.21.2 - /@babel/helper-module-transforms/7.20.11: - resolution: {integrity: sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==} + /@babel/helper-module-transforms/7.21.2: + resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 @@ -2855,16 +2868,17 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.13 - '@babel/types': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color + dev: true /@babel/helper-optimise-call-expression/7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 dev: true /@babel/helper-plugin-utils/7.10.4: @@ -2874,18 +2888,19 @@ packages: /@babel/helper-plugin-utils/7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} + dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.12: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.7 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color dev: true @@ -2895,11 +2910,11 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-member-expression-to-functions': 7.20.7 + '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.13 - '@babel/types': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color dev: true @@ -2908,20 +2923,21 @@ packages: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 + dev: true /@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.7 + '@babel/types': 7.21.2 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.7 + '@babel/types': 7.21.2 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} @@ -2934,28 +2950,35 @@ packages: /@babel/helper-validator-option/7.18.6: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-validator-option/7.21.0: + resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} + engines: {node: '>=6.9.0'} + dev: true /@babel/helper-wrap-function/7.20.5: resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.19.0 + '@babel/helper-function-name': 7.21.0 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.13 - '@babel/types': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.20.13: - resolution: {integrity: sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==} + /@babel/helpers/7.21.0: + resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/traverse': 7.20.13 - '@babel/types': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color + dev: true /@babel/highlight/7.18.6: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} @@ -2970,163 +2993,171 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 + dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.12: + /@babel/parser/7.21.2: + resolution: {integrity: sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.21.2 + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.20.12: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-proposal-optional-chaining': 7.20.7_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.12 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.21.0: 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.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-class-static-block/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.12 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.20.13_@babel+core@7.20.12: + /@babel/plugin-proposal-decorators/7.20.13_@babel+core@7.21.0: resolution: {integrity: sha512-7T6BKHa9Cpd7lCueHBBzP0nkXNina+h5giOZw+a8ZpMfPFY19VjJAjIxyFHuWkhCWgL6QMqRiY/wB1fLXzm6Mw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.12 + '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.21.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.20.12: + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.21.0: resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.12: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.21.0: 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.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.21.0: 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.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 dev: true /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: @@ -3135,197 +3166,197 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.20.14 - '@babel/core': 7.20.12 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-optional-chaining/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-optional-chaining/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@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.12: + /@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.21.0: resolution: {integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.12 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.12: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.12: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.12: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.21.0: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.12: + /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.21.0: resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.20.12: + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.12: + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.12: + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.21.0: resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.12: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.21.0: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3338,39 +3369,40 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.12: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 + dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.12: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.12: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3383,118 +3415,118 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.12: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.21.0: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.12: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.0: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.12: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.21.0: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping/7.20.15_@babel+core@7.20.12: + /@babel/plugin-transform-block-scoping/7.20.15_@babel+core@7.21.0: resolution: {integrity: sha512-Vv4DMZ6MiNOhu/LdaZsT/bsLRxgL94d269Mv4R/9sp6+Mp++X/JqypZYypJXLlM4mlL352/Egzbzr98iABH1CA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-classes/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-classes/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 + '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.20.7 @@ -3504,195 +3536,195 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.21.0: 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.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12: + /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.21.0: resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.0 dev: true - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.12: + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.21.0: resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@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/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.20.12: + /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.21.0: resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-module-transforms': 7.20.11 + '@babel/core': 7.21.0 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.20.12: + /@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.21.0: resolution: {integrity: sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-module-transforms': 7.20.11 + '@babel/core': 7.21.0 + '@babel/helper-module-transforms': 7.21.2 '@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.20.11_@babel+core@7.20.12: + /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.21.0: resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.20.11 + '@babel/helper-module-transforms': 7.21.2 '@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.12: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-module-transforms': 7.20.11 + '@babel/core': 7.21.0 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.12: + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.21.0: resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.21.0: 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.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.21.0: 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.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.20.7 transitivePeerDependencies: @@ -3709,192 +3741,192 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.21.0: 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.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.21.0: 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.12 - '@babel/plugin-transform-react-jsx': 7.20.13_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/plugin-transform-react-jsx': 7.20.13_@babel+core@7.21.0 dev: true - /@babel/plugin-transform-react-jsx/7.20.13_@babel+core@7.20.12: + /@babel/plugin-transform-react-jsx/7.20.13_@babel+core@7.21.0: resolution: {integrity: sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12 - '@babel/types': 7.20.7 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.0 + '@babel/types': 7.21.2 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12: + /@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.21.0: resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.12: - resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} + /@babel/plugin-transform-runtime/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.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 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.0 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.0 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.21.0: 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.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-spread/7.20.7_@babel+core@7.21.0: resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typescript/7.20.13_@babel+core@7.20.12: - resolution: {integrity: sha512-O7I/THxarGcDZxkgWKMUrk7NK1/WbHAg3Xx86gqS6x9MTrNL6AwIluuZ96ms4xeDe6AVx6rjHbWHP7x26EPQBA==} + /@babel/plugin-transform-typescript/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-xo///XTPp3mDzTtrqXoBlK9eiAYW3wv9JXglcn/u1bi60RW11dEUxIgA8cbnDhutS1zacjMRmAwxE0gMklLnZg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.12: + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.21.0: 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.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3906,153 +3938,153 @@ packages: regenerator-runtime: 0.13.11 dev: false - /@babel/preset-env/7.20.2_@babel+core@7.20.12: + /@babel/preset-env/7.20.2_@babel+core@7.21.0: 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.14 - '@babel/core': 7.20.12 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@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.12 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@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.20.7_@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.20.7_@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.7_@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.20.7_@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.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-async-to-generator': 7.20.7_@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.15_@babel+core@7.20.12 - '@babel/plugin-transform-classes': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-destructuring': 7.20.7_@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.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-modules-commonjs': 7.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@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.7_@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.20.7_@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/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-class-static-block': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-optional-chaining': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.21.0 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.21.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.0 + '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-block-scoping': 7.20.15_@babel+core@7.21.0 + '@babel/plugin-transform-classes': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.21.0 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.21.0 + '@babel/plugin-transform-modules-commonjs': 7.20.11_@babel+core@7.21.0 + '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.21.0 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.21.0 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-regenerator': 7.20.5_@babel+core@7.21.0 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.21.0 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.21.0 + '@babel/preset-modules': 0.1.5_@babel+core@7.21.0 '@babel/types': 7.20.7 - 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 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.0 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.0 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.0 core-js-compat: 3.28.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow/7.18.6_@babel+core@7.20.12: + /@babel/preset-flow/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12 + '@babel/helper-validator-option': 7.21.0 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.21.0 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.20.12: + /@babel/preset-modules/0.1.5_@babel+core@7.21.0: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@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 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.0 + '@babel/types': 7.21.2 esutils: 2.0.3 dev: true - /@babel/preset-react/7.18.6_@babel+core@7.20.12: + /@babel/preset-react/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@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.12 - '@babel/plugin-transform-react-jsx': 7.20.13_@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 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-react-jsx': 7.20.13_@babel+core@7.21.0 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.21.0 dev: true - /@babel/preset-typescript/7.18.6_@babel+core@7.20.12: - resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} + /@babel/preset-typescript/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-myc9mpoVA5m1rF8K8DgLEatOYFDpwC+RkMkjZ0Du6uI62YvDe8uxIEYVs/VCdSJ097nlALiU/yBC7//3nI+hNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.20.13_@babel+core@7.20.12 + '@babel/helper-validator-option': 7.21.0 + '@babel/plugin-transform-typescript': 7.21.0_@babel+core@7.21.0 transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.18.9_@babel+core@7.20.12: - resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} + /@babel/register/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -4070,43 +4102,68 @@ packages: dependencies: regenerator-runtime: 0.13.11 + /@babel/runtime/7.21.0: + resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} + 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.15 - '@babel/types': 7.20.7 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 /@babel/traverse/7.20.13: resolution: {integrity: sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.14 + '@babel/generator': 7.21.1 '@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.15 - '@babel/types': 7.20.7 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: true - /@babel/traverse/7.20.13_supports-color@5.5.0: - resolution: {integrity: sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==} + /@babel/traverse/7.21.2: + resolution: {integrity: sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.14 + '@babel/generator': 7.21.1 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 + '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.15 - '@babel/types': 7.20.7 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/traverse/7.21.2_supports-color@5.5.0: + resolution: {integrity: sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.21.1 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: @@ -4119,6 +4176,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.21.2: + resolution: {integrity: sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==} + 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,7 +4194,7 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.1.9_ymal6vj44ke2ztfrsi5pkuusda: + /@chakra-ui/accordion/2.1.9_uvmwz4ujdteijqix7ts4qbucni: resolution: {integrity: sha512-a9CKIAUHezc0f5FR/SQ4GVxnWuIb2HbDTxTEKTp58w/J9pecIbJaNrJ5TUZ0MVbDU9jkgO9RsZ29jkja8PomAw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4136,28 +4202,28 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/descendant': 3.0.13_react@18.2.0 - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.15_aeydgcuswr2g3podcazb3cjgxu - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + '@chakra-ui/transition': 2.0.15_vs4eiolfr5o6gkrfj7pnlrsapu + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/alert/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/alert/2.0.17_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-0Y5vw+HkeXpwbL1roVpSSNM6luMRmUbwduUSHEA4OnX1ismvsDb1ZBfpi4Vxp6w8euJ2Uj6df3krbd5tbCP6tg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/spinner': 2.0.13_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/spinner': 2.0.13_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4165,21 +4231,21 @@ packages: resolution: {integrity: sha512-pKfOS/mztc4sUXHNc8ypJ1gPWSolWT770jrgVRfolVbYlki8y5Y+As996zMF6k5lewTu6j9DQequ7Cc9a69IVQ==} dev: false - /@chakra-ui/avatar/2.2.5_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/avatar/2.2.5_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-TEHXuGE79+fEn61qJ7J/A0Ec+WjyNwobrDTATcLg9Zx2/WEMmZNfrWIAlI5ANQAwVbdSWeGVbyoLAK5mbcrE0A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/image': 2.0.15_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/image': 2.0.15_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/breadcrumb/2.1.4_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/breadcrumb/2.1.4_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-vyBx5TAxPnHhb0b8nyRGfqyjleD//9mySFhk96c9GL+T6YDO4swHw5y/kvDv3Ngc/iRwJ9hdI49PZKwPxLqsEg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4188,7 +4254,7 @@ packages: '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4198,7 +4264,7 @@ packages: '@chakra-ui/shared-utils': 2.0.5 dev: false - /@chakra-ui/button/2.0.16_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/button/2.0.16_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-NjuTKa7gNhnGSUutKuTc8HoAOe9WWIigpciBG7yj3ok67kg8bXtSzPyQFZlgTY6XGdAckWTT+Do4tvhwa5LA+g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4207,29 +4273,29 @@ packages: '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/spinner': 2.0.13_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/spinner': 2.0.13_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/card/2.1.6_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/card/2.1.6_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-fFd/WAdRNVY/WOSQv4skpy0WeVhhI0f7dTY1Sm0jVl0KLmuP/GnpsWtKtqWjNcV00K963EXDyhlk6+9oxbP4gw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.2.10_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/checkbox/2.2.10_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-vzxEjw99qj7loxAdP1WuHNt4EAvj/t6cc8oxyOB2mEvkAzhxI34rLR+3zWDuHWsmhyUO+XEDh4FiWdR+DK5Siw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/form-control': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/react-types': 2.0.7_react@18.2.0 '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 @@ -4238,8 +4304,8 @@ packages: '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/visually-hidden': 2.0.15_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + '@chakra-ui/visually-hidden': 2.0.15_n3dxrjldmk5gnycgnw7noyo5tu '@zag-js/focus-visible': 0.2.1 react: 18.2.0 dev: false @@ -4254,14 +4320,14 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/close-button/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/close-button/2.0.17_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-05YPXk456t1Xa3KpqTrvm+7smx+95dmaPiwjiBN3p7LHUQVHJd8ZXSDB0V+WKi419k3cVQeJUdU/azDO2f40sw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4274,13 +4340,13 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/control-box/2.0.13_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/control-box/2.0.13_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-FEyrU4crxati80KUF/+1Z1CU3eZK6Sa0Yv7Z/ydtz9/tvGblXW9NFanoomXAOvcIFLbaLQPPATm9Gmpr7VG05A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4295,13 +4361,13 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/css-reset/2.0.12_hp5f5nkljdiwilp4rgxyefcplu: + /@chakra-ui/css-reset/2.0.12_3og6jmu6wvzuytygvdoxepq3x4: resolution: {integrity: sha512-Q5OYIMvqTl2vZ947kIYxcS5DhQXeStB84BzzBd6C10wOx1gFUu9pL+jLpOnHR3hhpWRMdX5o7eT+gMJWIYUZ0Q==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18 || 18' dependencies: - '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm + '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 react: 18.2.0 dev: false @@ -4319,7 +4385,7 @@ packages: resolution: {integrity: sha512-PVtDkPrDD5b8aoL6Atg7SLjkwhWb7BwMcLOF1L449L3nZN+DAO3nyAh6iUhZVJyunELj9d0r65CDlnMREyJZmA==} dev: false - /@chakra-ui/editable/2.0.19_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/editable/2.0.19_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-YxRJsJ2JQd42zfPBgTKzIhg1HugT+gfQz1ZosmUN+IZT9YZXL2yodHTUz6Lee04Vc/CdEqgBFLuREXEUNBfGtA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4334,7 +4400,7 @@ packages: '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4354,18 +4420,18 @@ packages: - '@types/react' dev: false - /@chakra-ui/form-control/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/form-control/2.0.17_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-34ptCaJ2LNvQNOlB6MAKsmH1AkT1xo7E+3Vw10Urr81yTOjDTM/iU6vG3JKPfRDMyXeowPjXmutlnuk72SSjRg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/react-types': 2.0.7_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4381,18 +4447,18 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/icon/3.0.16_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/icon/3.0.16_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-RpA1X5Ptz8Mt39HSyEIW1wxAz2AXyf9H0JJ5HVx/dBdMZaGMDJ0HyyPBVci0m4RCoJuyG1HHG/DXJaVfUTVAeg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/image/2.0.15_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/image/2.0.15_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-w2rElXtI3FHXuGpMCsSklus+pO1Pl2LWDwsCGdpBQUvGFbnHfl7MftQgTlaGHeD5OS95Pxva39hKrA2VklKHiQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4400,38 +4466,38 @@ packages: dependencies: '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/input/2.0.20_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/input/2.0.20_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-ypmsy4n4uNBVgn6Gd24Zrpi+qRf/T9WEzWkysuYC9Qfxo+i7yuf3snp7XmBy8KSGVSiXE11eO8ZN5oCg6Xg0jg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/form-control': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/object-utils': 2.0.8 '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/layout/2.1.16_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/layout/2.1.16_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-QFS3feozIGsvB0H74lUocev55aRF26eNrdmhfJifwikZAiq+zzZAMdBdNU9UJhHClnMOU8/iGZ0MF7ti4zQS1A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/breakpoint-utils': 2.0.8 - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/object-utils': 2.0.8 '@chakra-ui/react-children-utils': 2.0.6_react@18.2.0 '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4447,7 +4513,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/media-query/3.2.12_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/media-query/3.2.12_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-8pSLDf3oxxhFrhd40rs7vSeIBfvOmIKHA7DJlGUC/y+9irD24ZwgmCtFnn+y3gI47hTJsopbSX+wb8nr7XPswA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4456,11 +4522,11 @@ packages: '@chakra-ui/breakpoint-utils': 2.0.8 '@chakra-ui/react-env': 3.0.0_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/menu/2.1.9_ymal6vj44ke2ztfrsi5pkuusda: + /@chakra-ui/menu/2.1.9_uvmwz4ujdteijqix7ts4qbucni: resolution: {integrity: sha512-ue5nD4QJcl3H3UwN0zZNJmH89XUebnvEdW6THAUL41hDjJ0J/Fjpg9Sgzwug2aBbBXBNbVMsUuhcCj6x91d+IQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4481,13 +4547,13 @@ packages: '@chakra-ui/react-use-outside-click': 2.0.7_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.15_aeydgcuswr2g3podcazb3cjgxu - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + '@chakra-ui/transition': 2.0.15_vs4eiolfr5o6gkrfj7pnlrsapu + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.2.9_llxjm3owmb323oru6sab2i2j5u: + /@chakra-ui/modal/2.2.9_hmbgi7dlwu4h6cvj66zqyp34ci: resolution: {integrity: sha512-nTfNp7XsVwn5+xJOtstoFA8j0kq/9sJj7KesyYzjEDaMKvCZvIOntRYowoydho43jb4+YC7ebKhp0KOIINS0gg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4495,17 +4561,17 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/close-button': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/focus-lock': 2.0.16_pmekkgnqduwlme35zpnqhenc34 '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/react-types': 2.0.7_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.15_aeydgcuswr2g3podcazb3cjgxu + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + '@chakra-ui/transition': 2.0.15_vs4eiolfr5o6gkrfj7pnlrsapu aria-hidden: 1.2.2_pmekkgnqduwlme35zpnqhenc34 - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-remove-scroll: 2.5.5_pmekkgnqduwlme35zpnqhenc34 @@ -4513,15 +4579,15 @@ packages: - '@types/react' dev: false - /@chakra-ui/number-input/2.0.18_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/number-input/2.0.18_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-cPkyAFFHHzeFBselrT1BtjlzMkJ6TKrTDUnHFlzqXy6aqeXuhrjFhMfXucjedSpOqedsP9ZbKFTdIAhu9DdL/A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/counter': 2.0.14_react@18.2.0 - '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/form-control': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/react-types': 2.0.7_react@18.2.0 '@chakra-ui/react-use-callback-ref': 2.0.7_react@18.2.0 @@ -4531,7 +4597,7 @@ packages: '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4543,7 +4609,7 @@ packages: resolution: {integrity: sha512-2upjT2JgRuiupdrtBWklKBS6tqeGMA77Nh6Q0JaoQuH/8yq+15CGckqn3IUWkWoGI0Fg3bK9LDlbbD+9DLw95Q==} dev: false - /@chakra-ui/pin-input/2.0.19_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/pin-input/2.0.19_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-6O7s4vWz4cqQ6zvMov9sYj6ZqWAsTxR/MNGe3DNgu1zWQg8veNCYtj1rNGhNS3eZNUMAa8uM2dXIphGTP53Xow==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4555,18 +4621,18 @@ packages: '@chakra-ui/react-use-controllable-state': 2.0.8_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/popover/2.1.8_ymal6vj44ke2ztfrsi5pkuusda: + /@chakra-ui/popover/2.1.8_uvmwz4ujdteijqix7ts4qbucni: resolution: {integrity: sha512-ob7fAz+WWmXIq7iGHVB3wDKzZTj+T+noYBT/U1Q+jIf+jMr2WOpJLTfb0HTZcfhvn4EBFlfBg7Wk5qbXNaOn7g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/close-button': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/lazy-utils': 2.0.5 '@chakra-ui/popper': 3.0.13_react@18.2.0 '@chakra-ui/react-context': 2.0.7_react@18.2.0 @@ -4577,8 +4643,8 @@ packages: '@chakra-ui/react-use-focus-on-pointer-down': 2.0.6_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4605,48 +4671,48 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/progress/2.1.5_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/progress/2.1.5_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-jj5Vp4lxUchuwp4RPCepM0yAyKi344bgsOd3Apd+ldxclDcewPc82fbwDu7g/Xv27LqJkT+7E/SlQy04wGrk0g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/react-context': 2.0.7_react@18.2.0 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/provider/2.1.1_5rzy53przelm5jchjmb5vr6dxy: - resolution: {integrity: sha512-ALgkh2OiFm2omTdO8Oga7iGYJG8uqsGbqEAgU1Id4h2mcGMgEDJ1xJ6XnXyQQn4olPRJVJVVEQ7hxuac9/pjYw==} + /@chakra-ui/provider/2.1.2_fbxtuirhogpez7m7qjkm3itwca: + resolution: {integrity: sha512-4lLlz8QuJv00BhfyKzWpzfoti9MDOdJ/MqXixJV/EZ02RMBOdE9qy9bSz/WckPC2MVhtRUuwMkxH+0QY21PXuw==} 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.12_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/css-reset': 2.0.12_3og6jmu6wvzuytygvdoxepq3x4 '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-env': 3.0.0_react@18.2.0 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm - '@emotion/styled': 11.10.5_cjinou6kcnbro54hfk33pnlsly + '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 + '@emotion/styled': 11.10.6_oouaibmszuch5k64ms7uxp2aia react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/radio/2.0.19_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/radio/2.0.19_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-PlJiV59eGSmeKP4v/4+ccQUWGRd0cjPKkj/p3L+UbOf8pl9dWm8y9kIeL5TYbghQSDv0nzkrH4+yMnnDTZjdMQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/form-control': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/react-types': 2.0.7_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba '@zag-js/focus-visible': 0.2.1 react: 18.2.0 dev: false @@ -4846,8 +4912,8 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react/2.5.0_77qdy4qmiponp6iskwecwiy2xa: - resolution: {integrity: sha512-UqvXrKGKKJrlTzCsPI6tHfIa5wPu8Ui1c5Y0vnIt90UbvzcnhHrW0nhvZtwbmDaNgvT6bQl/ObPnOxoHzKg63A==} + /@chakra-ui/react/2.5.1_ggaycw6syoxhvshmbg2schgw2y: + resolution: {integrity: sha512-ugkaqfcNMb9L4TkalWiF3rnqfr0TlUUD46JZaDIZiORVisaSwXTZTQrVfG40VghhaJT28rnC5WtiE8kd567ZBQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -4855,75 +4921,75 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.1.9_ymal6vj44ke2ztfrsi5pkuusda - '@chakra-ui/alert': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/avatar': 2.2.5_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/breadcrumb': 2.1.4_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/button': 2.0.16_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/card': 2.1.6_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/checkbox': 2.2.10_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/close-button': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/control-box': 2.0.13_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/accordion': 2.1.9_uvmwz4ujdteijqix7ts4qbucni + '@chakra-ui/alert': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/avatar': 2.2.5_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/breadcrumb': 2.1.4_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/button': 2.0.16_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/card': 2.1.6_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/checkbox': 2.2.10_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/close-button': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/control-box': 2.0.13_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/counter': 2.0.14_react@18.2.0 - '@chakra-ui/css-reset': 2.0.12_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/editable': 2.0.19_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/css-reset': 2.0.12_3og6jmu6wvzuytygvdoxepq3x4 + '@chakra-ui/editable': 2.0.19_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/focus-lock': 2.0.16_pmekkgnqduwlme35zpnqhenc34 - '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/form-control': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/hooks': 2.1.6_react@18.2.0 - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/image': 2.0.15_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/input': 2.0.20_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/layout': 2.1.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/image': 2.0.15_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/input': 2.0.20_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/layout': 2.1.16_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/live-region': 2.0.13_react@18.2.0 - '@chakra-ui/media-query': 3.2.12_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/menu': 2.1.9_ymal6vj44ke2ztfrsi5pkuusda - '@chakra-ui/modal': 2.2.9_llxjm3owmb323oru6sab2i2j5u - '@chakra-ui/number-input': 2.0.18_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/pin-input': 2.0.19_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/popover': 2.1.8_ymal6vj44ke2ztfrsi5pkuusda + '@chakra-ui/media-query': 3.2.12_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/menu': 2.1.9_uvmwz4ujdteijqix7ts4qbucni + '@chakra-ui/modal': 2.2.9_hmbgi7dlwu4h6cvj66zqyp34ci + '@chakra-ui/number-input': 2.0.18_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/pin-input': 2.0.19_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/popover': 2.1.8_uvmwz4ujdteijqix7ts4qbucni '@chakra-ui/popper': 3.0.13_react@18.2.0 '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/progress': 2.1.5_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/provider': 2.1.1_5rzy53przelm5jchjmb5vr6dxy - '@chakra-ui/radio': 2.0.19_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/progress': 2.1.5_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/provider': 2.1.2_fbxtuirhogpez7m7qjkm3itwca + '@chakra-ui/radio': 2.0.19_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-env': 3.0.0_react@18.2.0 - '@chakra-ui/select': 2.0.18_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/skeleton': 2.0.24_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/slider': 2.0.21_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/spinner': 2.0.13_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/stat': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/styled-system': 2.6.0 - '@chakra-ui/switch': 2.0.22_ymal6vj44ke2ztfrsi5pkuusda - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/table': 2.0.16_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/tabs': 2.1.8_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/tag': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/textarea': 2.0.18_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/theme': 2.2.5_uw7xgbwqzm4ard64xngx46n2a4 - '@chakra-ui/theme-utils': 2.0.10 - '@chakra-ui/toast': 6.0.0_qow56wscunnbhbjl5erbtnjfna - '@chakra-ui/tooltip': 2.2.6_qow56wscunnbhbjl5erbtnjfna - '@chakra-ui/transition': 2.0.15_aeydgcuswr2g3podcazb3cjgxu + '@chakra-ui/select': 2.0.18_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/skeleton': 2.0.24_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/slider': 2.0.21_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/spinner': 2.0.13_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/stat': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/styled-system': 2.6.1 + '@chakra-ui/switch': 2.0.22_uvmwz4ujdteijqix7ts4qbucni + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + '@chakra-ui/table': 2.0.16_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/tabs': 2.1.8_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/tag': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/textarea': 2.0.18_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/theme': 2.2.5_es2flcfvdj7o2v4vs237ptvmhy + '@chakra-ui/theme-utils': 2.0.11 + '@chakra-ui/toast': 6.0.1_lgjjrw2bpexqc3htqwfitnvqey + '@chakra-ui/tooltip': 2.2.6_lgjjrw2bpexqc3htqwfitnvqey + '@chakra-ui/transition': 2.0.15_vs4eiolfr5o6gkrfj7pnlrsapu '@chakra-ui/utils': 2.0.15 - '@chakra-ui/visually-hidden': 2.0.15_whdafdvdwjpbzsmzxad2j4s44y - '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm - '@emotion/styled': 11.10.5_cjinou6kcnbro54hfk33pnlsly - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/visually-hidden': 2.0.15_n3dxrjldmk5gnycgnw7noyo5tu + '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 + '@emotion/styled': 11.10.6_oouaibmszuch5k64ms7uxp2aia + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select/2.0.18_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/select/2.0.18_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-1d2lUT5LM6oOs5x4lzBh4GFDuXX62+lr+sgV7099g951/5UNbb0CS2hSZHsO7yZThLNbr7QTWZvAOAayVcGzdw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/form-control': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false @@ -4931,20 +4997,20 @@ packages: resolution: {integrity: sha512-4/Wur0FqDov7Y0nCXl7HbHzCg4aq86h+SXdoUeuCMD3dSj7dpsVnStLYhng1vxvlbUnLpdF4oz5Myt3i/a7N3Q==} dev: false - /@chakra-ui/skeleton/2.0.24_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/skeleton/2.0.24_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-1jXtVKcl/jpbrJlc/TyMsFyI651GTXY5ma30kWyTXoby2E+cxbV6OR8GB/NMZdGxbQBax8/VdtYVjI0n+OBqWA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/media-query': 3.2.12_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/media-query': 3.2.12_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-use-previous': 2.0.5_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/slider/2.0.21_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/slider/2.0.21_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-Mm76yJxEqJl21+3waEcKg3tM8Y4elJ7mcViN6Brj35PTfzUJfSJxeBGo1nLPJ+X5jLj7o/L4kfBmUk3lY4QYEQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4960,58 +5026,58 @@ packages: '@chakra-ui/react-use-pan-event': 2.0.9_react@18.2.0 '@chakra-ui/react-use-size': 2.0.9_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/spinner/2.0.13_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/spinner/2.0.13_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-T1/aSkVpUIuiYyrjfn1+LsQEG7Onbi1UE9ccS/evgf61Dzy4GgTXQUnDuWFSgpV58owqirqOu6jn/9eCwDlzlg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/stat/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/stat/2.0.17_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-PhD+5oVLWjQmGLfeZSmexp3AtLcaggWBwoMZ4z8QMZIQzf/fJJWMk0bMqxlpTv8ORDkfY/4ImuFB/RJHvcqlcA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/styled-system/2.6.0: - resolution: {integrity: sha512-nif4J8AMUV8XpOv0pzsbszqZC3wMXdeBtD4ho0zsjQqor658fKB70ZZeGgxJy8t8w6hcohNgvV4Kz0tu6R0Gow==} + /@chakra-ui/styled-system/2.6.1: + resolution: {integrity: sha512-jy/1dVi1LxjoRCm+Eo5mqBgvPy5SCWMlIcz6GbIZBDpkGeKZwtqrZLjekxxLBCy8ORY+kJlUB0FT6AzVR/1tjw==} dependencies: '@chakra-ui/shared-utils': 2.0.5 csstype: 3.1.1 lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch/2.0.22_ymal6vj44ke2ztfrsi5pkuusda: + /@chakra-ui/switch/2.0.22_uvmwz4ujdteijqix7ts4qbucni: resolution: {integrity: sha512-+/Yy6y7VFD91uSPruF8ZvePi3tl5D8UNVATtWEQ+QBI92DLSM+PtgJ2F0Y9GMZ9NzMxpZ80DqwY7/kqcPCfLvw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/checkbox': 2.2.10_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/checkbox': 2.2.10_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm: - resolution: {integrity: sha512-Gj31pElDy8VREFHNQsG1sMTbXzeMrmmStuejsOOea3fITHcP1Zo5PYxfhWTudcjbtEZsX19lpEOK8xbRnq8KcQ==} + /@chakra-ui/system/2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba: + resolution: {integrity: sha512-4+86OrcSoq7lGkm5fh+sJ3IWXSTzjz+HOllRbCW2Rtnmcg7ritiXVNV2VygEg2DrCcx5+tNqRHDM764zW+AEug==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -5020,16 +5086,16 @@ packages: '@chakra-ui/color-mode': 2.1.12_react@18.2.0 '@chakra-ui/object-utils': 2.0.8 '@chakra-ui/react-utils': 2.0.12_react@18.2.0 - '@chakra-ui/styled-system': 2.6.0 - '@chakra-ui/theme-utils': 2.0.10 + '@chakra-ui/styled-system': 2.6.1 + '@chakra-ui/theme-utils': 2.0.11 '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm - '@emotion/styled': 11.10.5_cjinou6kcnbro54hfk33pnlsly + '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 + '@emotion/styled': 11.10.6_oouaibmszuch5k64ms7uxp2aia react: 18.2.0 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/2.0.16_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/table/2.0.16_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-vWDXZ6Ad3Aj66curp1tZBHvCfQHX2FJ4ijLiqGgQszWFIchfhJ5vMgEBJaFMZ+BN1draAjuRTZqaQefOApzvRg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5037,11 +5103,11 @@ packages: dependencies: '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/tabs/2.1.8_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/tabs/2.1.8_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-B7LeFN04Ny2jsSy5TFOQxnbZ6ITxGxLxsB2PE0vvQjMSblBrUryOxdjw80HZhfiw6od0ikK9CeKQOIt9QCguSw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5056,89 +5122,89 @@ packages: '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/react-use-safe-layout-effect': 2.0.5_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/tag/2.0.17_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/tag/2.0.17_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-A47zE9Ft9qxOJ+5r1cUseKRCoEdqCRzFm0pOtZgRcckqavglk75Xjgz8HbBpUO2zqqd49MlqdOwR8o87fXS1vg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.16_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/icon': 3.0.16_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/react-context': 2.0.7_react@18.2.0 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/textarea/2.0.18_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/textarea/2.0.18_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-aGHHb29vVifO0OtcK/k8cMykzjOKo/coDTU0NJqz7OOLAWIMNV2eGenvmO1n9tTZbmbqHiX+Sa1nPRX+pd14lg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/form-control': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false - /@chakra-ui/theme-tools/2.0.17_uw7xgbwqzm4ard64xngx46n2a4: + /@chakra-ui/theme-tools/2.0.17_es2flcfvdj7o2v4vs237ptvmhy: resolution: {integrity: sha512-Auu38hnihlJZQcPok6itRDBbwof3TpXGYtDPnOvrq4Xp7jnab36HLt7KEXSDPXbtOk3ZqU99pvI1en5LbDrdjg==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: '@chakra-ui/anatomy': 2.1.2 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/styled-system': 2.6.0 + '@chakra-ui/styled-system': 2.6.1 color2k: 2.0.2 dev: false - /@chakra-ui/theme-utils/2.0.10: - resolution: {integrity: sha512-j4y8bHFDbMlGsmF0BVo37WZJyj2Y0cbF0YzhW/IV8cnrwPGFFCoB4YUSFvV+mUqQwBh31coHsvPobLWTKk+6mQ==} + /@chakra-ui/theme-utils/2.0.11: + resolution: {integrity: sha512-lBAay6Sq3/fl7exd3mFxWAbzgdQowytor0fnlHrpNStn1HgFjXukwsf6356XQOie2Vd8qaMM7qZtMh4AiC0dcg==} dependencies: '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/styled-system': 2.6.0 - '@chakra-ui/theme': 2.2.5_uw7xgbwqzm4ard64xngx46n2a4 + '@chakra-ui/styled-system': 2.6.1 + '@chakra-ui/theme': 2.2.5_es2flcfvdj7o2v4vs237ptvmhy lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/theme/2.2.5_uw7xgbwqzm4ard64xngx46n2a4: + /@chakra-ui/theme/2.2.5_es2flcfvdj7o2v4vs237ptvmhy: resolution: {integrity: sha512-hYASZMwu0NqEv6PPydu+F3I+kMNd44yR4TwjR/lXBz/LEh64L6UPY6kQjebCfgdVtsGdl3HKg+eLlfa7SvfRgw==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: '@chakra-ui/anatomy': 2.1.2 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/styled-system': 2.6.0 - '@chakra-ui/theme-tools': 2.0.17_uw7xgbwqzm4ard64xngx46n2a4 + '@chakra-ui/styled-system': 2.6.1 + '@chakra-ui/theme-tools': 2.0.17_es2flcfvdj7o2v4vs237ptvmhy dev: false - /@chakra-ui/toast/6.0.0_qow56wscunnbhbjl5erbtnjfna: - resolution: {integrity: sha512-Pxoy1IxnhimlHjx06XnSmYkM7NyKF9ei/JJptG86ywdxXXyg3HGkhdlpEUCkeWtlGt2ePVc4mbLzM7ACX0GJLw==} + /@chakra-ui/toast/6.0.1_lgjjrw2bpexqc3htqwfitnvqey: + resolution: {integrity: sha512-ej2kJXvu/d2h6qnXU5D8XTyw0qpsfmbiU7hUffo/sPxkz89AUOQ08RUuUmB1ssW/FZcQvNMJ5WgzCTKHGBxtxw==} peerDependencies: - '@chakra-ui/system': 2.5.0 + '@chakra-ui/system': 2.5.1 framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/alert': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y - '@chakra-ui/close-button': 2.0.17_whdafdvdwjpbzsmzxad2j4s44y + '@chakra-ui/alert': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu + '@chakra-ui/close-button': 2.0.17_n3dxrjldmk5gnycgnw7noyo5tu '@chakra-ui/portal': 2.0.15_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-context': 2.0.7_react@18.2.0 '@chakra-ui/react-use-timeout': 2.0.5_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/styled-system': 2.6.0 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/theme': 2.2.5_uw7xgbwqzm4ard64xngx46n2a4 - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/styled-system': 2.6.1 + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + '@chakra-ui/theme': 2.2.5_es2flcfvdj7o2v4vs237ptvmhy + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/tooltip/2.2.6_qow56wscunnbhbjl5erbtnjfna: + /@chakra-ui/tooltip/2.2.6_lgjjrw2bpexqc3htqwfitnvqey: resolution: {integrity: sha512-4cbneidZ5+HCWge3OZzewRQieIvhDjSsl+scrl4Scx7E0z3OmqlTIESU5nGIZDBLYqKn/UirEZhqaQ33FOS2fw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5153,20 +5219,20 @@ packages: '@chakra-ui/react-use-event-listener': 2.0.7_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.7_react@18.2.0 '@chakra-ui/shared-utils': 2.0.5 - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.15_aeydgcuswr2g3podcazb3cjgxu: + /@chakra-ui/transition/2.0.15_vs4eiolfr5o6gkrfj7pnlrsapu: resolution: {integrity: sha512-o9LBK/llQfUDHF/Ty3cQ6nShpekKTqHUoJlUOzNKhoTsNpoRerr9v0jwojrX1YI02KtVjfhFU6PiqXlDfREoNw==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - framer-motion: 9.0.4_biqbaboplfbrettd7655fr4n2y + framer-motion: 9.1.7_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -5179,20 +5245,20 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/2.0.15_whdafdvdwjpbzsmzxad2j4s44y: + /@chakra-ui/visually-hidden/2.0.15_n3dxrjldmk5gnycgnw7noyo5tu: resolution: {integrity: sha512-WWULIiucYRBIewHKFA7BssQ2ABLHLVd9lrUo3N3SZgR0u4ZRDDVEUNOy+r+9ruDze8+36dGbN9wsN1IdELtdOw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.5.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.5.1_xqp3pgpqjlfxxa3zxu4zoc4fba react: 18.2.0 dev: false /@changesets/apply-release-plan/6.1.3: resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/config': 2.3.0 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 2.0.0 @@ -5210,7 +5276,7 @@ packages: /@changesets/assemble-release-plan/5.2.3: resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.5 '@changesets/types': 5.2.1 @@ -5228,7 +5294,7 @@ packages: resolution: {integrity: sha512-0cbTiDms+ICTVtEwAFLNW0jBNex9f5+fFv3I771nBvdnV/mOjd1QJ4+f8KtVSOrwD9SJkk9xbDkWFb0oXd8d1Q==} hasBin: true dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/apply-release-plan': 6.1.3 '@changesets/assemble-release-plan': 5.2.3 '@changesets/changelog-git': 0.1.14 @@ -5294,7 +5360,7 @@ packages: /@changesets/get-release-plan/3.0.16: resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/assemble-release-plan': 5.2.3 '@changesets/config': 2.3.0 '@changesets/pre': 1.0.14 @@ -5310,7 +5376,7 @@ packages: /@changesets/git/2.0.0: resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -5335,7 +5401,7 @@ packages: /@changesets/pre/1.0.14: resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -5345,7 +5411,7 @@ packages: /@changesets/read/0.5.9: resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.16 @@ -5366,7 +5432,7 @@ packages: /@changesets/write/0.2.3: resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/types': 5.2.1 fs-extra: 7.0.1 human-id: 1.0.2 @@ -5453,15 +5519,11 @@ packages: transitivePeerDependencies: - supports-color - /@emotion/babel-plugin/11.10.5_@babel+core@7.20.12: - resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} - peerDependencies: - '@babel/core': ^7.0.0 + /@emotion/babel-plugin/11.10.6: + resolution: {integrity: sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==} dependencies: - '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 '@emotion/serialize': 1.1.1 @@ -5508,21 +5570,17 @@ packages: /@emotion/memoize/0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} - /@emotion/react/11.10.5_wkiylh6bncbdhwh6tncqb3s2nm: - resolution: {integrity: sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==} + /@emotion/react/11.10.6_pmekkgnqduwlme35zpnqhenc34: + resolution: {integrity: sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==} peerDependencies: - '@babel/core': ^7.0.0 '@types/react': '*' react: '>=16.8.0 || 18' peerDependenciesMeta: - '@babel/core': - optional: true '@types/react': optional: true dependencies: - '@babel/core': 7.20.12 - '@babel/runtime': 7.20.13 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.12 + '@babel/runtime': 7.21.0 + '@emotion/babel-plugin': 11.10.6 '@emotion/cache': 11.10.5 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 @@ -5547,24 +5605,20 @@ packages: resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled/11.10.5_cjinou6kcnbro54hfk33pnlsly: - resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} + /@emotion/styled/11.10.6_oouaibmszuch5k64ms7uxp2aia: + resolution: {integrity: sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==} peerDependencies: - '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 '@types/react': '*' react: '>=16.8.0 || 18' peerDependenciesMeta: - '@babel/core': - optional: true '@types/react': optional: true dependencies: - '@babel/core': 7.20.12 - '@babel/runtime': 7.20.13 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.12 + '@babel/runtime': 7.21.0 + '@emotion/babel-plugin': 11.10.6 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm + '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 @@ -5598,8 +5652,8 @@ packages: resolution: {integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==} dev: false - /@eslint/eslintrc/1.4.1: - resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} + /@eslint/eslintrc/2.0.0: + resolution: {integrity: sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -5615,6 +5669,11 @@ packages: - supports-color dev: true + /@eslint/js/8.35.0: + resolution: {integrity: sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@floating-ui/core/1.2.1: resolution: {integrity: sha512-LSqwPZkK3rYfD7GKoIeExXOyYx6Q1O4iqZWwIehDNuv3Dv425FIAE8PRwtAx1imEolFTHgBEcoFHm9MDnYgPCg==} dev: false @@ -5709,7 +5768,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 chalk: 4.1.2 jest-message-util: 29.4.3 jest-util: 29.4.3 @@ -5730,14 +5789,14 @@ packages: '@jest/test-result': 29.4.3 '@jest/transform': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.4.3 - jest-config: 29.4.3_@types+node@18.13.0 + jest-config: 29.4.3_@types+node@18.14.4 jest-haste-map: 29.4.3 jest-message-util: 29.4.3 jest-regex-util: 29.4.3 @@ -5772,14 +5831,14 @@ packages: '@jest/test-result': 29.4.3 '@jest/transform': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.4.3 - jest-config: 29.4.3_ucpl6toqp57nqodtp3vxxi6g5a + jest-config: 29.4.3_jcb3wguyhnpyd5azbry5ackz4u jest-haste-map: 29.4.3 jest-message-util: 29.4.3 jest-regex-util: 29.4.3 @@ -5806,7 +5865,7 @@ packages: dependencies: '@jest/fake-timers': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 jest-mock: 29.4.3 dev: true @@ -5833,7 +5892,7 @@ packages: dependencies: '@jest/types': 29.4.3 '@sinonjs/fake-timers': 10.0.2 - '@types/node': 18.13.0 + '@types/node': 18.14.4 jest-message-util: 29.4.3 jest-mock: 29.4.3 jest-util: 29.4.3 @@ -5866,7 +5925,7 @@ packages: '@jest/transform': 29.4.3 '@jest/types': 29.4.3 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.13.0 + '@types/node': 18.14.4 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5928,7 +5987,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5951,7 +6010,7 @@ packages: resolution: {integrity: sha512-8u0+fBGWolDshsFgPQJESkDa72da/EVwvL+II0trN2DR66wMwiQ9/CihaGfHdlLGFzbBZwMykFtxuwFdZqlKwg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@jest/types': 29.4.3 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 @@ -5976,7 +6035,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/yargs': 15.0.15 chalk: 4.1.2 dev: true @@ -5988,7 +6047,7 @@ packages: '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/yargs': 17.0.22 chalk: 4.1.2 dev: true @@ -6003,6 +6062,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.14 + dev: true /@jridgewell/gen-mapping/0.3.2: resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} @@ -6050,7 +6110,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -6059,7 +6119,7 @@ packages: /@manypkg/get-packages/1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -6123,53 +6183,6 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@motionone/animation/10.15.1: - resolution: {integrity: sha512-mZcJxLjHor+bhcPuIFErMDNyrdb2vJur8lSfMCsuCB4UyV8ILZLvK+t+pg56erv8ud9xQGK/1OGPt10agPrCyQ==} - dependencies: - '@motionone/easing': 10.15.1 - '@motionone/types': 10.15.1 - '@motionone/utils': 10.15.1 - tslib: 2.5.0 - dev: false - - /@motionone/dom/10.15.5: - resolution: {integrity: sha512-Xc5avlgyh3xukU9tydh9+8mB8+2zAq+WlLsC3eEIp7Ax7DnXgY7Bj/iv0a4X2R9z9ZFZiaXK3BO0xMYHKbAAdA==} - dependencies: - '@motionone/animation': 10.15.1 - '@motionone/generators': 10.15.1 - '@motionone/types': 10.15.1 - '@motionone/utils': 10.15.1 - hey-listen: 1.0.8 - tslib: 2.5.0 - dev: false - - /@motionone/easing/10.15.1: - resolution: {integrity: sha512-6hIHBSV+ZVehf9dcKZLT7p5PEKHGhDwky2k8RKkmOvUoYP3S+dXsKupyZpqx5apjd9f+php4vXk4LuS+ADsrWw==} - dependencies: - '@motionone/utils': 10.15.1 - tslib: 2.5.0 - dev: false - - /@motionone/generators/10.15.1: - resolution: {integrity: sha512-67HLsvHJbw6cIbLA/o+gsm7h+6D4Sn7AUrB/GPxvujse1cGZ38F5H7DzoH7PhX+sjvtDnt2IhFYF2Zp1QTMKWQ==} - dependencies: - '@motionone/types': 10.15.1 - '@motionone/utils': 10.15.1 - tslib: 2.5.0 - dev: false - - /@motionone/types/10.15.1: - resolution: {integrity: sha512-iIUd/EgUsRZGrvW0jqdst8st7zKTzS9EsKkP+6c6n4MPZoQHwiHuVtTQLD6Kp0bsBLhNzKIBlHXponn/SDT4hA==} - dev: false - - /@motionone/utils/10.15.1: - resolution: {integrity: sha512-p0YncgU+iklvYr/Dq4NobTRdAPv9PveRDUXabPEeOjBLSO/1FNB2phNTZxOxpi1/GZwYpAoECEa0Wam+nsmhSw==} - dependencies: - '@motionone/types': 10.15.1 - hey-listen: 1.0.8 - tslib: 2.5.0 - dev: false - /@mrmlnc/readdir-enhanced/2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} @@ -6203,7 +6216,7 @@ packages: strict-event-emitter: 0.2.8 uuid: 8.3.2 optionalDependencies: - msw: 1.0.1_typescript@4.9.5 + msw: 1.1.0_typescript@4.9.5 transitivePeerDependencies: - encoding - supports-color @@ -6278,18 +6291,18 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@nrwl/cli/15.7.0: - resolution: {integrity: sha512-dorpQl7TPgL75Fb6+g92/2v/pzP8RM6jhZ9efmW4RgwwH8/E778yZqslINn/aGAnqefMeUiZSvw/Q7m0QjWBPg==} + /@nrwl/cli/15.8.1: + resolution: {integrity: sha512-MB4anWQJ/yqKfusF2b+wYim2/aJGERcEkK/xT9Q7nXwJR/x76cIdggHz/C4zasFAjEHcilwajmF5chk0vArbkA==} dependencies: - nx: 15.7.0 + nx: 15.8.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nrwl/nx-cloud/15.0.3: - resolution: {integrity: sha512-KvwM8/IbCOlbWIzi+Tm14tJkEdQK3ruN6TPUmeKnkeFZsJyoFw4GCyKJMOLs8y4MQokHgskg3nbF822JLR9xJg==} + /@nrwl/nx-cloud/15.1.1: + resolution: {integrity: sha512-aIVb87PQpAjwdEaFksQ3rYgFq9MDaBG2KvYZcj/k+z2uWeWH84ha/opO37aCFLf5VXNiyJZGRb/+7vW7BFpNOw==} hasBin: true dependencies: axios: 0.21.4 @@ -6304,8 +6317,8 @@ packages: - debug dev: true - /@nrwl/nx-darwin-arm64/15.7.0: - resolution: {integrity: sha512-SeuA4X6U/bL9FLdaxYavI60plsWeRe4Gk+LuATyxwOk9N1fqBw03ISyYu7ZFJqHZ0zbCGUApgsTdk7NfDY8OQg==} + /@nrwl/nx-darwin-arm64/15.8.1: + resolution: {integrity: sha512-nuubQcXVrxxxjpKHmfQ4bEgCwKsiey1/o9+FB98DoOv70Y2PuxMu/tjXbfNiJBFP72ySrrDmD/vRMKmduOsRSg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -6313,8 +6326,8 @@ packages: dev: true optional: true - /@nrwl/nx-darwin-x64/15.7.0: - resolution: {integrity: sha512-TqpFSomP6hUEOy+H9TdhYXOW5VcC/bP82sf+EO2rR8sU1LYHyGlJH3spzkoc+KgIYXMZnc3q3EHkz9DW8iVs6A==} + /@nrwl/nx-darwin-x64/15.8.1: + resolution: {integrity: sha512-qYtTKFoq5i0mtulZs7eWXBFV5OhI/fnZ9RGSD/mPoFt4cHV0MAgqIafiGpQ+Py/a36gIIfdR5U9MLyMRLOMNUQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -6322,8 +6335,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm-gnueabihf/15.7.0: - resolution: {integrity: sha512-lAny7Y4iPTEThBTgwk7ttfq9qUbqCBpy3wVI18+jo72Rx128qOn7m3Uyirpx0ibegNr5AI1DgfEONe7ZdiBNOA==} + /@nrwl/nx-linux-arm-gnueabihf/15.8.1: + resolution: {integrity: sha512-m4lX38fcrhyzG8K+4Ds8StCIQ0hHxRFFeFUMMR3ZR/RYpGwO5nRcF22l4gRm9DnsL48Vv8qjZ7v9bTNKiD2O7g==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -6331,8 +6344,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm64-gnu/15.7.0: - resolution: {integrity: sha512-GzBBeAwR9yS2ON5LZlyeVUkFp7LEPc00r1QQy9vF4wPJcDgS5VkZvpivNZo+DpncregGFRGqgriPlQlPy4a4Sw==} + /@nrwl/nx-linux-arm64-gnu/15.8.1: + resolution: {integrity: sha512-nCiObtfk/TBPblhMx7IG5jchgPg9RL5wE38GNf/yl1jjfRTfkvwrS+c0T5VyEBoUjGw7KDlZ/7CY0RBN+usdUg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -6340,8 +6353,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm64-musl/15.7.0: - resolution: {integrity: sha512-bX567rltZJYbwlc9rFvELxL74tGvDXks8x90fGMx7NZ/gQVPmTZpMfl/QEfTQNI/Kn4MP/fAu4uz5vWmbTSAug==} + /@nrwl/nx-linux-arm64-musl/15.8.1: + resolution: {integrity: sha512-7AguRwMwdNYtYnThm3jMqIaqhA03cJztZqIgxvWwJpbteBANfa6+HtTUeCwN27elHCmSex301Q9K8cIY8irtmg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -6349,8 +6362,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-x64-gnu/15.7.0: - resolution: {integrity: sha512-o8DDAuoZW53KTkfYJP53NgWacI7y3FIK38JTnvexO7TPO25YsJE7OthHpJShQLo71qq/LHusPTMkYm/BsIunAQ==} + /@nrwl/nx-linux-x64-gnu/15.8.1: + resolution: {integrity: sha512-GkJaYuGhW1P9FF8YLMjs6VnMSXZmJz6z0Bsv6GxtZ+6f0W9fOEzoSpXBmPF8aXi3z02uRPAgJC9iKeRh3Xmkdg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -6358,8 +6371,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-x64-musl/15.7.0: - resolution: {integrity: sha512-ydkYW08Tr2Uytzys5V9pN3M3Ptq4ggy78VWF4SFwnsO9vEVmrZ+3ezwCiztzz8ZtQ4nLKdmin/FfdKUO7tVMdw==} + /@nrwl/nx-linux-x64-musl/15.8.1: + resolution: {integrity: sha512-YQNoPlKLVzvkxn4F3Pc5/wMc7FKoe9mAAME0KjL9DNAYGvOLHSO5fc82a+f0nIOflXlwBusnC/HiGUkcvD+Qxg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -6367,8 +6380,8 @@ packages: dev: true optional: true - /@nrwl/nx-win32-arm64-msvc/15.7.0: - resolution: {integrity: sha512-h7fER4pvCqIFEPX7XVrGhlhPSrHFst5GqNoBukjSF0fNzH6LADHnTSw+rgFJePxFNoAYVqNHBjBeciUataWKhw==} + /@nrwl/nx-win32-arm64-msvc/15.8.1: + resolution: {integrity: sha512-g/zqZpVvmYt8/SjYjKkOxogMzL4XCjoRImXEBAW4t8+SIacLmZt+Rt8BCY1aqcb2TCSLwrZevPyvQGfTa6zfuA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -6376,8 +6389,8 @@ packages: dev: true optional: true - /@nrwl/nx-win32-x64-msvc/15.7.0: - resolution: {integrity: sha512-wEJ3wCWrofVouTJpIDsaM6PPP5Yc+W6wNzuBgri1t1QGe+5/evMXKscaShwiS4BHXM5nalbQ+srQPttFCcNCfQ==} + /@nrwl/nx-win32-x64-msvc/15.8.1: + resolution: {integrity: sha512-obgXvryiY5IuvIIojLatGCB9gbzgG8LwlxpcqIIb/ywJ7K6ai74kNRdegPCjlsyca8MZSWqGncI0Hwo5fcGaDQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -6385,11 +6398,11 @@ packages: dev: true optional: true - /@nrwl/tao/15.7.0: - resolution: {integrity: sha512-EKS6vEqh+ykG/6DLgc5+u2RiXdv7PIX9pGvyIWiEDELcUuo0e8ptXQM8HxETZt0ihDgW2u0rUky3Avr6boO2bQ==} + /@nrwl/tao/15.8.1: + resolution: {integrity: sha512-wSoSTSF3tjVjNk6L1vtdSLHCIxEDl232aZN2LMpsVgU2yHnvrik2s9UJQrSDltsMM6vQ5VNKS5Li/AZWmfI79g==} hasBin: true dependencies: - nx: 15.7.0 + nx: 15.8.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6504,8 +6517,8 @@ packages: react: 18.2.0 dev: false - /@reduxjs/toolkit/1.9.2_k4ae6lp43ej6mezo3ztvx6pykq: - resolution: {integrity: sha512-5ZAZ7hwAKWSii5T6NTPmgIBUqyVdlDs+6JjThz6J6dmHLDm6zCzv2OjHIFAi3Vvs1qjmXU0bm6eBojukYXjVMQ==} + /@reduxjs/toolkit/1.9.3_k4ae6lp43ej6mezo3ztvx6pykq: + resolution: {integrity: sha512-GU2TNBQVofL09VGmuSioNPQIu6Ml0YLf4EJhgj0AvBadRlCGzUWet8372LjvO4fqKZF2vH1xU0htAa7BrK9pZg==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 || 18 react-redux: ^7.2.1 || ^8.0.2 @@ -6522,8 +6535,8 @@ packages: redux-thunk: 2.4.2_redux@4.2.1 reselect: 4.1.7 - /@remix-run/router/1.3.2: - resolution: {integrity: sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==} + /@remix-run/router/1.3.3: + resolution: {integrity: sha512-YRHie1yQEj0kqqCTCJEfHqYSSNlZQ696QJG+MMiW4mxSl9I0ojz/eRhJS4fs88Z5i6D1SmoF9d3K99/QOhI8/w==} engines: {node: '>=14'} dev: false @@ -6542,7 +6555,7 @@ packages: react: '>=16.14.0 || 18' react-dom: '>=16.14.0 || 18' dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@popperjs/core': 2.11.6 '@react-aria/ssr': 3.4.1_react@18.2.0 '@restart/hooks': 0.4.9_react@18.2.0 @@ -6573,7 +6586,7 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel/6.0.3_kr63qssm7gqzntdkv6nc73jyxi: + /@rollup/plugin-babel/6.0.3_a5lozykpytg33uq3o54uvv7c3m: resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6586,13 +6599,13 @@ packages: rollup: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@babel/helper-module-imports': 7.18.6 - '@rollup/pluginutils': 5.0.2_rollup@3.15.0 - rollup: 3.15.0 + '@rollup/pluginutils': 5.0.2_rollup@3.18.0 + rollup: 3.18.0 dev: true - /@rollup/plugin-commonjs/24.0.1_rollup@3.15.0: + /@rollup/plugin-commonjs/24.0.1_rollup@3.18.0: resolution: {integrity: sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6601,16 +6614,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.15.0 + '@rollup/pluginutils': 5.0.2_rollup@3.18.0 commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 magic-string: 0.27.0 - rollup: 3.15.0 + rollup: 3.18.0 dev: true - /@rollup/plugin-node-resolve/15.0.1_rollup@3.15.0: + /@rollup/plugin-node-resolve/15.0.1_rollup@3.18.0: resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6619,16 +6632,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.15.0 + '@rollup/pluginutils': 5.0.2_rollup@3.18.0 '@types/resolve': 1.20.2 deepmerge: 4.3.0 is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.1 - rollup: 3.15.0 + rollup: 3.18.0 dev: true - /@rollup/plugin-terser/0.4.0_rollup@3.15.0: + /@rollup/plugin-terser/0.4.0_rollup@3.18.0: resolution: {integrity: sha512-Ipcf3LPNerey1q9ZMjiaWHlNPEHNU/B5/uh9zXLltfEQ1lVSLLeZSgAtTPWGyw8Ip1guOeq+mDtdOlEj/wNxQw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6637,7 +6650,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.15.0 + rollup: 3.18.0 serialize-javascript: 6.0.1 smob: 0.0.6 terser: 5.16.3 @@ -6651,7 +6664,7 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/pluginutils/5.0.2_rollup@3.15.0: + /@rollup/pluginutils/5.0.2_rollup@3.18.0: resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6663,7 +6676,7 @@ packages: '@types/estree': 1.0.0 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.15.0 + rollup: 3.18.0 dev: true /@sinclair/typebox/0.25.22: @@ -6773,7 +6786,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + /@storybook/addon-controls/6.5.16_a5ainwq6j6e77vl54wahuheooy: resolution: {integrity: sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6788,7 +6801,7 @@ packages: '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.16 '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/node-logger': 6.5.16 '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y @@ -6807,7 +6820,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.16_xo7quhe5oasnakpft6izpnxsta: + /@storybook/addon-docs/6.5.16_mmsxepu5s6ul2gihrjsvvollgq: resolution: {integrity: sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 @@ -6821,25 +6834,25 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.20.13_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx': 7.20.13_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.12 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.21.0 '@storybook/node-logger': 6.5.16 '@storybook/postinstall': 6.5.16 '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/source-loader': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm + babel-loader: 8.3.0_qoaxtqicpzj5p3ubthw53xafqm core-js: 3.28.0 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6862,7 +6875,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.16_g5hsdzyd7m2ulfrad4wwfj3vra: + /@storybook/addon-essentials/6.5.16_gv4rlc45zd2tqk5hj27mwa4mny: resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} peerDependencies: '@babel/core': ^7.9.6 @@ -6919,19 +6932,19 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@storybook/addon-actions': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/addon-backgrounds': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.16_thg4xgkqzam43wvb4m4gitomxu - '@storybook/addon-docs': 6.5.16_xo7quhe5oasnakpft6izpnxsta + '@storybook/addon-controls': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/addon-docs': 6.5.16_mmsxepu5s6ul2gihrjsvvollgq '@storybook/addon-measure': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/addon-outline': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/addon-toolbars': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/addon-viewport': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/builder-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/node-logger': 6.5.16 core-js: 3.28.0 react: 18.2.0 @@ -7093,7 +7106,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + /@storybook/builder-webpack4/6.5.16_a5ainwq6j6e77vl54wahuheooy: resolution: {integrity: sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7103,7 +7116,7 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/channel-postmessage': 6.5.16 @@ -7111,7 +7124,7 @@ packages: '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.16 '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/core-events': 6.5.16 '@storybook/node-logger': 6.5.16 '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y @@ -7123,13 +7136,13 @@ packages: '@types/node': 16.18.12 '@types/webpack': 4.41.33 autoprefixer: 9.8.8 - babel-loader: 8.3.0_nwtvwtk5tmh22l2urnqucz7kqu + babel-loader: 8.3.0_idmflsbzmivcz6fnnmcaipezqe case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.28.0 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_5yhrsxwtl5e3lal6pkfrk7kumy + fork-ts-checker-webpack-plugin: 4.1.6_naky2as5ry7mnr5cc7jgrh3bzm glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 @@ -7162,7 +7175,7 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack5/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + /@storybook/builder-webpack5/6.5.16_a5ainwq6j6e77vl54wahuheooy: resolution: {integrity: sha512-kh8Sofm1sbijaHDWtm0sXabqACHVFjikU/fIkkW786kpjoPIPIec1a+hrLgDsZxMU3I7XapSOaCFzWt6FjVXjg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7172,7 +7185,7 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/channel-postmessage': 6.5.16 @@ -7180,7 +7193,7 @@ packages: '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.16 '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/core-events': 6.5.16 '@storybook/node-logger': 6.5.16 '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y @@ -7189,13 +7202,13 @@ packages: '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.12 - babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm + babel-loader: 8.3.0_qoaxtqicpzj5p3ubthw53xafqm babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.28.0 css-loader: 5.2.7_webpack@5.75.0 - fork-ts-checker-webpack-plugin: 6.5.2_f3a4zrasoaotz7gdk64fcmlkrm + fork-ts-checker-webpack-plugin: 6.5.2_d6mwqtvpzyptsbgadmdtsiamly glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 html-webpack-plugin: 5.5.0_webpack@5.75.0 @@ -7383,7 +7396,7 @@ packages: webpack: 4.46.0 dev: true - /@storybook/core-common/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + /@storybook/core-common/6.5.16_a5ainwq6j6e77vl54wahuheooy: resolution: {integrity: sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7393,41 +7406,41 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.12 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-decorators': 7.20.13_@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.7_@babel+core@7.20.12 - '@babel/plugin-proposal-optional-chaining': 7.20.7_@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.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-block-scoping': 7.20.15_@babel+core@7.20.12 - '@babel/plugin-transform-classes': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.12 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-spread': 7.20.7_@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 + '@babel/core': 7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-decorators': 7.20.13_@babel+core@7.21.0 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.21.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-optional-chaining': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.21.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-block-scoping': 7.20.15_@babel+core@7.21.0 + '@babel/plugin-transform-classes': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.21.0 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@babel/register': 7.21.0_@babel+core@7.21.0 '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@types/node': 16.18.12 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.3.0_nwtvwtk5tmh22l2urnqucz7kqu + babel-loader: 8.3.0_idmflsbzmivcz6fnnmcaipezqe babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.20.12 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.21.0 chalk: 4.1.2 core-js: 3.28.0 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_5yhrsxwtl5e3lal6pkfrk7kumy + fork-ts-checker-webpack-plugin: 6.5.2_naky2as5ry7mnr5cc7jgrh3bzm fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7460,7 +7473,7 @@ packages: core-js: 3.28.0 dev: true - /@storybook/core-server/6.5.16_ws4dndhllwdzdmf2sqkpllzkpe: + /@storybook/core-server/6.5.16_slqrmyobqdcbfh3tda5vlunr6q: resolution: {integrity: sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7477,19 +7490,19 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.16_thg4xgkqzam43wvb4m4gitomxu - '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/builder-webpack4': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/builder-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/core-client': 6.5.16_yx6v2mahc4rgaakyal2wzgtgta - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/csf-tools': 6.5.16 - '@storybook/manager-webpack4': 6.5.16_thg4xgkqzam43wvb4m4gitomxu - '@storybook/manager-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/manager-webpack4': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/manager-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/telemetry': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@types/node': 16.18.12 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -7510,7 +7523,7 @@ packages: ip: 2.0.0 lodash: 4.17.21 node-fetch: 2.6.9 - open: 8.4.1 + open: 8.4.2 pretty-hrtime: 1.0.3 prompts: 2.4.2 react: 18.2.0 @@ -7539,7 +7552,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.16_kowf7vwpr3t53xm7p5dl4iii4q: + /@storybook/core/6.5.16_abx25ehbuuolto6p54pvsrukui: resolution: {integrity: sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7556,10 +7569,10 @@ packages: typescript: optional: true dependencies: - '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/builder-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/core-client': 6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu - '@storybook/core-server': 6.5.16_ws4dndhllwdzdmf2sqkpllzkpe - '@storybook/manager-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-server': 6.5.16_slqrmyobqdcbfh3tda5vlunr6q + '@storybook/manager-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy react: 18.2.0 react-dom: 18.2.0_react@18.2.0 typescript: 4.9.5 @@ -7585,15 +7598,15 @@ packages: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.20.12 - '@babel/generator': 7.20.14 - '@babel/parser': 7.20.15 - '@babel/plugin-transform-react-jsx': 7.20.13_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/traverse': 7.20.13 - '@babel/types': 7.20.7 + '@babel/core': 7.21.0 + '@babel/generator': 7.21.1 + '@babel/parser': 7.21.2 + '@babel/plugin-transform-react-jsx': 7.20.13_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.12 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.21.0 core-js: 3.28.0 fs-extra: 9.1.0 global: 4.4.0 @@ -7612,7 +7625,7 @@ packages: /@storybook/docs-tools/6.5.16_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-o+rAWPRGifjBF5xZzTKOqnHN3XQWkl0QFJYVDIiJYJrVll7ExCkpEq/PahOGzIBBV+tpMstJgmKM3lr/lu/jmg==} dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y core-js: 3.28.0 @@ -7625,7 +7638,7 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + /@storybook/manager-webpack4/6.5.16_a5ainwq6j6e77vl54wahuheooy: resolution: {integrity: sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7635,18 +7648,18 @@ packages: typescript: optional: true dependencies: - '@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 + '@babel/core': 7.21.0 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/core-client': 6.5.16_yx6v2mahc4rgaakyal2wzgtgta - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/node-logger': 6.5.16 '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.12 '@types/webpack': 4.41.33 - babel-loader: 8.3.0_nwtvwtk5tmh22l2urnqucz7kqu + babel-loader: 8.3.0_idmflsbzmivcz6fnnmcaipezqe case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.28.0 @@ -7683,7 +7696,7 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack5/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + /@storybook/manager-webpack5/6.5.16_a5ainwq6j6e77vl54wahuheooy: resolution: {integrity: sha512-OtxXv8JCe0r/0rE5HxaFicsNsXA+fqZxzokxquFFgrYf/1Jg4d7QX6/pG5wINF+5qInJfVkRG6xhPzv1s5bk9Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7693,17 +7706,17 @@ packages: typescript: optional: true dependencies: - '@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 + '@babel/core': 7.21.0 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/core-client': 6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/node-logger': 6.5.16 '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/node': 16.18.12 - babel-loader: 8.3.0_la66t7xldg4uecmyawueag5wkm + babel-loader: 8.3.0_qoaxtqicpzj5p3ubthw53xafqm case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.28.0 @@ -7740,13 +7753,13 @@ packages: - webpack-command dev: true - /@storybook/mdx1-csf/0.0.1_@babel+core@7.20.12: + /@storybook/mdx1-csf/0.0.1_@babel+core@7.21.0: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.20.14 - '@babel/parser': 7.20.15 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/types': 7.20.7 + '@babel/generator': 7.21.1 + '@babel/parser': 7.21.2 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/types': 7.21.2 '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.14.191 js-string-escape: 1.0.1 @@ -7820,7 +7833,7 @@ packages: - supports-color dev: true - /@storybook/react/6.5.16_nsojkcuzyxevfv6vk2xlte3i2q: + /@storybook/react/6.5.16_hsmngsbd7pdz34tx2g5unmlzrq: resolution: {integrity: sha512-cBtNlOzf/MySpNLBK22lJ8wFU22HnfTB2xJyBk7W7Zi71Lm7Uxkhv1Pz8HdiQndJ0SlsAAQOWjQYsSZsGkZIaA==} engines: {node: '>=10.13.0'} hasBin: true @@ -7848,18 +7861,18 @@ packages: typescript: optional: true dependencies: - '@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 + '@babel/core': 7.21.0 + '@babel/preset-flow': 7.18.6_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_ohj47mxwagpoxvu7nhhwxzphqm '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/builder-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/client-logger': 6.5.16 - '@storybook/core': 6.5.16_kowf7vwpr3t53xm7p5dl4iii4q - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core': 6.5.16_abx25ehbuuolto6p54pvsrukui + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/manager-webpack5': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/manager-webpack5': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/node-logger': 6.5.16 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u '@storybook/semver': 7.3.2 @@ -7981,11 +7994,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.16_thg4xgkqzam43wvb4m4gitomxu: + /@storybook/telemetry/6.5.16_a5ainwq6j6e77vl54wahuheooy: resolution: {integrity: sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA==} dependencies: '@storybook/client-logger': 6.5.16 - '@storybook/core-common': 6.5.16_thg4xgkqzam43wvb4m4gitomxu + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy chalk: 4.1.2 core-js: 3.28.0 detect-package-manager: 2.0.1 @@ -8067,7 +8080,7 @@ packages: engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/aria-query': 5.0.1 aria-query: 5.1.3 chalk: 4.1.2 @@ -8187,8 +8200,8 @@ packages: /@types/babel__core/7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - '@babel/parser': 7.20.15 - '@babel/types': 7.20.7 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.3 @@ -8197,20 +8210,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.20.15 - '@babel/types': 7.20.7 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 dev: true /@types/babel__traverse/7.18.3: resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 dev: true /@types/babylon/6.16.6: @@ -8226,12 +8239,12 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.13.0 + '@types/node': 18.14.4 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/cacheable-request/6.0.3: @@ -8239,11 +8252,11 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/responselike': 1.0.0 - /@types/chrome/0.0.213: - resolution: {integrity: sha512-oDF+AGr2gcHzxX5xq8TjmLtnMnV3nL1ci4Y6CjhDqIKI8Ar36JOWnmQx6eGVBBYEX824OIN0NQwDo2cevEBbQQ==} + /@types/chrome/0.0.218: + resolution: {integrity: sha512-GC/c9B3Eo3h3l+fV5G6A9cRMEZOYo46E21mjHHfkXz+/A5uypXstMVAMk04IeGY2DJ7PxVxbn26oFBPZOa4Dkw==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.10 @@ -8281,18 +8294,18 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.33 - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/cookie/0.4.1: @@ -8306,7 +8319,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.13.0 + '@types/node': 18.14.4 tapable: 2.2.1 webpack: 5.75.0_webpack-cli@5.0.1 transitivePeerDependencies: @@ -8319,13 +8332,13 @@ packages: /@types/cors/2.8.13: resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/d3-array/3.0.4: @@ -8517,7 +8530,7 @@ packages: /@types/express-serve-static-core/4.17.33: resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -8548,20 +8561,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/glob/8.0.1: resolution: {integrity: sha512-8bVUjXZvJacUFkJXHdyZ9iH1Eaj5V7I8c4NdH5sQJsdXkqT4CA5Dhb4yb4VE/3asyx4L9ayZr1NIhTsWHczmMw==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/graceful-fs/4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/har-format/1.2.10: @@ -8608,7 +8621,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/is-ci/3.0.0: @@ -8654,7 +8667,7 @@ packages: /@types/jsdom/20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 dev: true @@ -8669,13 +8682,13 @@ packages: /@types/jsonwebtoken/9.0.1: resolution: {integrity: sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 /@types/lodash-es/4.17.6: resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==} @@ -8737,7 +8750,7 @@ packages: /@types/morgan/1.9.4: resolution: {integrity: sha512-cXoc4k+6+YAllH3ZHmx4hf7La1dzUk6keTR4bF4b4Sc0mZxU/zK4wO7l+ZzezXm/jkYj/qC+uYGZrarZdIVvyQ==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/ms/0.7.31: @@ -8747,7 +8760,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 form-data: 3.0.1 /@types/node/12.20.55: @@ -8759,6 +8772,10 @@ packages: /@types/node/18.13.0: resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==} + dev: true + + /@types/node/18.14.4: + resolution: {integrity: sha512-VhCw7I7qO2X49+jaKcAUwi3rR+hbxT5VcYF493+Z5kMLI0DL568b7JI4IDJaxWFH0D/xwmGJNoXisyX+w7GH/g==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -8862,7 +8879,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8897,12 +8914,12 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.13.0 + '@types/node': 18.14.4 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: false /@types/simple-diff/1.6.1: @@ -8957,7 +8974,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/source-list-map/0.1.2: @@ -8991,7 +9008,7 @@ packages: resolution: {integrity: sha512-tLfnlJf6A5mB6ddqF159GqcDizfzbMUB1/DeT59/wBNqzRTNNKsaw79A/1TZ84X+f/EwWH8FeuSkjlCLyqS/zQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/supertest/2.0.12: @@ -9037,8 +9054,8 @@ packages: resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} dev: false - /@types/uuid/9.0.0: - resolution: {integrity: sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==} + /@types/uuid/9.0.1: + resolution: {integrity: sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==} dev: true /@types/warning/3.0.0: @@ -9052,7 +9069,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -9060,7 +9077,7 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 @@ -9077,7 +9094,7 @@ packages: /@types/ws/8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 dev: true /@types/yargs-parser/21.0.0: @@ -9100,11 +9117,11 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 optional: true - /@typescript-eslint/eslint-plugin/5.52.0_6cfvjsbua5ptj65675bqcn6oza: - resolution: {integrity: sha512-lHazYdvYVsBokwCdKOppvYJKaJ4S41CgKBcPvyd0xjZNbvQdhn/pnJlGtQksQ/NhInzdaeaSarlBjDXHuclEbg==} + /@typescript-eslint/eslint-plugin/5.54.0_6mj2wypvdnknez7kws2nfdgupi: + resolution: {integrity: sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -9114,12 +9131,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - '@typescript-eslint/scope-manager': 5.52.0 - '@typescript-eslint/type-utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - '@typescript-eslint/utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/type-utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu debug: 4.3.4 - eslint: 8.34.0 + eslint: 8.35.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -9131,8 +9148,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm: - resolution: {integrity: sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==} + /@typescript-eslint/parser/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: + resolution: {integrity: sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -9141,11 +9158,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.52.0 - '@typescript-eslint/types': 5.52.0 - '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 debug: 4.3.4 - eslint: 8.34.0 + eslint: 8.35.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -9159,8 +9176,16 @@ packages: '@typescript-eslint/visitor-keys': 5.52.0 dev: true - /@typescript-eslint/type-utils/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm: - resolution: {integrity: sha512-tEKuUHfDOv852QGlpPtB3lHOoig5pyFQN/cUiZtpw99D93nEBjexRLre5sQZlkMoHry/lZr8qDAt2oAHLKA6Jw==} + /@typescript-eslint/scope-manager/5.54.0: + resolution: {integrity: sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/visitor-keys': 5.54.0 + dev: true + + /@typescript-eslint/type-utils/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: + resolution: {integrity: sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -9169,10 +9194,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm + '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 + '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu debug: 4.3.4 - eslint: 8.34.0 + eslint: 8.35.0 tsutils: 3.21.0_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -9184,6 +9209,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types/5.54.0: + resolution: {integrity: sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree/5.52.0_typescript@4.9.5: resolution: {integrity: sha512-WeWnjanyEwt6+fVrSR0MYgEpUAuROxuAH516WPjUblIrClzYJj0kBbjdnbQXLpgAN8qbEuGywiQsXUVDiAoEuQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -9205,7 +9235,28 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.52.0_7kw3g6rralp5ps6mg3uyzz6azm: + /@typescript-eslint/typescript-estree/5.54.0_typescript@4.9.5: + resolution: {integrity: sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/visitor-keys': 5.54.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.8 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils/5.52.0_ycpbpc6yetojsgtrx3mwntkhsu: resolution: {integrity: sha512-As3lChhrbwWQLNk2HC8Ree96hldKIqk98EYvypd3It8Q1f8d5zWyIoaZEp2va5667M4ZyE7X8UUR+azXrFl+NA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -9216,9 +9267,29 @@ packages: '@typescript-eslint/scope-manager': 5.52.0 '@typescript-eslint/types': 5.52.0 '@typescript-eslint/typescript-estree': 5.52.0_typescript@4.9.5 - eslint: 8.34.0 + eslint: 8.35.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.34.0 + eslint-utils: 3.0.0_eslint@8.35.0 + semver: 7.3.8 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/utils/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: + resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==} + 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.54.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 + eslint: 8.35.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.35.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -9233,6 +9304,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@typescript-eslint/visitor-keys/5.54.0: + resolution: {integrity: sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.54.0 + eslint-visitor-keys: 3.3.0 + dev: true + /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} dependencies: @@ -10201,17 +10280,17 @@ packages: deep-equal: 2.2.0 dev: true - /babel-jest/29.4.3_@babel+core@7.20.12: + /babel-jest/29.4.3_@babel+core@7.21.0: resolution: {integrity: sha512-o45Wyn32svZE+LnMVWv/Z4x0SwtLbh4FyGcYtR20kIWd+rdrDZ9Fzq8Ml3MYLD+mZvEdzCjZsCnYZ2jpJyQ+Nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@jest/transform': 29.4.3 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.4.3_@babel+core@7.20.12 + babel-preset-jest: 29.4.3_@babel+core@7.21.0 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -10219,29 +10298,14 @@ packages: - supports-color dev: true - /babel-loader/8.3.0_la66t7xldg4uecmyawueag5wkm: + /babel-loader/8.3.0_idmflsbzmivcz6fnnmcaipezqe: 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: 5.75.0 - dev: true - - /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 + '@babel/core': 7.21.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -10249,14 +10313,29 @@ packages: webpack: 4.46.0 dev: true - /babel-loader/9.1.2_la66t7xldg4uecmyawueag5wkm: + /babel-loader/8.3.0_qoaxtqicpzj5p3ubthw53xafqm: + 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.21.0 + find-cache-dir: 3.3.2 + loader-utils: 2.0.4 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 5.75.0 + dev: true + + /babel-loader/9.1.2_qoaxtqicpzj5p3ubthw53xafqm: resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 find-cache-dir: 3.3.2 schema-utils: 4.0.0 webpack: 5.75.0_webpack-cli@5.0.1 @@ -10300,7 +10379,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.20.7 - '@babel/types': 7.20.7 + '@babel/types': 7.21.2 '@types/babel__core': 7.20.0 '@types/babel__traverse': 7.18.3 dev: true @@ -10309,7 +10388,7 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 cosmiconfig: 7.1.0 resolve: 1.22.1 @@ -10317,50 +10396,50 @@ packages: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} dev: true - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.12: + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.21.0: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.20.14 - '@babel/core': 7.20.12 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.20.12: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.21.0: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.21.0 core-js-compat: 3.28.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.12: + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.21.0: resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 core-js-compat: 3.28.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.12: + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.21.0: resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 transitivePeerDependencies: - supports-color dev: true @@ -10375,7 +10454,7 @@ packages: - supports-color dev: true - /babel-plugin-styled-components/2.0.7_styled-components@5.3.6: + /babel-plugin-styled-components/2.0.7_styled-components@5.3.8: resolution: {integrity: sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==} peerDependencies: styled-components: '>= 2' @@ -10385,40 +10464,40 @@ packages: babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.8_7i5myeigehqah43i5u7wbekgba /babel-plugin-syntax-jsx/6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.12: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.21.0: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@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 + '@babel/core': 7.21.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.0 dev: true - /babel-preset-jest/29.4.3_@babel+core@7.20.12: + /babel-preset-jest/29.4.3_@babel+core@7.21.0: resolution: {integrity: sha512-gWx6COtSuma6n9bw+8/F+2PCXrIgxV/D1TJFnp6OyBK2cxPWg0K9p/sriNYeifKjpUkMViWQ09DSWtzJQRETsw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 babel-plugin-jest-hoist: 29.4.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.0 dev: true /babel-runtime/6.26.0: @@ -10579,6 +10658,26 @@ packages: transitivePeerDependencies: - supports-color + /body-parser/1.20.2: + resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + on-finished: 2.4.1 + qs: 6.11.0 + raw-body: 2.5.2 + type-is: 1.6.18 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: false + /bonjour-service/1.1.0: resolution: {integrity: sha512-LVRinRB3k1/K0XzZ2p58COnWvkQknIY6sf0zF2rpErvcJXpMBttEPQSxK+HEXSS9VmpZlDoDnQWv8ftJT20B0Q==} dependencies: @@ -10731,6 +10830,7 @@ packages: electron-to-chromium: 1.4.296 node-releases: 2.0.10 update-browserslist-db: 1.0.10_browserslist@4.21.5 + dev: true /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -10967,6 +11067,7 @@ packages: /caniuse-lite/1.0.30001452: resolution: {integrity: sha512-Lkp0vFjMkBB3GTpLR8zk4NwW5EdRdnitwYJHDOOKIU85x4ckYCPQ+9WlVvSVClHxVReefkUMtWZH2l9KGlD51w==} + dev: true /capture-exit/2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} @@ -11287,8 +11388,8 @@ packages: engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true - /codemirror/5.65.11: - resolution: {integrity: sha512-Gp62g2eKSCHYt10axmGhKq3WoJSvVpvhXmowNq7pZdRVowwtvBR/hi2LSP5srtctKkRT33T6/n8Kv1UGp7JW4A==} + /codemirror/5.65.12: + resolution: {integrity: sha512-z2jlHBocElRnPYysN2HAuhXbO3DNB0bcSKmNz3hcWR2Js2Dkhc1bEOxG93Z3DeUrnm+qx56XOY5wQmbP5KY0sw==} dev: false /collapse-white-space/1.0.6: @@ -11890,7 +11991,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 is-in-browser: 1.1.3 dev: false @@ -12564,7 +12665,7 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 csstype: 3.1.1 dev: false @@ -12663,9 +12764,10 @@ packages: /electron-to-chromium/1.4.296: resolution: {integrity: sha512-i/6Q+Y9bluDa2a0NbMvdtG5TuS/1Fr3TKK8L+7UUL9QjRS5iFJzCC3r70xjyOnLiYG8qGV4/mMpe6HuAbdJW4w==} + dev: true - /electron/23.1.0: - resolution: {integrity: sha512-LRgACMpVrmjfYWPgCSyJ+TFQ/FPeniOowpO57z0xUcTchfC7EH+5rUncgYN+uMvqePiYDce+ywZeCIFaO8x/Nw==} + /electron/23.1.1: + resolution: {integrity: sha512-junV1NzPx5T8Mx9+o8fMWK1Q5WOtG5vggiM09PGYg/6zTcGDL3DjGVHeUa/97gx7ErXL37DrFnxNg6+ePWprDg==} engines: {node: '>= 12.20.55'} hasBin: true requiresBuild: true @@ -12951,7 +13053,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base/15.0.0_mvgyw3chnqkp6sgfmmtihyjpnm: + /eslint-config-airbnb-base/15.0.0_yckic57kx266ph64dhq6ozvb54: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -12959,14 +13061,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.34.0 - eslint-plugin-import: 2.27.5_eslint@8.34.0 + eslint: 8.35.0 + eslint-plugin-import: 2.27.5_eslint@8.35.0 object.assign: 4.1.4 object.entries: 1.1.6 semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_hbw3smywoiafix46yjc35xsaqq: + /eslint-config-airbnb/19.0.4_oy6wj56dgwy2h2u3ilgcukh654: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12976,23 +13078,23 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.34.0 - eslint-config-airbnb-base: 15.0.0_mvgyw3chnqkp6sgfmmtihyjpnm - eslint-plugin-import: 2.27.5_eslint@8.34.0 - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.34.0 - eslint-plugin-react: 7.32.2_eslint@8.34.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.34.0 + eslint: 8.35.0 + eslint-config-airbnb-base: 15.0.0_yckic57kx266ph64dhq6ozvb54 + eslint-plugin-import: 2.27.5_eslint@8.35.0 + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 object.assign: 4.1.4 object.entries: 1.1.6 dev: true - /eslint-config-prettier/8.6.0_eslint@8.34.0: + /eslint-config-prettier/8.6.0_eslint@8.35.0: resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.34.0 + eslint: 8.35.0 dev: true /eslint-import-resolver-node/0.3.7: @@ -13005,7 +13107,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_eyqnu5kib2hfrvsonwfdq4ojse: + /eslint-module-utils/2.7.4_noxuapdo33xou3o5tg3un5cxoy: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -13027,13 +13129,13 @@ packages: optional: true dependencies: debug: 3.2.7 - eslint: 8.34.0 + eslint: 8.35.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.27.5_eslint@8.34.0: + /eslint-plugin-import/2.27.5_eslint@8.35.0: resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -13048,9 +13150,9 @@ packages: array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.34.0 + eslint: 8.35.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4_eyqnu5kib2hfrvsonwfdq4ojse + eslint-module-utils: 2.7.4_noxuapdo33xou3o5tg3un5cxoy has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -13065,7 +13167,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.2.1_t72awa2z3vpak2uwxwh5zj752m: + /eslint-plugin-jest/27.2.1_v2qb4vgjgouho5ruv2nykgwyje: resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -13078,16 +13180,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.52.0_6cfvjsbua5ptj65675bqcn6oza - '@typescript-eslint/utils': 5.52.0_7kw3g6rralp5ps6mg3uyzz6azm - eslint: 8.34.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/utils': 5.52.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 jest: 29.4.3 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y/6.7.1_eslint@8.34.0: + /eslint-plugin-jsx-a11y/6.7.1_eslint@8.35.0: resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -13102,7 +13204,7 @@ packages: axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.34.0 + eslint: 8.35.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -13112,16 +13214,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.34.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.35.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.34.0 + eslint: 8.35.0 dev: true - /eslint-plugin-react/7.32.2_eslint@8.34.0: + /eslint-plugin-react/7.32.2_eslint@8.35.0: resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: @@ -13131,7 +13233,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.34.0 + eslint: 8.35.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -13169,13 +13271,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.34.0: + /eslint-utils/3.0.0_eslint@8.35.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.34.0 + eslint: 8.35.0 eslint-visitor-keys: 2.1.0 dev: true @@ -13189,12 +13291,13 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.34.0: - resolution: {integrity: sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==} + /eslint/8.35.0: + resolution: {integrity: sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.4.1 + '@eslint/eslintrc': 2.0.0 + '@eslint/js': 8.35.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -13205,10 +13308,10 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.34.0 + eslint-utils: 3.0.0_eslint@8.35.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 - esquery: 1.4.0 + esquery: 1.5.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 @@ -13257,8 +13360,8 @@ packages: hasBin: true dev: true - /esquery/1.4.0: - resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} + /esquery/1.5.0: + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 @@ -13285,8 +13388,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.20.13 - '@babel/types': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 c8: 7.12.0 transitivePeerDependencies: - supports-color @@ -13769,7 +13872,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_5yhrsxwtl5e3lal6pkfrk7kumy: + /fork-ts-checker-webpack-plugin/4.1.6_naky2as5ry7mnr5cc7jgrh3bzm: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13785,7 +13888,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.34.0 + eslint: 8.35.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 @@ -13797,7 +13900,7 @@ packages: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_5yhrsxwtl5e3lal6pkfrk7kumy: + /fork-ts-checker-webpack-plugin/6.5.2_d6mwqtvpzyptsbgadmdtsiamly: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13817,39 +13920,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.0 - eslint: 8.34.0 - fs-extra: 9.1.0 - glob: 7.2.3 - memfs: 3.4.13 - minimatch: 3.1.2 - schema-utils: 2.7.0 - semver: 7.3.8 - tapable: 1.1.3 - typescript: 4.9.5 - webpack: 4.46.0 - dev: true - - /fork-ts-checker-webpack-plugin/6.5.2_f3a4zrasoaotz7gdk64fcmlkrm: - 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.3.0 - eslint: 8.34.0 + eslint: 8.35.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.13 @@ -13861,6 +13932,38 @@ packages: webpack: 5.75.0 dev: true + /fork-ts-checker-webpack-plugin/6.5.2_naky2as5ry7mnr5cc7jgrh3bzm: + 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.3.0 + eslint: 8.35.0 + fs-extra: 9.1.0 + glob: 7.2.3 + memfs: 3.4.13 + minimatch: 3.1.2 + schema-utils: 2.7.0 + semver: 7.3.8 + tapable: 1.1.3 + typescript: 4.9.5 + webpack: 4.46.0 + dev: true + /fork-ts-checker-webpack-plugin/7.3.0_hhrrucqyg4eysmfpujvov2ym5u: resolution: {integrity: sha512-IN+XTzusCjR5VgntYFgxbxVx3WraPRnKehBFrf00cMSrtUuW9MsG9dhL6MWpY6MkjC3wVwoujfCDgZZCQwbswA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} @@ -13925,14 +14028,12 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/9.0.4_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-lZ1+2/WBn8iYRYmeEFpu/X2fI1GNwJL+X21EpnWwKP3vkJsnWBXZF5kHF29wIPk9sBU2xDIpDm9SAVo206bp9A==} + /framer-motion/9.1.7_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-nKxBkIO4IPkMEqcBbbATxsVjwPYShKl051yhBv9628iAH6JLeHD0siBHxkL62oQzMC1+GNX73XtPjgP753ufuw==} peerDependencies: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 dependencies: - '@motionone/dom': 10.15.5 - hey-listen: 1.0.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 tslib: 2.5.0 @@ -14100,6 +14201,7 @@ packages: /gensync/1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} + dev: true /get-caller-file/2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} @@ -14218,7 +14320,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 @@ -14575,10 +14677,6 @@ packages: engines: {node: '>=8'} dev: true - /hey-listen/1.0.8: - resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==} - dev: false - /hmac-drbg/1.0.1: resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} dependencies: @@ -15558,8 +15656,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.12 - '@babel/parser': 7.20.15 + '@babel/core': 7.21.0 + '@babel/parser': 7.21.2 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -15626,7 +15724,7 @@ packages: '@jest/expect': 29.4.3 '@jest/test-result': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15673,7 +15771,7 @@ packages: - ts-node dev: true - /jest-cli/29.4.3_@types+node@18.13.0: + /jest-cli/29.4.3_@types+node@18.14.4: resolution: {integrity: sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -15690,7 +15788,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.4.3_@types+node@18.13.0 + jest-config: 29.4.3_@types+node@18.14.4 jest-util: 29.4.3 jest-validate: 29.4.3 prompts: 2.4.2 @@ -15701,7 +15799,7 @@ packages: - ts-node dev: true - /jest-cli/29.4.3_ucpl6toqp57nqodtp3vxxi6g5a: + /jest-cli/29.4.3_jcb3wguyhnpyd5azbry5ackz4u: resolution: {integrity: sha512-PiiAPuFNfWWolCE6t3ZrDXQc6OsAuM3/tVW0u27UWc1KE+n/HSn5dSE6B2juqN7WP+PP0jAcnKtGmI4u8GMYCg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -15718,7 +15816,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.4.3_ucpl6toqp57nqodtp3vxxi6g5a + jest-config: 29.4.3_jcb3wguyhnpyd5azbry5ackz4u jest-util: 29.4.3 jest-validate: 29.4.3 prompts: 2.4.2 @@ -15741,10 +15839,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@jest/test-sequencer': 29.4.3 '@jest/types': 29.4.3 - babel-jest: 29.4.3_@babel+core@7.20.12 + babel-jest: 29.4.3_@babel+core@7.21.0 chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.0 @@ -15767,7 +15865,7 @@ packages: - supports-color dev: true - /jest-config/29.4.3_@types+node@18.13.0: + /jest-config/29.4.3_@types+node@18.14.4: resolution: {integrity: sha512-eCIpqhGnIjdUCXGtLhz4gdDoxKSWXKjzNcc5r+0S1GKOp2fwOipx5mRcwa9GB/ArsxJ1jlj2lmlD9bZAsBxaWQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -15779,11 +15877,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@jest/test-sequencer': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 - babel-jest: 29.4.3_@babel+core@7.20.12 + '@types/node': 18.14.4 + babel-jest: 29.4.3_@babel+core@7.21.0 chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.0 @@ -15806,7 +15904,7 @@ packages: - supports-color dev: true - /jest-config/29.4.3_ucpl6toqp57nqodtp3vxxi6g5a: + /jest-config/29.4.3_jcb3wguyhnpyd5azbry5ackz4u: resolution: {integrity: sha512-eCIpqhGnIjdUCXGtLhz4gdDoxKSWXKjzNcc5r+0S1GKOp2fwOipx5mRcwa9GB/ArsxJ1jlj2lmlD9bZAsBxaWQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -15818,11 +15916,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 '@jest/test-sequencer': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 - babel-jest: 29.4.3_@babel+core@7.20.12 + '@types/node': 18.14.4 + babel-jest: 29.4.3_@babel+core@7.21.0 chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.0 @@ -15841,7 +15939,7 @@ packages: pretty-format: 29.4.3 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy + ts-node: 10.9.1_oboltcrkaqheaa54woelu7cdsa transitivePeerDependencies: - supports-color dev: true @@ -15904,7 +16002,7 @@ packages: '@jest/environment': 29.4.3 '@jest/fake-timers': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 jest-mock: 29.4.3 jest-util: 29.4.3 dev: true @@ -15920,7 +16018,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.6 - '@types/node': 18.13.0 + '@types/node': 18.14.4 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15943,7 +16041,7 @@ packages: dependencies: '@jest/types': 29.4.3 '@types/graceful-fs': 4.1.6 - '@types/node': 18.13.0 + '@types/node': 18.14.4 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15994,7 +16092,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 jest-util: 29.4.3 dev: true @@ -16054,7 +16152,7 @@ packages: '@jest/test-result': 29.4.3 '@jest/transform': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.10 @@ -16085,7 +16183,7 @@ packages: '@jest/test-result': 29.4.3 '@jest/transform': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -16108,7 +16206,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 graceful-fs: 4.2.10 dev: true @@ -16116,18 +16214,18 @@ packages: resolution: {integrity: sha512-NGlsqL0jLPDW91dz304QTM/SNO99lpcSYYAjNiX0Ou+sSGgkanKBcSjCfp/pqmiiO1nQaOyLp6XQddAzRcx3Xw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.20.12 - '@babel/generator': 7.20.14 - '@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.13 - '@babel/types': 7.20.7 + '@babel/core': 7.21.0 + '@babel/generator': 7.21.1 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.0 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 '@jest/expect-utils': 29.4.3 '@jest/transform': 29.4.3 '@jest/types': 29.4.3 '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.0 chalk: 4.1.2 expect: 29.4.3 graceful-fs: 4.2.10 @@ -16149,7 +16247,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.13.0 + '@types/node': 18.14.4 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -16161,7 +16259,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.10 @@ -16186,7 +16284,7 @@ packages: dependencies: '@jest/test-result': 29.4.3 '@jest/types': 29.4.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -16198,7 +16296,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -16207,7 +16305,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -16216,7 +16314,7 @@ packages: resolution: {integrity: sha512-GLHN/GTAAMEy5BFdvpUfzr9Dr80zQqBrh0fz1mtRMe05hqP45+HfQltu7oTBfduD0UeZs09d+maFtFYAXFWvAA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.13.0 + '@types/node': 18.14.4 jest-util: 29.4.3 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -16242,7 +16340,7 @@ packages: - ts-node dev: true - /jest/29.4.3_@types+node@18.13.0: + /jest/29.4.3_@types+node@18.14.4: resolution: {integrity: sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -16255,14 +16353,14 @@ packages: '@jest/core': 29.4.3 '@jest/types': 29.4.3 import-local: 3.1.0 - jest-cli: 29.4.3_@types+node@18.13.0 + jest-cli: 29.4.3_@types+node@18.14.4 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest/29.4.3_ucpl6toqp57nqodtp3vxxi6g5a: + /jest/29.4.3_jcb3wguyhnpyd5azbry5ackz4u: resolution: {integrity: sha512-XvK65feuEFGZT8OO0fB/QAQS+LGHvQpaadkH5p47/j3Ocqq3xf2pK9R+G0GzgfuhXVxEv76qCOOcMb5efLk6PA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -16275,7 +16373,7 @@ packages: '@jest/core': 29.4.3_ts-node@10.9.1 '@jest/types': 29.4.3 import-local: 3.1.0 - jest-cli: 29.4.3_ucpl6toqp57nqodtp3vxxi6g5a + jest-cli: 29.4.3_jcb3wguyhnpyd5azbry5ackz4u transitivePeerDependencies: - '@types/node' - supports-color @@ -16426,6 +16524,7 @@ packages: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true + dev: true /jsonc-parser/3.2.0: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} @@ -16471,7 +16570,7 @@ packages: /jss-plugin-camel-case/10.10.0: resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 hyphenate-style-name: 1.0.4 jss: 10.10.0 dev: false @@ -16479,7 +16578,7 @@ packages: /jss-plugin-compose/10.10.0: resolution: {integrity: sha512-F5kgtWpI2XfZ3Z8eP78tZEYFdgTIbpA/TMuX3a8vwrNolYtN1N4qJR/Ob0LAsqIwCMLojtxN7c7Oo/+Vz6THow==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -16487,21 +16586,21 @@ packages: /jss-plugin-default-unit/10.10.0: resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 dev: false /jss-plugin-expand/10.10.0: resolution: {integrity: sha512-ymT62W2OyDxBxr7A6JR87vVX9vTq2ep5jZLIdUSusfBIEENLdkkc0lL/Xaq8W9s3opUq7R0sZQpzRWELrfVYzA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 dev: false /jss-plugin-extend/10.10.0: resolution: {integrity: sha512-sKYrcMfr4xxigmIwqTjxNcHwXJIfvhvjTNxF+Tbc1NmNdyspGW47Ey6sGH8BcQ4FFQhLXctpWCQSpDwdNmXSwg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -16509,14 +16608,14 @@ packages: /jss-plugin-global/10.10.0: resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 dev: false /jss-plugin-nested/10.10.0: resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -16524,14 +16623,14 @@ packages: /jss-plugin-props-sort/10.10.0: resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 dev: false /jss-plugin-rule-value-function/10.10.0: resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -16539,7 +16638,7 @@ packages: /jss-plugin-rule-value-observable/10.10.0: resolution: {integrity: sha512-ZLMaYrR3QE+vD7nl3oNXuj79VZl9Kp8/u6A1IbTPDcuOu8b56cFdWRZNZ0vNr8jHewooEeq2doy8Oxtymr2ZPA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 symbol-observable: 1.2.0 dev: false @@ -16547,7 +16646,7 @@ packages: /jss-plugin-template/10.10.0: resolution: {integrity: sha512-ocXZBIOJOA+jISPdsgkTs8wwpK6UbsvtZK5JI7VUggTD6LWKbtoxUzadd2TpfF+lEtlhUmMsCkTRNkITdPKa6w==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 tiny-warning: 1.0.3 dev: false @@ -16555,7 +16654,7 @@ packages: /jss-plugin-vendor-prefixer/10.10.0: resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 css-vendor: 2.0.8 jss: 10.10.0 dev: false @@ -16563,7 +16662,7 @@ packages: /jss-preset-default/10.10.0: resolution: {integrity: sha512-GL175Wt2FGhjE+f+Y3aWh+JioL06/QWFgZp53CbNNq6ZkVU0TDplD8Bxm9KnkotAYn3FlplNqoW5CjyLXcoJ7Q==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 jss: 10.10.0 jss-plugin-camel-case: 10.10.0 jss-plugin-compose: 10.10.0 @@ -16582,7 +16681,7 @@ packages: /jss/10.10.0: resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 csstype: 3.1.1 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -16754,7 +16853,7 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 app-root-dir: 1.0.2 core-js: 3.28.0 dotenv: 8.6.0 @@ -17005,6 +17104,7 @@ 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==} @@ -17571,8 +17671,8 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/1.0.1_typescript@4.9.5: - resolution: {integrity: sha512-fBwQRCmf+jh0zlGlasBfpCaxLqb4QLMsY1Q+nkXkO0nnUYopl50NcNRvP4V+TAiqOwJSd0LrQ5NcJqwbrnTBqw==} + /msw/1.1.0_typescript@4.9.5: + resolution: {integrity: sha512-oqMvUXm1bMbwvGpoXAQVz8vXXQyQyx52HBDg3EDOK+dFXkQHssgkXEG4LfMwwZyr2Qt18I/w04XPaY4BkFTkzA==} engines: {node: '>=14'} hasBin: true requiresBuild: true @@ -17800,6 +17900,7 @@ packages: /node-releases/2.0.10: resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} + dev: true /nopt/5.0.0: resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} @@ -17895,8 +17996,8 @@ packages: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true - /nx/15.7.0: - resolution: {integrity: sha512-edyIWZ3ARJ0Zy0+OCPQz8J4aYUAAG8lKll7O8rb9vZzYGUgdiTiVzKu5SaLj8maNMmrXC2oY28Gmt1pV318KsQ==} + /nx/15.8.1: + resolution: {integrity: sha512-aXFZw2KKf1wQOKmUod+Q6CEBStnu44P5FODOTZ5CRepmn6msFyvxtSwDgOflYW07VvZbNMuLT4mNWgDiQE0BbA==} hasBin: true requiresBuild: true peerDependencies: @@ -17908,8 +18009,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.7.0 - '@nrwl/tao': 15.7.0 + '@nrwl/cli': 15.8.1 + '@nrwl/tao': 15.8.1 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.39 @@ -17932,7 +18033,7 @@ packages: lines-and-columns: 2.0.3 minimatch: 3.0.5 npm-run-path: 4.0.1 - open: 8.4.1 + open: 8.4.2 semver: 7.3.4 string-width: 4.2.3 strong-log-transformer: 2.1.0 @@ -17944,15 +18045,15 @@ packages: yargs: 17.6.2 yargs-parser: 21.1.1 optionalDependencies: - '@nrwl/nx-darwin-arm64': 15.7.0 - '@nrwl/nx-darwin-x64': 15.7.0 - '@nrwl/nx-linux-arm-gnueabihf': 15.7.0 - '@nrwl/nx-linux-arm64-gnu': 15.7.0 - '@nrwl/nx-linux-arm64-musl': 15.7.0 - '@nrwl/nx-linux-x64-gnu': 15.7.0 - '@nrwl/nx-linux-x64-musl': 15.7.0 - '@nrwl/nx-win32-arm64-msvc': 15.7.0 - '@nrwl/nx-win32-x64-msvc': 15.7.0 + '@nrwl/nx-darwin-arm64': 15.8.1 + '@nrwl/nx-darwin-x64': 15.8.1 + '@nrwl/nx-linux-arm-gnueabihf': 15.8.1 + '@nrwl/nx-linux-arm64-gnu': 15.8.1 + '@nrwl/nx-linux-arm64-musl': 15.8.1 + '@nrwl/nx-linux-x64-gnu': 15.8.1 + '@nrwl/nx-linux-x64-musl': 15.8.1 + '@nrwl/nx-win32-arm64-msvc': 15.8.1 + '@nrwl/nx-win32-x64-msvc': 15.8.1 transitivePeerDependencies: - debug dev: true @@ -18109,6 +18210,15 @@ packages: define-lazy-prop: 2.0.0 is-docker: 2.2.1 is-wsl: 2.2.0 + dev: true + + /open/8.4.2: + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} + dependencies: + define-lazy-prop: 2.0.0 + is-docker: 2.2.1 + is-wsl: 2.2.0 /optionator/0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} @@ -18489,6 +18599,7 @@ packages: /picocolors/1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + dev: true /picomatch/2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -18568,7 +18679,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 dev: true /posix-character-classes/0.1.1: @@ -19119,6 +19230,16 @@ packages: iconv-lite: 0.4.24 unpipe: 1.0.0 + /raw-body/2.5.2: + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} + engines: {node: '>= 0.8'} + dependencies: + bytes: 3.1.2 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + dev: false + /raw-loader/4.0.2_webpack@4.46.0: resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==} engines: {node: '>= 10.13.0'} @@ -19151,7 +19272,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@restart/hooks': 0.4.9_react@18.2.0 '@restart/ui': 1.6.1_biqbaboplfbrettd7655fr4n2y '@types/react': 18.0.28 @@ -19173,7 +19294,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 react: 18.2.0 dev: false @@ -19194,9 +19315,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.20.12 - '@babel/generator': 7.20.14 - '@babel/runtime': 7.20.13 + '@babel/core': 7.21.0 + '@babel/generator': 7.21.1 + '@babel/runtime': 7.21.0 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -19250,7 +19371,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/react': 18.0.28 focus-lock: 0.11.5 prop-types: 15.8.1 @@ -19273,7 +19394,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 || 18 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -19442,38 +19563,38 @@ packages: use-sidecar: 1.1.2_pmekkgnqduwlme35zpnqhenc34 dev: false - /react-router-dom/6.8.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ==} + /react-router-dom/6.8.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-N/oAF1Shd7g4tWy+75IIufCGsHBqT74tnzHQhbiUTYILYF0Blk65cg+HPZqwC+6SqEyx033nKqU7by38v3lBZg==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' react-dom: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.3.2 + '@remix-run/router': 1.3.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.8.1_react@18.2.0 + react-router: 6.8.2_react@18.2.0 dev: false - /react-router/6.8.1_react@18.2.0: - resolution: {integrity: sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==} + /react-router/6.8.2_react@18.2.0: + resolution: {integrity: sha512-lF7S0UmXI5Pd8bmHvMdPKI4u4S5McxmHnzJhrYi9ZQ6wE+DA8JN5BzVC5EEBuduWWDaiJ8u6YhVOCmThBli+rw==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.3.2 + '@remix-run/router': 1.3.3 react: 18.2.0 dev: false - /react-select/5.7.0_rhrpnuwl23ewqfh7btz44ilpmq: + /react-select/5.7.0_zula6vjvt3wdocc4mwcxqa6nzi: 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.13 + '@babel/runtime': 7.21.0 '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.5_wkiylh6bncbdhwh6tncqb3s2nm + '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 '@floating-ui/dom': 1.2.1 '@types/react-transition-group': 4.4.5 memoize-one: 6.0.0 @@ -19483,7 +19604,6 @@ packages: react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y use-isomorphic-layout-effect: 1.1.2_pmekkgnqduwlme35zpnqhenc34 transitivePeerDependencies: - - '@babel/core' - '@types/react' dev: false @@ -19542,7 +19662,7 @@ packages: react: '>=16.6.0 || 18' react-dom: '>=16.6.0 || 18' dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -19749,7 +19869,7 @@ packages: /regenerator-transform/0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 dev: true /regex-not/1.0.2: @@ -20021,8 +20141,8 @@ packages: dependencies: glob: 7.2.3 - /rimraf/4.1.2: - resolution: {integrity: sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==} + /rimraf/4.1.3: + resolution: {integrity: sha512-iyzalDLo3l5FZxxaIGUY7xI4Bf90Xt7pCipc1Mr7RsdU7H3538z+M0tlsUDrz0aHeGS9uNqiKHUJyTewwRP91Q==} engines: {node: '>=14'} hasBin: true dev: true @@ -20053,7 +20173,7 @@ packages: /robust-predicates/3.0.1: resolution: {integrity: sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==} - /rollup-plugin-typescript2/0.34.1_xswiuafr57fmdlvfpvse52fe3e: + /rollup-plugin-typescript2/0.34.1_fn2onl6nbsljlgjr3jlzr6w7we: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -20062,14 +20182,14 @@ packages: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 3.15.0 + rollup: 3.18.0 semver: 7.3.8 tslib: 2.5.0 typescript: 4.9.5 dev: true - /rollup/3.15.0: - resolution: {integrity: sha512-F9hrCAhnp5/zx/7HYmftvsNBkMfLfk/dXUh73hPSM2E3CRgap65orDNJbLetoiUFwSAk6iHPLvBrZ5iHYvzqsg==} + /rollup/3.18.0: + resolution: {integrity: sha512-J8C6VfEBjkvYPESMQYxKHxNOh4A5a3FlP+0BETGo34HEcE4eTlgCrO2+eWzlu2a/sHs2QUkZco+wscH7jhhgWg==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -20220,8 +20340,8 @@ packages: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /selenium-webdriver/4.8.0: - resolution: {integrity: sha512-s/HL8WNwy1ggHR244+tAhjhyKMJnZLt1HKJ6Gn7nQgVjB/ybDF+46Uui0qI2J7AjPNJzlUmTncdC/jg/kKkn0A==} + /selenium-webdriver/4.8.1: + resolution: {integrity: sha512-p4MtfhCQdcV6xxkS7eI0tQN6+WNReRULLCAuT4RDGkrjfObBNXMJ3WT8XdK+aXTr5nnBKuh+PxIevM0EjJgkxA==} engines: {node: '>= 14.20.0'} dependencies: jszip: 3.10.1 @@ -21061,21 +21181,20 @@ packages: inline-style-parser: 0.1.1 dev: true - /styled-components/5.3.6_7i5myeigehqah43i5u7wbekgba: - resolution: {integrity: sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==} + /styled-components/5.3.8_7i5myeigehqah43i5u7wbekgba: + resolution: {integrity: sha512-6jQrlvaJQ16uWVVO0rBfApaTPItkqaG32l3746enNZzpMDxMvzmHzj8rHUg39bvVtom0Y8o8ZzWuchEXKGjVsg==} engines: {node: '>=10'} - requiresBuild: true peerDependencies: react: '>= 16.8.0 || 18' react-dom: '>= 16.8.0 || 18' react-is: '>= 16.8.0' dependencies: '@babel/helper-module-imports': 7.18.6 - '@babel/traverse': 7.20.13_supports-color@5.5.0 + '@babel/traverse': 7.21.2_supports-color@5.5.0 '@emotion/is-prop-valid': 1.2.0 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.0.7_styled-components@5.3.6 + babel-plugin-styled-components: 2.0.7_styled-components@5.3.8 css-to-react-native: 3.2.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -21084,31 +21203,31 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-prettier/9.0.5_stylelint@15.1.0: + /stylelint-config-prettier/9.0.5_stylelint@15.2.0: resolution: {integrity: sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>= 11.x < 15' dependencies: - stylelint: 15.1.0 + stylelint: 15.2.0 dev: true - /stylelint-config-recommended/10.0.1_stylelint@15.1.0: + /stylelint-config-recommended/10.0.1_stylelint@15.2.0: resolution: {integrity: sha512-TQ4xQ48tW4QSlODcti7pgSRqBZcUaBzuh0jPpfiMhwJKBPkqzTIAU+IrSWL/7BgXlOM90DjB7YaNgFpx8QWhuA==} peerDependencies: stylelint: ^15.0.0 dependencies: - stylelint: 15.1.0 + stylelint: 15.2.0 dev: true - /stylelint-config-standard/30.0.1_stylelint@15.1.0: + /stylelint-config-standard/30.0.1_stylelint@15.2.0: resolution: {integrity: sha512-NbeHOmpRQhjZh5XB1B/S4MLRWvz4xxAxeDBjzl0tY2xEcayNhLbaRGF0ZQzq+DQZLCcPpOHeS2Ru1ydbkhkmLg==} peerDependencies: stylelint: ^15.0.0 dependencies: - stylelint: 15.1.0 - stylelint-config-recommended: 10.0.1_stylelint@15.1.0 + stylelint: 15.2.0 + stylelint-config-recommended: 10.0.1_stylelint@15.2.0 dev: true /stylelint-config-styled-components/0.1.1: @@ -21126,8 +21245,8 @@ packages: - supports-color dev: true - /stylelint/15.1.0: - resolution: {integrity: sha512-Tw8OyIiYhxnIHUzgoLlCyWgCUKsPYiP3TDgs7M1VbayS+q5qZly2yxABg+YPe/hFRWiu0cOtptCtpyrn1CrnYw==} + /stylelint/15.2.0: + resolution: {integrity: sha512-wjg5OLn8zQwjlj5cYUgyQpMWKzct42AG5dYlqkHRJQJqsystFFn3onqEc263KH4xfEI0W3lZCnlIhFfS64uwSA==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -21626,7 +21745,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/29.0.5_cslgewaznsjxirw6ogkiwclmbu: + /ts-jest/29.0.5_kv2fdk7yz6jlbcjfldgcwh5vp4: resolution: {integrity: sha512-PL3UciSgIpQ7f6XjVOmbi96vmDHUqAyqDr8YxzopDqX3kfgYtX1cuNeBjP+L9sFXi6nzsGGA6R3fP3DDDJyrxA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -21647,7 +21766,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.4.3 @@ -21683,7 +21802,7 @@ packages: dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.4.3_@types+node@18.13.0 + jest: 29.4.3_@types+node@18.14.4 jest-util: 29.4.3 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -21693,7 +21812,7 @@ packages: yargs-parser: 21.1.1 dev: true - /ts-node/10.9.1_4bewfcp2iebiwuold25d6rgcsy: + /ts-node/10.9.1_oboltcrkaqheaa54woelu7cdsa: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -21712,7 +21831,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.13.0 + '@types/node': 18.14.4 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -21923,7 +22042,7 @@ packages: peerDependencies: react: '>=15.0.0 || 18' dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.21.0 '@types/react': 18.0.28 invariant: 2.2.4 react: 18.2.0 @@ -22094,6 +22213,7 @@ packages: browserslist: 4.21.5 escalade: 3.1.1 picocolors: 1.0.0 + dev: true /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -23011,6 +23131,7 @@ packages: /yallist/3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: true /yallist/4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}