diff --git a/extension/package.json b/extension/package.json index c5617ab0..fb59c1bb 100644 --- a/extension/package.json +++ b/extension/package.json @@ -52,14 +52,14 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@babel/register": "^7.17.7", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", - "@types/chrome": "^0.0.186", + "@types/chrome": "^0.0.188", "@types/lodash": "^4.14.182", "@types/react": "^17.0.45", "@types/react-dom": "^17.0.17", @@ -70,12 +70,12 @@ "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "electron": "^18.2.3", + "electron": "^18.2.4", "eslint": "^8.15.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.11", @@ -90,7 +90,7 @@ "selenium-webdriver": "^4.1.2", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4", "webpack": "^5.72.1", "webpack-cli": "^4.9.2" diff --git a/package.json b/package.json index bc56bccf..daba1aa9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "devDependencies": { - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", "@changesets/cli": "^2.22.0", "@typescript-eslint/eslint-plugin": "^5.25.0", @@ -9,13 +9,13 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^27.5.1", "prettier": "2.6.2", "typescript": "~4.6.4", "nx": "^14.1.7", - "@nrwl/nx-cloud": "^14.0.3" + "@nrwl/nx-cloud": "^14.0.5" }, "scripts": { "format": "prettier --write .", @@ -38,7 +38,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.1.0", + "packageManager": "pnpm@7.1.2", "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 2601c2d6..81415487 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -29,8 +29,8 @@ "map2tree": "^2.1.0" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@types/node": "^16.11.36", "@typescript-eslint/eslint-plugin": "^5.25.0", diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index c56e62f8..cd6c7a73 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "@types/d3": "^3.5.47", "d3": "^3.5.17", "d3tooltip": "^2.1.0", @@ -52,10 +52,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", @@ -67,7 +67,7 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^2.73.0", + "rollup": "^2.74.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "tslib": "^2.4.0", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 451fcd1b..b211b286 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -38,15 +38,15 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "ramda": "^0.28.0" }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", @@ -60,7 +60,7 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^2.73.0", + "rollup": "^2.74.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "tslib": "^2.4.0", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 55717862..19948374 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -42,15 +42,15 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", @@ -66,10 +66,10 @@ "immutable": "^4.0.0", "jest": "^27.5.1", "rimraf": "^3.0.2", - "rollup": "^2.73.0", + "rollup": "^2.74.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "tslib": "^2.4.0", "typescript": "~4.6.4" } diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 864d1d41..13a87b3d 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.17.9", + "@babel/runtime": "^7.18.0", "@types/base16": "^1.0.2", "@types/lodash": "^4.14.182", "base16": "^1.0.0", @@ -49,10 +49,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@types/color": "^3.0.3", "@types/jest": "^27.5.1", @@ -64,7 +64,7 @@ "eslint-plugin-jest": "^26.2.2", "jest": "^27.5.1", "rimraf": "^3.0.2", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4" } } diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 7dadfeb2..cd01f49e 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -19,8 +19,8 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/node": "^16.11.36", @@ -33,7 +33,7 @@ "cross-env": "^7.0.3", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.0", diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 53901080..881d2a6a 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", @@ -47,10 +47,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/jest": "^27.5.1", @@ -62,13 +62,13 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^27.5.1", "react": "^17.0.2", "react-test-renderer": "^17.0.2", "rimraf": "^3.0.2", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4" }, "peerDependencies": { diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 3c1efc29..10f0f37f 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -26,8 +26,8 @@ "react-json-tree": "^0.16.1" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/node": "^16.11.36", @@ -39,7 +39,7 @@ "cross-env": "^7.0.3", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.0", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 0c8fb6f6..8b2def79 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -45,7 +45,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", "prop-types": "^15.8.1", @@ -53,10 +53,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@rollup/plugin-babel": "^5.3.1", @@ -71,16 +71,16 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^27.5.1", "react": "^17.0.2", "react-test-renderer": "^17.0.2", "rimraf": "^3.0.2", - "rollup": "^2.73.0", + "rollup": "^2.74.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "tslib": "^2.4.0", "typescript": "~4.6.4" }, diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 8efec8ba..f8e7ef2e 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.17.9", + "@babel/runtime": "^7.18.0", "@redux-devtools/chart-monitor": "^2.1.1", "@redux-devtools/core": "^3.12.0", "@redux-devtools/inspector-monitor": "^2.1.2", @@ -68,10 +68,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@rjsf/core": "^4.2.0", @@ -87,7 +87,7 @@ "@types/socketcluster-client": "^13.0.5", "@types/styled-components": "^5.1.25", "@types/testing-library__jest-dom": "^5.14.3", - "@types/webpack-env": "^1.16.4", + "@types/webpack-env": "^1.17.0", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "babel-loader": "^8.2.5", @@ -96,7 +96,7 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-loader": "^3.1.0", @@ -108,7 +108,7 @@ "rimraf": "^3.0.2", "style-loader": "^3.3.1", "styled-components": "^5.3.5", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "ts-node": "^10.7.0", "typescript": "~4.6.4", "webpack": "^5.72.1", diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index bdbac5e3..33d6f4d1 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "d3-state-visualizer": "^1.6.0", @@ -49,10 +49,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.12.0", @@ -61,7 +61,7 @@ "@typescript-eslint/parser": "^5.25.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "react": "^17.0.2", "redux": "^4.2.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 5422e2d5..6edb1f68 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -47,7 +47,7 @@ "chalk": "^4.1.2", "cors": "^2.8.5", "cross-spawn": "^7.0.3", - "electron": "^18.2.3", + "electron": "^18.2.4", "express": "^4.18.1", "getport": "^0.1.0", "graphql": "^16.5.0", @@ -92,7 +92,7 @@ "rimraf": "^3.0.2", "socketcluster-client": "^14.3.2", "supertest": "^6.2.3", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4" } } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 31811b76..771e51eb 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "@types/prop-types": "^15.7.5", "parse-key": "^0.2.1", "prop-types": "^15.8.1", @@ -49,10 +49,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.12.0", @@ -62,7 +62,7 @@ "@typescript-eslint/parser": "^5.25.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "react": "^17.0.2", "redux": "^4.2.0", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index 98d0d2b2..569cf19e 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -29,14 +29,14 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.17.9" + "@babel/runtime": "^7.18.0" }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index f9ac0268..742af3cc 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -27,8 +27,8 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/lodash.shuffle": "^4.2.7", @@ -37,7 +37,7 @@ "@types/react-dom": "^17.0.17", "@types/redux-logger": "^3.0.9", "@types/styled-components": "^5.1.25", - "@types/webpack-env": "^1.16.4", + "@types/webpack-env": "^1.17.0", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "babel-loader": "^8.2.5", @@ -45,7 +45,7 @@ "css-loader": "^6.7.1", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index 1763bf24..f9dce867 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.17.9", + "@babel/runtime": "^7.18.0", "@redux-devtools/ui": "^1.2.1", "@types/prop-types": "^15.7.5", "es6template": "^1.0.5", @@ -56,10 +56,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.12.0", @@ -76,14 +76,14 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^27.5.1", "react": "^17.0.2", "react-dom": "^17.0.2", "redux": "^4.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 5b91c3bf..fbf10980 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.16.7", - "@babel/runtime": "^7.17.9", - "@types/chrome": "^0.0.186", + "@babel/runtime": "^7.18.0", + "@types/chrome": "^0.0.188", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -41,10 +41,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.12.0", @@ -63,7 +63,7 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^27.5.1", "react": "^17.0.2", @@ -71,7 +71,7 @@ "react-test-renderer": "^17.0.2", "redux": "^4.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index e36ccfca..4d8a19a4 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -25,8 +25,8 @@ "redux-logger": "^3.0.6" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/base16": "^1.0.2", @@ -35,14 +35,14 @@ "@types/react": "^17.0.45", "@types/react-dom": "^17.0.17", "@types/redux-logger": "^3.0.9", - "@types/webpack-env": "^1.16.4", + "@types/webpack-env": "^1.17.0", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index 32e38889..5de2fbec 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.17.9", + "@babel/runtime": "^7.18.0", "@types/dragula": "^3.7.1", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", @@ -55,10 +55,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.12.0", @@ -73,7 +73,7 @@ "@typescript-eslint/parser": "^5.25.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "react": "^17.0.2", "redux": "^4.2.0", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 2d6ff59e..bc3cebca 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -41,15 +41,15 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@types/jest": "^27.5.1", "@types/lodash": "^4.14.182", @@ -63,7 +63,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "rxjs": "^7.5.5", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index 4e038914..43acac01 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.17.9", + "@babel/runtime": "^7.18.0", "@types/lodash.debounce": "^4.0.7", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -52,10 +52,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.12.0", @@ -64,7 +64,7 @@ "@typescript-eslint/parser": "^5.25.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "react": "^17.0.2", "redux": "^4.2.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index 0f33f9eb..1de79431 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.17.9", + "@babel/runtime": "^7.18.0", "@redux-devtools/instrument": "^2.1.0", "@redux-devtools/utils": "^1.2.1", "jsan": "^3.1.14", @@ -51,10 +51,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@types/jsan": "^3.1.2", "@types/node": "^16.11.36", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index bce903c7..e8e1e9ac 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "@chakra-ui/react": "^1.8.8", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", @@ -20,7 +20,7 @@ "@redux-devtools/rtk-query-monitor": "^2.1.2", "@reduxjs/toolkit": "^1.8.1", "framer-motion": "^6.3.3", - "msw": "^0.39.2", + "msw": "^0.40.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-icons": "^4.3.1", @@ -30,9 +30,9 @@ "styled-components": "^5.3.5" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/copy-webpack-plugin": "^8.0.1", @@ -48,7 +48,7 @@ "css-loader": "^6.7.1", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index b8aca7a3..656aaf9a 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -43,7 +43,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "@redux-devtools/ui": "^1.2.1", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", @@ -60,10 +60,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.12.0", @@ -75,7 +75,7 @@ "@typescript-eslint/parser": "^5.25.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "react": "^17.0.2", "redux": "^4.2.0", diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index e0e37d7d..84f6c410 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -37,15 +37,15 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "jsan": "^3.1.14" }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@types/jest": "^27.5.1", "@types/jsan": "^3.1.2", @@ -57,7 +57,7 @@ "immutable": "^4.0.0", "jest": "^27.5.1", "rimraf": "^3.0.2", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index adae9e16..27028cb8 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -30,8 +30,8 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/classnames": "^2.3.1", @@ -40,7 +40,7 @@ "@types/react": "^17.0.45", "@types/react-dom": "^17.0.17", "@types/styled-components": "^5.1.25", - "@types/webpack-env": "^1.16.4", + "@types/webpack-env": "^1.17.0", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "babel-loader": "^8.2.5", @@ -48,7 +48,7 @@ "css-loader": "^6.7.1", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index f7e555df..0e8e0cd4 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.17.9", + "@babel/runtime": "^7.18.0", "@redux-devtools/ui": "^1.2.1", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -41,10 +41,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.12.0", @@ -55,12 +55,12 @@ "@typescript-eslint/parser": "^5.25.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "react": "^17.0.2", "redux": "^4.2.0", "rimraf": "^3.0.2", - "rollup": "^2.73.0", + "rollup": "^2.74.1", "rollup-plugin-typescript2": "^0.31.2", "tslib": "^2.4.0", "typescript": "~4.6.4" diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 15badfe2..94962740 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.17.9", + "@babel/runtime": "^7.18.0", "@rjsf/core": "^4.2.0", "@types/base16": "^1.0.2", "@types/codemirror": "^5.60.5", @@ -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.3", + "codemirror": "^5.65.4", "color": "^4.2.3", "prop-types": "^15.8.1", "react-icons": "^4.3.1", @@ -61,14 +61,14 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", - "@storybook/addon-essentials": "^6.4.22", - "@storybook/react": "^6.4.22", + "@storybook/addon-essentials": "^6.5.3", + "@storybook/react": "^6.5.3", "@testing-library/dom": "^8.13.0", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^13.5.0", @@ -83,13 +83,14 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^27.5.1", "ncp": "^2.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", + "require-from-string": "^2.0.2", "rimraf": "^3.0.2", "styled-components": "^5.3.5", "stylelint": "^14.8.2", @@ -97,7 +98,7 @@ "stylelint-config-standard": "^25.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4", "webpack": "^5.72.1" }, diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 6b2ba808..ed100872 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.17.9", + "@babel/runtime": "^7.18.0", "@redux-devtools/core": "^3.12.0", "@redux-devtools/serialize": "^0.4.1", "@types/get-params": "^0.1.0", @@ -45,10 +45,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-typescript": "^7.17.12", "@types/jsan": "^3.1.2", "@types/lodash": "^4.14.182", diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 19abdac9..7f4f84ce 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -30,22 +30,22 @@ "redux-thunk": "^2.4.1" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/node": "^16.11.36", "@types/prop-types": "^15.7.5", "@types/react": "^17.0.45", "@types/react-dom": "^17.0.17", - "@types/webpack-env": "^1.16.4", + "@types/webpack-env": "^1.17.0", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 72eebde3..b38f9b41 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -43,8 +43,8 @@ "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/core": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/classnames": "^2.3.1", @@ -52,7 +52,7 @@ "@types/prop-types": "^15.7.5", "@types/react": "^17.0.45", "@types/react-dom": "^17.0.17", - "@types/webpack-env": "^1.16.4", + "@types/webpack-env": "^1.17.0", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "babel-loader": "^8.2.5", @@ -60,7 +60,7 @@ "css-loader": "^6.7.1", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 2e11e46a..5ef8cec3 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.17.9", + "@babel/runtime": "^7.18.0", "@redux-devtools/instrument": "^2.1.0", "@types/prop-types": "^15.7.5", "lodash": "^4.17.21", @@ -49,10 +49,10 @@ }, "devDependencies": { "@babel/cli": "^7.17.10", - "@babel/core": "^7.17.12", + "@babel/core": "^7.18.0", "@babel/eslint-parser": "^7.17.0", - "@babel/plugin-transform-runtime": "^7.17.12", - "@babel/preset-env": "^7.17.12", + "@babel/plugin-transform-runtime": "^7.18.0", + "@babel/preset-env": "^7.18.0", "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@types/jest": "^27.5.1", @@ -64,7 +64,7 @@ "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^26.2.2", - "eslint-plugin-react": "^7.29.4", + "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^27.5.1", "react": "^17.0.2", @@ -72,7 +72,7 @@ "react-redux": "^8.0.1", "redux": "^4.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.4", + "ts-jest": "^27.1.5", "typescript": "~4.6.4" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 91686c5a..ca9cd482 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,32 +7,32 @@ importers: .: specifiers: - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 '@changesets/cli': ^2.22.0 - '@nrwl/nx-cloud': ^14.0.3 + '@nrwl/nx-cloud': ^14.0.5 '@typescript-eslint/eslint-plugin': ^5.25.0 '@typescript-eslint/parser': ^5.25.0 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 jest: ^27.5.1 nx: ^14.1.7 prettier: 2.6.2 typescript: ~4.6.4 devDependencies: - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge '@changesets/cli': 2.22.0 - '@nrwl/nx-cloud': 14.0.3 + '@nrwl/nx-cloud': 14.0.5 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 nx: 14.1.7_typescript@4.6.4 @@ -41,9 +41,9 @@ importers: extension: specifiers: - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/polyfill': ^7.12.1 - '@babel/preset-env': ^7.17.12 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 '@babel/register': ^7.17.7 @@ -56,7 +56,7 @@ importers: '@redux-devtools/utils': ^1.2.1 '@testing-library/jest-dom': ^5.16.4 '@testing-library/react': ^12.1.5 - '@types/chrome': ^0.0.186 + '@types/chrome': ^0.0.188 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.182 '@types/react': ^17.0.45 @@ -68,12 +68,12 @@ importers: copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 - electron: ^18.2.3 + electron: ^18.2.4 eslint: ^8.15.0 eslint-config-airbnb: ^19.0.4 eslint-plugin-import: ^2.26.0 eslint-plugin-jsx-a11y: ^6.5.1 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 file-loader: ^6.2.0 fork-ts-checker-webpack-plugin: ^7.2.11 @@ -100,7 +100,7 @@ importers: sinon-chrome: ^3.0.1 style-loader: ^3.3.1 styled-components: ^5.3.5 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 webpack: ^5.72.1 webpack-cli: ^4.9.2 @@ -127,30 +127,30 @@ importers: redux-persist: 6.0.0_react@17.0.2+redux@4.2.0 styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 - '@babel/register': 7.17.7_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 + '@babel/register': 7.17.7_@babel+core@7.18.0 '@testing-library/jest-dom': 5.16.4 '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m - '@types/chrome': 0.0.186 + '@types/chrome': 0.0.188 '@types/lodash': 4.14.182 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 '@types/styled-components': 5.1.25 - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby bestzip: 2.2.1 chromedriver: 100.0.0 copy-webpack-plugin: 11.0.0_webpack@5.72.1 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.1 - electron: 18.2.3 + electron: 18.2.4 eslint: 8.15.0 - eslint-config-airbnb: 19.0.4_xrdeh6rk75qznjks6fj23jbeji + eslint-config-airbnb: 19.0.4_cwl36sb67esyay5caiduzvh47q eslint-plugin-import: 2.26.0_eslint@8.15.0 eslint-plugin-jsx-a11y: 6.5.1_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 file-loader: 6.2.0_webpack@5.72.1 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 @@ -165,7 +165,7 @@ importers: selenium-webdriver: 4.1.2 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.72.1 - ts-jest: 27.1.4_4zue766gxqgflsoungan7tsdni + ts-jest: 27.1.5_hmvk6xq5bupk46ksdjeeyeoi5e typescript: 4.6.4 webpack: 5.72.1_webpack-cli@4.9.2 webpack-cli: 4.9.2_webpack@5.72.1 @@ -173,12 +173,12 @@ importers: packages/d3-state-visualizer: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.0 '@rollup/plugin-node-resolve': ^13.3.0 @@ -195,13 +195,13 @@ importers: map2tree: ^2.1.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^2.73.0 + rollup: ^2.74.1 rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.31.2 tslib: ^2.4.0 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/d3': 3.5.47 d3: 3.5.17 d3tooltip: link:../d3tooltip @@ -209,15 +209,15 @@ importers: map2tree: link:../map2tree ramda: 0.28.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 - '@rollup/plugin-babel': 5.3.1_cozkpsv5bxi2sl4sehld7oc7ze - '@rollup/plugin-commonjs': 22.0.0_rollup@2.73.0 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.73.0 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 + '@rollup/plugin-babel': 5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4 + '@rollup/plugin-commonjs': 22.0.0_rollup@2.74.1 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.74.1 '@types/node': 16.11.36 '@types/ramda': 0.28.12 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae @@ -225,16 +225,16 @@ importers: eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 rimraf: 3.0.2 - rollup: 2.73.0 - rollup-plugin-terser: 7.0.2_rollup@2.73.0 - rollup-plugin-typescript2: 0.31.2_anzmtkbpu2qkzgkvydr4fm6zcm + rollup: 2.74.1 + rollup-plugin-terser: 7.0.2_rollup@2.74.1 + rollup-plugin-typescript2: 0.31.2_lq4dy2bb4fhoyaf2vwyb4geyfa tslib: 2.4.0 typescript: 4.6.4 packages/d3-state-visualizer/examples/tree: specifiers: - '@babel/core': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 '@types/node': ^16.11.36 '@typescript-eslint/eslint-plugin': ^5.25.0 @@ -256,13 +256,13 @@ importers: d3-state-visualizer: link:../.. map2tree: link:../../../map2tree devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/node': 16.11.36 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 @@ -277,12 +277,12 @@ importers: packages/d3tooltip: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.0 '@rollup/plugin-node-resolve': ^13.3.0 @@ -296,24 +296,24 @@ importers: eslint-config-prettier: ^8.5.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^2.73.0 + rollup: ^2.74.1 rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.31.2 tslib: ^2.4.0 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 ramda: 0.28.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 - '@rollup/plugin-babel': 5.3.1_cozkpsv5bxi2sl4sehld7oc7ze - '@rollup/plugin-commonjs': 22.0.0_rollup@2.73.0 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.73.0 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 + '@rollup/plugin-babel': 5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4 + '@rollup/plugin-commonjs': 22.0.0_rollup@2.74.1 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.74.1 '@types/d3': 3.5.47 '@types/node': 16.11.36 '@types/ramda': 0.28.12 @@ -323,21 +323,21 @@ importers: eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 rimraf: 3.0.2 - rollup: 2.73.0 - rollup-plugin-terser: 7.0.2_rollup@2.73.0 - rollup-plugin-typescript2: 0.31.2_anzmtkbpu2qkzgkvydr4fm6zcm + rollup: 2.74.1 + rollup-plugin-terser: 7.0.2_rollup@2.74.1 + rollup-plugin-typescript2: 0.31.2_lq4dy2bb4fhoyaf2vwyb4geyfa tslib: 2.4.0 typescript: 4.6.4 packages/map2tree: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.0 '@rollup/plugin-node-resolve': ^13.3.0 @@ -353,25 +353,25 @@ importers: jest: ^27.5.1 lodash: ^4.17.21 rimraf: ^3.0.2 - rollup: ^2.73.0 + rollup: ^2.74.1 rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.31.2 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 tslib: ^2.4.0 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 - '@rollup/plugin-babel': 5.3.1_cozkpsv5bxi2sl4sehld7oc7ze - '@rollup/plugin-commonjs': 22.0.0_rollup@2.73.0 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.73.0 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 + '@rollup/plugin-babel': 5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4 + '@rollup/plugin-commonjs': 22.0.0_rollup@2.74.1 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.74.1 '@types/jest': 27.5.1 '@types/lodash': 4.14.182 '@types/node': 16.11.36 @@ -383,22 +383,22 @@ importers: immutable: 4.0.0 jest: 27.5.1 rimraf: 3.0.2 - rollup: 2.73.0 - rollup-plugin-terser: 7.0.2_rollup@2.73.0 - rollup-plugin-typescript2: 0.31.2_anzmtkbpu2qkzgkvydr4fm6zcm - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + rollup: 2.74.1 + rollup-plugin-terser: 7.0.2_rollup@2.74.1 + rollup-plugin-typescript2: 0.31.2_lq4dy2bb4fhoyaf2vwyb4geyfa + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u tslib: 2.4.0 typescript: 4.6.4 packages/react-base16-styling: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@types/base16': ^1.0.2 '@types/color': ^3.0.3 '@types/jest': ^27.5.1 @@ -415,10 +415,10 @@ importers: jest: ^27.5.1 lodash.curry: ^4.1.1 rimraf: ^3.0.2 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/base16': 1.0.2 '@types/lodash': 4.14.182 base16: 1.0.0 @@ -426,12 +426,12 @@ importers: csstype: 3.1.0 lodash.curry: 4.1.1 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/color': 3.0.3 '@types/jest': 27.5.1 '@types/lodash.curry': 4.1.7 @@ -442,19 +442,19 @@ importers: eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u typescript: 4.6.4 packages/react-dock: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@types/jest': ^27.5.1 '@types/lodash': ^4.14.182 '@types/lodash.debounce': ^4.0.7 @@ -466,7 +466,7 @@ importers: eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 jest: ^27.5.1 lodash.debounce: ^4.0.8 @@ -474,22 +474,22 @@ importers: react: ^17.0.2 react-test-renderer: ^17.0.2 rimraf: ^3.0.2 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 lodash.debounce: 4.0.8 prop-types: 15.8.1 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/jest': 27.5.1 '@types/lodash.debounce': 4.0.7 '@types/react': 17.0.45 @@ -499,19 +499,19 @@ importers: eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 react: 17.0.2 react-test-renderer: 17.0.2_react@17.0.2 rimraf: 3.0.2 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u typescript: 4.6.4 packages/react-dock/demo: specifiers: - '@babel/core': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 '@types/node': ^16.11.36 @@ -524,7 +524,7 @@ importers: cross-env: ^7.0.3 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 html-webpack-plugin: ^5.5.0 @@ -549,21 +549,21 @@ importers: react-is: 17.0.2 styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/node': 16.11.36 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 '@types/styled-components': 5.1.25 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-webpack-plugin: 5.5.0_webpack@5.72.1 @@ -576,13 +576,13 @@ importers: packages/react-json-tree: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.0 '@rollup/plugin-node-resolve': ^13.3.0 @@ -597,7 +597,7 @@ importers: eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 jest: ^27.5.1 prop-types: ^15.8.1 @@ -605,29 +605,29 @@ importers: react-base16-styling: ^0.9.1 react-test-renderer: ^17.0.2 rimraf: ^3.0.2 - rollup: ^2.73.0 + rollup: ^2.74.1 rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.31.2 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 tslib: ^2.4.0 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 prop-types: 15.8.1 react-base16-styling: link:../react-base16-styling devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 - '@rollup/plugin-babel': 5.3.1_cozkpsv5bxi2sl4sehld7oc7ze - '@rollup/plugin-commonjs': 22.0.0_rollup@2.73.0 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.73.0 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 + '@rollup/plugin-babel': 5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4 + '@rollup/plugin-commonjs': 22.0.0_rollup@2.74.1 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.74.1 '@types/jest': 27.5.1 '@types/node': 16.11.36 '@types/react': 17.0.45 @@ -637,23 +637,23 @@ importers: eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 react: 17.0.2 react-test-renderer: 17.0.2_react@17.0.2 rimraf: 3.0.2 - rollup: 2.73.0 - rollup-plugin-terser: 7.0.2_rollup@2.73.0 - rollup-plugin-typescript2: 0.31.2_anzmtkbpu2qkzgkvydr4fm6zcm - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + rollup: 2.74.1 + rollup-plugin-terser: 7.0.2_rollup@2.74.1 + rollup-plugin-typescript2: 0.31.2_lq4dy2bb4fhoyaf2vwyb4geyfa + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u tslib: 2.4.0 typescript: 4.6.4 packages/react-json-tree/examples: specifiers: - '@babel/core': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 '@types/node': ^16.11.36 @@ -665,7 +665,7 @@ importers: cross-env: ^7.0.3 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 html-webpack-plugin: ^5.5.0 @@ -686,20 +686,20 @@ importers: react-dom: 17.0.2_react@17.0.2 react-json-tree: link:.. devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/node': 16.11.36 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-webpack-plugin: 5.5.0_webpack@5.72.1 @@ -712,13 +712,13 @@ importers: packages/redux-devtools: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/instrument': ^2.1.0 '@types/jest': ^27.5.1 '@types/lodash': ^4.14.182 @@ -730,7 +730,7 @@ importers: eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 jest: ^27.5.1 lodash: ^4.17.21 @@ -740,22 +740,22 @@ importers: react-redux: ^8.0.1 redux: ^4.2.0 rimraf: ^3.0.2 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.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.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/jest': 27.5.1 '@types/lodash': 4.14.182 '@types/node': 16.11.36 @@ -765,7 +765,7 @@ importers: eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 react: 17.0.2 @@ -773,19 +773,19 @@ importers: react-redux: 8.0.1_4a7fqdea4vmms5temxtq47oufa redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u typescript: 4.6.4 packages/redux-devtools-app: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/chart-monitor': ^2.1.1 '@redux-devtools/core': ^3.12.0 '@redux-devtools/inspector-monitor': ^2.1.2 @@ -810,7 +810,7 @@ importers: '@types/socketcluster-client': ^13.0.5 '@types/styled-components': ^5.1.25 '@types/testing-library__jest-dom': ^5.14.3 - '@types/webpack-env': ^1.16.4 + '@types/webpack-env': ^1.17.0 '@typescript-eslint/eslint-plugin': ^5.25.0 '@typescript-eslint/parser': ^5.25.0 babel-loader: ^8.2.5 @@ -820,7 +820,7 @@ importers: eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 html-loader: ^3.1.0 @@ -844,14 +844,14 @@ importers: socketcluster-client: ^14.3.2 style-loader: ^3.3.1 styled-components: ^5.3.5 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 ts-node: ^10.7.0 typescript: ~4.6.4 webpack: ^5.72.1 webpack-cli: ^4.9.2 webpack-dev-server: ^4.9.0 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.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 @@ -877,13 +877,13 @@ importers: redux-persist: 6.0.0_react@17.0.2+redux@4.2.0 socketcluster-client: 14.3.2 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@rjsf/core': 4.2.0_react@17.0.2 '@testing-library/jest-dom': 5.16.4 '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m @@ -897,16 +897,16 @@ importers: '@types/socketcluster-client': 13.0.5 '@types/styled-components': 5.1.25 '@types/testing-library__jest-dom': 5.14.3 - '@types/webpack-env': 1.16.4 + '@types/webpack-env': 1.17.0 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.1 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-loader: 3.1.0_webpack@5.72.1 @@ -918,7 +918,7 @@ importers: rimraf: 3.0.2 style-loader: 3.3.1_webpack@5.72.1 styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u ts-node: 10.7.0_rbv5fvwh3qaahz6dxcho7rzsry typescript: 4.6.4 webpack: 5.72.1_webpack-cli@4.9.2 @@ -928,13 +928,13 @@ importers: packages/redux-devtools-chart-monitor: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@types/prop-types': ^15.7.5 '@types/react': ^17.0.45 @@ -945,7 +945,7 @@ importers: deepmerge: ^4.2.2 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 prop-types: ^15.8.1 react: ^17.0.2 @@ -954,7 +954,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 d3-state-visualizer: link:../d3-state-visualizer @@ -962,20 +962,20 @@ importers: prop-types: 15.8.1 redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@redux-devtools/core': link:../redux-devtools '@types/react': 17.0.45 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 react: 17.0.2 redux: 4.2.0 @@ -1009,7 +1009,7 @@ importers: chalk: ^4.1.2 cors: ^2.8.5 cross-spawn: ^7.0.3 - electron: ^18.2.3 + electron: ^18.2.4 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 @@ -1033,7 +1033,7 @@ importers: sqlite3: ^5.0.8 styled-components: ^5.3.5 supertest: ^6.2.3 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 uuid: ^8.3.2 dependencies: @@ -1044,7 +1044,7 @@ importers: chalk: 4.1.2 cors: 2.8.5 cross-spawn: 7.0.3 - electron: 18.2.3 + electron: 18.2.4 express: 4.18.1 getport: 0.1.0 graphql: 16.5.0 @@ -1088,19 +1088,19 @@ importers: rimraf: 3.0.2 socketcluster-client: 14.3.2 supertest: 6.2.3 - ts-jest: 27.1.4_ibhx3ehxrt2kgmkik4bkzmyeei + ts-jest: 27.1.5_ibhx3ehxrt2kgmkik4bkzmyeei typescript: 4.6.4 packages/redux-devtools-dock-monitor: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@types/parse-key': ^0.2.0 '@types/prop-types': ^15.7.5 @@ -1109,7 +1109,7 @@ importers: '@typescript-eslint/parser': ^5.25.0 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 parse-key: ^0.2.1 prop-types: ^15.8.1 @@ -1119,19 +1119,19 @@ importers: rimraf: ^3.0.2 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.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.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 17.0.45 @@ -1139,7 +1139,7 @@ importers: '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 react: 17.0.2 redux: 4.2.0 @@ -1149,12 +1149,12 @@ importers: packages/redux-devtools-extension: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@typescript-eslint/eslint-plugin': ^5.25.0 '@typescript-eslint/parser': ^5.25.0 eslint: ^8.15.0 @@ -1163,14 +1163,14 @@ importers: rimraf: ^3.0.2 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu eslint: 8.15.0 @@ -1182,13 +1182,13 @@ importers: packages/redux-devtools-inspector-monitor: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@types/dateformat': ^3.0.1 '@types/dragula': ^3.7.1 @@ -1205,7 +1205,7 @@ importers: dateformat: ^4.6.3 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 hex-rgba: ^1.0.2 immutable: ^4.0.0 @@ -1224,7 +1224,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/dragula': 3.7.1 '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 @@ -1242,13 +1242,13 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@redux-devtools/core': link:../redux-devtools '@types/dateformat': 3.0.1 '@types/hex-rgba': 1.0.1 @@ -1261,7 +1261,7 @@ importers: '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 react: 17.0.2 redux: 4.2.0 @@ -1271,13 +1271,13 @@ importers: packages/redux-devtools-inspector-monitor-test-tab: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@redux-devtools/inspector-monitor': ^2.1.2 '@redux-devtools/ui': ^1.2.1 @@ -1295,7 +1295,7 @@ importers: eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 javascript-stringify: ^2.1.0 jest: ^27.5.1 @@ -1308,10 +1308,10 @@ importers: redux: ^4.2.0 rimraf: ^3.0.2 simple-diff: ^1.6.0 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 es6template: 1.0.5 @@ -1322,13 +1322,13 @@ importers: react-icons: 4.3.1_react@17.0.2 simple-diff: 1.6.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m @@ -1343,20 +1343,20 @@ importers: eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u typescript: 4.6.4 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: - '@babel/core': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 '@redux-devtools/core': ^3.12.0 @@ -1370,7 +1370,7 @@ importers: '@types/react-dom': ^17.0.17 '@types/redux-logger': ^3.0.9 '@types/styled-components': ^5.1.25 - '@types/webpack-env': ^1.16.4 + '@types/webpack-env': ^1.17.0 '@typescript-eslint/eslint-plugin': ^5.25.0 '@typescript-eslint/parser': ^5.25.0 babel-loader: ^8.2.5 @@ -1378,7 +1378,7 @@ importers: css-loader: ^6.7.1 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 html-webpack-plugin: ^5.5.0 @@ -1415,25 +1415,25 @@ importers: redux-logger: 3.0.6 styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/lodash.shuffle': 4.2.7 '@types/node': 16.11.36 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.25 - '@types/webpack-env': 1.16.4 + '@types/webpack-env': 1.17.0 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.1 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-webpack-plugin: 5.5.0_webpack@5.72.1 @@ -1448,18 +1448,18 @@ importers: specifiers: '@babel/cli': ^7.17.10 '@babel/code-frame': ^7.16.7 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@redux-devtools/inspector-monitor': ^2.1.2 '@testing-library/react': ^12.1.5 '@types/babel__code-frame': ^7.0.3 - '@types/chrome': ^0.0.186 + '@types/chrome': ^0.0.188 '@types/html-entities': ^1.3.4 '@types/jest': ^27.5.1 '@types/node': ^16.11.36 @@ -1473,7 +1473,7 @@ importers: eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 html-entities: ^2.3.3 jest: ^27.5.1 @@ -1485,25 +1485,25 @@ importers: redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 source-map: ^0.5.7 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 dependencies: '@babel/code-frame': 7.16.7 - '@babel/runtime': 7.17.9 - '@types/chrome': 0.0.186 + '@babel/runtime': 7.18.0 + '@types/chrome': 0.0.188 anser: 2.1.1 html-entities: 2.3.3 path-browserify: 1.0.1 redux-devtools-themes: 1.0.0 source-map: 0.5.7 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m @@ -1520,7 +1520,7 @@ importers: eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 react: 17.0.2 @@ -1528,13 +1528,13 @@ importers: react-test-renderer: 17.0.2_react@17.0.2 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u typescript: 4.6.4 packages/redux-devtools-inspector-monitor/demo: specifiers: - '@babel/core': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 '@redux-devtools/core': ^3.12.0 @@ -1546,7 +1546,7 @@ importers: '@types/react': ^17.0.45 '@types/react-dom': ^17.0.17 '@types/redux-logger': ^3.0.9 - '@types/webpack-env': ^1.16.4 + '@types/webpack-env': ^1.17.0 '@typescript-eslint/eslint-plugin': ^5.25.0 '@typescript-eslint/parser': ^5.25.0 babel-loader: ^8.2.5 @@ -1554,7 +1554,7 @@ importers: cross-env: ^7.0.3 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 html-webpack-plugin: ^5.5.0 @@ -1587,24 +1587,24 @@ importers: redux: 4.2.0 redux-logger: 3.0.6 devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/base16': 1.0.2 '@types/lodash.shuffle': 4.2.7 '@types/node': 16.11.36 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 '@types/redux-logger': 3.0.9 - '@types/webpack-env': 1.16.4 + '@types/webpack-env': 1.17.0 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-webpack-plugin: 5.5.0_webpack@5.72.1 @@ -1617,12 +1617,12 @@ importers: packages/redux-devtools-instrument: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@types/jest': ^27.5.1 '@types/lodash': ^4.14.182 '@types/node': ^16.11.36 @@ -1636,18 +1636,18 @@ importers: redux: ^4.2.0 rimraf: ^3.0.2 rxjs: ^7.5.5 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/jest': 27.5.1 '@types/lodash': 4.14.182 '@types/node': 16.11.36 @@ -1660,19 +1660,19 @@ importers: redux: 4.2.0 rimraf: 3.0.2 rxjs: 7.5.5 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u typescript: 4.6.4 packages/redux-devtools-log-monitor: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 @@ -1682,7 +1682,7 @@ importers: '@typescript-eslint/parser': ^5.25.0 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 @@ -1693,7 +1693,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/lodash.debounce': 4.0.7 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -1702,20 +1702,20 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@redux-devtools/core': link:../redux-devtools '@types/react': 17.0.45 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 react: 17.0.2 redux: 4.2.0 @@ -1725,12 +1725,12 @@ importers: packages/redux-devtools-remote: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/instrument': ^2.1.0 '@redux-devtools/utils': ^1.2.1 '@types/jsan': ^3.1.2 @@ -1749,7 +1749,7 @@ importers: socketcluster-client: ^14.3.2 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@redux-devtools/instrument': link:../redux-devtools-instrument '@redux-devtools/utils': link:../redux-devtools-utils jsan: 3.1.14 @@ -1757,12 +1757,12 @@ importers: rn-host-detect: 1.2.0 socketcluster-client: 14.3.2 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/jsan': 3.1.2 '@types/node': 16.11.36 '@types/rn-host-detect': 1.2.0 @@ -1778,13 +1778,13 @@ importers: packages/redux-devtools-rtk-query-monitor: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@redux-devtools/ui': ^1.2.1 '@reduxjs/toolkit': ^1.8.1 @@ -1798,7 +1798,7 @@ importers: '@typescript-eslint/parser': ^5.25.0 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 hex-rgba: ^1.0.2 immutable: ^4.0.0 @@ -1814,7 +1814,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@redux-devtools/ui': link:../redux-devtools-ui '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 @@ -1829,13 +1829,13 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@redux-devtools/core': link:../redux-devtools '@reduxjs/toolkit': 1.8.1_react@17.0.2 '@types/hex-rgba': 1.0.1 @@ -1845,7 +1845,7 @@ importers: '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 react: 17.0.2 redux: 4.2.0 @@ -1854,12 +1854,12 @@ importers: packages/redux-devtools-rtk-query-monitor/demo: specifiers: - '@babel/core': ^7.17.12 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@chakra-ui/react': ^1.8.8 '@emotion/react': ^11.9.0 '@emotion/styled': ^11.8.1 @@ -1881,12 +1881,12 @@ importers: css-loader: ^6.7.1 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 framer-motion: ^6.3.3 html-webpack-plugin: ^5.5.0 - msw: ^0.39.2 + msw: ^0.40.2 react: ^17.0.2 react-dom: ^17.0.2 react-icons: ^4.3.1 @@ -1901,17 +1901,17 @@ importers: webpack-cli: ^4.9.2 webpack-dev-server: ^4.9.0 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@chakra-ui/react': 1.8.8_qaq3qtwi74meo7khtwcm3ybelq - '@emotion/react': 11.9.0_tovnxza3ewbqrne2boekua65yu - '@emotion/styled': 11.8.1_h6jhz2syqun76iafryt4i7puoy - '@mswjs/data': 0.10.1 + '@emotion/react': 11.9.0_citxzijaigt45he3z6kuy2ivbq + '@emotion/styled': 11.8.1_3mkbovqfrbpc53bljqhapolzfu + '@mswjs/data': 0.10.1_typescript@4.6.4 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. '@reduxjs/toolkit': 1.8.1_5pkls4ykqn3fjecvle55rtusye framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m - msw: 0.39.2 + msw: 0.40.2_typescript@4.6.4 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-icons: 4.3.1_react@17.0.2 @@ -1920,11 +1920,11 @@ importers: react-router-dom: 6.3.0_sfoxds7t5ydpegc3knd667wn6m styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 devDependencies: - '@babel/core': 7.17.12 - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/copy-webpack-plugin': 8.0.1_webpack-cli@4.9.2 '@types/node': 16.11.36 '@types/react': 17.0.45 @@ -1932,13 +1932,13 @@ importers: '@types/styled-components': 5.1.25 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby copy-webpack-plugin: 11.0.0_webpack@5.72.1 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.1 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-webpack-plugin: 5.5.0_webpack@5.72.1 @@ -1952,12 +1952,12 @@ importers: packages/redux-devtools-serialize: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@types/jest': ^27.5.1 '@types/jsan': ^3.1.2 '@typescript-eslint/eslint-plugin': ^5.25.0 @@ -1969,18 +1969,18 @@ importers: jest: ^27.5.1 jsan: ^3.1.14 rimraf: ^3.0.2 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jsan: 3.1.14 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/jest': 27.5.1 '@types/jsan': 3.1.2 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae @@ -1991,19 +1991,19 @@ importers: immutable: 4.0.0 jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u typescript: 4.6.4 packages/redux-devtools-slider-monitor: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@redux-devtools/ui': ^1.2.1 '@rollup/plugin-babel': ^5.3.1 @@ -2015,54 +2015,54 @@ importers: '@typescript-eslint/parser': ^5.25.0 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 prop-types: ^15.8.1 react: ^17.0.2 redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - rollup: ^2.73.0 + rollup: ^2.74.1 rollup-plugin-typescript2: ^0.31.2 tslib: ^2.4.0 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.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.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@redux-devtools/core': link:../redux-devtools - '@rollup/plugin-babel': 5.3.1_cozkpsv5bxi2sl4sehld7oc7ze + '@rollup/plugin-babel': 5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4 '@types/node': 16.11.36 '@types/react': 17.0.45 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 react: 17.0.2 redux: 4.2.0 rimraf: 3.0.2 - rollup: 2.73.0 - rollup-plugin-typescript2: 0.31.2_anzmtkbpu2qkzgkvydr4fm6zcm + rollup: 2.74.1 + rollup-plugin-typescript2: 0.31.2_lq4dy2bb4fhoyaf2vwyb4geyfa tslib: 2.4.0 typescript: 4.6.4 packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: - '@babel/core': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 '@redux-devtools/core': ^3.12.0 @@ -2075,7 +2075,7 @@ importers: '@types/react': ^17.0.45 '@types/react-dom': ^17.0.17 '@types/styled-components': ^5.1.25 - '@types/webpack-env': ^1.16.4 + '@types/webpack-env': ^1.17.0 '@typescript-eslint/eslint-plugin': ^5.25.0 '@typescript-eslint/parser': ^5.25.0 babel-loader: ^8.2.5 @@ -2084,7 +2084,7 @@ importers: css-loader: ^6.7.1 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 html-webpack-plugin: ^5.5.0 @@ -2117,25 +2117,25 @@ importers: styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/classnames': 2.3.1 '@types/node': 16.11.36 '@types/prop-types': 15.7.5 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 '@types/styled-components': 5.1.25 - '@types/webpack-env': 1.16.4 + '@types/webpack-env': 1.17.0 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.1 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-webpack-plugin: 5.5.0_webpack@5.72.1 @@ -2149,16 +2149,16 @@ importers: packages/redux-devtools-ui: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@rjsf/core': ^4.2.0 - '@storybook/addon-essentials': ^6.4.22 - '@storybook/react': ^6.4.22 + '@storybook/addon-essentials': ^6.5.3 + '@storybook/react': ^6.5.3 '@testing-library/dom': ^8.13.0 '@testing-library/react': ^12.1.5 '@testing-library/user-event': ^13.5.0 @@ -2176,13 +2176,13 @@ importers: '@typescript-eslint/parser': ^5.25.0 babel-loader: ^8.2.5 base16: ^1.0.0 - codemirror: ^5.65.3 + codemirror: ^5.65.4 color: ^4.2.3 csstype: ^3.1.0 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.2.2 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 jest: ^27.5.1 ncp: ^2.0.0 @@ -2193,6 +2193,7 @@ importers: react-is: ^17.0.2 react-select: ^5.3.2 redux-devtools-themes: ^1.0.0 + require-from-string: ^2.0.2 rimraf: ^3.0.2 simple-element-resize-detector: ^1.3.0 styled-components: ^5.3.5 @@ -2201,11 +2202,11 @@ importers: stylelint-config-standard: ^25.0.0 stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 - ts-jest: ^27.1.4 + ts-jest: ^27.1.5 typescript: ~4.6.4 webpack: ^5.72.1 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@rjsf/core': 4.2.0_react@17.0.2 '@types/base16': 1.0.2 '@types/codemirror': 5.60.5 @@ -2214,23 +2215,23 @@ importers: '@types/redux-devtools-themes': 1.0.0 '@types/simple-element-resize-detector': 1.3.0 base16: 1.0.0 - codemirror: 5.65.3 + codemirror: 5.65.4 color: 4.2.3 prop-types: 15.8.1 react-icons: 4.3.1_react@17.0.2 - react-select: 5.3.2_zhzxxaczhjwvzykqgyst2rkz7u + react-select: 5.3.2_lmhfscgx62jidon3fv3k3zx3ui redux-devtools-themes: 1.0.0 simple-element-resize-detector: 1.3.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 - '@storybook/addon-essentials': 6.4.22_pbigp24u7drhm5m5llyhdcdzze - '@storybook/react': 6.4.22_smxc577fe2tslk7br2tcidg2pm + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 + '@storybook/addon-essentials': 6.5.3_3c2hxidisfra7tungulu76v7aa + '@storybook/react': 6.5.3_xvvtbb2x5retmx74hhbmxcieqi '@testing-library/dom': 8.13.0 '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m '@testing-library/user-event': 13.5.0_tlwynutqiyp5mns3woioasuxnq @@ -2240,18 +2241,19 @@ importers: '@types/styled-components': 5.1.25 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby csstype: 3.1.0 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-jest: 26.2.2_soqyufh3dfswswdcr6xqvc2ymm - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 ncp: 2.0.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-is: 17.0.2 + require-from-string: 2.0.2 rimraf: 3.0.2 styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 stylelint: 14.8.2 @@ -2259,19 +2261,19 @@ importers: stylelint-config-standard: 25.0.0_stylelint@14.8.2 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe + ts-jest: 27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u typescript: 4.6.4 webpack: 5.72.1 packages/redux-devtools-utils: specifiers: '@babel/cli': ^7.17.10 - '@babel/core': ^7.17.12 + '@babel/core': ^7.18.0 '@babel/eslint-parser': ^7.17.0 - '@babel/plugin-transform-runtime': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/plugin-transform-runtime': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-typescript': ^7.17.12 - '@babel/runtime': ^7.17.9 + '@babel/runtime': ^7.18.0 '@redux-devtools/core': ^3.12.0 '@redux-devtools/serialize': ^0.4.1 '@types/get-params': ^0.1.0 @@ -2291,7 +2293,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.6.4 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/serialize': link:../redux-devtools-serialize '@types/get-params': 0.1.0 @@ -2302,12 +2304,12 @@ importers: nanoid: 3.3.4 redux: 4.2.0 devDependencies: - '@babel/cli': 7.17.10_@babel+core@7.17.12 - '@babel/core': 7.17.12 - '@babel/eslint-parser': 7.17.0_fn4dzvyq7vsot3o3a6ksoqione - '@babel/plugin-transform-runtime': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/cli': 7.17.10_@babel+core@7.18.0 + '@babel/core': 7.18.0 + '@babel/eslint-parser': 7.17.0_7t2yolyars6czkilggfmtak3ge + '@babel/plugin-transform-runtime': 7.18.0_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/jsan': 3.1.2 '@types/lodash': 4.14.182 '@types/node': 16.11.36 @@ -2320,8 +2322,8 @@ importers: packages/redux-devtools/examples/counter: specifiers: - '@babel/core': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 '@redux-devtools/core': ^3.12.0 @@ -2331,14 +2333,14 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^17.0.45 '@types/react-dom': ^17.0.17 - '@types/webpack-env': ^1.16.4 + '@types/webpack-env': ^1.17.0 '@typescript-eslint/eslint-plugin': ^5.25.0 '@typescript-eslint/parser': ^5.25.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 html-webpack-plugin: ^5.5.0 @@ -2364,22 +2366,22 @@ importers: redux: 4.2.0 redux-thunk: 2.4.1_redux@4.2.0 devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/node': 16.11.36 '@types/prop-types': 15.7.5 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 - '@types/webpack-env': 1.16.4 + '@types/webpack-env': 1.17.0 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-webpack-plugin: 5.5.0_webpack@5.72.1 @@ -2391,8 +2393,8 @@ importers: packages/redux-devtools/examples/todomvc: specifiers: - '@babel/core': ^7.17.12 - '@babel/preset-env': ^7.17.12 + '@babel/core': ^7.18.0 + '@babel/preset-env': ^7.18.0 '@babel/preset-react': ^7.17.12 '@babel/preset-typescript': ^7.17.12 '@redux-devtools/core': ^3.12.0 @@ -2403,7 +2405,7 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^17.0.45 '@types/react-dom': ^17.0.17 - '@types/webpack-env': ^1.16.4 + '@types/webpack-env': ^1.17.0 '@typescript-eslint/eslint-plugin': ^5.25.0 '@typescript-eslint/parser': ^5.25.0 babel-loader: ^8.2.5 @@ -2412,7 +2414,7 @@ importers: css-loader: ^6.7.1 eslint: ^8.15.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.29.4 + eslint-plugin-react: ^7.30.0 eslint-plugin-react-hooks: ^4.5.0 fork-ts-checker-webpack-plugin: ^7.2.11 html-webpack-plugin: ^5.5.0 @@ -2440,24 +2442,24 @@ importers: redux: 4.2.0 todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 '@types/classnames': 2.3.1 '@types/node': 16.11.36 '@types/prop-types': 15.7.5 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 - '@types/webpack-env': 1.16.4 + '@types/webpack-env': 1.17.0 '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.1 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 fork-ts-checker-webpack-plugin: 7.2.11_gp3atwgq76mgimstdygasg64n4 html-webpack-plugin: 5.5.0_webpack@5.72.1 @@ -2517,14 +2519,14 @@ packages: xss: 1.0.11 dev: false - /@babel/cli/7.17.10_@babel+core@7.17.12: + /@babel/cli/7.17.10_@babel+core@7.18.0: resolution: {integrity: sha512-OygVO1M2J4yPMNOW9pb+I6kFGpQK77HmG44Oz3hg8xQIl5L/2zq+ZohwAdSaqYgVwM0SfmPHZHphH4wR8qzVYw==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@jridgewell/trace-mapping': 0.3.13 commander: 4.1.1 convert-source-map: 1.8.0 @@ -2553,13 +2555,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.12 - '@babel/helper-module-transforms': 7.17.12 - '@babel/helpers': 7.17.9 - '@babel/parser': 7.17.12 + '@babel/generator': 7.18.0 + '@babel/helper-module-transforms': 7.18.0 + '@babel/helpers': 7.18.0 + '@babel/parser': 7.18.0 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2572,20 +2574,20 @@ packages: - supports-color dev: true - /@babel/core/7.17.12: - resolution: {integrity: sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==} + /@babel/core/7.18.0: + resolution: {integrity: sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.12 - '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12 - '@babel/helper-module-transforms': 7.17.12 - '@babel/helpers': 7.17.9 - '@babel/parser': 7.17.12 + '@babel/generator': 7.18.0 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0 + '@babel/helper-module-transforms': 7.18.0 + '@babel/helpers': 7.18.0 + '@babel/parser': 7.18.0 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2595,25 +2597,25 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.17.0_fn4dzvyq7vsot3o3a6ksoqione: + /@babel/eslint-parser/7.17.0_7t2yolyars6czkilggfmtak3ge: resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==} 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.17.12 + '@babel/core': 7.18.0 eslint: 8.15.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true - /@babel/generator/7.17.12: - resolution: {integrity: sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==} + /@babel/generator/7.18.0: + resolution: {integrity: sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 '@jridgewell/gen-mapping': 0.3.1 jsesc: 2.5.2 @@ -2621,36 +2623,36 @@ packages: resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 /@babel/helper-builder-binary-assignment-operator-visitor/7.16.7: resolution: {integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.16.7 - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 dev: true - /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.12: + /@babel/helper-compilation-targets/7.17.10_@babel+core@7.18.0: resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.17.10 - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-validator-option': 7.16.7 browserslist: 4.20.3 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.17.12_@babel+core@7.17.12: + /@babel/helper-create-class-features-plugin/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-sZoOeUTkFJMyhqCei2+Z+wtH/BehW8NVKQt7IRUQlRiOARuXymJYfN/FCcI8CvVbR0XVyDM6eLFOlR7YtiXnew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.17.9 @@ -2662,27 +2664,45 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.17.12: + /@babel/helper-create-class-features-plugin/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.18.0 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.17.9 + '@babel/helper-member-expression-to-functions': 7.17.7 + '@babel/helper-optimise-call-expression': 7.16.7 + '@babel/helper-replace-supers': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-annotate-as-pure': 7.16.7 regexpu-core: 5.0.1 dev: true - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.17.12: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.18.0: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 - '@babel/traverse': 7.17.12 + '@babel/traverse': 7.18.0 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.0 @@ -2691,16 +2711,16 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.12: + /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.18.0: resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 - '@babel/traverse': 7.17.12 + '@babel/traverse': 7.18.0 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.0 @@ -2713,13 +2733,13 @@ packages: resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 /@babel/helper-explode-assignable-expression/7.16.7: resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 dev: true /@babel/helper-function-name/7.17.9: @@ -2727,29 +2747,29 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 /@babel/helper-hoist-variables/7.16.7: resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 /@babel/helper-member-expression-to-functions/7.17.7: resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 dev: true /@babel/helper-module-imports/7.16.7: resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 - /@babel/helper-module-transforms/7.17.12: - resolution: {integrity: sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==} + /@babel/helper-module-transforms/7.18.0: + resolution: {integrity: sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.16.7 @@ -2758,8 +2778,8 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 transitivePeerDependencies: - supports-color dev: true @@ -2768,7 +2788,7 @@ packages: resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 dev: true /@babel/helper-plugin-utils/7.10.4: @@ -2785,7 +2805,7 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-wrap-function': 7.16.8 - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 transitivePeerDependencies: - supports-color dev: true @@ -2797,8 +2817,8 @@ packages: '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-member-expression-to-functions': 7.17.7 '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 transitivePeerDependencies: - supports-color dev: true @@ -2807,21 +2827,21 @@ packages: resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.16.0: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 dev: true /@babel/helper-split-export-declaration/7.16.7: resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 /@babel/helper-validator-identifier/7.16.7: resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==} @@ -2838,19 +2858,19 @@ packages: dependencies: '@babel/helper-function-name': 7.17.9 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.17.9: - resolution: {integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==} + /@babel/helpers/7.18.0: + resolution: {integrity: sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 transitivePeerDependencies: - supports-color dev: true @@ -2868,163 +2888,171 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 + dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.17.12: + /@babel/parser/7.18.0: + resolution: {integrity: sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.18.0 + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.17.12: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12 + '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-remap-async-to-generator': 7.16.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-8ILyDG6eL14F8iub97dVc8q35Md0PJYAnA5Kz9NACFOkt6ffCcr0FISyUPKHsvuAy36fkpIitxZ9bVYPFMGQHA==} + /@babel/plugin-proposal-class-static-block/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.12 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-decorators/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-gL0qSSeIk/VRfTDgtQg/EtejENssN/r3p5gJsPie1UacwiHibprpr19Z0pcK3XKuqQvjGVxsQ37Tl1MGfXzonA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-replace-supers': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/plugin-syntax-decorators': 7.17.12_@babel+core@7.17.12 + '@babel/plugin-syntax-decorators': 7.17.12_@babel+core@7.18.0 charcodes: 0.2.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.12: + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-export-default-from/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-export-default-from/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-LpsTRw725eBAXXKUOnJJct+SEaOzwR78zahcLuripD2+dKc2Sj+8Q2DzA+GC/jOpOu/KlDXuxrzG214o1zTauQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.17.12 + '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.12 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.12: + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.0 dev: true /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: @@ -3033,187 +3061,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.17.12 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-6l9cO3YXXRh4yPCPRA776ZyJ3RobG4ZKJZhp7NDRbKIOeV3dBPG8FXCF7ZtiO2RTCIOkQOph1xDDcc01iWVNjQ==} + /@babel/plugin-proposal-object-rest-spread/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.17.10 - '@babel/core': 7.17.12 - '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.12: + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.0 dev: true - /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.12 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.17.12: + /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.12: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.12: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.18.0: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.12: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.12: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.0: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-decorators/7.17.12_@babel+core@7.17.12: + /@babel/plugin-syntax-decorators/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-D1Hz0qtGTza8K2xGyEdVNCYLdVHukAcbQr4K3/s6r/esadyEriZovpJimQOpu8ju4/jV8dW/1xdaE0UpDroidw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.12: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.0: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.17.12: + /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.12: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.0: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-flow/7.17.12_@babel+core@7.17.12: + /@babel/plugin-syntax-flow/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-B8QIgBvkIG6G2jgsOHQUist7Sm0EBLDCx8sen072IwqNuzMegZNXrYnSv77cYzA8mLDZAfQYqsLIhimiP1s2HQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.12: + /@babel/plugin-syntax-import-assertions/7.17.12_@babel+core@7.18.0: + resolution: {integrity: sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.0 + '@babel/helper-plugin-utils': 7.17.12 + dev: true + + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.0: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.12: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true @@ -3226,39 +3264,39 @@ packages: '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.17.12: + /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.12: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.12: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.12: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true @@ -3271,80 +3309,80 @@ packages: '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.12: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.12: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.12: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.12: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.0: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.12: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.0: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.17.12: + /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-remap-async-to-generator': 7.16.8 @@ -3352,33 +3390,33 @@ packages: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-block-scoping/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-block-scoping/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-jw8XW/B1i7Lqwqj2CbrViPcZijSxfguBWZP2aN59NHgxUyO/OcO1mfdCxH13QhN5LbWhPkX+f+brKGhZTiqtZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-classes/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-classes/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-cvO7lc7pZat6BsvH6l/EGaI8zpl8paICaoGk+7x7guvtfak/TbIf66nYmJOH13EuG0H+Xx3M+9LQDtSvZFKXKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.17.9 @@ -3391,133 +3429,133 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-destructuring/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-P8pt0YiKtX5UMUL5Xzsc9Oyij+pJE6JuC+F1k0/brq/OOGs5jDa1If3OY0LRWGvJsJhI+8tsiecL3nJLc0WTlg==} + /@babel/plugin-transform-destructuring/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-flow-strip-types/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-flow-strip-types/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-g8cSNt+cHCpG/uunPQELdq/TeV3eg1OLJYwxypwHtAWo9+nErH3lQx9CSO2uI9lF74A0mR0t4KoMjs1snSgnTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-flow': 7.17.12_@babel+core@7.17.12 + '@babel/plugin-syntax-flow': 7.17.12_@babel+core@7.18.0 dev: true - /@babel/plugin-transform-for-of/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-for-of/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0 '@babel/helper-function-name': 7.17.9 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-literals/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-literals/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-modules-amd/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-p5rt9tB5Ndcc2Za7CeNxVf7YAjRcUMR6yi8o8tKjb9KhRkEvXwa+C0hj6DA5bVDkKRxB0NYhMUGbVKoFu4+zEA==} + /@babel/plugin-transform-modules-amd/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-module-transforms': 7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-module-transforms': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-tVPs6MImAJz+DiX8Y1xXEMdTk5Lwxu9jiPjlS+nv5M2A59R7+/d1+9A8C/sbuY0b3QjIxqClkj6KAplEtRvzaA==} + /@babel/plugin-transform-modules-commonjs/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-module-transforms': 7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-module-transforms': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-simple-access': 7.17.7 babel-plugin-dynamic-import-node: 2.3.3 @@ -3525,15 +3563,15 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-NVhDb0q00hqZcuLduUf/kMzbOQHiocmPbIxIvk23HLiEqaTKC/l4eRxeC7lO63M72BmACoiKOcb9AkOAJRerpw==} + /@babel/plugin-transform-modules-systemjs/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-vwKpxdHnlM5tIrRt/eA0bzfbi7gUBLN08vLu38np1nZevlPySRe6yvuATJB5F/WPJ+ur4OXwpVYq9+BsxqAQuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-hoist-variables': 7.16.7 - '@babel/helper-module-transforms': 7.17.12 + '@babel/helper-module-transforms': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-validator-identifier': 7.16.7 babel-plugin-dynamic-import-node: 2.3.3 @@ -3541,47 +3579,47 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-BnsPkrUHsjzZGpnrmJeDFkOMMljWFHPjDc9xDcz71/C+ybF3lfC3V4m3dwXPLZrE5b3bgd4V+3/Pj+3620d7IA==} + /@babel/plugin-transform-modules-umd/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-module-transforms': 7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-module-transforms': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-new-target/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-new-target/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-CaOtzk2fDYisbjAD4Sd1MTKGVIpRtx9bWLyj24Y/k6p4s4gQ3CqDGJauFJxt8M/LEx003d0i3klVqnN73qvK3w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-replace-supers': 7.16.7 transitivePeerDependencies: @@ -3598,191 +3636,192 @@ packages: '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-react-jsx-development/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-react-jsx-development/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.0 dev: true - /@babel/plugin-transform-react-jsx/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-react-jsx/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-Lcaw8bxd1DKht3thfD4A12dqo1X16he1Lm8rIv8sTwjAYNInRS1qHa9aJoqvzpscItXvftKDCfaEQzwoVyXpEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.17.12 - '@babel/types': 7.17.12 + '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.0 + '@babel/types': 7.18.0 dev: true - /@babel/plugin-transform-react-pure-annotations/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-react-pure-annotations/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.12: - resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==} + /@babel/plugin-transform-regenerator/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-plugin-utils': 7.17.12 regenerator-transform: 0.15.0 dev: true - /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-runtime/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-xsl5MeGjWnmV6Ui9PfILM2+YRpa3GqLOrczPpXV3N2KCgQGU+sU8OfzuMbjkIdfvZEZIm+3y0V7w58sk0SGzlw==} + /@babel/plugin-transform-runtime/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-7kM/jJ3DD/y1hDPn0jov12DoUIFsxLiItprhNydUSibxaywaxNqKwq+ODk72J9ePn4LWobIc5ik6TAJhVl8IkQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.17.12 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.12 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.12 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.12 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.0 + babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.0 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-spread/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-spread/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 dev: true - /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-template-literals/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-template-literals/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-typescript/7.17.12_@babel+core@7.17.12: + /@babel/plugin-transform-typescript/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-ICbXZqg6hgenjmwciVI/UfqZtExBrZOrS8sLB5mTHGO/j08Io3MmooULBiijWk9JBknjM3CbbtTc/0ZsqLrjXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.12: + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.18.0: resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 dev: true @@ -3794,152 +3833,153 @@ packages: regenerator-runtime: 0.13.9 dev: false - /@babel/preset-env/7.17.12_@babel+core@7.17.12: - resolution: {integrity: sha512-Kke30Rj3Lmcx97bVs71LO0s8M6FmJ7tUAQI9fNId62rf0cYG1UAWwdNO9/sE0/pLEahAw1MqMorymoD12bj5Fg==} + /@babel/preset-env/7.18.0_@babel+core@7.18.0: + resolution: {integrity: sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.17.10 - '@babel/core': 7.17.12 - '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-class-static-block': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-proposal-object-rest-spread': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.12 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.12 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.12 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.12 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-destructuring': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-for-of': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-modules-amd': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-modules-commonjs': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-modules-systemjs': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-modules-umd': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-new-target': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.12 - '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.12 - '@babel/preset-modules': 0.1.5_@babel+core@7.17.12 - '@babel/types': 7.17.12 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.12 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.12 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.12 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-class-static-block': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-import-assertions': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.0 + '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-for-of': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-modules-amd': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-transform-modules-commonjs': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-transform-modules-systemjs': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-transform-modules-umd': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-new-target': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-regenerator': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.18.0 + '@babel/preset-modules': 0.1.5_@babel+core@7.18.0 + '@babel/types': 7.18.0 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.0 + babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.0 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.0 core-js-compat: 3.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow/7.17.12_@babel+core@7.17.12: + /@babel/preset-flow/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-7QDz7k4uiaBdu7N89VKjUn807pJRXmdirQu0KyR9LXnQrr5Jt41eIMKTS7ljej+H29erwmMrwq9Io9mJHLI3Lw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-flow-strip-types': 7.17.12_@babel+core@7.17.12 + '@babel/plugin-transform-flow-strip-types': 7.17.12_@babel+core@7.18.0 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.17.12: + /@babel/preset-modules/0.1.5_@babel+core@7.18.0: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.12 - '@babel/types': 7.17.12 + '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.0 + '@babel/types': 7.18.0 esutils: 2.0.3 dev: true - /@babel/preset-react/7.17.12_@babel+core@7.17.12: + /@babel/preset-react/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-h5U+rwreXtZaRBEQhW1hOJLMq8XNJBQ/9oymXiCXTuT/0uOwpbT0gUt+sXeOqoXBgNuUKI7TaObVwoEyWkpFgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-react-pure-annotations': 7.16.7_@babel+core@7.17.12 + '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-react-pure-annotations': 7.16.7_@babel+core@7.18.0 dev: true - /@babel/preset-typescript/7.17.12_@babel+core@7.17.12: + /@babel/preset-typescript/7.17.12_@babel+core@7.18.0: resolution: {integrity: sha512-S1ViF8W2QwAKUGJXxP9NAfNaqGDdEBJKpYkxHf5Yy2C4NPPzXGeR3Lhk7G8xJaaLcFTRfNjVbtbVtm8Gb0mqvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-plugin-utils': 7.17.12 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-typescript': 7.17.12_@babel+core@7.17.12 + '@babel/plugin-transform-typescript': 7.17.12_@babel+core@7.18.0 transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.17.7_@babel+core@7.17.12: + /@babel/register/7.17.7_@babel+core@7.18.0: resolution: {integrity: sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -3961,26 +4001,32 @@ packages: dependencies: regenerator-runtime: 0.13.9 + /@babel/runtime/7.18.0: + resolution: {integrity: sha512-YMQvx/6nKEaucl0MY56mwIG483xk8SDNdlUwb2Ts6FUpr7fm85DxEmsY18LXBNhcTz6tO6JwZV8w1W06v8UKeg==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 + /@babel/template/7.16.7: resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/parser': 7.17.12 - '@babel/types': 7.17.12 + '@babel/parser': 7.18.0 + '@babel/types': 7.18.0 /@babel/traverse/7.17.12: resolution: {integrity: sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.12 + '@babel/generator': 7.18.0 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.17.9 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.17.12 - '@babel/types': 7.17.12 + '@babel/parser': 7.18.0 + '@babel/types': 7.18.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -3992,20 +4038,38 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.12 + '@babel/generator': 7.18.0 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.17.9 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.17.12 - '@babel/types': 7.17.12 + '@babel/parser': 7.18.0 + '@babel/types': 7.18.0 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.17.12: - resolution: {integrity: sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==} + /@babel/traverse/7.18.0: + resolution: {integrity: sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.16.7 + '@babel/generator': 7.18.0 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.17.9 + '@babel/helper-hoist-variables': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + '@babel/parser': 7.18.0 + '@babel/types': 7.18.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/types/7.18.0: + resolution: {integrity: sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 @@ -4175,7 +4239,7 @@ packages: '@emotion/react': '>=10.0.35' react: '>=16.8.6' dependencies: - '@emotion/react': 11.9.0_tovnxza3ewbqrne2boekua65yu + '@emotion/react': 11.9.0_citxzijaigt45he3z6kuy2ivbq react: 17.0.2 dev: false @@ -4451,8 +4515,8 @@ packages: '@chakra-ui/react-env': 1.1.6_react@17.0.2 '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.9.0_tovnxza3ewbqrne2boekua65yu - '@emotion/styled': 11.8.1_h6jhz2syqun76iafryt4i7puoy + '@emotion/react': 11.9.0_citxzijaigt45he3z6kuy2ivbq + '@emotion/styled': 11.8.1_3mkbovqfrbpc53bljqhapolzfu react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: false @@ -4546,8 +4610,8 @@ packages: '@chakra-ui/transition': 1.4.8_tz5ov5ixqq7rkjq2pbaydc2e74 '@chakra-ui/utils': 1.10.4 '@chakra-ui/visually-hidden': 1.1.6_5qblqjf622vzzkdskgddihcrca - '@emotion/react': 11.9.0_tovnxza3ewbqrne2boekua65yu - '@emotion/styled': 11.8.1_h6jhz2syqun76iafryt4i7puoy + '@emotion/react': 11.9.0_citxzijaigt45he3z6kuy2ivbq + '@emotion/styled': 11.8.1_3mkbovqfrbpc53bljqhapolzfu framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -4580,8 +4644,8 @@ packages: '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y '@chakra-ui/theme': 1.14.1_@chakra-ui+system@1.12.1 '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.9.0_tovnxza3ewbqrne2boekua65yu - '@emotion/styled': 11.8.1_h6jhz2syqun76iafryt4i7puoy + '@emotion/react': 11.9.0_citxzijaigt45he3z6kuy2ivbq + '@emotion/styled': 11.8.1_3mkbovqfrbpc53bljqhapolzfu react: 17.0.2 dev: false @@ -4655,8 +4719,8 @@ packages: '@chakra-ui/react-utils': 1.2.3_react@17.0.2 '@chakra-ui/styled-system': 1.19.0 '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.9.0_tovnxza3ewbqrne2boekua65yu - '@emotion/styled': 11.8.1_h6jhz2syqun76iafryt4i7puoy + '@emotion/react': 11.9.0_citxzijaigt45he3z6kuy2ivbq + '@emotion/styled': 11.8.1_3mkbovqfrbpc53bljqhapolzfu react: 17.0.2 react-fast-compare: 3.2.0 dev: false @@ -5041,15 +5105,15 @@ packages: transitivePeerDependencies: - supports-color - /@emotion/babel-plugin/11.9.2_@babel+core@7.17.12: + /@emotion/babel-plugin/11.9.2_@babel+core@7.18.0: resolution: {integrity: sha512-Pr/7HGH6H6yKgnVFNEj2MVlreu3ADqftqjqwUvDy/OJzKFgxKeTQ+eeUf20FOTuHVkDON2iNa25rAXVYtWJCjw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.17.12 - '@babel/runtime': 7.17.9 + '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.0 + '@babel/runtime': 7.18.0 '@emotion/hash': 0.8.0 '@emotion/memoize': 0.7.5 '@emotion/serialize': 1.0.3 @@ -5061,15 +5125,6 @@ packages: stylis: 4.0.13 dev: false - /@emotion/cache/10.0.29: - resolution: {integrity: sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==} - dependencies: - '@emotion/sheet': 0.9.4 - '@emotion/stylis': 0.8.5 - '@emotion/utils': 0.11.3 - '@emotion/weak-memoize': 0.2.5 - dev: true - /@emotion/cache/11.7.1: resolution: {integrity: sha512-r65Zy4Iljb8oyjtLeCuBH8Qjiy107dOYC6SJq7g7GV5UCQWMObY4SJDPGFjiiVpPrOJ2hmJOoBiYTC7hwx9E2A==} dependencies: @@ -5080,35 +5135,16 @@ packages: stylis: 4.0.13 dev: false - /@emotion/core/10.3.1_react@17.0.2: - resolution: {integrity: sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==} - peerDependencies: - react: '>=16.3.0' - dependencies: - '@babel/runtime': 7.17.9 - '@emotion/cache': 10.0.29 - '@emotion/css': 10.0.27 - '@emotion/serialize': 0.11.16 - '@emotion/sheet': 0.9.4 - '@emotion/utils': 0.11.3 - react: 17.0.2 - dev: true - - /@emotion/css/10.0.27: - resolution: {integrity: sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==} - dependencies: - '@emotion/serialize': 0.11.16 - '@emotion/utils': 0.11.3 - babel-plugin-emotion: 10.2.2 - dev: true - /@emotion/hash/0.8.0: resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} + dev: false /@emotion/is-prop-valid/0.8.8: resolution: {integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==} dependencies: '@emotion/memoize': 0.7.4 + dev: false + optional: true /@emotion/is-prop-valid/1.1.2: resolution: {integrity: sha512-3QnhqeL+WW88YjYbQL5gUIkthuMw7a0NGbZ7wfFVk2kg/CK5w8w5FFa0RzWjyY1+sujN0NWbtSHH6OJmWHtJpQ==} @@ -5117,11 +5153,13 @@ packages: /@emotion/memoize/0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} + dev: false + optional: true /@emotion/memoize/0.7.5: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} - /@emotion/react/11.9.0_tovnxza3ewbqrne2boekua65yu: + /@emotion/react/11.9.0_citxzijaigt45he3z6kuy2ivbq: resolution: {integrity: sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -5133,9 +5171,9 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.17.12 - '@babel/runtime': 7.17.9 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/runtime': 7.18.0 + '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.0 '@emotion/cache': 11.7.1 '@emotion/serialize': 1.0.3 '@emotion/utils': 1.1.0 @@ -5145,16 +5183,6 @@ packages: react: 17.0.2 dev: false - /@emotion/serialize/0.11.16: - resolution: {integrity: sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==} - dependencies: - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.4 - '@emotion/unitless': 0.7.5 - '@emotion/utils': 0.11.3 - csstype: 2.6.20 - dev: true - /@emotion/serialize/1.0.3: resolution: {integrity: sha512-2mSSvgLfyV3q+iVh3YWgNlUc2a9ZlDU7DjuP5MjK3AXRR0dYigCrP99aeFtaB2L/hjfEZdSThn5dsZ0ufqbvsA==} dependencies: @@ -5165,41 +5193,11 @@ packages: csstype: 3.1.0 dev: false - /@emotion/sheet/0.9.4: - resolution: {integrity: sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==} - dev: true - /@emotion/sheet/1.1.0: resolution: {integrity: sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g==} dev: false - /@emotion/styled-base/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: - resolution: {integrity: sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==} - peerDependencies: - '@emotion/core': ^10.0.28 - react: '>=16.3.0' - dependencies: - '@babel/runtime': 7.17.9 - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/serialize': 0.11.16 - '@emotion/utils': 0.11.3 - react: 17.0.2 - dev: true - - /@emotion/styled/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: - resolution: {integrity: sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==} - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled-base': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m - babel-plugin-emotion: 10.2.2 - react: 17.0.2 - dev: true - - /@emotion/styled/11.8.1_h6jhz2syqun76iafryt4i7puoy: + /@emotion/styled/11.8.1_3mkbovqfrbpc53bljqhapolzfu: resolution: {integrity: sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -5212,11 +5210,11 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.17.12 - '@babel/runtime': 7.17.9 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/runtime': 7.18.0 + '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.0 '@emotion/is-prop-valid': 1.1.2 - '@emotion/react': 11.9.0_tovnxza3ewbqrne2boekua65yu + '@emotion/react': 11.9.0_citxzijaigt45he3z6kuy2ivbq '@emotion/serialize': 1.0.3 '@emotion/utils': 1.1.0 '@types/react': 17.0.45 @@ -5229,16 +5227,13 @@ packages: /@emotion/unitless/0.7.5: resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==} - /@emotion/utils/0.11.3: - resolution: {integrity: sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==} - dev: true - /@emotion/utils/1.1.0: resolution: {integrity: sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ==} dev: false /@emotion/weak-memoize/0.2.5: resolution: {integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==} + dev: false /@eslint/eslintrc/1.2.3: resolution: {integrity: sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==} @@ -5540,7 +5535,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5563,7 +5558,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5683,17 +5678,6 @@ packages: - supports-color dev: false - /@mdx-js/loader/1.6.22_react@17.0.2: - resolution: {integrity: sha512-9CjGwy595NaxAYp0hF9B/A0lH6C8Rms97e2JS9d3jVUtILn6pT5i5IV965ra3lIWc7Rs1GG1tBdVF7dCowYe6Q==} - dependencies: - '@mdx-js/mdx': 1.6.22 - '@mdx-js/react': 1.6.22_react@17.0.2 - loader-utils: 2.0.0 - transitivePeerDependencies: - - react - - supports-color - dev: true - /@mdx-js/mdx/1.6.22: resolution: {integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==} dependencies: @@ -5748,7 +5732,7 @@ packages: set-cookie-parser: 2.4.8 dev: false - /@mswjs/data/0.10.1: + /@mswjs/data/0.10.1_typescript@4.6.4: resolution: {integrity: sha512-ne1vRWjUK9W24mCvuTH0EGPYq1RM01NMF4UtjvrLuQYfCf2nKEoy+iw+/j5EzXxZv6G+VnKTtAlYm63cPWd+sw==} dependencies: '@types/lodash': 4.14.182 @@ -5765,10 +5749,11 @@ packages: strict-event-emitter: 0.2.4 uuid: 8.3.2 optionalDependencies: - msw: 0.39.2 + msw: 0.40.2_typescript@4.6.4 transitivePeerDependencies: - encoding - supports-color + - typescript dev: false /@mswjs/interceptors/0.15.1: @@ -5839,8 +5824,8 @@ packages: - typescript dev: true - /@nrwl/nx-cloud/14.0.3: - resolution: {integrity: sha512-08t9vnRzA5SAkG6gp+NrAGauraepHH0v4IByO4NQ+7JJ7JMWw0nt6fp/70wofRmem7MGQ+Y/AIgIc5T0m89k+w==} + /@nrwl/nx-cloud/14.0.5: + resolution: {integrity: sha512-ADLGWiorW7sHT9hJw1OrxCG9JE9ALYfzNtXWJbvn4ulERul3hSsj+7P+uyUBtflpCrG1bmw5SxkQ77EH/DkY5A==} hasBin: true dependencies: axios: 0.21.4 @@ -5875,7 +5860,7 @@ packages: node-gyp-build: 4.4.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.6_a3gyllrqvxpec3fpybsrposvju: + /@pmmmwh/react-refresh-webpack-plugin/0.5.6_jj4bc5mcn3kl4p4jwsxgmjil3i: resolution: {integrity: sha512-IIWxofIYt/AbMwoeBgj+O2aAXLrlCQVg+A4a2zfpXFNHgP8o8rvi3v+oe5t787Lj+KXlKOh8BAiUp9bhuELXhg==} engines: {node: '>= 10.13'} peerDependencies: @@ -5911,11 +5896,12 @@ packages: react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.3 - webpack: 4.46.0 + webpack: 5.72.1 dev: true /@popperjs/core/2.11.5: resolution: {integrity: sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==} + dev: false /@protobufjs/aspromise/1.1.2: resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} @@ -6090,7 +6076,7 @@ packages: react: 17.0.2 react-is: 16.13.1 - /@rollup/plugin-babel/5.3.1_cozkpsv5bxi2sl4sehld7oc7ze: + /@rollup/plugin-babel/5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -6101,44 +6087,44 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@babel/helper-module-imports': 7.16.7 - '@rollup/pluginutils': 3.1.0_rollup@2.73.0 - rollup: 2.73.0 + '@rollup/pluginutils': 3.1.0_rollup@2.74.1 + rollup: 2.74.1 dev: true - /@rollup/plugin-commonjs/22.0.0_rollup@2.73.0: + /@rollup/plugin-commonjs/22.0.0_rollup@2.74.1: resolution: {integrity: sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==} engines: {node: '>= 12.0.0'} peerDependencies: rollup: ^2.68.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.73.0 + '@rollup/pluginutils': 3.1.0_rollup@2.74.1 commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.2.3 is-reference: 1.2.1 magic-string: 0.25.9 resolve: 1.22.0 - rollup: 2.73.0 + rollup: 2.74.1 dev: true - /@rollup/plugin-node-resolve/13.3.0_rollup@2.73.0: + /@rollup/plugin-node-resolve/13.3.0_rollup@2.74.1: resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^2.42.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.73.0 + '@rollup/pluginutils': 3.1.0_rollup@2.74.1 '@types/resolve': 1.17.1 deepmerge: 4.2.2 is-builtin-module: 3.1.0 is-module: 1.0.0 resolve: 1.22.0 - rollup: 2.73.0 + rollup: 2.74.1 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.73.0: + /@rollup/pluginutils/3.1.0_rollup@2.74.1: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -6147,7 +6133,7 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 - rollup: 2.73.0 + rollup: 2.74.1 dev: true /@rollup/pluginutils/4.2.1: @@ -6193,23 +6179,24 @@ packages: resolution: {integrity: sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==} dev: true - /@storybook/addon-actions/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: - resolution: {integrity: sha512-t2w3iLXFul+R/1ekYxIEzUOZZmvEa7EzUAVAuCHP4i6x0jBnTTZ7sAIUVRaxVREPguH5IqI/2OklYhKanty2Yw==} + /@storybook/addon-actions/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-OYfG6dDFoNIPmtQ5vXum7m7U5MDg6rlwkaUpV3MkMVCnSAco0/GGRdsYBVO+fpfFFVxRUi3QFEv7xI0xyX2oiQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: optional: true react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m core-js: 3.22.5 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6220,32 +6207,30 @@ packages: react-dom: 17.0.2_react@17.0.2 react-inspector: 5.1.1_react@17.0.2 regenerator-runtime: 0.13.9 - telejson: 5.3.3 + telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 uuid-browser: 3.1.0 - transitivePeerDependencies: - - '@types/react' dev: true - /@storybook/addon-backgrounds/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: - resolution: {integrity: sha512-xQIV1SsjjRXP7P5tUoGKv+pul1EY8lsV7iBXQb5eGbp4AffBj3qoYBSZbX4uiazl21o0MQiQoeIhhaPVaFIIGg==} + /@storybook/addon-backgrounds/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-U8ic8fR7kACRvvSaElFaCOgb8ugU2NCtpv2CC3VzxCVWDCdaYivgpXQrvHe0GLYhIrySqgm1wP7q73oILl+Qcg==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: optional: true react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m core-js: 3.22.5 global: 4.4.0 memoizerific: 1.11.3 @@ -6254,37 +6239,34 @@ packages: regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 util-deprecate: 1.0.2 - transitivePeerDependencies: - - '@types/react' dev: true - /@storybook/addon-controls/6.4.22_4oyzhirqfqkbjszx3fpkty3wme: - resolution: {integrity: sha512-f/M/W+7UTEUnr/L6scBMvksq+ZA8GTfh3bomE5FtWyOyaFppq9k8daKAvdYNlzXAOrUUsoZVJDgpb20Z2VBiSQ==} + /@storybook/addon-controls/6.5.3_yj6ruygebibnk6ndttabjzq3xy: + resolution: {integrity: sha512-90dTS2ySo/u8t/UTY1snsfAJCszvJKW8FNbzxF1c+JwvErb6hrHq0JOSmFLOeRqPuvkKKB8q83vp6A6fXOU+gQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: optional: true react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-common': 6.4.22_yj6ruygebibnk6ndttabjzq3xy - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/node-logger': 6.4.22 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-common': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/node-logger': 6.5.3 + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m core-js: 3.22.5 lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 ts-dedent: 2.2.0 transitivePeerDependencies: - - '@types/react' - eslint - supports-color - typescript @@ -6293,29 +6275,94 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.4.22_7bizqvzwzycfeldn52goxdbg4m: - resolution: {integrity: sha512-9j+i+W+BGHJuRe4jUrqk6ubCzP4fc1xgFS2o8pakRiZgPn5kUQPdkticmsyh1XeEJifwhqjKJvkEDrcsleytDA==} + /@storybook/addon-docs/6.5.3_3c2hxidisfra7tungulu76v7aa: + resolution: {integrity: sha512-MC1Bwamw8lQvRMmGKsf4UcyNdQCYgpAB2o9m4R0EPA5byTkcEfAXkAwSP8atlP0/wQTjrwvyVgQuhchHmxnR0Q==} peerDependencies: - '@storybook/angular': 6.4.22 - '@storybook/html': 6.4.22 - '@storybook/react': 6.4.22 - '@storybook/vue': 6.4.22 - '@storybook/vue3': 6.4.22 - '@storybook/web-components': 6.4.22 - lit: ^2.0.0 - lit-html: ^1.4.1 || ^2.0.0 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - svelte: ^3.31.2 - sveltedoc-parser: ^4.1.0 - vue: ^2.6.10 || ^3.0.0 + '@storybook/mdx2-csf': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + '@storybook/mdx2-csf': + optional: true + react: + optional: true + react-dom: + optional: true + dependencies: + '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@jest/transform': 26.6.2 + '@mdx-js/react': 1.6.22_react@17.0.2 + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-common': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/docs-tools': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/mdx1-csf': 0.0.1-canary.1.867dcd5.0_@babel+core@7.18.0 + '@storybook/node-logger': 6.5.3 + '@storybook/postinstall': 6.5.3 + '@storybook/preview-web': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/source-loader': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + babel-loader: 8.2.5_qqaml4ljchhh37dxp4aoesgrby + core-js: 3.22.5 + fast-deep-equal: 3.1.3 + global: 4.4.0 + lodash: 4.17.21 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + remark-external-links: 8.0.0 + remark-slug: 6.1.0 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + transitivePeerDependencies: + - '@babel/core' + - eslint + - supports-color + - typescript + - vue-template-compiler + - webpack + - webpack-cli + - webpack-command + dev: true + + /@storybook/addon-essentials/6.5.3_3c2hxidisfra7tungulu76v7aa: + resolution: {integrity: sha512-ZVps1kFMB4OuKRS9vIo8u07u04zvU84jP4B7c5TcH/WxFbwPW9I9ePBcCv+QmkdhDTb3TGWRWQqv5zs4cnQ1YA==} + peerDependencies: + '@babel/core': ^7.9.6 + '@storybook/angular': '*' + '@storybook/builder-manager4': '*' + '@storybook/builder-manager5': '*' + '@storybook/builder-webpack4': '*' + '@storybook/builder-webpack5': '*' + '@storybook/html': '*' + '@storybook/vue': '*' + '@storybook/vue3': '*' + '@storybook/web-components': '*' + lit: '*' + lit-html: '*' + react: '*' + react-dom: '*' + svelte: '*' + sveltedoc-parser: '*' + vue: '*' webpack: '*' peerDependenciesMeta: '@storybook/angular': optional: true - '@storybook/html': + '@storybook/builder-manager4': optional: true - '@storybook/react': + '@storybook/builder-manager5': + optional: true + '@storybook/builder-webpack4': + optional: true + '@storybook/builder-webpack5': + optional: true + '@storybook/html': optional: true '@storybook/vue': optional: true @@ -6340,110 +6387,19 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.17.12 - '@babel/generator': 7.17.12 - '@babel/parser': 7.17.12 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@jest/transform': 26.6.2 - '@mdx-js/loader': 1.6.22_react@17.0.2 - '@mdx-js/mdx': 1.6.22 - '@mdx-js/react': 1.6.22_react@17.0.2 - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/builder-webpack4': 6.4.22_4oyzhirqfqkbjszx3fpkty3wme - '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core': 6.4.22_pifhcrj2vua7vvt3t4ods3v2gi - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/csf-tools': 6.4.22 - '@storybook/node-logger': 6.4.22 - '@storybook/postinstall': 6.4.22 - '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/react': 6.4.22_smxc577fe2tslk7br2tcidg2pm - '@storybook/source-loader': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - acorn: 7.4.1 - acorn-jsx: 5.3.2_acorn@7.4.1 - acorn-walk: 7.2.0 - core-js: 3.22.5 - doctrine: 3.0.0 - escodegen: 2.0.0 - fast-deep-equal: 3.1.3 - global: 4.4.0 - html-tags: 3.2.0 - js-string-escape: 1.0.1 - loader-utils: 2.0.2 - lodash: 4.17.21 - nanoid: 3.3.4 - p-limit: 3.1.0 - prettier: 2.3.0 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-element-to-jsx-string: 14.3.4_sfoxds7t5ydpegc3knd667wn6m - regenerator-runtime: 0.13.9 - remark-external-links: 8.0.0 - remark-slug: 6.1.0 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - webpack: 5.72.1 - transitivePeerDependencies: - - '@storybook/builder-webpack5' - - '@storybook/manager-webpack5' - - '@types/react' - - bluebird - - bufferutil - - encoding - - eslint - - supports-color - - typescript - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/addon-essentials/6.4.22_pbigp24u7drhm5m5llyhdcdzze: - resolution: {integrity: sha512-GTv291fqvWq2wzm7MruBvCGuWaCUiuf7Ca3kzbQ/WqWtve7Y/1PDsqRNQLGZrQxkXU0clXCqY1XtkTrtA3WGFQ==} - peerDependencies: - '@babel/core': ^7.9.6 - '@storybook/vue': 6.4.22 - '@storybook/web-components': 6.4.22 - babel-loader: ^8.0.0 - lit-html: ^1.4.1 || ^2.0.0-rc.3 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - webpack: '*' - peerDependenciesMeta: - '@storybook/vue': - optional: true - '@storybook/web-components': - optional: true - lit-html: - optional: true - react: - optional: true - react-dom: - optional: true - webpack: - optional: true - dependencies: - '@babel/core': 7.17.12 - '@storybook/addon-actions': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-backgrounds': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-controls': 6.4.22_4oyzhirqfqkbjszx3fpkty3wme - '@storybook/addon-docs': 6.4.22_7bizqvzwzycfeldn52goxdbg4m - '@storybook/addon-measure': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-outline': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-toolbars': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-viewport': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/node-logger': 6.4.22 - babel-loader: 8.2.5_72ctybzk7ntig5kqkayinqycte + '@babel/core': 7.18.0 + '@storybook/addon-actions': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addon-backgrounds': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addon-controls': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/addon-docs': 6.5.3_3c2hxidisfra7tungulu76v7aa + '@storybook/addon-measure': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addon-outline': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addon-toolbars': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addon-viewport': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-common': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/node-logger': 6.5.3 core-js: 3.22.5 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -6451,121 +6407,102 @@ packages: ts-dedent: 2.2.0 webpack: 5.72.1 transitivePeerDependencies: - - '@storybook/angular' - - '@storybook/builder-webpack5' - - '@storybook/html' - - '@storybook/manager-webpack5' - - '@storybook/react' - - '@storybook/vue3' - - '@types/react' - - bluebird - - bufferutil - - encoding + - '@storybook/mdx2-csf' - eslint - - lit - supports-color - - svelte - - sveltedoc-parser - typescript - - utf-8-validate - - vue - vue-template-compiler - webpack-cli - webpack-command dev: true - /@storybook/addon-measure/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: - resolution: {integrity: sha512-CjDXoCNIXxNfXfgyJXPc0McjCcwN1scVNtHa9Ckr+zMjiQ8pPHY7wDZCQsG69KTqcWHiVfxKilI82456bcHYhQ==} + /@storybook/addon-measure/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-8auVdpM66+qaam3KGmfZZgSQ/jJIm6aMeEzi+HX48b2xVa4vv9W9/ZpJp9fc3K2349+BR5K3nzLMObdFr1Yjew==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: optional: true react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.22.5 global: 4.4.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - transitivePeerDependencies: - - '@types/react' dev: true - /@storybook/addon-outline/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: - resolution: {integrity: sha512-VIMEzvBBRbNnupGU7NV0ahpFFb6nKVRGYWGREjtABdFn2fdKr1YicOHFe/3U7hRGjb5gd+VazSvyUvhaKX9T7Q==} + /@storybook/addon-outline/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-QVSsTOs813Tl404IcWTxdzM+gAIiq46LuH11Re1cMwKrnuOvfHtbLQ4x2n1aTy+mTuWxNymaHwX2Aqilr0fqJA==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: optional: true react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.22.5 global: 4.4.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - transitivePeerDependencies: - - '@types/react' dev: true - /@storybook/addon-toolbars/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: - resolution: {integrity: sha512-FFyj6XDYpBBjcUu6Eyng7R805LUbVclEfydZjNiByAoDVyCde9Hb4sngFxn/T4fKAfBz/32HKVXd5iq4AHYtLg==} + /@storybook/addon-toolbars/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-wQxDUQASrpdGJouo6WsC840JwaAQkgV4nuCmuxyqbL6yJ7HNyS7mbBoJzfe8kXWOzSN2MM1lP4gOlZuGH4m05g==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: optional: true react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m core-js: 3.22.5 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 - transitivePeerDependencies: - - '@types/react' dev: true - /@storybook/addon-viewport/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: - resolution: {integrity: sha512-6jk0z49LemeTblez5u2bYXYr6U+xIdLbywe3G283+PZCBbEDE6eNYy2d2HDL+LbCLbezJBLYPHPalElphjJIcw==} + /@storybook/addon-viewport/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-jzHGACC40g/jWXmDIdMyQk5EepNoHhOLFWxUpt12kSgkx0s8PL6PHAOn7p0Yh8JOp0hwHxZJXnYch6yEEgpBTA==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: react: optional: true react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-events': 6.4.22 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-events': 6.5.3 + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m core-js: 3.22.5 global: 4.4.0 memoizerific: 1.11.3 @@ -6573,23 +6510,21 @@ packages: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 - transitivePeerDependencies: - - '@types/react' dev: true - /@storybook/addons/6.4.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-P/R+Jsxh7pawKLYo8MtE3QU/ilRFKbtCewV/T1o5U/gm8v7hKQdFz3YdRMAra4QuCY8bQIp7MKd2HrB5aH5a1A==} + /@storybook/addons/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-gzzkxZ7R4+EaEzIEBbTWmkA55JDEDQrDjg3nNY/SJklnRigYdStz41KSPx6HGkF2CaI5BYVd5vZCawYvG16gyg==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/channels': 6.4.22 - '@storybook/client-logger': 6.4.22 - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/router': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channels': 6.5.3 + '@storybook/client-logger': 6.5.3 + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/router': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m '@types/webpack-env': 1.16.4 core-js: 3.22.5 global: 4.4.0 @@ -6598,19 +6533,19 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/api/6.4.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-lAVI3o2hKupYHXFTt+1nqFct942up5dHH6YD7SZZJGyW21dwKC3HK1IzCsTawq3fZAKkgWFgmOO649hKk60yKg==} + /@storybook/api/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-neVW47ssdG3MqwNwTLjlifS/u6zGUkkcK7G/PC1tnQPP9Zc97BStIqS1RnPGie1iawIAT5ZJQefPGJMneSTBKA==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/channels': 6.4.22 - '@storybook/client-logger': 6.4.22 - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/router': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channels': 6.5.3 + '@storybook/client-logger': 6.5.3 + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/router': 6.5.3_sfoxds7t5ydpegc3knd667wn6m '@storybook/semver': 7.3.2 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m core-js: 3.22.5 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6620,64 +6555,42 @@ packages: react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 store2: 2.13.2 - telejson: 5.3.3 + telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.4.22_4oyzhirqfqkbjszx3fpkty3wme: - resolution: {integrity: sha512-A+GgGtKGnBneRFSFkDarUIgUTI8pYFdLmUVKEAGdh2hL+vLXAz9A46sEY7C8LQ85XWa8TKy3OTDxqR4+4iWj3A==} + /@storybook/builder-webpack4/6.5.3_yj6ruygebibnk6ndttabjzq3xy: + resolution: {integrity: sha512-zhZ879FH8XDs8TRkXN29pGMR2rJrKQYdRn19XTsBt9MlRI8ALFClGixYBsUF/Fa74LAWF2roL5dSt7qDyBQULQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@babel/core': 7.17.12 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-decorators': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-export-default-from': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-object-rest-spread': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-destructuring': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-for-of': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/channel-postmessage': 6.4.22 - '@storybook/channels': 6.4.22 - '@storybook/client-api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-common': 6.4.22_yj6ruygebibnk6ndttabjzq3xy - '@storybook/core-events': 6.4.22 - '@storybook/node-logger': 6.4.22 - '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/router': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@babel/core': 7.18.0 + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channel-postmessage': 6.5.3 + '@storybook/channels': 6.5.3 + '@storybook/client-api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-common': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/core-events': 6.5.3 + '@storybook/node-logger': 6.5.3 + '@storybook/preview-web': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/router': 6.5.3_sfoxds7t5ydpegc3knd667wn6m '@storybook/semver': 7.3.2 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@types/node': 14.18.18 + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/ui': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@types/node': 16.11.36 '@types/webpack': 4.41.32 autoprefixer: 9.8.8 - babel-loader: 8.2.5_tlrwjfnbl7llelxqoonrmw2kde - babel-plugin-macros: 2.8.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.12 + babel-loader: 8.2.5_6sui7bpcrc7jx7yypfyfijkzxi case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.22.5 css-loader: 3.6.0_webpack@4.46.0 @@ -6708,7 +6621,6 @@ packages: webpack-hot-middleware: 2.25.1 webpack-virtual-modules: 0.2.2 transitivePeerDependencies: - - '@types/react' - bluebird - eslint - supports-color @@ -6717,49 +6629,49 @@ packages: - webpack-command dev: true - /@storybook/channel-postmessage/6.4.22: - resolution: {integrity: sha512-gt+0VZLszt2XZyQMh8E94TqjHZ8ZFXZ+Lv/Mmzl0Yogsc2H+6VzTTQO4sv0IIx6xLbpgG72g5cr8VHsxW5kuDQ==} + /@storybook/channel-postmessage/6.5.3: + resolution: {integrity: sha512-1vsKhFuTX53VmRm4ZKae+9z6FciSTyywZJ5cYmH2nTRWqW5GOm3UndixHzXpddVM1DWdEH4jJ/Cn15SzPRWiPg==} dependencies: - '@storybook/channels': 6.4.22 - '@storybook/client-logger': 6.4.22 - '@storybook/core-events': 6.4.22 + '@storybook/channels': 6.5.3 + '@storybook/client-logger': 6.5.3 + '@storybook/core-events': 6.5.3 core-js: 3.22.5 global: 4.4.0 qs: 6.10.3 - telejson: 5.3.3 + telejson: 6.0.8 dev: true - /@storybook/channel-websocket/6.4.22: - resolution: {integrity: sha512-Bm/FcZ4Su4SAK5DmhyKKfHkr7HiHBui6PNutmFkASJInrL9wBduBfN8YQYaV7ztr8ezoHqnYRx8sj28jpwa6NA==} + /@storybook/channel-websocket/6.5.3: + resolution: {integrity: sha512-Q1XCqtVMZFP1WG+OtzJ5l0Ip8umzBOkVmH3SH+DDU+o+MCSSfXKbw7UnbDUaZHzOHuFq55WaXVEnzRkeydI9rQ==} dependencies: - '@storybook/channels': 6.4.22 - '@storybook/client-logger': 6.4.22 + '@storybook/channels': 6.5.3 + '@storybook/client-logger': 6.5.3 core-js: 3.22.5 global: 4.4.0 - telejson: 5.3.3 + telejson: 6.0.8 dev: true - /@storybook/channels/6.4.22: - resolution: {integrity: sha512-cfR74tu7MLah1A8Rru5sak71I+kH2e/sY6gkpVmlvBj4hEmdZp4Puj9PTeaKcMXh9DgIDPNA5mb8yvQH6VcyxQ==} + /@storybook/channels/6.5.3: + resolution: {integrity: sha512-wpxnMt5clUy+04o+I5LVMoQkYt7nc0e5PDz+pAtlNOvQaoFvlC7oQqsVYxxs1cYm6ZGqAJcsfecI5COtnQfT1w==} dependencies: core-js: 3.22.5 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/client-api/6.4.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-sO6HJNtrrdit7dNXQcZMdlmmZG1k6TswH3gAyP/DoYajycrTwSJ6ovkarzkO+0QcJ+etgra4TEdTIXiGHBMe/A==} + /@storybook/client-api/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-BxksIgSDkkt9muA41VbsSB96/u3HJAWuOJw+GCzt0yHmlBgfb3+GpQOJUDqTluWQlojg0DHJhAKgYKbejyEpIA==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/channel-postmessage': 6.4.22 - '@storybook/channels': 6.4.22 - '@storybook/client-logger': 6.4.22 - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channel-postmessage': 6.5.3 + '@storybook/channels': 6.5.3 + '@storybook/client-logger': 6.5.3 + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m '@types/qs': 6.9.7 '@types/webpack-env': 1.16.4 core-js: 3.22.5 @@ -6777,109 +6689,53 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-logger/6.4.22: - resolution: {integrity: sha512-LXhxh/lcDsdGnK8kimqfhu3C0+D2ylCSPPQNbU0IsLRmTfbpQYMdyl0XBjPdHiRVwlL7Gkw5OMjYemQgJ02zlw==} + /@storybook/client-logger/6.5.3: + resolution: {integrity: sha512-gUJUkDzQdOQBfAQSJffKlZQ6ueUANjTN6u4xA/FIfJM7+I5N43UuS3dFGEjcnZISS5sj7765ct2aZinMzf1NNQ==} dependencies: core-js: 3.22.5 global: 4.4.0 dev: true - /@storybook/components/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: - resolution: {integrity: sha512-dCbXIJF9orMvH72VtAfCQsYbe57OP7fAADtR6YTwfCw9Sm1jFuZr8JbblQ1HcrXEoJG21nOyad3Hm5EYVb/sBw==} + /@storybook/components/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-vYTsg9ADzkPeTsmN1bm351wGqq+oyb8SrAJzLe+FXN+dujIIA9sGEQb6eUZdGe121RDgTyFMO2zKurcJNnGnxQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@popperjs/core': 2.11.5 - '@storybook/client-logger': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@types/color-convert': 2.0.0 - '@types/overlayscrollbars': 1.12.1 + '@storybook/client-logger': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m '@types/react-syntax-highlighter': 11.0.5 - color-convert: 2.0.1 core-js: 3.22.5 - fast-deep-equal: 3.1.3 - global: 4.4.0 - lodash: 4.17.21 - markdown-to-jsx: 7.1.7_react@17.0.2 - memoizerific: 1.11.3 - overlayscrollbars: 1.13.1 - polished: 4.2.2 - prop-types: 15.8.1 - react: 17.0.2 - react-colorful: 5.5.1_sfoxds7t5ydpegc3knd667wn6m - react-dom: 17.0.2_react@17.0.2 - react-popper-tooltip: 3.1.1_sfoxds7t5ydpegc3knd667wn6m - react-syntax-highlighter: 13.5.3_react@17.0.2 - react-textarea-autosize: 8.3.4_hx2b44akkvgcgvvtmk7ds2qk6q - regenerator-runtime: 0.13.9 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - '@types/react' - dev: true - - /@storybook/core-client/6.4.22_fdak4ghfoyg2mtxoqdrk5agxpm: - resolution: {integrity: sha512-uHg4yfCBeM6eASSVxStWRVTZrAnb4FT6X6v/xDqr4uXCpCttZLlBzrSDwPBLNNLtCa7ntRicHM8eGKIOD5lMYQ==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - typescript: '*' - webpack: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/channel-postmessage': 6.4.22 - '@storybook/channel-websocket': 6.4.22 - '@storybook/client-api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.15 - core-js: 3.22.5 - global: 4.4.0 - lodash: 4.17.21 qs: 6.10.3 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 + react-syntax-highlighter: 15.5.0_react@17.0.2 regenerator-runtime: 0.13.9 - ts-dedent: 2.2.0 - typescript: 4.6.4 - unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 4.46.0 - transitivePeerDependencies: - - '@types/react' dev: true - /@storybook/core-client/6.4.22_rakji3em5s5xwjkc4cnixx5eqm: - resolution: {integrity: sha512-uHg4yfCBeM6eASSVxStWRVTZrAnb4FT6X6v/xDqr4uXCpCttZLlBzrSDwPBLNNLtCa7ntRicHM8eGKIOD5lMYQ==} + /@storybook/core-client/6.5.3_femxfsv7ntf2nz4bpj36nj6mcm: + resolution: {integrity: sha512-tsyXs+J7e210lRWminzyQU5uvbiKq9XrzsMs6feGyCE3kjZbBCj7RIgd/KxStVT/Ssim6BeTXHfnlLTxLbq5pQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' webpack: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/channel-postmessage': 6.4.22 - '@storybook/channel-websocket': 6.4.22 - '@storybook/client-api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channel-postmessage': 6.5.3 + '@storybook/channel-websocket': 6.5.3 + '@storybook/client-api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/preview-web': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/ui': 6.5.3_sfoxds7t5ydpegc3knd667wn6m airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.22.5 @@ -6894,48 +6750,84 @@ packages: unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 5.72.1 - transitivePeerDependencies: - - '@types/react' dev: true - /@storybook/core-common/6.4.22_yj6ruygebibnk6ndttabjzq3xy: - resolution: {integrity: sha512-PD3N/FJXPNRHeQS2zdgzYFtqPLdi3MLwAicbnw+U3SokcsspfsAuyYHZOYZgwO8IAEKy6iCc7TpBdiSJZ/vAKQ==} + /@storybook/core-client/6.5.3_zp5v2ubrswimphwncdb3wwfdyi: + resolution: {integrity: sha512-tsyXs+J7e210lRWminzyQU5uvbiKq9XrzsMs6feGyCE3kjZbBCj7RIgd/KxStVT/Ssim6BeTXHfnlLTxLbq5pQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + typescript: '*' + webpack: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channel-postmessage': 6.5.3 + '@storybook/channel-websocket': 6.5.3 + '@storybook/client-api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/preview-web': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/ui': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + airbnb-js-shims: 2.2.1 + ansi-to-html: 0.6.15 + core-js: 3.22.5 + global: 4.4.0 + lodash: 4.17.21 + qs: 6.10.3 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + ts-dedent: 2.2.0 + typescript: 4.6.4 + unfetch: 4.2.0 + util-deprecate: 1.0.2 + webpack: 4.46.0 + dev: true + + /@storybook/core-common/6.5.3_yj6ruygebibnk6ndttabjzq3xy: + resolution: {integrity: sha512-A0WJDm/Eo2eP8CZeAQPo8oep+Pbbm/uU6Gl/8GsvK7AVtDv/Sm/kyAWcvqMx5ovnZ7A+qYYjvHr90EZuDoltPg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@babel/core': 7.17.12 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-decorators': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-export-default-from': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-object-rest-spread': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-destructuring': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-for-of': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.12 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@babel/preset-typescript': 7.17.12_@babel+core@7.17.12 - '@babel/register': 7.17.7_@babel+core@7.17.12 - '@storybook/node-logger': 6.4.22 + '@babel/core': 7.18.0 + '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-decorators': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-export-default-from': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.0 + '@babel/plugin-transform-for-of': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.0 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.0 + '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@babel/preset-typescript': 7.17.12_@babel+core@7.18.0 + '@babel/register': 7.17.7_@babel+core@7.18.0 + '@storybook/node-logger': 6.5.3 '@storybook/semver': 7.3.2 - '@types/node': 14.18.18 + '@types/node': 16.11.36 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_tlrwjfnbl7llelxqoonrmw2kde + babel-loader: 8.2.5_6sui7bpcrc7jx7yypfyfijkzxi babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.12 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.18.0 chalk: 4.1.2 core-js: 3.22.5 express: 4.18.1 @@ -6955,7 +6847,7 @@ packages: react-dom: 17.0.2_react@17.0.2 resolve-from: 5.0.0 slash: 3.0.0 - telejson: 5.3.3 + telejson: 6.0.8 ts-dedent: 2.2.0 typescript: 4.6.4 util-deprecate: 1.0.2 @@ -6968,19 +6860,19 @@ packages: - webpack-command dev: true - /@storybook/core-events/6.4.22: - resolution: {integrity: sha512-5GYY5+1gd58Gxjqex27RVaX6qbfIQmJxcbzbNpXGNSqwqAuIIepcV1rdCVm6I4C3Yb7/AQ3cN5dVbf33QxRIwA==} + /@storybook/core-events/6.5.3: + resolution: {integrity: sha512-DTWFjXJIx+sZndv3lsJohVEJoUL5MgtkSeeKaypkJmZm9kXkylhA0NnA07CMRE6GMqCWw6NYGSe+qOEGsHj5ig==} dependencies: core-js: 3.22.5 dev: true - /@storybook/core-server/6.4.22_4oyzhirqfqkbjszx3fpkty3wme: - resolution: {integrity: sha512-wFh3e2fa0un1d4+BJP+nd3FVWUO7uHTqv3OGBfOmzQMKp4NU1zaBNdSQG7Hz6mw0fYPBPZgBjPfsJRwIYLLZyw==} + /@storybook/core-server/6.5.3_yj6ruygebibnk6ndttabjzq3xy: + resolution: {integrity: sha512-aehEen3VeY2NvouYfbnw346KtRwCJceOH5IWGHvVVEauSVzwCH+Yfgy7c4k2j0Ey3u6fz5qCkvPp8rdY0XS7SA==} peerDependencies: - '@storybook/builder-webpack5': 6.4.22 - '@storybook/manager-webpack5': 6.4.22 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + '@storybook/builder-webpack5': '*' + '@storybook/manager-webpack5': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: '@storybook/builder-webpack5': @@ -6991,17 +6883,18 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.4.22_4oyzhirqfqkbjszx3fpkty3wme - '@storybook/core-client': 6.4.22_fdak4ghfoyg2mtxoqdrk5agxpm - '@storybook/core-common': 6.4.22_yj6ruygebibnk6ndttabjzq3xy - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/csf-tools': 6.4.22 - '@storybook/manager-webpack4': 6.4.22_4oyzhirqfqkbjszx3fpkty3wme - '@storybook/node-logger': 6.4.22 + '@storybook/builder-webpack4': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/core-client': 6.5.3_zp5v2ubrswimphwncdb3wwfdyi + '@storybook/core-common': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/csf-tools': 6.5.3 + '@storybook/manager-webpack4': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/node-logger': 6.5.3 '@storybook/semver': 7.3.2 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@types/node': 14.18.18 + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/telemetry': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@types/node': 16.11.36 '@types/node-fetch': 2.6.1 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 4.41.32 @@ -7015,12 +6908,13 @@ packages: cpy: 8.1.2 detect-port: 1.3.0 express: 4.18.1 - file-system-cache: 1.1.0 fs-extra: 9.1.0 + global: 4.4.0 globby: 11.1.0 ip: 1.1.8 lodash: 4.17.21 node-fetch: 2.6.7 + open: 8.4.0 pretty-hrtime: 1.0.3 prompts: 2.4.2 react: 17.0.2 @@ -7028,15 +6922,16 @@ packages: regenerator-runtime: 0.13.9 serve-favicon: 2.5.0 slash: 3.0.0 - telejson: 5.3.3 + telejson: 6.0.8 ts-dedent: 2.2.0 typescript: 4.6.4 util-deprecate: 1.0.2 watchpack: 2.3.1 webpack: 4.46.0 ws: 8.6.0 + x-default-browser: 0.4.0 transitivePeerDependencies: - - '@types/react' + - '@storybook/mdx2-csf' - bluebird - bufferutil - encoding @@ -7048,63 +6943,31 @@ packages: - webpack-command dev: true - /@storybook/core/6.4.22_2sqsms6n5hi4jtmlo2xqegbmqa: - resolution: {integrity: sha512-KZYJt7GM5NgKFXbPRZZZPEONZ5u/tE/cRbMdkn/zWN3He8+VP+65/tz8hbriI/6m91AWVWkBKrODSkeq59NgRA==} + /@storybook/core/6.5.3_hr3jghrle2hubmwxxtm2qpwbue: + resolution: {integrity: sha512-XQDcAryLNyXe5eiNqB++6xvGqnYlJ8ZAFOPWFlFUhjrktojtwVEeHfj5M3e23D9XMN4KkBODoH3OWmREcUMwXg==} peerDependencies: - '@storybook/builder-webpack5': 6.4.22 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + '@storybook/builder-webpack5': '*' + '@storybook/manager-webpack5': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' webpack: '*' peerDependenciesMeta: '@storybook/builder-webpack5': optional: true - typescript: - optional: true - dependencies: - '@storybook/core-client': 6.4.22_fdak4ghfoyg2mtxoqdrk5agxpm - '@storybook/core-server': 6.4.22_4oyzhirqfqkbjszx3fpkty3wme - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - typescript: 4.6.4 - webpack: 4.46.0 - transitivePeerDependencies: - - '@storybook/manager-webpack5' - - '@types/react' - - bluebird - - bufferutil - - encoding - - eslint - - supports-color - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/core/6.4.22_pifhcrj2vua7vvt3t4ods3v2gi: - resolution: {integrity: sha512-KZYJt7GM5NgKFXbPRZZZPEONZ5u/tE/cRbMdkn/zWN3He8+VP+65/tz8hbriI/6m91AWVWkBKrODSkeq59NgRA==} - peerDependencies: - '@storybook/builder-webpack5': 6.4.22 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 - typescript: '*' - webpack: '*' - peerDependenciesMeta: - '@storybook/builder-webpack5': + '@storybook/manager-webpack5': optional: true typescript: optional: true dependencies: - '@storybook/core-client': 6.4.22_rakji3em5s5xwjkc4cnixx5eqm - '@storybook/core-server': 6.4.22_4oyzhirqfqkbjszx3fpkty3wme + '@storybook/core-client': 6.5.3_femxfsv7ntf2nz4bpj36nj6mcm + '@storybook/core-server': 6.5.3_yj6ruygebibnk6ndttabjzq3xy react: 17.0.2 react-dom: 17.0.2_react@17.0.2 typescript: 4.6.4 webpack: 5.72.1 transitivePeerDependencies: - - '@storybook/manager-webpack5' - - '@types/react' + - '@storybook/mdx2-csf' - bluebird - bufferutil - encoding @@ -7116,65 +6979,82 @@ packages: - webpack-command dev: true - /@storybook/csf-tools/6.4.22: - resolution: {integrity: sha512-LMu8MZAiQspJAtMBLU2zitsIkqQv7jOwX7ih5JrXlyaDticH7l2j6Q+1mCZNWUOiMTizj0ivulmUsSaYbpToSw==} + /@storybook/csf-tools/6.5.3: + resolution: {integrity: sha512-WotBTvKauVV+i2DZqem4m12D+Ogexg6oFiXt0dlqh0TUGEAGzvocOAPIKk6uciEF2eXu6yn8JE4s+faXLWrXSw==} + peerDependencies: + '@storybook/mdx2-csf': '*' + peerDependenciesMeta: + '@storybook/mdx2-csf': + optional: true dependencies: - '@babel/core': 7.17.12 - '@babel/generator': 7.17.12 - '@babel/parser': 7.17.12 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.17.12 - '@babel/preset-env': 7.17.12_@babel+core@7.17.12 - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 - '@mdx-js/mdx': 1.6.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 + '@babel/core': 7.18.0 + '@babel/generator': 7.18.0 + '@babel/parser': 7.18.0 + '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/mdx1-csf': 0.0.1-canary.1.867dcd5.0_@babel+core@7.18.0 core-js: 3.22.5 fs-extra: 9.1.0 global: 4.4.0 - js-string-escape: 1.0.1 - lodash: 4.17.21 - prettier: 2.3.0 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/csf/0.0.2--canary.87bc651.0: - resolution: {integrity: sha512-ajk1Uxa+rBpFQHKrCcTmJyQBXZ5slfwHVEaKlkuFaW77it8RgbPJp/ccna3sgoi8oZ7FkkOyvv1Ve4SmwFqRqw==} + /@storybook/csf/0.0.2--canary.4566f4d.1: + resolution: {integrity: sha512-9OVvMVh3t9znYZwb0Svf/YQoxX2gVOeQTGe2bses2yj+a3+OJnCrUF3/hGv6Em7KujtOdL2LL+JnG49oMVGFgQ==} dependencies: lodash: 4.17.21 dev: true - /@storybook/manager-webpack4/6.4.22_4oyzhirqfqkbjszx3fpkty3wme: - resolution: {integrity: sha512-nzhDMJYg0vXdcG0ctwE6YFZBX71+5NYaTGkxg3xT7gbgnP1YFXn9gVODvgq3tPb3gcRapjyOIxUa20rV+r8edA==} + /@storybook/docs-tools/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-scUztkQ9ZRRoo4lHiYRaCkmk351H2CwMnlOrCwv/EpmLZnHdffSAtMZS/O07KUOC8fvxCw36z5SfHlbCIcolSQ==} + dependencies: + '@babel/core': 7.18.0 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + core-js: 3.22.5 + doctrine: 3.0.0 + lodash: 4.17.21 + regenerator-runtime: 0.13.9 + transitivePeerDependencies: + - react + - react-dom + - supports-color + dev: true + + /@storybook/manager-webpack4/6.5.3_yj6ruygebibnk6ndttabjzq3xy: + resolution: {integrity: sha512-kI+6fbCHv9uH1GEYK/SYLtNiAJYVRgm8oh/7Zi/38cqUjnAg8lzUztABul4Iemu3w5aJplkqE08FFu69TTbHPg==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@babel/core': 7.17.12 - '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core-client': 6.4.22_fdak4ghfoyg2mtxoqdrk5agxpm - '@storybook/core-common': 6.4.22_yj6ruygebibnk6ndttabjzq3xy - '@storybook/node-logger': 6.4.22 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@types/node': 14.18.18 + '@babel/core': 7.18.0 + '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-client': 6.5.3_zp5v2ubrswimphwncdb3wwfdyi + '@storybook/core-common': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/node-logger': 6.5.3 + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/ui': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@types/node': 16.11.36 '@types/webpack': 4.41.32 - babel-loader: 8.2.5_tlrwjfnbl7llelxqoonrmw2kde + babel-loader: 8.2.5_6sui7bpcrc7jx7yypfyfijkzxi case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.22.5 css-loader: 3.6.0_webpack@4.46.0 express: 4.18.1 file-loader: 6.2.0_webpack@4.46.0 - file-system-cache: 1.1.0 find-up: 5.0.0 fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 @@ -7186,7 +7066,7 @@ packages: regenerator-runtime: 0.13.9 resolve-from: 5.0.0 style-loader: 1.3.0_webpack@4.46.0 - telejson: 5.3.3 + telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 typescript: 4.6.4 @@ -7196,7 +7076,6 @@ packages: webpack-dev-middleware: 3.7.3_webpack@4.46.0 webpack-virtual-modules: 0.2.2 transitivePeerDependencies: - - '@types/react' - bluebird - encoding - eslint @@ -7206,8 +7085,27 @@ packages: - webpack-command dev: true - /@storybook/node-logger/6.4.22: - resolution: {integrity: sha512-sUXYFqPxiqM7gGH7gBXvO89YEO42nA4gBicJKZjj9e+W4QQLrftjF9l+mAw2K0mVE10Bn7r4pfs5oEZ0aruyyA==} + /@storybook/mdx1-csf/0.0.1-canary.1.867dcd5.0_@babel+core@7.18.0: + resolution: {integrity: sha512-VnlE825M9SpjyJCPLCXbo+RbvqllsqXqRDCouzHKSpCE3Q79KR7MMURBsJo/vrTG1zeNG68Z4TZrLAu6IoyYaA==} + dependencies: + '@babel/generator': 7.18.0 + '@babel/parser': 7.18.0 + '@babel/preset-env': 7.18.0_@babel+core@7.18.0 + '@babel/types': 7.18.0 + '@mdx-js/mdx': 1.6.22 + '@types/lodash': 4.14.182 + js-string-escape: 1.0.1 + loader-utils: 2.0.2 + lodash: 4.17.21 + prettier: 2.3.0 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - '@babel/core' + - supports-color + dev: true + + /@storybook/node-logger/6.5.3: + resolution: {integrity: sha512-iG4uQJCtuT54p3zg0zJ7+ALPUrt7PTAXmXqN7ak/9YcWbnwtMlHgg8oTlCebwr+E3QPCMauJM2eLzC6F7bI76w==} dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 @@ -7216,24 +7114,24 @@ packages: pretty-hrtime: 1.0.3 dev: true - /@storybook/postinstall/6.4.22: - resolution: {integrity: sha512-LdIvA+l70Mp5FSkawOC16uKocefc+MZLYRHqjTjgr7anubdi6y7W4n9A7/Yw4IstZHoknfL88qDj/uK5N+Ahzw==} + /@storybook/postinstall/6.5.3: + resolution: {integrity: sha512-EIHnbrGwt/CPyLXwNFyfAGY4LhrBx713ghCtacQu2xAukDXg9UWJHarYXjwIivk8DGrims28qXGIjIUKqKeuyA==} dependencies: core-js: 3.22.5 dev: true - /@storybook/preview-web/6.4.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-sWS+sgvwSvcNY83hDtWUUL75O2l2LY/GTAS0Zp2dh3WkObhtuJ/UehftzPZlZmmv7PCwhb4Q3+tZDKzMlFxnKQ==} + /@storybook/preview-web/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-NI+sKFloj0vP1xAMaF1BhOAokB2u0qZ5rxx8lnU8eBmAukRURGoebuHWohBoQqniuupaNQK5hkUlJ3mkAPZi8Q==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/channel-postmessage': 6.4.22 - '@storybook/client-logger': 6.4.22 - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channel-postmessage': 6.5.3 + '@storybook/client-logger': 6.5.3 + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m ansi-to-html: 0.6.15 core-js: 3.22.5 global: 4.4.0 @@ -7248,8 +7146,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.253f8c1.0_u7kjabuvawcog7hjctusduehvm: - resolution: {integrity: sha512-mmoRG/rNzAiTbh+vGP8d57dfcR2aP+5/Ll03KKFyfy5FqWFm/Gh7u27ikx1I3LmVMI8n6jh5SdWMkMKon7/tDw==} + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_gp3atwgq76mgimstdygasg64n4: + resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' webpack: '>= 4' @@ -7262,66 +7160,92 @@ packages: react-docgen-typescript: 2.2.2_typescript@4.6.4 tslib: 2.4.0 typescript: 4.6.4 - webpack: 4.46.0 + webpack: 5.72.1 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.4.22_smxc577fe2tslk7br2tcidg2pm: - resolution: {integrity: sha512-5BFxtiguOcePS5Ty/UoH7C6odmvBYIZutfiy4R3Ua6FYmtxac5vP9r5KjCz1IzZKT8mCf4X+PuK1YvDrPPROgQ==} + /@storybook/react/6.5.3_xvvtbb2x5retmx74hhbmxcieqi: + resolution: {integrity: sha512-RP9ak2EIrq9sJ80JjaVV/Xab9O663PA/DRqfbILewRLi9uUaG6L/Qby7LktwzqwaybeKbP6dTG0w937cRkuj4w==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: '@babel/core': ^7.11.5 - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + '@storybook/builder-webpack4': '*' + '@storybook/builder-webpack5': '*' + '@storybook/manager-webpack4': '*' + '@storybook/manager-webpack5': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + require-from-string: ^2.0.2 typescript: '*' peerDependenciesMeta: '@babel/core': optional: true + '@storybook/builder-webpack4': + optional: true + '@storybook/builder-webpack5': + optional: true + '@storybook/manager-webpack4': + optional: true + '@storybook/manager-webpack5': + optional: true typescript: optional: true dependencies: - '@babel/core': 7.17.12 - '@babel/preset-flow': 7.17.12_@babel+core@7.17.12 - '@babel/preset-react': 7.17.12_@babel+core@7.17.12 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.6_a3gyllrqvxpec3fpybsrposvju - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core': 6.4.22_2sqsms6n5hi4jtmlo2xqegbmqa - '@storybook/core-common': 6.4.22_yj6ruygebibnk6ndttabjzq3xy - '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/node-logger': 6.4.22 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_u7kjabuvawcog7hjctusduehvm + '@babel/core': 7.18.0 + '@babel/preset-flow': 7.17.12_@babel+core@7.18.0 + '@babel/preset-react': 7.17.12_@babel+core@7.18.0 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.6_jj4bc5mcn3kl4p4jwsxgmjil3i + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/core': 6.5.3_hr3jghrle2hubmwxxtm2qpwbue + '@storybook/core-common': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/docs-tools': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/node-logger': 6.5.3 + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_gp3atwgq76mgimstdygasg64n4 '@storybook/semver': 7.3.2 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@types/estree': 0.0.51 + '@types/node': 16.11.36 '@types/webpack-env': 1.16.4 + acorn: 7.4.1 + acorn-jsx: 5.3.2_acorn@7.4.1 + acorn-walk: 7.2.0 babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.17.12 babel-plugin-react-docgen: 4.2.1 core-js: 3.22.5 + escodegen: 2.0.0 + fs-extra: 9.1.0 global: 4.4.0 + html-tags: 3.2.0 lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 + react-element-to-jsx-string: 14.3.4_sfoxds7t5ydpegc3knd667wn6m react-refresh: 0.11.0 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.9 + require-from-string: 2.0.2 ts-dedent: 2.2.0 typescript: 4.6.4 - webpack: 4.46.0 + util-deprecate: 1.0.2 + webpack: 5.72.1 transitivePeerDependencies: - - '@storybook/builder-webpack5' - - '@storybook/manager-webpack5' - - '@types/react' + - '@storybook/mdx2-csf' + - '@swc/core' - '@types/webpack' - bluebird - bufferutil - encoding + - esbuild - eslint - sockjs-client - supports-color - type-fest + - uglify-js - utf-8-validate - vue-template-compiler - webpack-cli @@ -7331,25 +7255,17 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router/6.4.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-zeuE8ZgFhNerQX8sICQYNYL65QEi3okyzw7ynF58Ud6nRw4fMxSOHcj2T+nZCIU5ufozRL4QWD/Rg9P2s/HtLw==} + /@storybook/router/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-UcErvdeuCTMYvmztDogrTK1DKQ8ZFkUR/46bEuVo4tg9OzlX3fr+JqD4RZHT4YOUYmDcTm6cLlUJhDalUpoU6Q==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.4.22 + '@storybook/client-logger': 6.5.3 core-js: 3.22.5 - fast-deep-equal: 3.1.3 - global: 4.4.0 - history: 5.0.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.10.3 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-router: 6.3.0_react@17.0.2 - react-router-dom: 6.3.0_sfoxds7t5ydpegc3knd667wn6m - ts-dedent: 2.2.0 + regenerator-runtime: 0.13.9 dev: true /@storybook/semver/7.3.2: @@ -7361,15 +7277,15 @@ packages: find-up: 4.1.0 dev: true - /@storybook/source-loader/6.4.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-O4RxqPgRyOgAhssS6q1Rtc8LiOvPBpC1EqhCYWRV3K+D2EjFarfQMpjgPj18hC+QzpUSfzoBZYqsMECewEuLNw==} + /@storybook/source-loader/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-JrwCm3El6XZC7eVYCF83e7x7/fA4ue+g2s0oAtdXD11KOrrJ7e0bgtvVdtRWKG/4n4Ww3+sGFnuIlXfPbJ3hvw==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.22.5 estraverse: 5.3.0 global: 4.4.0 @@ -7381,16 +7297,16 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/store/6.4.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-lrmcZtYJLc2emO+1l6AG4Txm9445K6Pyv9cGAuhOJ9Kks0aYe0YtvMkZVVry0RNNAIv6Ypz72zyKc/QK+tZLAQ==} + /@storybook/store/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-vI5w3OlDsCQE32C5AekRfHI6qX7s7iKRAUJKQE4Azqch37EAnMNLWE3E13KAzdLX1oU+JNRGHjJTogsQUR2UeQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/client-logger': 6.4.22 - '@storybook/core-events': 6.4.22 - '@storybook/csf': 0.0.2--canary.87bc651.0 + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-logger': 6.5.3 + '@storybook/core-events': 6.5.3 + '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.22.5 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -7406,66 +7322,66 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/theming/6.4.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-NVMKH/jxSPtnMTO4VCN1k47uztq+u9fWv4GSnzq/eezxdGg9ceGL4/lCrNGoNajht9xbrsZ4QvsJ/V2sVGM8wA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + /@storybook/telemetry/6.5.3_yj6ruygebibnk6ndttabjzq3xy: + resolution: {integrity: sha512-eXhQ+kRWdg+ZX3sglRaCoOzpzgQ/p9wKS4/vEJd5Fq+JlKIuZkJ7xiJYaxlhR55PLpJGbj+5HCTlnepAtf7Nnw==} dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/styled': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m - '@storybook/client-logger': 6.4.22 + '@storybook/client-logger': 6.5.3 + '@storybook/core-common': 6.5.3_yj6ruygebibnk6ndttabjzq3xy + chalk: 4.1.2 core-js: 3.22.5 - deep-object-diff: 1.1.7 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + detect-package-manager: 2.0.1 + fetch-retry: 5.0.2 + fs-extra: 9.1.0 global: 4.4.0 - memoizerific: 1.11.3 - polished: 4.2.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - resolve-from: 5.0.0 - ts-dedent: 2.2.0 + isomorphic-unfetch: 3.1.0 + nanoid: 3.3.4 + read-pkg-up: 7.0.1 + regenerator-runtime: 0.13.9 + transitivePeerDependencies: + - encoding + - eslint + - react + - react-dom + - supports-color + - typescript + - vue-template-compiler + - webpack-cli + - webpack-command dev: true - /@storybook/ui/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: - resolution: {integrity: sha512-UVjMoyVsqPr+mkS1L7m30O/xrdIEgZ5SCWsvqhmyMUok3F3tRB+6M+OA5Yy+cIVfvObpA7MhxirUT1elCGXsWQ==} + /@storybook/theming/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-2tM46jahAhKRUzCcoaqPoqs+4imXqbze0dCPZ0cdVnfs14jhMB1lAfGE+diodCCaUcXUu8r2c5dTPKqqM1lHqQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 - react-dom: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/channels': 6.4.22 - '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-events': 6.4.22 - '@storybook/router': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/semver': 7.3.2 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - copy-to-clipboard: 3.3.1 + '@storybook/client-logger': 6.5.3 + core-js: 3.22.5 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + dev: true + + /@storybook/ui/6.5.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-TLJBfXHFM0ilMuUjer4AjhnNGvQ7lI4GYIKzuCjCrw/ukfUb1AABXd9fdHq7tEzVm8z7T3pyrRVsb1VVdbxL0A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/addons': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channels': 6.5.3 + '@storybook/client-logger': 6.5.3 + '@storybook/components': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/core-events': 6.5.3 + '@storybook/router': 6.5.3_sfoxds7t5ydpegc3knd667wn6m + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.5.3_sfoxds7t5ydpegc3knd667wn6m core-js: 3.22.5 - core-js-pure: 3.22.5 - downshift: 6.1.7_react@17.0.2 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m - fuse.js: 3.6.1 - global: 4.4.0 - lodash: 4.17.21 - markdown-to-jsx: 7.1.7_react@17.0.2 - memoizerific: 1.11.3 - polished: 4.2.2 - qs: 6.10.3 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-draggable: 4.4.5_sfoxds7t5ydpegc3knd667wn6m - react-helmet-async: 1.3.0_sfoxds7t5ydpegc3knd667wn6m - react-sizeme: 3.0.2 regenerator-runtime: 0.13.9 resolve-from: 5.0.0 - store2: 2.13.2 - transitivePeerDependencies: - - '@types/react' dev: true /@swc-node/core/1.9.0: @@ -7649,7 +7565,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/aria-query': 4.2.2 aria-query: 5.0.0 chalk: 4.1.2 @@ -7662,7 +7578,7 @@ packages: resolution: {integrity: sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/testing-library__jest-dom': 5.14.3 aria-query: 5.0.0 chalk: 3.0.0 @@ -7680,7 +7596,7 @@ packages: react: <18.0.0 react-dom: <18.0.0 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@testing-library/dom': 8.13.0 '@types/react-dom': 17.0.17 react: 17.0.2 @@ -7693,7 +7609,7 @@ packages: peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@testing-library/dom': 8.13.0 dev: true @@ -7742,8 +7658,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.17.12 - '@babel/types': 7.17.12 + '@babel/parser': 7.18.0 + '@babel/types': 7.18.0 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.17.1 @@ -7752,20 +7668,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.17.12 - '@babel/types': 7.17.12 + '@babel/parser': 7.18.0 + '@babel/types': 7.18.0 dev: true /@types/babel__traverse/7.17.1: resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==} dependencies: - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 dev: true /@types/babylon/6.16.6: @@ -7789,8 +7705,8 @@ packages: '@types/node': 16.11.36 dev: true - /@types/chrome/0.0.186: - resolution: {integrity: sha512-Ykpf95dbv0resO/PcRF/9vKETOKma5D2sSUKo8mSL1vz03IgVhyHuCrlzbDYMLrXIl9CcyGnYTMG2Zg0WAk62w==} + /@types/chrome/0.0.188: + resolution: {integrity: sha512-fVxbcnSrQqCaaTFfaP9QooRr0Lf47Ni+QVGpd4SQafe6x8RlLrlp+AAgc4QKNUVK7W6xEoOePMAu5sBXrc2qhA==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.8 @@ -7944,7 +7860,7 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 3.0.5 - '@types/node': 14.18.18 + '@types/node': 17.0.34 dev: true /@types/graceful-fs/4.1.5: @@ -8053,7 +7969,7 @@ packages: /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 16.11.36 + '@types/node': 17.0.34 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} @@ -8121,7 +8037,7 @@ packages: /@types/node-fetch/2.6.1: resolution: {integrity: sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==} dependencies: - '@types/node': 14.18.18 + '@types/node': 17.0.34 form-data: 3.0.1 dev: true @@ -8133,16 +8049,11 @@ packages: resolution: {integrity: sha512-cfkwWw72849SNYp3Zx0IcIs25vABmFh73xicxhCkTcvtZQeIez15PpwQN8fY3RD7gv1Wrxlc9MEtfMORZDEsGw==} dev: true - /@types/node/14.18.18: - resolution: {integrity: sha512-B9EoJFjhqcQ9OmQrNorItO+OwEOORNn3S31WuiHvZY/dm9ajkB7AKD/8toessEtHHNL+58jofbq7hMMY9v4yig==} - dev: true - /@types/node/16.11.36: resolution: {integrity: sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==} /@types/node/17.0.34: resolution: {integrity: sha512-XImEz7XwTvDBtzlTnm8YvMqGW/ErMWBsKZ+hMTvnDIjGCKxwK5Xpc+c/oQjOauwq8M4OS11hEkpjX8rrI/eEgA==} - dev: true /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -8156,10 +8067,6 @@ packages: resolution: {integrity: sha512-219LSCO9HPcoXcRTC6DbCs0FRhZgBnEMzf16RRqkT40WbkKx3mOeQuz3e2XqbfhOz/AHfbru0kzB1n1RCAsIIg==} dev: true - /@types/overlayscrollbars/1.12.1: - resolution: {integrity: sha512-V25YHbSoKQN35UasHf0EKD9U2vcmexRSp78qa8UglxFH8H3D+adEa9zGZwrqpH4TdvqeMrgMqVqsLB4woAryrQ==} - dev: true - /@types/parse-json/4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} @@ -8259,7 +8166,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.11.36 + '@types/node': 17.0.34 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8331,7 +8238,7 @@ packages: /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 16.11.36 + '@types/node': 17.0.34 dev: false /@types/simple-diff/1.6.1: @@ -8450,10 +8357,14 @@ packages: resolution: {integrity: sha512-llS8qveOUX3wxHnSykP5hlYFFuMfJ9p5JvIyCiBgp7WTfl6K5ZcyHj8r8JsN/J6QODkAsRRCLIcTuOCu8etkUw==} dev: true + /@types/webpack-env/1.17.0: + resolution: {integrity: sha512-eHSaNYEyxRA5IAG0Ym/yCyf86niZUIF/TpWKofQI/CVfh5HsMEUyfE2kwFxha4ow0s5g0LfISQxpDKjbRDrizw==} + dev: true + /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 14.18.18 + '@types/node': 17.0.34 '@types/source-list-map': 0.1.2 source-map: 0.7.3 dev: true @@ -8461,7 +8372,7 @@ packages: /@types/webpack/4.41.32: resolution: {integrity: sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==} dependencies: - '@types/node': 14.18.18 + '@types/node': 17.0.34 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.2 '@types/webpack-sources': 3.2.0 @@ -9451,8 +9362,14 @@ packages: engines: {node: '>=0.10.0'} dev: true + /array-find-index/1.0.2: + resolution: {integrity: sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==} + engines: {node: '>=0.10.0'} + dev: true + optional: true + /array-flatten/1.1.1: - resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} /array-flatten/2.1.2: resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} @@ -9666,18 +9583,18 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-jest/27.5.1_@babel+core@7.17.12: + /babel-jest/27.5.1_@babel+core@7.18.0: resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.17.12 + babel-preset-jest: 27.5.1_@babel+core@7.18.0 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -9685,29 +9602,14 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_72ctybzk7ntig5kqkayinqycte: + /babel-loader/8.2.5_6sui7bpcrc7jx7yypfyfijkzxi: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.17.12 - find-cache-dir: 3.3.2 - loader-utils: 2.0.2 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 5.72.1 - dev: true - - /babel-loader/8.2.5_tlrwjfnbl7llelxqoonrmw2kde: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -9715,6 +9617,21 @@ packages: webpack: 4.46.0 dev: true + /babel-loader/8.2.5_qqaml4ljchhh37dxp4aoesgrby: + resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.18.0 + find-cache-dir: 3.3.2 + loader-utils: 2.0.2 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 5.72.1 + dev: true + /babel-plugin-add-react-displayname/0.0.5: resolution: {integrity: sha512-LY3+Y0XVDYcShHHorshrDbt4KFWL4bSeniCtl4SYZbask+Syngk1uMPCeN9+nSiZo6zX5s0RTq/J9Pnaaf/KHw==} dev: true @@ -9735,21 +9652,6 @@ packages: object.assign: 4.1.2 dev: true - /babel-plugin-emotion/10.2.2: - resolution: {integrity: sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==} - dependencies: - '@babel/helper-module-imports': 7.16.7 - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.4 - '@emotion/serialize': 0.11.16 - babel-plugin-macros: 2.8.0 - babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.8.0 - escape-string-regexp: 1.0.5 - find-root: 1.1.0 - source-map: 0.5.7 - dev: true - /babel-plugin-extract-import-names/1.6.22: resolution: {integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==} dependencies: @@ -9774,7 +9676,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/template': 7.16.7 - '@babel/types': 7.17.12 + '@babel/types': 7.18.0 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.17.1 dev: true @@ -9782,71 +9684,64 @@ packages: /babel-plugin-macros/2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 cosmiconfig: 6.0.0 resolve: 1.22.0 + dev: false /babel-plugin-macros/3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 cosmiconfig: 7.0.1 resolve: 1.22.0 dev: true - /babel-plugin-named-asset-import/0.3.8_@babel+core@7.17.12: - resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} - peerDependencies: - '@babel/core': ^7.1.0 - dependencies: - '@babel/core': 7.17.12 - dev: true - - /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.12: + /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.0: resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.17.10 - '@babel/core': 7.17.12 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.17.12: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.18.0: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.18.0 core-js-compat: 3.22.5 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.12: + /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.18.0: resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0 core-js-compat: 3.22.5 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.12: + /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.18.0: resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.12 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0 transitivePeerDependencies: - supports-color dev: true @@ -9876,35 +9771,35 @@ packages: /babel-plugin-syntax-jsx/6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.12: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.18.0: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.12 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.12 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.12 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.12 + '@babel/core': 7.18.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.0 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.0 dev: true - /babel-preset-jest/27.5.1_@babel+core@7.17.12: + /babel-preset-jest/27.5.1_@babel+core@7.18.0: resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.12 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.0 dev: true /babel-runtime/6.26.0: @@ -9971,10 +9866,6 @@ packages: safe-buffer: 5.1.2 dev: false - /batch-processor/1.0.0: - resolution: {integrity: sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg=} - dev: true - /batch/0.6.1: resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=} dev: true @@ -10005,6 +9896,12 @@ packages: is-windows: 1.0.2 dev: true + /big-integer/1.6.51: + resolution: {integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==} + engines: {node: '>=0.6'} + dev: true + optional: true + /big.js/3.2.0: resolution: {integrity: sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==} dev: true @@ -10100,6 +9997,13 @@ packages: wrap-ansi: 7.0.0 dev: true + /bplist-parser/0.1.1: + resolution: {integrity: sha512-2AEM0FXy8ZxVLBuqX0hqt1gDwcnz2zygEkQ6zaD5Wko/sB9paUNwlpawrFtKeHUAQUOzjVy9AO4oeonqIHKA9Q==} + dependencies: + big-integer: 1.6.51 + dev: true + optional: true + /brace-expansion/1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: @@ -10387,6 +10291,15 @@ packages: engines: {node: '>= 6'} dev: true + /camelcase-keys/2.1.0: + resolution: {integrity: sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ==} + engines: {node: '>=0.10.0'} + dependencies: + camelcase: 2.1.1 + map-obj: 1.0.1 + dev: true + optional: true + /camelcase-keys/6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} engines: {node: '>=8'} @@ -10401,6 +10314,12 @@ packages: engines: {node: '>=0.10.0'} dev: true + /camelcase/2.1.1: + resolution: {integrity: sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==} + engines: {node: '>=0.10.0'} + dev: true + optional: true + /camelcase/5.3.1: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} @@ -10729,18 +10648,13 @@ packages: resolution: {integrity: sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=} engines: {node: '>=0.8'} - /clsx/1.1.1: - resolution: {integrity: sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==} - engines: {node: '>=6'} - dev: true - /co/4.6.0: resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true - /codemirror/5.65.3: - resolution: {integrity: sha512-kCC0iwGZOVZXHEKW3NDTObvM7pTIyowjty4BUqeREROc/3I6bWbgZDA3fGDwlA+rbgRjvnRnfqs9SfXynel1AQ==} + /codemirror/5.65.4: + resolution: {integrity: sha512-tytrSm5Rh52b6j36cbDXN+FHwHCl9aroY4BrDZB2NFFL3Wjfq9nuYVLFFhaOYOczKAg3JXTr8BuT8LcE5QY4Iw==} dev: false /collapse-white-space/1.0.6: @@ -10907,10 +10821,6 @@ packages: resolution: {integrity: sha512-mKDjINe3tc6hGelUMNDzuhorIUZ7kS7BwyY0r2wQd2HOH2tRuJykiC06iSEX8y1TuhNzvz4GcJnK16mM2J1NMQ==} dev: false - /compute-scroll-into-view/1.0.17: - resolution: {integrity: sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==} - dev: true - /concat-map/0.0.1: resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} @@ -11017,6 +10927,7 @@ packages: resolution: {integrity: sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==} dependencies: toggle-selection: 1.0.6 + dev: false /copy-webpack-plugin/11.0.0_webpack@5.72.1: resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} @@ -11294,7 +11205,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 is-in-browser: 1.1.3 dev: false @@ -11340,10 +11251,6 @@ packages: cssom: 0.3.8 dev: true - /csstype/2.6.20: - resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} - dev: true - /csstype/3.0.9: resolution: {integrity: sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==} dev: false @@ -11373,6 +11280,14 @@ packages: stream-transform: 2.1.3 dev: true + /currently-unhandled/0.4.1: + resolution: {integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o=} + engines: {node: '>=0.10.0'} + dependencies: + array-find-index: 1.0.2 + dev: true + optional: true + /custom-event/1.0.0: resolution: {integrity: sha1-LkYovhncSyFLXAJjDFlx6BFhgGI=} dev: false @@ -11502,14 +11417,22 @@ packages: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true - /deep-object-diff/1.1.7: - resolution: {integrity: sha512-QkgBca0mL08P6HiOjoqvmm6xOAl2W6CT2+34Ljhg0OeFan8cwlcdq8jrLKsBBuUFAZLsN5b6y491KdKEoSo9lg==} - dev: true - /deepmerge/4.2.2: resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} engines: {node: '>=0.10.0'} + /default-browser-id/1.0.4: + resolution: {integrity: sha1-5Z0JpdFXuCi4dsJoFuYcPSosIDo=} + engines: {node: '>=0.10.0'} + hasBin: true + requiresBuild: true + dependencies: + bplist-parser: 0.1.1 + meow: 3.7.0 + untildify: 2.1.0 + dev: true + optional: true + /default-gateway/6.0.3: resolution: {integrity: sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==} engines: {node: '>= 10'} @@ -11632,6 +11555,13 @@ packages: /detect-node/2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + /detect-package-manager/2.0.1: + resolution: {integrity: sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==} + engines: {node: '>=12'} + dependencies: + execa: 5.1.1 + dev: true + /detect-port/1.3.0: resolution: {integrity: sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==} engines: {node: '>= 4.2.1'} @@ -11801,19 +11731,6 @@ packages: engines: {node: '>=10'} dev: true - /downshift/6.1.7_react@17.0.2: - resolution: {integrity: sha512-cVprZg/9Lvj/uhYRxELzlu1aezRcgPWBjTvspiGTVEU64gF5pRdSRKFVLcxqsZC637cLAGMbL40JavEfWnqgNg==} - peerDependencies: - react: '>=16.12.0' - dependencies: - '@babel/runtime': 7.17.9 - compute-scroll-into-view: 1.0.17 - prop-types: 15.8.1 - react: 17.0.2 - react-is: 17.0.2 - tslib: 2.4.0 - dev: true - /dragula/3.7.2: resolution: {integrity: sha1-SjXJ05gf+sGpScKcpyhQWOhzk84=} dependencies: @@ -11846,8 +11763,8 @@ packages: resolution: {integrity: sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA==} dev: true - /electron/18.2.3: - resolution: {integrity: sha512-DJWX03hCRKTscsfXxmW4gmgFuseop+g+m4ml7NfOMfankD8uYyr2Xyi3Ui02inL9qZOlbLMeLVCu6jKCKs8p/w==} + /electron/18.2.4: + resolution: {integrity: sha512-wSjU2N6kBGyGKb2GgBhujpfKtnmNr+gDaZZ6fMmlVMoPJ+GvuW0Zr1ImKPdb5zPXopPYmaURDSvHuAfSd4oHFA==} engines: {node: '>= 8.6'} hasBin: true requiresBuild: true @@ -11858,12 +11775,6 @@ packages: transitivePeerDependencies: - supports-color - /element-resize-detector/1.2.4: - resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==} - dependencies: - batch-processor: 1.0.0 - dev: true - /elliptic/6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} dependencies: @@ -11898,19 +11809,6 @@ packages: engines: {node: '>= 4'} dev: true - /emotion-theming/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: - resolution: {integrity: sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA==} - peerDependencies: - '@emotion/core': ^10.0.27 - react: '>=16.3.0' - dependencies: - '@babel/runtime': 7.17.9 - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/weak-memoize': 0.2.5 - hoist-non-react-statics: 3.3.2 - react: 17.0.2 - dev: true - /encodeurl/1.0.2: resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=} engines: {node: '>= 0.8'} @@ -12137,7 +12035,7 @@ packages: semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_xrdeh6rk75qznjks6fj23jbeji: + /eslint-config-airbnb/19.0.4_cwl36sb67esyay5caiduzvh47q: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12151,7 +12049,7 @@ packages: eslint-config-airbnb-base: 15.0.0_gwd37gqv3vjv3xlpl7ju3ag2qu eslint-plugin-import: 2.26.0_eslint@8.15.0 eslint-plugin-jsx-a11y: 6.5.1_eslint@8.15.0 - eslint-plugin-react: 7.29.4_eslint@8.15.0 + eslint-plugin-react: 7.30.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 object.assign: 4.1.2 object.entries: 1.1.5 @@ -12282,8 +12180,8 @@ packages: eslint: 8.15.0 dev: true - /eslint-plugin-react/7.29.4_eslint@8.15.0: - resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} + /eslint-plugin-react/7.30.0_eslint@8.15.0: + resolution: {integrity: sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -12441,8 +12339,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 c8: 7.11.3 transitivePeerDependencies: - supports-color @@ -12760,6 +12658,10 @@ packages: dependencies: pend: 1.2.0 + /fetch-retry/5.0.2: + resolution: {integrity: sha512-57Hmu+1kc6pKFUGVIobT7qw3NeAzY/uNN26bSevERLVvf6VGFR/ooDCOFBHMNDgAxBiU2YJq1D0vFzc6U1DcPw==} + dev: true + /figgy-pudding/3.5.2: resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==} dev: true @@ -12869,6 +12771,16 @@ packages: /find-root/1.1.0: resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} + dev: false + + /find-up/1.1.2: + resolution: {integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=} + engines: {node: '>=0.10.0'} + dependencies: + path-exists: 2.1.0 + pinkie-promise: 2.0.1 + dev: true + optional: true /find-up/2.1.0: resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=} @@ -13249,11 +13161,6 @@ packages: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} dev: true - /fuse.js/3.6.1: - resolution: {integrity: sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==} - engines: {node: '>=6'} - dev: true - /gauge/3.0.2: resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} engines: {node: '>=10'} @@ -13312,6 +13219,12 @@ packages: resolution: {integrity: sha1-uuDfq6WIoMYNeDTA2Nwv9g7u8v4=} dev: false + /get-stdin/4.0.1: + resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} + engines: {node: '>=0.10.0'} + dev: true + optional: true + /get-stdin/8.0.0: resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} engines: {node: '>=10'} @@ -13402,7 +13315,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.4 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -13770,16 +13683,11 @@ packages: resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} dev: true - /history/5.0.0: - resolution: {integrity: sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==} - dependencies: - '@babel/runtime': 7.17.9 - dev: true - /history/5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: '@babel/runtime': 7.17.9 + dev: false /hmac-drbg/1.0.1: resolution: {integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=} @@ -14102,6 +14010,14 @@ packages: resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} engines: {node: '>=0.8.19'} + /indent-string/2.1.0: + resolution: {integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=} + engines: {node: '>=0.10.0'} + dependencies: + repeating: 2.0.1 + dev: true + optional: true + /indent-string/4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} @@ -14157,7 +14073,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -14190,6 +14106,7 @@ packages: resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} dependencies: loose-envify: 1.4.0 + dev: false /ip-regex/4.3.0: resolution: {integrity: sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==} @@ -14397,6 +14314,12 @@ packages: resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} engines: {node: '>=0.10.0'} + /is-finite/1.1.0: + resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} + engines: {node: '>=0.10.0'} + dev: true + optional: true + /is-fullwidth-code-point/2.0.0: resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} engines: {node: '>=4'} @@ -14603,6 +14526,11 @@ packages: resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==} dev: true + /is-utf8/0.2.1: + resolution: {integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=} + dev: true + optional: true + /is-weakref/1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: @@ -14677,6 +14605,15 @@ packages: engines: {node: '>=0.10.0'} dev: true + /isomorphic-unfetch/3.1.0: + resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==} + dependencies: + node-fetch: 2.6.7 + unfetch: 4.2.0 + transitivePeerDependencies: + - encoding + dev: true + /istanbul-lib-coverage/3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} engines: {node: '>=8'} @@ -14686,8 +14623,8 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.17.12 - '@babel/parser': 7.17.12 + '@babel/core': 7.18.0 + '@babel/parser': 7.18.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -14843,10 +14780,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.17.12 + babel-jest: 27.5.1_@babel+core@7.18.0 chalk: 4.1.2 ci-info: 3.3.1 deepmerge: 4.2.2 @@ -14883,10 +14820,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.17.12 + babel-jest: 27.5.1_@babel+core@7.18.0 chalk: 4.1.2 ci-info: 3.3.1 deepmerge: 4.2.2 @@ -15218,16 +15155,16 @@ packages: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.12 - '@babel/generator': 7.17.12 - '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.17.12 - '@babel/traverse': 7.17.12 - '@babel/types': 7.17.12 + '@babel/core': 7.18.0 + '@babel/generator': 7.18.0 + '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.0 + '@babel/traverse': 7.18.0 + '@babel/types': 7.18.0 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.17.1 '@types/prettier': 2.6.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.12 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.0 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.10 @@ -15261,7 +15198,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.36 + '@types/node': 17.0.34 chalk: 4.1.2 ci-info: 3.3.1 graceful-fs: 4.2.10 @@ -15297,7 +15234,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.11.36 + '@types/node': 17.0.34 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -15508,6 +15445,7 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile/4.0.0: resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} @@ -15545,7 +15483,7 @@ packages: /jss-plugin-camel-case/10.9.0: resolution: {integrity: sha512-UH6uPpnDk413/r/2Olmw4+y54yEF2lRIV8XIZyuYpgPYTITLlPOsq6XB9qeqv+75SQSg3KLocq5jUBXW8qWWww==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 hyphenate-style-name: 1.0.4 jss: 10.9.0 dev: false @@ -15553,7 +15491,7 @@ packages: /jss-plugin-compose/10.9.0: resolution: {integrity: sha512-Q/0FEZhDwGUpf3/b7+PspmMi6MVSlN3YlTDmvrft7I6N346jUpd8MYkYP/6qM1ZMuVj4v8ky/XYqr1v2ganLLg==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 tiny-warning: 1.0.3 dev: false @@ -15561,21 +15499,21 @@ packages: /jss-plugin-default-unit/10.9.0: resolution: {integrity: sha512-7Ju4Q9wJ/MZPsxfu4T84mzdn7pLHWeqoGd/D8O3eDNNJ93Xc8PxnLmV8s8ZPNRYkLdxZqKtm1nPQ0BM4JRlq2w==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 dev: false /jss-plugin-expand/10.9.0: resolution: {integrity: sha512-QfZ9jld0HpF1OiYU7cGWQ4q+f6+Wu93mV4X+cA1iVRssiUbSbygwdfZkUwX23UOhS1WWRJeQlLK1aJC94K8/0A==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 dev: false /jss-plugin-extend/10.9.0: resolution: {integrity: sha512-xvmosUh3RsKVsm9L14ml6PL3i0Ejj5gB6eo/jTMkGW1kIy42gNXV1EthR8cD5xiowWstnvugQ3JF0pI5+QkPMg==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 tiny-warning: 1.0.3 dev: false @@ -15583,14 +15521,14 @@ packages: /jss-plugin-global/10.9.0: resolution: {integrity: sha512-4G8PHNJ0x6nwAFsEzcuVDiBlyMsj2y3VjmFAx/uHk/R/gzJV+yRHICjT4MKGGu1cJq2hfowFWCyrr/Gg37FbgQ==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 dev: false /jss-plugin-nested/10.9.0: resolution: {integrity: sha512-2UJnDrfCZpMYcpPYR16oZB7VAC6b/1QLsRiAutOt7wJaaqwCBvNsosLEu/fUyKNQNGdvg2PPJFDO5AX7dwxtoA==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 tiny-warning: 1.0.3 dev: false @@ -15598,14 +15536,14 @@ packages: /jss-plugin-props-sort/10.9.0: resolution: {integrity: sha512-7A76HI8bzwqrsMOJTWKx/uD5v+U8piLnp5bvru7g/3ZEQOu1+PjHvv7bFdNO3DwNPC9oM0a//KwIJsIcDCjDzw==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 dev: false /jss-plugin-rule-value-function/10.9.0: resolution: {integrity: sha512-IHJv6YrEf8pRzkY207cPmdbBstBaE+z8pazhPShfz0tZSDtRdQua5jjg6NMz3IbTasVx9FdnmptxPqSWL5tyJg==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 tiny-warning: 1.0.3 dev: false @@ -15613,7 +15551,7 @@ packages: /jss-plugin-rule-value-observable/10.9.0: resolution: {integrity: sha512-/MWVPJVEn41+ofzQdsvH1GR4wusDqFqNnchh/98HVc580MxPy4NVkmUa2SAEpbHhnJ93sCoETZccW3HJKuvH4A==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 symbol-observable: 1.2.0 dev: false @@ -15621,7 +15559,7 @@ packages: /jss-plugin-template/10.9.0: resolution: {integrity: sha512-lxThUvdt0drCi7xhuJWxADWTgLLy1IWCeFO5k+dtba900xJsNg0IGZplpP9w9UpaJsYS3WUwWMXw8Sxn1dobfQ==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 tiny-warning: 1.0.3 dev: false @@ -15629,7 +15567,7 @@ packages: /jss-plugin-vendor-prefixer/10.9.0: resolution: {integrity: sha512-MbvsaXP7iiVdYVSEoi+blrW+AYnTDvHTW6I6zqi7JcwXdc6I9Kbm234nEblayhF38EftoenbM+5218pidmC5gA==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 css-vendor: 2.0.8 jss: 10.9.0 dev: false @@ -15637,7 +15575,7 @@ packages: /jss-preset-default/10.9.0: resolution: {integrity: sha512-Zdsj+R+UTn7OOJ1TFQi+l8PfEL7APSAM6vRPaU8mJywT8OrMjgslMKckFLrgq1k+qk1hJR1ePAMesvZ5aAXGOQ==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 jss: 10.9.0 jss-plugin-camel-case: 10.9.0 jss-plugin-compose: 10.9.0 @@ -15656,7 +15594,7 @@ packages: /jss/10.9.0: resolution: {integrity: sha512-YpzpreB6kUunQBbrlArlsMpXYyndt9JATbt95tajx0t4MTJJcCJdd4hdNpHmOIDiUJrF/oX5wtVFrS3uofWfGw==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 csstype: 3.1.0 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -15819,7 +15757,7 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 app-root-dir: 1.0.2 core-js: 3.22.5 dotenv: 8.6.0 @@ -15872,6 +15810,18 @@ packages: /linked-list/0.1.0: resolution: {integrity: sha1-eYsP+X0bkqT9CEgPVa6k6dSdN78=} + /load-json-file/1.1.0: + resolution: {integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=} + engines: {node: '>=0.10.0'} + dependencies: + graceful-fs: 4.2.10 + parse-json: 2.2.0 + pify: 2.3.0 + pinkie-promise: 2.0.1 + strip-bom: 2.0.0 + dev: true + optional: true + /load-yaml-file/0.2.0: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} @@ -15910,15 +15860,6 @@ packages: json5: 1.0.1 dev: true - /loader-utils/2.0.0: - resolution: {integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==} - engines: {node: '>=8.9.0'} - dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 2.2.1 - dev: true - /loader-utils/2.0.2: resolution: {integrity: sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==} engines: {node: '>=8.9.0'} @@ -16056,7 +15997,7 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.1 + chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false @@ -16090,6 +16031,15 @@ packages: dependencies: js-tokens: 4.0.0 + /loud-rejection/1.6.0: + resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=} + engines: {node: '>=0.10.0'} + dependencies: + currently-unhandled: 0.4.1 + signal-exit: 3.0.7 + dev: true + optional: true + /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: @@ -16221,15 +16171,6 @@ packages: resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==} dev: true - /markdown-to-jsx/7.1.7_react@17.0.2: - resolution: {integrity: sha512-VI3TyyHlGkO8uFle0IOibzpO1c1iJDcXcS/zBrQrXQQvJ2tpdwVzVZ7XdKsyRz1NdRmre4dqQkMZzUHaKIG/1w==} - engines: {node: '>= 10'} - peerDependencies: - react: '>= 0.14.0' - dependencies: - react: 17.0.2 - dev: true - /matcher/3.0.0: resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==} engines: {node: '>=10'} @@ -16326,6 +16267,23 @@ packages: readable-stream: 2.3.7 dev: true + /meow/3.7.0: + resolution: {integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=} + engines: {node: '>=0.10.0'} + dependencies: + camelcase-keys: 2.1.0 + decamelize: 1.2.0 + loud-rejection: 1.6.0 + map-obj: 1.0.1 + minimist: 1.2.6 + normalize-package-data: 2.5.0 + object-assign: 4.1.1 + read-pkg-up: 1.0.1 + redent: 1.0.0 + trim-newlines: 1.0.0 + dev: true + optional: true + /meow/6.1.1: resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} engines: {node: '>=8'} @@ -16626,11 +16584,16 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.39.2: - resolution: {integrity: sha512-ju/HpqQpE4/qCxZ23t5Gaau0KREn4QuFzdG28nP1EpidMrymMJuIvNd32+2uGTGG031PMwrC41YW7vCxHOwyHA==} + /msw/0.40.2_typescript@4.6.4: + resolution: {integrity: sha512-8MymevYPIniUhk3W/xxWmhaMAeZHD9uhI37fik31i4JSToDhPWFg9hO6v/8IfTEPCD2Y1r4npDUxHmNbIeaOsg==} engines: {node: '>=14'} hasBin: true requiresBuild: true + peerDependencies: + typescript: '>= 4.2.x <= 4.6.x' + peerDependenciesMeta: + typescript: + optional: true dependencies: '@mswjs/cookies': 0.2.1 '@mswjs/interceptors': 0.15.1 @@ -16650,6 +16613,7 @@ packages: statuses: 2.0.1 strict-event-emitter: 0.2.4 type-fest: 1.4.0 + typescript: 4.6.4 yargs: 17.5.1 transitivePeerDependencies: - encoding @@ -17178,7 +17142,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 is-interactive: 1.0.0 @@ -17192,6 +17156,12 @@ packages: resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=} dev: true + /os-homedir/1.0.2: + resolution: {integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M=} + engines: {node: '>=0.10.0'} + dev: true + optional: true + /os-tmpdir/1.0.2: resolution: {integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=} engines: {node: '>=0.10.0'} @@ -17204,10 +17174,6 @@ packages: resolution: {integrity: sha512-yeWM9k6UPfG/nzxdaPlJkB2p08hCg4xP6Lx99F+vP8YF7xyZVfTmJjrrNalkmzudD4WFvNLVudQikqUmF8zhVQ==} dev: false - /overlayscrollbars/1.13.1: - resolution: {integrity: sha512-gIQfzgGgu1wy80EB4/6DaJGHMEGmizq27xHIESrzXq0Y/J0Ay1P3DWk6tuVmEPIZH15zaBlxeEJOqdJKmowHCQ==} - dev: true - /p-all/2.1.0: resolution: {integrity: sha512-HbZxz5FONzz/z2gJfk6bFca0BCiSRF8jU3yCsWOen/vR6lZjfPOu/e7L3uFzTW1i0H8TlC3vqQstEJPQL4/uLA==} engines: {node: '>=6'} @@ -17376,6 +17342,14 @@ packages: is-hexadecimal: 1.0.4 dev: true + /parse-json/2.2.0: + resolution: {integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=} + engines: {node: '>=0.10.0'} + dependencies: + error-ex: 1.3.2 + dev: true + optional: true + /parse-json/5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -17420,6 +17394,14 @@ packages: resolution: {integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=} dev: true + /path-exists/2.1.0: + resolution: {integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=} + engines: {node: '>=0.10.0'} + dependencies: + pinkie-promise: 2.0.1 + dev: true + optional: true + /path-exists/3.0.0: resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} engines: {node: '>=4'} @@ -17471,6 +17453,16 @@ packages: resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==} dev: false + /path-type/1.1.0: + resolution: {integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=} + engines: {node: '>=0.10.0'} + dependencies: + graceful-fs: 4.2.10 + pify: 2.3.0 + pinkie-promise: 2.0.1 + dev: true + optional: true + /path-type/3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} engines: {node: '>=4'} @@ -17512,6 +17504,12 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} + /pify/2.3.0: + resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} + engines: {node: '>=0.10.0'} + dev: true + optional: true + /pify/3.0.0: resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} engines: {node: '>=4'} @@ -17521,6 +17519,20 @@ packages: engines: {node: '>=6'} dev: true + /pinkie-promise/2.0.1: + resolution: {integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o=} + engines: {node: '>=0.10.0'} + dependencies: + pinkie: 2.0.4 + dev: true + optional: true + + /pinkie/2.0.4: + resolution: {integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA=} + engines: {node: '>=0.10.0'} + dev: true + optional: true + /pirates/4.0.5: resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} engines: {node: '>= 6'} @@ -17565,7 +17577,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 dev: true /popmotion/11.0.3: @@ -18189,20 +18201,10 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 react: 17.0.2 dev: false - /react-colorful/5.5.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-M1TJH2X3RXEt12sWkpa6hLc/bbYS0H6F4rIqjQZ+RxNBstpY67d9TrFXtqdZwhpmBXcCwEi7stKqFue3ZRkiOg==} - peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' - dependencies: - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - /react-deep-force-update/1.1.2: resolution: {integrity: sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA==} dev: true @@ -18220,9 +18222,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.17.12 - '@babel/generator': 7.17.12 - '@babel/runtime': 7.17.9 + '@babel/core': 7.18.0 + '@babel/generator': 7.18.0 + '@babel/runtime': 7.18.0 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -18244,18 +18246,6 @@ packages: react: 17.0.2 scheduler: 0.20.2 - /react-draggable/4.4.5_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g==} - peerDependencies: - react: '>= 16.3.0' - react-dom: '>= 16.3.0' - dependencies: - clsx: 1.1.1 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - /react-dragula/1.1.17: resolution: {integrity: sha1-s8s1KkcKcZNnupnWpUAcYPrU9v8=} dependencies: @@ -18278,13 +18268,14 @@ packages: /react-fast-compare/3.2.0: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} + dev: false /react-focus-lock/2.5.2_hx2b44akkvgcgvvtmk7ds2qk6q: resolution: {integrity: sha512-WzpdOnEqjf+/A3EH9opMZWauag7gV0BxFl+EY4ElA4qFqYsUsBLnmo2sELbN5OC30S16GAWMy16B9DLPpdJKAQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 focus-lock: 0.9.2 prop-types: 15.8.1 react: 17.0.2 @@ -18295,21 +18286,6 @@ packages: - '@types/react' dev: false - /react-helmet-async/1.3.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} - peerDependencies: - react: ^16.6.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 - dependencies: - '@babel/runtime': 7.17.9 - invariant: 2.2.4 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-fast-compare: 3.2.0 - shallowequal: 1.1.0 - dev: true - /react-icons/4.3.1_react@17.0.2: resolution: {integrity: sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==} peerDependencies: @@ -18323,7 +18299,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 is-dom: 1.1.0 prop-types: 15.8.1 react: 17.0.2 @@ -18342,33 +18318,6 @@ packages: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} dev: false - /react-popper-tooltip/3.1.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ==} - peerDependencies: - react: ^16.6.0 || ^17.0.0 - react-dom: ^16.6.0 || ^17.0.0 - dependencies: - '@babel/runtime': 7.17.9 - '@popperjs/core': 2.11.5 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-popper: 2.3.0_kz2vxbzpsgxv356x2ucg6oykdm - dev: true - - /react-popper/2.3.0_kz2vxbzpsgxv356x2ucg6oykdm: - resolution: {integrity: sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==} - peerDependencies: - '@popperjs/core': ^2.0.0 - react: ^16.8.0 || ^17 || ^18 - react-dom: ^16.8.0 || ^17 || ^18 - dependencies: - '@popperjs/core': 2.11.5 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-fast-compare: 3.2.0 - warning: 4.0.3 - dev: true - /react-proxy/1.1.8: resolution: {integrity: sha1-nb/Z2SdSjDqp9ETkVYw3gwq4wmo=} dependencies: @@ -18397,7 +18346,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/hoist-non-react-statics': 3.3.1 '@types/react': 17.0.45 '@types/use-sync-external-store': 0.0.3 @@ -18430,7 +18379,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/hoist-non-react-statics': 3.3.1 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 @@ -18464,7 +18413,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@types/hoist-non-react-statics': 3.3.1 '@types/react': 17.0.45 '@types/react-dom': 17.0.17 @@ -18526,6 +18475,7 @@ packages: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-router: 6.3.0_react@17.0.2 + dev: false /react-router/6.3.0_react@17.0.2: resolution: {integrity: sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==} @@ -18534,16 +18484,17 @@ packages: dependencies: history: 5.3.0 react: 17.0.2 + dev: false - /react-select/5.3.2_zhzxxaczhjwvzykqgyst2rkz7u: + /react-select/5.3.2_lmhfscgx62jidon3fv3k3zx3ui: resolution: {integrity: sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 '@emotion/cache': 11.7.1 - '@emotion/react': 11.9.0_tovnxza3ewbqrne2boekua65yu + '@emotion/react': 11.9.0_citxzijaigt45he3z6kuy2ivbq '@types/react-transition-group': 4.4.4 memoize-one: 5.2.1 prop-types: 15.8.1 @@ -18565,15 +18516,6 @@ packages: react-is: 17.0.2 dev: true - /react-sizeme/3.0.2: - resolution: {integrity: sha512-xOIAOqqSSmKlKFJLO3inBQBdymzDuXx4iuwkNcJmC96jeiOg5ojByvL+g3MW9LPEsojLbC6pf68zOfobK8IPlw==} - dependencies: - element-resize-detector: 1.2.4 - invariant: 2.2.4 - shallowequal: 1.1.0 - throttle-debounce: 3.0.1 - dev: true - /react-style-singleton/2.2.0_hx2b44akkvgcgvvtmk7ds2qk6q: resolution: {integrity: sha512-nK7mN92DMYZEu3cQcAhfwE48NpzO5RpxjG4okbSqRRbfal9Pk+fG2RdQXTMp+f6all1hB9LIJSt+j7dCYrU11g==} engines: {node: '>=10'} @@ -18591,12 +18533,12 @@ packages: tslib: 2.4.0 dev: false - /react-syntax-highlighter/13.5.3_react@17.0.2: - resolution: {integrity: sha512-crPaF+QGPeHNIblxxCdf2Lg936NAHKhNhuMzRL3F9ct6aYXL3NcZtCL0Rms9+qVo6Y1EQLdXGypBNSbPL/r+qg==} + /react-syntax-highlighter/15.5.0_react@17.0.2: + resolution: {integrity: sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==} peerDependencies: react: '>= 0.14.0' dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 highlight.js: 10.7.3 lowlight: 1.20.0 prismjs: 1.28.0 @@ -18616,20 +18558,6 @@ packages: scheduler: 0.20.2 dev: true - /react-textarea-autosize/8.3.4_hx2b44akkvgcgvvtmk7ds2qk6q: - resolution: {integrity: sha512-CdtmP8Dc19xL8/R6sWvtknD/eCXkQr30dtvC4VmGInhRsfF8X/ihXCq6+9l9qbxmKRiq407/7z5fxE7cVWQNgQ==} - engines: {node: '>=10'} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - '@babel/runtime': 7.17.9 - react: 17.0.2 - use-composed-ref: 1.3.0_react@17.0.2 - use-latest: 1.2.1_hx2b44akkvgcgvvtmk7ds2qk6q - transitivePeerDependencies: - - '@types/react' - dev: true - /react-transform-catch-errors/1.0.2: resolution: {integrity: sha1-G01KdulycYlvwW/jCGx5PsiKnus=} dev: true @@ -18647,7 +18575,7 @@ packages: react: '>=16.6.0' react-dom: '>=16.6.0' dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -18662,6 +18590,15 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 + /read-pkg-up/1.0.1: + resolution: {integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=} + engines: {node: '>=0.10.0'} + dependencies: + find-up: 1.1.2 + read-pkg: 1.1.0 + dev: true + optional: true + /read-pkg-up/7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -18671,6 +18608,16 @@ packages: type-fest: 0.8.1 dev: true + /read-pkg/1.1.0: + resolution: {integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=} + engines: {node: '>=0.10.0'} + dependencies: + load-json-file: 1.1.0 + normalize-package-data: 2.5.0 + path-type: 1.1.0 + dev: true + optional: true + /read-pkg/5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} @@ -18748,6 +18695,15 @@ packages: resolve: 1.22.0 dev: false + /redent/1.0.0: + resolution: {integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=} + engines: {node: '>=0.10.0'} + dependencies: + indent-string: 2.1.0 + strip-indent: 1.0.1 + dev: true + optional: true + /redent/3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} @@ -18791,7 +18747,7 @@ packages: /redux/4.2.0: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 /refractor/3.6.0: resolution: {integrity: sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==} @@ -18822,7 +18778,7 @@ packages: /regenerator-transform/0.15.0: resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.18.0 dev: true /regex-not/1.0.2: @@ -18973,6 +18929,14 @@ packages: engines: {node: '>=0.10'} dev: true + /repeating/2.0.1: + resolution: {integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=} + engines: {node: '>=0.10.0'} + dependencies: + is-finite: 1.1.0 + dev: true + optional: true + /require-directory/2.1.1: resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} engines: {node: '>=0.10.0'} @@ -19116,19 +19080,19 @@ packages: sprintf-js: 1.1.2 optional: true - /rollup-plugin-terser/7.0.2_rollup@2.73.0: + /rollup-plugin-terser/7.0.2_rollup@2.74.1: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: rollup: ^2.0.0 dependencies: '@babel/code-frame': 7.16.7 jest-worker: 26.6.2 - rollup: 2.73.0 + rollup: 2.74.1 serialize-javascript: 4.0.0 terser: 5.13.1 dev: true - /rollup-plugin-typescript2/0.31.2_anzmtkbpu2qkzgkvydr4fm6zcm: + /rollup-plugin-typescript2/0.31.2_lq4dy2bb4fhoyaf2vwyb4geyfa: resolution: {integrity: sha512-hRwEYR1C8xDGVVMFJQdEVnNAeWRvpaY97g5mp3IeLnzhNXzSVq78Ye/BJ9PAaUfN4DXa/uDnqerifMOaMFY54Q==} peerDependencies: rollup: '>=1.26.3' @@ -19139,13 +19103,13 @@ packages: find-cache-dir: 3.3.2 fs-extra: 10.1.0 resolve: 1.22.0 - rollup: 2.73.0 + rollup: 2.74.1 tslib: 2.4.0 typescript: 4.6.4 dev: true - /rollup/2.73.0: - resolution: {integrity: sha512-h/UngC3S4Zt28mB3g0+2YCMegT5yoftnQplwzPqGZcKvlld5e+kT/QRmJiL+qxGyZKOYpgirWGdLyEO1b0dpLQ==} + /rollup/2.74.1: + resolution: {integrity: sha512-K2zW7kV8Voua5eGkbnBtWYfMIhYhT9Pel2uhBk2WO5eMee161nPze/XRfvEQPFYz7KgrCCnmh2Wy0AMFLGGmMA==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -20126,6 +20090,14 @@ packages: dependencies: ansi-regex: 5.0.1 + /strip-bom/2.0.0: + resolution: {integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=} + engines: {node: '>=0.10.0'} + dependencies: + is-utf8: 0.2.1 + dev: true + optional: true + /strip-bom/3.0.0: resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} engines: {node: '>=4'} @@ -20146,6 +20118,15 @@ packages: engines: {node: '>=6'} dev: true + /strip-indent/1.0.1: + resolution: {integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=} + engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + get-stdin: 4.0.1 + dev: true + optional: true + /strip-indent/3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} @@ -20471,8 +20452,8 @@ packages: - supports-color dev: true - /telejson/5.3.3: - resolution: {integrity: sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA==} + /telejson/6.0.8: + resolution: {integrity: sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==} dependencies: '@types/is-function': 1.0.1 global: 4.4.0 @@ -20556,7 +20537,7 @@ packages: serialize-javascript: 6.0.0 source-map: 0.6.1 terser: 5.13.1 - webpack: 5.72.1 + webpack: 5.72.1_webpack-cli@4.9.2 dev: true /terser/4.8.0: @@ -20598,11 +20579,6 @@ packages: resolution: {integrity: sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==} dev: true - /throttle-debounce/3.0.1: - resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} - engines: {node: '>=10'} - dev: true - /through/2.3.8: resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} dev: false @@ -20713,6 +20689,7 @@ packages: /toggle-selection/1.0.6: resolution: {integrity: sha1-bkWxJj8gF/oKzH2J14sVuL932jI=} + dev: false /toidentifier/1.0.1: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} @@ -20747,6 +20724,12 @@ packages: punycode: 2.1.1 dev: true + /trim-newlines/1.0.0: + resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=} + engines: {node: '>=0.10.0'} + dev: true + optional: true + /trim-newlines/3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} @@ -20769,8 +20752,8 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/27.1.4_4zue766gxqgflsoungan7tsdni: - resolution: {integrity: sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==} + /ts-jest/27.1.5_7vdyoe2jhdnjnmqxbcbxhzy54u: + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -20790,41 +20773,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.17.12 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.7 - typescript: 4.6.4 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.1.4_d6g3ofq43ol5iqjn6hbu3qrpqe: - resolution: {integrity: sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.17.12 + '@babel/core': 7.18.0 '@types/jest': 27.5.1 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -20838,8 +20787,42 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest/27.1.4_ibhx3ehxrt2kgmkik4bkzmyeei: - resolution: {integrity: sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==} + /ts-jest/27.1.5_hmvk6xq5bupk46ksdjeeyeoi5e: + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: '*' + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.18.0 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.1 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.7 + typescript: 4.6.4 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.1.5_ibhx3ehxrt2kgmkik4bkzmyeei: + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -21225,6 +21208,14 @@ packages: isobject: 3.0.1 dev: true + /untildify/2.1.0: + resolution: {integrity: sha1-F+soB5h/dpUunASF/DEdBqgmouA=} + engines: {node: '>=0.10.0'} + dependencies: + os-homedir: 1.0.2 + dev: true + optional: true + /upath/1.2.0: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} @@ -21299,41 +21290,6 @@ packages: tslib: 2.4.0 dev: false - /use-composed-ref/1.3.0_react@17.0.2: - resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 17.0.2 - dev: true - - /use-isomorphic-layout-effect/1.1.2_hx2b44akkvgcgvvtmk7ds2qk6q: - resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} - peerDependencies: - '@types/react': '*' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 17.0.45 - react: 17.0.2 - dev: true - - /use-latest/1.2.1_hx2b44akkvgcgvvtmk7ds2qk6q: - resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} - peerDependencies: - '@types/react': '*' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 17.0.45 - react: 17.0.2 - use-isomorphic-layout-effect: 1.1.2_hx2b44akkvgcgvvtmk7ds2qk6q - dev: true - /use-sidecar/1.1.2_hx2b44akkvgcgvvtmk7ds2qk6q: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} @@ -21531,6 +21487,7 @@ packages: resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==} dependencies: loose-envify: 1.4.0 + dev: false /watchpack-chokidar2/2.0.1: resolution: {integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==} @@ -22120,6 +22077,13 @@ packages: optional: true dev: true + /x-default-browser/0.4.0: + resolution: {integrity: sha1-cM8NqF2nwKtcsPFaiX8jIqa91IE=} + hasBin: true + optionalDependencies: + default-browser-id: 1.0.4 + dev: true + /xml-name-validator/3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} dev: true