From fb276b8b58f4dd0bcfa993c5883f6f385eaffd7a Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Thu, 18 Jul 2024 14:08:48 +0300 Subject: [PATCH 01/15] Use package name instead of product name hurumap and not HURUmap --- .../HURUmap/core/LocationHighlight.stories.js | 9 +- .../HURUmap/core/LocationTag.stories.js | 2 +- .../stories/HURUmap/core/Map.stories.js | 187 ++++++++++++++++++ 3 files changed, 189 insertions(+), 9 deletions(-) create mode 100644 apps/uibook/stories/HURUmap/core/Map.stories.js diff --git a/apps/uibook/stories/HURUmap/core/LocationHighlight.stories.js b/apps/uibook/stories/HURUmap/core/LocationHighlight.stories.js index cd960db2e..8dc7bf412 100644 --- a/apps/uibook/stories/HURUmap/core/LocationHighlight.stories.js +++ b/apps/uibook/stories/HURUmap/core/LocationHighlight.stories.js @@ -18,13 +18,6 @@ const highlights = [ export default { title: "@hurumap/core/LocationHighlight", - argTypes: { - isLoading: { - control: { - type: "boolean", - }, - }, - }, }; function Template({ ...args }) { @@ -34,6 +27,6 @@ function Template({ ...args }) { export const Default = Template.bind({}); Default.args = { - isLoading: false, ...highlights[0], + isLoading: false, }; diff --git a/apps/uibook/stories/HURUmap/core/LocationTag.stories.js b/apps/uibook/stories/HURUmap/core/LocationTag.stories.js index ad475484a..d539e0726 100644 --- a/apps/uibook/stories/HURUmap/core/LocationTag.stories.js +++ b/apps/uibook/stories/HURUmap/core/LocationTag.stories.js @@ -33,8 +33,8 @@ function Template({ ...args }) { export const Default = Template.bind({}); Default.args = { + ...tags[1], active: true, isLoading: false, - ...tags[1], variant: "default", }; diff --git a/apps/uibook/stories/HURUmap/core/Map.stories.js b/apps/uibook/stories/HURUmap/core/Map.stories.js new file mode 100644 index 000000000..827030e54 --- /dev/null +++ b/apps/uibook/stories/HURUmap/core/Map.stories.js @@ -0,0 +1,187 @@ +import { Map } from "@hurumap/core"; +import React from "react"; + +export default { + title: "@hurumap/core/Map", + argTypes: { + geography: { + control: { + type: "object", + }, + }, + geometries: { + control: { + type: "object", + }, + }, + tileLayers: { + control: { + type: "object", + }, + }, + styles: { + control: { + type: "object", + }, + }, + zoom: { + control: { + type: "number", + }, + }, + center: { + control: { + type: "object", + }, + }, + preferredChildren: { + control: { + type: "object", + }, + }, + }, +}; + +function Template({ ...args }) { + return ; +} + +export const Default = Template.bind({}); + +Default.args = { + center: [0.3051933453207569, 37.908818734483155], + zoom: 6.25, + preferredChildren: { county: ["subcounty"], country: ["county"] }, + geography: { + level: "county", + }, + geometries: { + parents: [], + children: {}, + boundary: { + type: "Feature", + geometry: { + type: "MultiPolygon", + coordinates: [ + [ + [ + [37.0875, -1.249], + [37.1039, -1.2648], + [37.1015, -1.2742], + [37.0879, -1.2775], + [37.0823, -1.2847], + [37.0787, -1.2838], + [37.0735, -1.2954], + [37.076, -1.3024], + [37.0265, -1.2919], + [37.0027, -1.3007], + [36.9955, -1.2814], + [36.9743, -1.2896], + [36.9843, -1.3148], + [36.9669, -1.3532], + [36.9345, -1.3388], + [36.9073, -1.3634], + [36.9239, -1.3939], + [36.9369, -1.3997], + [36.9443, -1.4067], + [36.9475, -1.4219], + [36.9559, -1.4293], + [36.9617, -1.4387], + [36.9612, -1.4439], + [36.9555, -1.4376], + [36.9319, -1.4329], + [36.8929, -1.4157], + [36.8907, -1.4138], + [36.8943, -1.4111], + [36.8853, -1.4072], + [36.8711, -1.4071], + [36.8693, -1.4039], + [36.8497, -1.3961], + [36.8443, -1.3876], + [36.8299, -1.3876], + [36.8199, -1.3815], + [36.8091, -1.3881], + [36.7931, -1.3858], + [36.7725, -1.3885], + [36.7349, -1.3784], + [36.7027, -1.3522], + [36.6955, -1.353], + [36.6805, -1.3289], + [36.6755, -1.3303], + [36.6697, -1.3261], + [36.6735, -1.3244], + [36.6641, -1.3197], + [36.6709, -1.306], + [36.6743, -1.3073], + [36.6817, -1.298], + [36.6891, -1.2827], + [36.6889, -1.2755], + [36.6919, -1.2755], + [36.6919, -1.2716], + [36.6969, -1.2675], + [36.6941, -1.2639], + [36.6967, -1.2606], + [36.7015, -1.2617], + [36.7043, -1.2586], + [36.7197, -1.2637], + [36.7311, -1.2348], + [36.7459, -1.2371], + [36.7566, -1.2204], + [36.7789, -1.2268], + [36.7889, -1.2078], + [36.7852, -1.2048], + [36.7915, -1.1918], + [36.8351, -1.2161], + [36.8333, -1.2091], + [36.8501, -1.2131], + [36.8527, -1.2026], + [36.8601, -1.2019], + [36.8639, -1.1904], + [36.8785, -1.1964], + [36.8969, -1.1923], + [36.8891, -1.1743], + [36.9022, -1.1606], + [36.9203, -1.1632], + [36.9415, -1.1746], + [36.9135, -1.208], + [36.9317, -1.2233], + [36.9391, -1.2222], + [36.9585, -1.2288], + [36.9887, -1.2241], + [37.0045, -1.2366], + [37.0125, -1.2355], + [37.0165, -1.2285], + [37.0383, -1.2132], + [37.0611, -1.2069], + [37.0809, -1.2373], + [37.0877, -1.2341], + [37.0915, -1.2379], + [37.0955, -1.2448], + [37.0875, -1.249], + ], + ], + ], + }, + properties: { + code: "47", + name: "NAIROBI", + area: 0.057422949, + parent: "KE", + level: "county", + version: "KE Boundaries", + }, + }, + }, + tileLayers: [ + { + url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png", + pane: "tiles", + zIndex: 200, + }, + { + url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_only_labels/{z}/{x}/{y}.png", + pane: "labels", + zIndex: 650, + }, + ], +}; From 350073e4db32582e717a17b393b37e575e454186 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Fri, 19 Jul 2024 10:16:19 +0300 Subject: [PATCH 02/15] Temporarily move Map into hurumap-next --- apps/uibook/jsconfig.json | 3 +- .../HURUmap/{core => next}/Map.stories.js | 9 +- packages/hurumap-core/jest.setup.js | 2 + .../LocationHighlight/LocationHighlight.js | 4 +- packages/hurumap-core/src/index.js | 3 +- packages/hurumap-next/.eslintrc.js | 4 + packages/hurumap-next/jest.setup.js | 7 + packages/hurumap-next/package.json | 6 +- packages/hurumap-next/src/Map/Layers.js | 247 ++++++++++++++++++ packages/hurumap-next/src/Map/LazyMap.js | 149 +++++++++++ packages/hurumap-next/src/Map/Map.js | 13 + packages/hurumap-next/src/Map/geoStyles.js | 80 ++++++ packages/hurumap-next/src/Map/index.js | 3 + packages/hurumap-next/src/index.js | 1 + 14 files changed, 518 insertions(+), 13 deletions(-) rename apps/uibook/stories/HURUmap/{core => next}/Map.stories.js (97%) create mode 100644 packages/hurumap-next/src/Map/Layers.js create mode 100644 packages/hurumap-next/src/Map/LazyMap.js create mode 100644 packages/hurumap-next/src/Map/Map.js create mode 100644 packages/hurumap-next/src/Map/geoStyles.js create mode 100644 packages/hurumap-next/src/Map/index.js diff --git a/apps/uibook/jsconfig.json b/apps/uibook/jsconfig.json index b8b190ce7..b01d9101b 100644 --- a/apps/uibook/jsconfig.json +++ b/apps/uibook/jsconfig.json @@ -5,7 +5,8 @@ "@/commons-ui-docs/*": ["./src/*"], "@/commons-ui/core/*": ["../../packages/commons-ui-core/src/*"], "@/commons-ui/next/*": ["../../packages/commons-ui-next/src/*"], - "@/hurumap/core/*": ["../../packages/hurumap-core/src/*"] + "@/hurumap/core/*": ["../../packages/hurumap-core/src/*"], + "@/hurumap/next/*": ["../../packages/hurumap-next/src/*"] } }, "exclude": ["node_modules"] diff --git a/apps/uibook/stories/HURUmap/core/Map.stories.js b/apps/uibook/stories/HURUmap/next/Map.stories.js similarity index 97% rename from apps/uibook/stories/HURUmap/core/Map.stories.js rename to apps/uibook/stories/HURUmap/next/Map.stories.js index 827030e54..fd9a57090 100644 --- a/apps/uibook/stories/HURUmap/core/Map.stories.js +++ b/apps/uibook/stories/HURUmap/next/Map.stories.js @@ -1,8 +1,8 @@ -import { Map } from "@hurumap/core"; +import { Map } from "@hurumap/next"; import React from "react"; export default { - title: "@hurumap/core/Map", + title: "@hurumap/next/Map", argTypes: { geography: { control: { @@ -19,11 +19,6 @@ export default { type: "object", }, }, - styles: { - control: { - type: "object", - }, - }, zoom: { control: { type: "number", diff --git a/packages/hurumap-core/jest.setup.js b/packages/hurumap-core/jest.setup.js index 3a09aa528..3b7a93529 100644 --- a/packages/hurumap-core/jest.setup.js +++ b/packages/hurumap-core/jest.setup.js @@ -1 +1,3 @@ +/* eslint-env jest */ + module.exports = require("@commons-ui/testing-library/jest.setup"); diff --git a/packages/hurumap-core/src/LocationHighlight/LocationHighlight.js b/packages/hurumap-core/src/LocationHighlight/LocationHighlight.js index b0789e3ba..9e5f546a0 100644 --- a/packages/hurumap-core/src/LocationHighlight/LocationHighlight.js +++ b/packages/hurumap-core/src/LocationHighlight/LocationHighlight.js @@ -5,9 +5,9 @@ const LocationHighlight = React.forwardRef(function LocationHighlight( { TitleTypographyProps, ValueTypographyProps, + isLoading, title, value, - isLoading, ...props }, ref, @@ -18,8 +18,8 @@ const LocationHighlight = React.forwardRef(function LocationHighlight( display="inline-flex" flexDirection="column" flexGrow={1} - ref={ref} {...props} + ref={ref} > ({ + encode: jest.fn(), + encodeInto: jest.fn(), +})); + jest.mock("next/router", () => ({ useRouter: jest.fn().mockImplementation(() => ({ asPath: "", @@ -9,4 +14,6 @@ jest.mock("next/router", () => ({ })), })); +jest.mock("react-leaflet", () => ({})); + module.exports = require("@commons-ui/testing-library/jest.setup"); diff --git a/packages/hurumap-next/package.json b/packages/hurumap-next/package.json index 3d2f6055b..ebd18ad17 100644 --- a/packages/hurumap-next/package.json +++ b/packages/hurumap-next/package.json @@ -35,6 +35,7 @@ "@babel/preset-react": "^7.24.7", "@commons-ui/core": "workspace:*", "@commons-ui/testing-library": "workspace:*", + "@hurumap/core": "workspace:*", "@mui/material": "^5.16.1", "babel-loader": "^9.1.3", "eslint": "^8.57.0", @@ -52,6 +53,7 @@ "peerDependencies": { "@babel/core": "^7.22.9", "@commons-ui/core": "workspace:*", + "@hurumap/core": "workspace:*", "@mui/material": "^5.14.0", "next": "~13.4.11", "prop-types": "^15.8.1", @@ -59,6 +61,8 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@commons-ui/next": "workspace:*" + "@commons-ui/next": "workspace:*", + "leaflet": "^1.9.4", + "react-leaflet": "^4.2.1" } } diff --git a/packages/hurumap-next/src/Map/Layers.js b/packages/hurumap-next/src/Map/Layers.js new file mode 100644 index 000000000..089d11265 --- /dev/null +++ b/packages/hurumap-next/src/Map/Layers.js @@ -0,0 +1,247 @@ +import { LocationTag } from "@hurumap/core"; +import { useTheme } from "@mui/material"; +import { StyledEngineProvider, ThemeProvider } from "@mui/material/styles"; +import L from "leaflet"; +import PropTypes from "prop-types"; +import { useCallback, useEffect, useRef } from "react"; +import ReactDOMServer from "react-dom/server"; +import { FeatureGroup, GeoJSON, useMap } from "react-leaflet"; + +import { + defaultPrimaryGeoStyles, + defaultSecondaryGeoStyles, +} from "./geoStyles"; + +function Layers({ + PinnedLocationTagProps, + PopUpLocationTagProps, + geography, + isPinOrCompare = false, + locationCodes, + onClick, + onClickUnpin, + parentsGeometries, + primaryGeoStyles: primaryGeoStylesProp, + secondaryGeoStyles: secondaryGeoStylesProp, + secondaryGeography, + selectedBoundary, +}) { + const map = useMap(); + const groupRef = useRef(); + const siblingRef = useRef(); + const theme = useTheme(); + const primaryGeoStyles = primaryGeoStylesProp || defaultPrimaryGeoStyles; + const secondaryGeoStyles = + secondaryGeoStylesProp || defaultSecondaryGeoStyles; + + const pinIcon = L.divIcon({ + html: ReactDOMServer.renderToStaticMarkup( + + + + + , + ), + }); + + const onEachFeature = useCallback( + (feature, layer) => { + let geoStyles = + isPinOrCompare && feature.properties.code === secondaryGeography?.code + ? secondaryGeoStyles + : primaryGeoStyles; + if (!locationCodes?.includes(feature.properties.code)) { + layer.setStyle(geoStyles.inactive); + } else { + const popUpContent = (level, name) => + ReactDOMServer.renderToStaticMarkup( + + + + + , + ); + + if (!(isPinOrCompare && feature.properties.code === geography?.code)) { + layer + .bindTooltip( + popUpContent(feature.properties.level, feature.properties.name), + { direction: "top", opacity: 1, className: "tooltip" }, + ) + .openTooltip(); + } + + let style; + if (feature?.properties?.selected) { + style = geoStyles.selected.out; + } else if ( + isPinOrCompare && + feature.properties.code === secondaryGeography?.code + ) { + style = geoStyles.hoverOnly.over; + } else { + style = geoStyles.hoverOnly.out; + } + layer.setStyle(style); + + layer.on("mouseover", () => { + geoStyles = isPinOrCompare ? secondaryGeoStyles : primaryGeoStyles; + layer.setStyle( + feature?.properties?.selected + ? geoStyles.selected.over + : geoStyles.hoverOnly.over, + ); + }); + layer.on("mouseout", () => { + geoStyles = isPinOrCompare ? secondaryGeoStyles : primaryGeoStyles; + let outStyle; + if (feature?.properties?.selected) { + outStyle = geoStyles.selected.out; + } else if ( + isPinOrCompare && + feature.properties.code === secondaryGeography?.code + ) { + outStyle = geoStyles.hoverOnly.over; + } else { + outStyle = geoStyles.hoverOnly.out; + } + layer.setStyle(outStyle); + }); + if (onClick) { + layer.on("click", (e) => { + const { code: featureCode } = feature.properties; + const { code: geoCode } = geography || {}; + if (featureCode !== geoCode) { + onClick(e, feature); + } + }); + } + } + }, + [ + PopUpLocationTagProps, + geography, + isPinOrCompare, + locationCodes, + onClick, + primaryGeoStyles, + secondaryGeoStyles, + secondaryGeography, + theme, + ], + ); + + useEffect(() => { + const layer = groupRef.current; + const otherLayers = siblingRef.current; + if (otherLayers) { + otherLayers.clearLayers(); + const siblings = new L.GeoJSON(parentsGeometries, { + onEachFeature, + }); + otherLayers.addLayer(siblings); + if (isPinOrCompare && otherLayers.getBounds().isValid()) { + map.fitBounds(otherLayers.getBounds(), { + animate: true, + duration: 0.5, // in seconds + }); + } + } + + if (layer) { + layer.clearLayers(); + const featuredGeo = new L.GeoJSON(selectedBoundary, { + onEachFeature, + }); + layer.addLayer(featuredGeo); + if (!isPinOrCompare) { + const bounds = layer.getBounds(); + if (bounds.isValid()) { + map.fitBounds(layer.getBounds(), { + animate: true, + duration: 0.5, // in seconds + }); + } + } else { + const mark = new L.Marker(layer.getBounds().getCenter(), { + icon: pinIcon, + }); + mark.on("click", () => { + onClickUnpin(geography.code); + }); + mark.addTo(layer); + } + } + }, [ + groupRef, + siblingRef, + onClickUnpin, + geography.code, + pinIcon, + selectedBoundary, + map, + onEachFeature, + parentsGeometries, + isPinOrCompare, + ]); + + return ( + <> + + + + + + + + ); +} + +Layers.propTypes = { + geography: PropTypes.shape({ + code: PropTypes.string, + level: PropTypes.string, + name: PropTypes.string, + }), + isPinOrCompare: PropTypes.bool, + locationCodes: PropTypes.arrayOf(PropTypes.string), + onClick: PropTypes.func, + onClickUnpin: PropTypes.func, + parentsGeometries: PropTypes.arrayOf(PropTypes.shape({})), + primaryGeoStyles: PropTypes.shape({}), + secondaryGeography: PropTypes.shape({ + code: PropTypes.string, + }), + secondaryGeoStyles: PropTypes.shape({}), + selectedBoundary: PropTypes.shape({}), +}; + +export default Layers; diff --git a/packages/hurumap-next/src/Map/LazyMap.js b/packages/hurumap-next/src/Map/LazyMap.js new file mode 100644 index 000000000..bd8a1559e --- /dev/null +++ b/packages/hurumap-next/src/Map/LazyMap.js @@ -0,0 +1,149 @@ +import PropTypes from "prop-types"; +import React, { useCallback, useEffect, useState } from "react"; +import { MapContainer, Pane, TileLayer, ZoomControl } from "react-leaflet"; + +import Layers from "./Layers"; + +import "leaflet/dist/leaflet.css"; + +// TODO(kilemensi): We can't use styled and MapContainer because MapContainer +// is a dynamic component i.e. needs window to exist +const Map = React.forwardRef(function Map(props, ref) { + const { + LayersProps, + center, + geography, + geometries, + isPinOrCompare, + locations, + preferredChildren, + styles = { + height: "100%", + width: "100%", + }, + sx, + tileLayers, + zoom, + } = props; + const [selectedBoundary, setSelectedBoundary] = useState(null); + + const getSelectedBoundary = useCallback( + (level, geoms) => { + if (isPinOrCompare) { + // if we are pinning/comparing do not drill down + return geoms.boundary; + } + const preferredChildrenPerLevel = preferredChildren[level]; + const preferredLevel = + preferredChildrenPerLevel?.find((l) => geoms.children[l]) ?? null; + + if (preferredLevel) { + return geoms.children[preferredLevel]; + } + return null; + }, + [preferredChildren, isPinOrCompare], + ); + + useEffect(() => { + let selectedBound = + getSelectedBoundary(geography.level, geometries) ?? geometries.boundary; + + if (selectedBound?.type === "Feature") { + selectedBound = { + ...selectedBound, + properties: { + ...selectedBound.properties, + selected: true, + }, + }; + } else { + // else its a FeatureCollection + const selectedBoundaryFeatures = selectedBound?.features?.map((f) => { + return { + ...f, + properties: { + ...f.properties, + selected: true, + }, + }; + }); + + selectedBound = { + ...selectedBound, + features: selectedBoundaryFeatures, + }; + } + setSelectedBoundary(selectedBound); + }, [geometries, geography, getSelectedBoundary]); + + const locationCodes = locations?.map(({ code }) => code); + + return ( + + {" "} + {tileLayers?.map(({ pane, url, zIndex }) => ( + + + + ))} + + + + ); +}); + +Map.propTypes = { + LayersProps: PropTypes.shape({}), + center: (props, propName, componentName) => { + const { [propName]: prop } = props; + if (!Array.isArray(prop) || prop.length !== 2 || prop.some(Number.isNaN)) { + return new Error( + `Invalid prop \`${propName}\` supplied to` + + ` \`${componentName}\`. Validation failed.`, + ); + } + return null; + }, + geography: PropTypes.shape({ + level: PropTypes.string, + }), + geometries: PropTypes.shape({ + parents: PropTypes.arrayOf(PropTypes.shape({})), + children: PropTypes.shape({}), + boundary: PropTypes.shape({}), + }), + locations: PropTypes.arrayOf(PropTypes.shape({ code: PropTypes.string })), + preferredChildren: PropTypes.shape({}), + setGeoCode: PropTypes.func, + setShouldFetch: PropTypes.func, + styles: PropTypes.shape({}), + tileLayers: PropTypes.arrayOf(PropTypes.shape({})), + zoom: PropTypes.number, + isPinOrCompare: PropTypes.bool, +}; + +export default Map; diff --git a/packages/hurumap-next/src/Map/Map.js b/packages/hurumap-next/src/Map/Map.js new file mode 100644 index 000000000..ab38ef4a4 --- /dev/null +++ b/packages/hurumap-next/src/Map/Map.js @@ -0,0 +1,13 @@ +import dynamic from "next/dynamic"; +import React from "react"; + +const LazyMap = dynamic(() => import("./LazyMap"), { + ssr: false, + loading: () =>
loading...
, +}); + +function MapContainer(props) { + return ; +} + +export default MapContainer; diff --git a/packages/hurumap-next/src/Map/geoStyles.js b/packages/hurumap-next/src/Map/geoStyles.js new file mode 100644 index 000000000..21c4d0892 --- /dev/null +++ b/packages/hurumap-next/src/Map/geoStyles.js @@ -0,0 +1,80 @@ +const CHART_PRIMARY_COLOR_SCHEME = ["#0B2AEA", "#7986D1", "#DFDFDF", "#666666"]; + +const CHART_SECONDARY_COLOR_SCHEME = [ + "#FC0D1B", + "#F8A199", + "#DFDFDF", + "#666666", +]; + +const defaultPrimaryGeoStyles = { + inactive: { + color: CHART_PRIMARY_COLOR_SCHEME[3], + fillColor: "#f8f8f8", + fillOpacity: 1, + weight: 1, + }, + hoverOnly: { + out: { + color: CHART_PRIMARY_COLOR_SCHEME[3], + fillColor: CHART_PRIMARY_COLOR_SCHEME[2], + fillOpacity: 1, + weight: 1, + }, + over: { + color: CHART_PRIMARY_COLOR_SCHEME[3], + fillColor: CHART_PRIMARY_COLOR_SCHEME[1], + fillOpacity: 1, + }, + }, + selected: { + out: { + color: CHART_PRIMARY_COLOR_SCHEME[3], + fillColor: CHART_PRIMARY_COLOR_SCHEME[1], + strokeWidth: 1, + opacity: 1, + fillOpacity: 1, + weight: 1.5, + }, + over: { + color: CHART_PRIMARY_COLOR_SCHEME[3], + fillColor: CHART_PRIMARY_COLOR_SCHEME[1], + opacity: 1, + }, + }, +}; + +const defaultSecondaryGeoStyles = { + ...defaultPrimaryGeoStyles, + hoverOnly: { + out: { + color: CHART_PRIMARY_COLOR_SCHEME[3], + fillColor: CHART_PRIMARY_COLOR_SCHEME[2], + fillOpacity: 1, + weight: 1, + }, + over: { + color: CHART_SECONDARY_COLOR_SCHEME[3], + fillColor: CHART_SECONDARY_COLOR_SCHEME[1], + fillOpacity: 1, + opacity: 1, + }, + }, + selected: { + out: { + color: CHART_PRIMARY_COLOR_SCHEME[3], + fillColor: CHART_PRIMARY_COLOR_SCHEME[1], + strokeWidth: 1, + opacity: 1, + fillOpacity: 1, + weight: 1.5, + }, + over: { + color: CHART_PRIMARY_COLOR_SCHEME[3], + fillColor: CHART_PRIMARY_COLOR_SCHEME[1], + opacity: 1, + }, + }, +}; + +export { defaultPrimaryGeoStyles, defaultSecondaryGeoStyles }; diff --git a/packages/hurumap-next/src/Map/index.js b/packages/hurumap-next/src/Map/index.js new file mode 100644 index 000000000..ded48217c --- /dev/null +++ b/packages/hurumap-next/src/Map/index.js @@ -0,0 +1,3 @@ +import Map from "./Map"; + +export default Map; diff --git a/packages/hurumap-next/src/index.js b/packages/hurumap-next/src/index.js index cce473009..55584435d 100644 --- a/packages/hurumap-next/src/index.js +++ b/packages/hurumap-next/src/index.js @@ -1,2 +1,3 @@ /* eslint-disable import/prefer-default-export */ export { default as Source } from "./Source"; +export { default as Map } from "./Map"; From 9c5fde5776f5f568da60c2300166fda4bf969651 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Fri, 19 Jul 2024 10:18:08 +0300 Subject: [PATCH 03/15] Temporarily show Map on pesayetu --- apps/pesayetu/jsconfig.json | 1 + .../src/components/ExplorePage/index.js | 10 +- .../src/components/ExplorePage/useStyles.js | 6 - .../src/components/HURUmap/Chart/index.js | 38 ++- .../src/components/HURUmap/Map/Layers.js | 311 ------------------ .../src/components/HURUmap/Map/index.js | 171 ---------- .../components/HURUmap/Map/index.stories.js | 188 ----------- 7 files changed, 25 insertions(+), 700 deletions(-) delete mode 100644 apps/pesayetu/src/components/HURUmap/Map/Layers.js delete mode 100644 apps/pesayetu/src/components/HURUmap/Map/index.js delete mode 100644 apps/pesayetu/src/components/HURUmap/Map/index.stories.js diff --git a/apps/pesayetu/jsconfig.json b/apps/pesayetu/jsconfig.json index a301d3100..2a3284409 100644 --- a/apps/pesayetu/jsconfig.json +++ b/apps/pesayetu/jsconfig.json @@ -4,6 +4,7 @@ "paths": { "@/commons-ui/core/*": ["../../packages/commons-ui-core/src/*"], "@/commons-ui/next/*": ["../../packages/commons-ui-next/src/*"], + "@/hurumap/core/*": ["../../packages/hurumap-core/src/*"], "@/pesayetu/*": ["./src/*"] } }, diff --git a/apps/pesayetu/src/components/ExplorePage/index.js b/apps/pesayetu/src/components/ExplorePage/index.js index 528b3140d..07ddef47f 100644 --- a/apps/pesayetu/src/components/ExplorePage/index.js +++ b/apps/pesayetu/src/components/ExplorePage/index.js @@ -1,5 +1,5 @@ +import { Map } from "@hurumap/next"; import { Box } from "@mui/material"; -import dynamic from "next/dynamic"; import { useRouter } from "next/router"; import PropTypes from "prop-types"; import React, { useEffect, useState } from "react"; @@ -11,10 +11,6 @@ import useStyles from "./useStyles"; import Location from "@/pesayetu/components/HURUmap/Location"; import Panel from "@/pesayetu/components/HURUmap/Panel"; -const Map = dynamic(() => import("@/pesayetu/components/HURUmap/Map"), { - ssr: false, -}); - function initialState(profiles, onClick) { return { profiles: Array.isArray(profiles) ? profiles : [profiles], @@ -132,7 +128,9 @@ function ExplorePage({ panelProps, profile: profileProp, ...props }) { onClickUnpin={handleClickUnpin} zoom={7} {...props} - className={classes.map} + sx={{ + display: { xs: "none", md: "block" }, + }} /> { + const spec = configureScope( + indicator, + secondaryIndicator, + profileNames, + isCompare, + isMobile, + ); + setCSpec(spec); + }, [indicator, isMobile, isCompare, profileNames, secondaryIndicator]); + + useEffect(() => { + if (!(chartRef.current && cSpec)) { + return; + } async function renderChart() { - const spec = configureScope( - indicator, - secondaryIndicator, - profileNames, - isCompare, - isMobile, - ); - setCSpec(spec); - if (chartRef?.current) { - const newView = await embed(chartRef.current, spec, { + try { + const newView = await embed(chartRef.current, cSpec, { renderer: "canvas", actions: false, tooltip: handler, }); setView(newView.view); + } catch (e) { + console.error("Failed to renderChart ", cSpec); + console.error(e); } } renderChart(); - }, [ - indicator, - isMobile, - isCompare, - profileNames, - secondaryIndicator, - handler, - ]); + }, [cSpec, handler]); // apply default filter if defined const defaultFilters = diff --git a/apps/pesayetu/src/components/HURUmap/Map/Layers.js b/apps/pesayetu/src/components/HURUmap/Map/Layers.js deleted file mode 100644 index c2148792a..000000000 --- a/apps/pesayetu/src/components/HURUmap/Map/Layers.js +++ /dev/null @@ -1,311 +0,0 @@ -import { LocationTag } from "@hurumap/core"; -import { ThemeProvider, StyledEngineProvider } from "@mui/material/styles"; -import L from "leaflet"; -import PropTypes from "prop-types"; -import React, { useCallback, useEffect, useRef } from "react"; -import ReactDOMServer from "react-dom/server"; -import { useMap, FeatureGroup, GeoJSON } from "react-leaflet"; - -import { ReactComponent as CancelIcon } from "@/pesayetu/assets/icons/Component108-4.svg"; -import theme, { - CHART_PRIMARY_COLOR_SCHEME, - CHART_SECONDARY_COLOR_SCHEME, -} from "@/pesayetu/theme"; - -const primaryGeoStyles = { - inactive: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: "#f8f8f8", - fillOpacity: 1, - weight: 1, - }, - hoverOnly: { - out: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[2], - fillOpacity: 1, - weight: 1, - }, - over: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - fillOpacity: 1, - }, - }, - selected: { - out: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - strokeWidth: 1, - opacity: 1, - fillOpacity: 1, - weight: 1.5, - }, - over: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - opacity: 1, - }, - }, -}; - -const secondaryGeoStyles = { - ...primaryGeoStyles, - hoverOnly: { - out: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[2], - fillOpacity: 1, - weight: 1, - }, - over: { - color: CHART_SECONDARY_COLOR_SCHEME[3], - fillColor: CHART_SECONDARY_COLOR_SCHEME[1], - fillOpacity: 1, - opacity: 1, - }, - }, - selected: { - out: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - strokeWidth: 1, - opacity: 1, - fillOpacity: 1, - weight: 1.5, - }, - over: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - opacity: 1, - }, - }, -}; - -function Layers({ - geography, - isPinOrCompare, - locationCodes, - onClick, - onClickUnpin, - parentsGeometries, - secondaryGeography, - selectedBoundary, -}) { - const map = useMap(); - const groupRef = useRef(); - const siblingRef = useRef(); - - const pinIcon = L.divIcon({ - html: ReactDOMServer.renderToStaticMarkup( - - - , - sx: { - "&:hover": { - color: "#666666", - "& .Component108-4_svg__b": { - stroke: theme.palette.text?.secondary, - }, - }, - }, - }} - level={geography?.level} - name={geography?.name?.toLowerCase()} - code={geography?.code} - color="primary" - variant="marker" - sx={{ - left: 0, - position: "absolute", - top: 0, - }} - /> - - , - ), - }); - - const onEachFeature = useCallback( - (feature, layer) => { - let geoStyles = - isPinOrCompare && feature.properties.code === secondaryGeography?.code - ? secondaryGeoStyles - : primaryGeoStyles; - if (!locationCodes?.includes(feature.properties.code)) { - layer.setStyle(geoStyles.inactive); - } else { - const popUpContent = (level, name) => - ReactDOMServer.renderToStaticMarkup( - - - - - , - ); - - if (!(isPinOrCompare && feature.properties.code === geography?.code)) { - layer - .bindTooltip( - popUpContent(feature.properties.level, feature.properties.name), - { direction: "top", opacity: 1, className: "tooltip" }, - ) - .openTooltip(); - } - - let style; - if (feature?.properties?.selected) { - style = geoStyles.selected.out; - } else if ( - isPinOrCompare && - feature.properties.code === secondaryGeography?.code - ) { - style = geoStyles.hoverOnly.over; - } else { - style = geoStyles.hoverOnly.out; - } - layer.setStyle(style); - - layer.on("mouseover", () => { - geoStyles = isPinOrCompare ? secondaryGeoStyles : primaryGeoStyles; - layer.setStyle( - feature?.properties?.selected - ? geoStyles.selected.over - : geoStyles.hoverOnly.over, - ); - }); - layer.on("mouseout", () => { - geoStyles = isPinOrCompare ? secondaryGeoStyles : primaryGeoStyles; - let outStyle; - if (feature?.properties?.selected) { - outStyle = geoStyles.selected.out; - } else if ( - isPinOrCompare && - feature.properties.code === secondaryGeography?.code - ) { - outStyle = geoStyles.hoverOnly.over; - } else { - outStyle = geoStyles.hoverOnly.out; - } - layer.setStyle(outStyle); - }); - if (onClick) { - layer.on("click", (e) => { - const { code: featureCode } = feature.properties; - const { code: geoCode } = geography || {}; - if (featureCode !== geoCode) { - onClick(e, feature); - } - }); - } - } - }, - [geography, isPinOrCompare, secondaryGeography, locationCodes, onClick], - ); - - useEffect(() => { - const layer = groupRef.current; - const otherLayers = siblingRef.current; - if (otherLayers) { - otherLayers.clearLayers(); - const siblings = new L.GeoJSON(parentsGeometries, { - onEachFeature, - }); - otherLayers.addLayer(siblings); - if (isPinOrCompare && otherLayers.getBounds().isValid()) { - map.fitBounds(otherLayers.getBounds(), { - animate: true, - duration: 0.5, // in seconds - }); - } - } - - if (layer) { - layer.clearLayers(); - const featuredGeo = new L.GeoJSON(selectedBoundary, { - onEachFeature, - }); - layer.addLayer(featuredGeo); - if (!isPinOrCompare) { - const bounds = layer.getBounds(); - if (bounds.isValid()) { - map.fitBounds(layer.getBounds(), { - animate: true, - duration: 0.5, // in seconds - }); - } - } else { - const mark = new L.Marker(layer.getBounds().getCenter(), { - icon: pinIcon, - }); - mark.on("click", () => { - onClickUnpin(geography.code); - }); - mark.addTo(layer); - } - } - }, [ - groupRef, - siblingRef, - onClickUnpin, - geography.code, - pinIcon, - selectedBoundary, - map, - onEachFeature, - parentsGeometries, - isPinOrCompare, - ]); - - return ( - <> - - - - - - - - ); -} - -Layers.propTypes = { - geography: PropTypes.shape({ - code: PropTypes.string, - level: PropTypes.string, - name: PropTypes.string, - }), - isPinOrCompare: PropTypes.bool, - locationCodes: PropTypes.arrayOf(PropTypes.string), - onClick: PropTypes.func, - onClickUnpin: PropTypes.func, - parentsGeometries: PropTypes.arrayOf(PropTypes.shape({})), - secondaryGeography: PropTypes.shape({ - code: PropTypes.string, - }), - selectedBoundary: PropTypes.shape({}), -}; - -Layers.defaultProps = { - geography: undefined, - isPinOrCompare: undefined, - locationCodes: undefined, - onClick: undefined, - onClickUnpin: undefined, - parentsGeometries: undefined, - secondaryGeography: undefined, - selectedBoundary: undefined, -}; - -export default Layers; diff --git a/apps/pesayetu/src/components/HURUmap/Map/index.js b/apps/pesayetu/src/components/HURUmap/Map/index.js deleted file mode 100644 index bdb0713c5..000000000 --- a/apps/pesayetu/src/components/HURUmap/Map/index.js +++ /dev/null @@ -1,171 +0,0 @@ -import makeStyles from "@mui/styles/makeStyles"; -import clsx from "clsx"; -import PropTypes from "prop-types"; -import React, { useCallback, useEffect, useState } from "react"; -import { MapContainer, ZoomControl, TileLayer, Pane } from "react-leaflet"; - -import Layers from "./Layers"; - -import "leaflet/dist/leaflet.css"; - -const useStyles = makeStyles(({ typography }) => ({ - root: { - "& .tooltip": { - height: typography.pxToRem(38), - width: typography.pxToRem(88), - position: "relative", - }, - }, -})); - -function Map({ - center, - className, - geography, - geometries, - locations, - preferredChildren, - styles, - tileLayers, - zoom, - isPinOrCompare, - ...props -}) { - const classes = useStyles(props); - const [selectedBoundary, setSelectedBoundary] = useState(null); - - const getSelectedBoundary = useCallback( - (level, geoms) => { - if (isPinOrCompare) { - // if we are pinning/comparing do not drill down - return geoms.boundary; - } - const preferredChildrenPerLevel = preferredChildren[level]; - const preferredLevel = - preferredChildrenPerLevel?.find((l) => geoms.children[l]) ?? null; - - if (preferredLevel) { - return geoms.children[preferredLevel]; - } - return null; - }, - [preferredChildren, isPinOrCompare], - ); - - useEffect(() => { - let selectedBound = - getSelectedBoundary(geography.level, geometries) ?? geometries.boundary; - - if (selectedBound?.type === "Feature") { - selectedBound = { - ...selectedBound, - properties: { - ...selectedBound.properties, - selected: true, - }, - }; - } else { - // else its a FeatureCollection - const selectedBoundaryFeatures = selectedBound?.features?.map((f) => { - return { - ...f, - properties: { - ...f.properties, - selected: true, - }, - }; - }); - - selectedBound = { - ...selectedBound, - features: selectedBoundaryFeatures, - }; - } - setSelectedBoundary(selectedBound); - }, [geometries, geography, getSelectedBoundary]); - - const locationCodes = locations?.map(({ code }) => code); - - return ( - - {tileLayers?.map(({ pane, url, zIndex }) => ( - - - - ))} - - - - ); -} - -Map.propTypes = { - center: (props, propName, componentName) => { - const { [propName]: prop } = props; - if (!Array.isArray(prop) || prop.length !== 2 || prop.some(Number.isNaN)) { - return new Error( - `Invalid prop \`${propName}\` supplied to` + - ` \`${componentName}\`. Validation failed.`, - ); - } - return null; - }, - className: PropTypes.string, - geography: PropTypes.shape({ - level: PropTypes.string, - }), - geometries: PropTypes.shape({ - parents: PropTypes.arrayOf(PropTypes.shape({})), - children: PropTypes.shape({}), - boundary: PropTypes.shape({}), - }), - locations: PropTypes.arrayOf(PropTypes.shape({ code: PropTypes.string })), - preferredChildren: PropTypes.shape({}), - setGeoCode: PropTypes.func, - setShouldFetch: PropTypes.func, - styles: PropTypes.shape({}), - tileLayers: PropTypes.arrayOf(PropTypes.shape({})), - zoom: PropTypes.number, - isPinOrCompare: PropTypes.bool, -}; - -Map.defaultProps = { - center: undefined, - className: undefined, - geography: undefined, - geometries: undefined, - locations: undefined, - preferredChildren: undefined, - setGeoCode: undefined, - setShouldFetch: undefined, - styles: { - height: "100%", - width: "100%", - }, - tileLayers: undefined, - zoom: undefined, - isPinOrCompare: undefined, -}; - -export default Map; diff --git a/apps/pesayetu/src/components/HURUmap/Map/index.stories.js b/apps/pesayetu/src/components/HURUmap/Map/index.stories.js deleted file mode 100644 index 272626e44..000000000 --- a/apps/pesayetu/src/components/HURUmap/Map/index.stories.js +++ /dev/null @@ -1,188 +0,0 @@ -import React from "react"; - -import Map from "@/pesayetu/components/HURUmap/Map"; - -export default { - title: "HURUmap/Components/Map", - argTypes: { - geography: { - control: { - type: "object", - }, - }, - geometries: { - control: { - type: "object", - }, - }, - tileLayers: { - control: { - type: "object", - }, - }, - styles: { - control: { - type: "object", - }, - }, - zoom: { - control: { - type: "number", - }, - }, - center: { - control: { - type: "object", - }, - }, - preferredChildren: { - control: { - type: "object", - }, - }, - }, -}; - -function Template({ ...args }) { - return ; -} - -export const Default = Template.bind({}); - -Default.args = { - center: [0.3051933453207569, 37.908818734483155], - zoom: 6.25, - preferredChildren: { county: ["subcounty"], country: ["county"] }, - geography: { - level: "county", - }, - geometries: { - parents: [], - children: {}, - boundary: { - type: "Feature", - geometry: { - type: "MultiPolygon", - coordinates: [ - [ - [ - [37.0875, -1.249], - [37.1039, -1.2648], - [37.1015, -1.2742], - [37.0879, -1.2775], - [37.0823, -1.2847], - [37.0787, -1.2838], - [37.0735, -1.2954], - [37.076, -1.3024], - [37.0265, -1.2919], - [37.0027, -1.3007], - [36.9955, -1.2814], - [36.9743, -1.2896], - [36.9843, -1.3148], - [36.9669, -1.3532], - [36.9345, -1.3388], - [36.9073, -1.3634], - [36.9239, -1.3939], - [36.9369, -1.3997], - [36.9443, -1.4067], - [36.9475, -1.4219], - [36.9559, -1.4293], - [36.9617, -1.4387], - [36.9612, -1.4439], - [36.9555, -1.4376], - [36.9319, -1.4329], - [36.8929, -1.4157], - [36.8907, -1.4138], - [36.8943, -1.4111], - [36.8853, -1.4072], - [36.8711, -1.4071], - [36.8693, -1.4039], - [36.8497, -1.3961], - [36.8443, -1.3876], - [36.8299, -1.3876], - [36.8199, -1.3815], - [36.8091, -1.3881], - [36.7931, -1.3858], - [36.7725, -1.3885], - [36.7349, -1.3784], - [36.7027, -1.3522], - [36.6955, -1.353], - [36.6805, -1.3289], - [36.6755, -1.3303], - [36.6697, -1.3261], - [36.6735, -1.3244], - [36.6641, -1.3197], - [36.6709, -1.306], - [36.6743, -1.3073], - [36.6817, -1.298], - [36.6891, -1.2827], - [36.6889, -1.2755], - [36.6919, -1.2755], - [36.6919, -1.2716], - [36.6969, -1.2675], - [36.6941, -1.2639], - [36.6967, -1.2606], - [36.7015, -1.2617], - [36.7043, -1.2586], - [36.7197, -1.2637], - [36.7311, -1.2348], - [36.7459, -1.2371], - [36.7566, -1.2204], - [36.7789, -1.2268], - [36.7889, -1.2078], - [36.7852, -1.2048], - [36.7915, -1.1918], - [36.8351, -1.2161], - [36.8333, -1.2091], - [36.8501, -1.2131], - [36.8527, -1.2026], - [36.8601, -1.2019], - [36.8639, -1.1904], - [36.8785, -1.1964], - [36.8969, -1.1923], - [36.8891, -1.1743], - [36.9022, -1.1606], - [36.9203, -1.1632], - [36.9415, -1.1746], - [36.9135, -1.208], - [36.9317, -1.2233], - [36.9391, -1.2222], - [36.9585, -1.2288], - [36.9887, -1.2241], - [37.0045, -1.2366], - [37.0125, -1.2355], - [37.0165, -1.2285], - [37.0383, -1.2132], - [37.0611, -1.2069], - [37.0809, -1.2373], - [37.0877, -1.2341], - [37.0915, -1.2379], - [37.0955, -1.2448], - [37.0875, -1.249], - ], - ], - ], - }, - properties: { - code: "47", - name: "NAIROBI", - area: 0.057422949, - parent: "KE", - level: "county", - version: "KE Boundaries", - }, - }, - }, - tileLayers: [ - { - url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png", - pane: "tiles", - zIndex: 200, - }, - { - url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_only_labels/{z}/{x}/{y}.png", - pane: "labels", - zIndex: 650, - }, - ], -}; From d0620b2a97866ed9ffafbb0052f2814d80223245 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Fri, 19 Jul 2024 10:18:49 +0300 Subject: [PATCH 04/15] Disable use of defaultProps --- packages/eslint-config-commons-ui/index.js | 6 +++++- pnpm-lock.yaml | 15 ++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/packages/eslint-config-commons-ui/index.js b/packages/eslint-config-commons-ui/index.js index ac95f8bc4..99724b5f7 100644 --- a/packages/eslint-config-commons-ui/index.js +++ b/packages/eslint-config-commons-ui/index.js @@ -45,8 +45,12 @@ module.exports = { }, ], "react/jsx-props-no-spreading": "off", - "react/react-in-jsx-scope": "off", "react/prop-types": "off", + "react/react-in-jsx-scope": "off", + // defaultProps on fuction components are deprecated. + // https://github.com/reactjs/rfcs/blob/createlement-rfc/text/0000-create-element-changes.md#deprecate-defaultprops-on-function-components + // Since we no longer use class components, we should switch off this rule + "react/require-default-props": "off", }, settings: { "import/resolver": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 77dfb1332..aebde216f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1007,7 +1007,7 @@ importers: version: 5.0.0-alpha.0(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(formik@2.4.6(react@18.3.1))(react@18.3.1)(tiny-warning@1.0.3) formik-mui-lab: specifier: ^1.0.0 - version: 1.0.0(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/lab@5.0.0-alpha.155(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(formik@2.4.6(react@18.3.1))(react@18.3.1)(tiny-warning@1.0.3) + version: 1.0.0(uwokqjev6b7ignvfnuri4yvwiy) jwt-decode: specifier: ^4.0.0 version: 4.0.0 @@ -1848,6 +1848,12 @@ importers: '@commons-ui/next': specifier: workspace:* version: link:../commons-ui-next + leaflet: + specifier: ^1.9.4 + version: 1.9.4 + react-leaflet: + specifier: ^4.2.1 + version: 4.2.1(leaflet@1.9.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: '@babel/core': specifier: ^7.24.8 @@ -1861,6 +1867,9 @@ importers: '@commons-ui/testing-library': specifier: workspace:* version: link:../commons-ui-testing-library + '@hurumap/core': + specifier: workspace:* + version: link:../hurumap-core '@mui/material': specifier: ^5.16.1 version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -23154,8 +23163,8 @@ snapshots: combined-stream: 1.0.8 mime-types: 2.1.35 - ? formik-mui-lab@1.0.0(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/lab@5.0.0-alpha.155(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(formik@2.4.6(react@18.3.1))(react@18.3.1)(tiny-warning@1.0.3) - : dependencies: + formik-mui-lab@1.0.0(uwokqjev6b7ignvfnuri4yvwiy): + dependencies: '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/lab': 5.0.0-alpha.155(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) From fea2f9136d4d55d6f4e3ff212d92a8d6b8fce552 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Wed, 31 Jul 2024 15:09:19 +0300 Subject: [PATCH 05/15] Remove old Map --- .../src/components/HURUmap/Map/Layers.js | 314 ------------------ .../src/components/HURUmap/Map/index.js | 171 ---------- .../components/HURUmap/Map/index.stories.js | 188 ----------- 3 files changed, 673 deletions(-) delete mode 100644 apps/climatemappedafrica/src/components/HURUmap/Map/Layers.js delete mode 100644 apps/climatemappedafrica/src/components/HURUmap/Map/index.js delete mode 100644 apps/climatemappedafrica/src/components/HURUmap/Map/index.stories.js diff --git a/apps/climatemappedafrica/src/components/HURUmap/Map/Layers.js b/apps/climatemappedafrica/src/components/HURUmap/Map/Layers.js deleted file mode 100644 index 1f60844c8..000000000 --- a/apps/climatemappedafrica/src/components/HURUmap/Map/Layers.js +++ /dev/null @@ -1,314 +0,0 @@ -import { LocationTag } from "@hurumap/core"; -import { ThemeProvider, StyledEngineProvider } from "@mui/material/styles"; -import L from "leaflet"; -import PropTypes from "prop-types"; -import React, { useCallback, useEffect, useRef } from "react"; -import ReactDOMServer from "react-dom/server"; -import { useMap, FeatureGroup, GeoJSON } from "react-leaflet"; - -import { ReactComponent as CancelIcon } from "@/climatemappedafrica/assets/icons/Component108-4.svg"; -import theme, { - CHART_PRIMARY_COLOR_SCHEME, - CHART_SECONDARY_COLOR_SCHEME, -} from "@/climatemappedafrica/theme"; - -const primaryGeoStyles = { - inactive: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: "#f8f8f8", - fillOpacity: 1, - weight: 1, - }, - hoverOnly: { - out: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[2], - fillOpacity: 1, - weight: 1, - }, - over: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - fillOpacity: 1, - }, - }, - selected: { - out: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - strokeWidth: 1, - opacity: 1, - fillOpacity: 1, - weight: 1.5, - }, - over: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - opacity: 1, - }, - }, -}; - -const secondaryGeoStyles = { - ...primaryGeoStyles, - hoverOnly: { - out: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[2], - fillOpacity: 1, - weight: 1, - }, - over: { - color: CHART_SECONDARY_COLOR_SCHEME[3], - fillColor: CHART_SECONDARY_COLOR_SCHEME[1], - fillOpacity: 1, - opacity: 1, - }, - }, - selected: { - out: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - strokeWidth: 1, - opacity: 1, - fillOpacity: 1, - weight: 1.5, - }, - over: { - color: CHART_PRIMARY_COLOR_SCHEME[3], - fillColor: CHART_PRIMARY_COLOR_SCHEME[1], - opacity: 1, - }, - }, -}; - -function Layers({ - geography, - isPinOrCompare, - locationCodes, - onClick, - onClickUnpin, - parentsGeometries, - secondaryGeography, - selectedBoundary, -}) { - const map = useMap(); - const groupRef = useRef(); - const siblingRef = useRef(); - - const pinIcon = L.divIcon({ - html: ReactDOMServer.renderToStaticMarkup( - - - , - sx: { - left: 0, - position: "absolute", - top: 0, - "&:hover": { - color: "#666666", - "& .Component108-4_svg__b": { - stroke: theme.palette.text?.secondary, - }, - }, - }, - }} - level={geography?.level} - name={geography?.name?.toLowerCase()} - code={geography?.code} - color="primary" - /> - - , - ), - }); - - const onEachFeature = useCallback( - (feature, layer) => { - let geoStyles = - isPinOrCompare && feature.properties.code === secondaryGeography?.code - ? secondaryGeoStyles - : primaryGeoStyles; - const normalizedLocationCodes = locationCodes?.map((code) => - code.toLowerCase(), - ); - const isCodeIncluded = normalizedLocationCodes?.includes( - feature.properties.code.toLowerCase(), - ); - if (!isCodeIncluded) { - layer.setStyle(geoStyles.inactive); - } else { - const popUpContent = (level, name) => - ReactDOMServer.renderToStaticMarkup( - - - - - , - ); - - if (!(isPinOrCompare && feature.properties.code === geography?.code)) { - layer - .bindTooltip( - popUpContent(feature.properties.level, feature.properties.name), - { direction: "top", opacity: 1, className: "tooltip" }, - ) - .openTooltip(); - } - - let style; - if (feature?.properties?.selected) { - style = geoStyles.selected.out; - } else if ( - isPinOrCompare && - feature.properties.code === secondaryGeography?.code - ) { - style = geoStyles.hoverOnly.over; - } else { - style = geoStyles.hoverOnly.out; - } - layer.setStyle(style); - - layer.on("mouseover", () => { - geoStyles = isPinOrCompare ? secondaryGeoStyles : primaryGeoStyles; - layer.setStyle( - feature?.properties?.selected - ? geoStyles.selected.over - : geoStyles.hoverOnly.over, - ); - }); - layer.on("mouseout", () => { - geoStyles = isPinOrCompare ? secondaryGeoStyles : primaryGeoStyles; - let outStyle; - if (feature?.properties?.selected) { - outStyle = geoStyles.selected.out; - } else if ( - isPinOrCompare && - feature.properties.code === secondaryGeography?.code - ) { - outStyle = geoStyles.hoverOnly.over; - } else { - outStyle = geoStyles.hoverOnly.out; - } - layer.setStyle(outStyle); - }); - if (onClick) { - layer.on("click", (e) => { - const { code: featureCode } = feature.properties; - const { code: geoCode } = geography || {}; - if (featureCode !== geoCode) { - onClick(e, feature); - } - }); - } - } - }, - [geography, isPinOrCompare, secondaryGeography, locationCodes, onClick], - ); - - useEffect(() => { - const layer = groupRef.current; - const otherLayers = siblingRef.current; - if (otherLayers) { - otherLayers.clearLayers(); - const siblings = new L.GeoJSON(parentsGeometries, { - onEachFeature, - }); - otherLayers.addLayer(siblings); - if (isPinOrCompare && otherLayers.getBounds().isValid()) { - map.fitBounds(otherLayers.getBounds(), { - animate: true, - duration: 0.5, // in seconds - }); - } - } - - if (layer) { - layer.clearLayers(); - const featuredGeo = new L.GeoJSON(selectedBoundary, { - onEachFeature, - }); - layer.addLayer(featuredGeo); - if (!isPinOrCompare) { - const bounds = layer.getBounds(); - if (bounds.isValid()) { - map.fitBounds(layer.getBounds(), { - animate: true, - duration: 0.5, // in seconds - }); - } - } else { - const mark = new L.Marker(layer.getBounds().getCenter(), { - icon: pinIcon, - }); - mark.on("click", () => { - onClickUnpin(geography.code); - }); - mark.addTo(layer); - } - } - }, [ - groupRef, - siblingRef, - onClickUnpin, - geography.code, - pinIcon, - selectedBoundary, - map, - onEachFeature, - parentsGeometries, - isPinOrCompare, - ]); - - return ( - <> - - - - - - - - ); -} - -Layers.propTypes = { - geography: PropTypes.shape({ - code: PropTypes.string, - level: PropTypes.string, - name: PropTypes.string, - }), - isPinOrCompare: PropTypes.bool, - locationCodes: PropTypes.arrayOf(PropTypes.string), - onClick: PropTypes.func, - onClickUnpin: PropTypes.func, - parentsGeometries: PropTypes.arrayOf(PropTypes.shape({})), - secondaryGeography: PropTypes.shape({ - code: PropTypes.string, - }), - selectedBoundary: PropTypes.shape({}), -}; - -Layers.defaultProps = { - geography: undefined, - isPinOrCompare: undefined, - locationCodes: undefined, - onClick: undefined, - onClickUnpin: undefined, - parentsGeometries: undefined, - secondaryGeography: undefined, - selectedBoundary: undefined, -}; - -export default Layers; diff --git a/apps/climatemappedafrica/src/components/HURUmap/Map/index.js b/apps/climatemappedafrica/src/components/HURUmap/Map/index.js deleted file mode 100644 index bdb0713c5..000000000 --- a/apps/climatemappedafrica/src/components/HURUmap/Map/index.js +++ /dev/null @@ -1,171 +0,0 @@ -import makeStyles from "@mui/styles/makeStyles"; -import clsx from "clsx"; -import PropTypes from "prop-types"; -import React, { useCallback, useEffect, useState } from "react"; -import { MapContainer, ZoomControl, TileLayer, Pane } from "react-leaflet"; - -import Layers from "./Layers"; - -import "leaflet/dist/leaflet.css"; - -const useStyles = makeStyles(({ typography }) => ({ - root: { - "& .tooltip": { - height: typography.pxToRem(38), - width: typography.pxToRem(88), - position: "relative", - }, - }, -})); - -function Map({ - center, - className, - geography, - geometries, - locations, - preferredChildren, - styles, - tileLayers, - zoom, - isPinOrCompare, - ...props -}) { - const classes = useStyles(props); - const [selectedBoundary, setSelectedBoundary] = useState(null); - - const getSelectedBoundary = useCallback( - (level, geoms) => { - if (isPinOrCompare) { - // if we are pinning/comparing do not drill down - return geoms.boundary; - } - const preferredChildrenPerLevel = preferredChildren[level]; - const preferredLevel = - preferredChildrenPerLevel?.find((l) => geoms.children[l]) ?? null; - - if (preferredLevel) { - return geoms.children[preferredLevel]; - } - return null; - }, - [preferredChildren, isPinOrCompare], - ); - - useEffect(() => { - let selectedBound = - getSelectedBoundary(geography.level, geometries) ?? geometries.boundary; - - if (selectedBound?.type === "Feature") { - selectedBound = { - ...selectedBound, - properties: { - ...selectedBound.properties, - selected: true, - }, - }; - } else { - // else its a FeatureCollection - const selectedBoundaryFeatures = selectedBound?.features?.map((f) => { - return { - ...f, - properties: { - ...f.properties, - selected: true, - }, - }; - }); - - selectedBound = { - ...selectedBound, - features: selectedBoundaryFeatures, - }; - } - setSelectedBoundary(selectedBound); - }, [geometries, geography, getSelectedBoundary]); - - const locationCodes = locations?.map(({ code }) => code); - - return ( - - {tileLayers?.map(({ pane, url, zIndex }) => ( - - - - ))} - - - - ); -} - -Map.propTypes = { - center: (props, propName, componentName) => { - const { [propName]: prop } = props; - if (!Array.isArray(prop) || prop.length !== 2 || prop.some(Number.isNaN)) { - return new Error( - `Invalid prop \`${propName}\` supplied to` + - ` \`${componentName}\`. Validation failed.`, - ); - } - return null; - }, - className: PropTypes.string, - geography: PropTypes.shape({ - level: PropTypes.string, - }), - geometries: PropTypes.shape({ - parents: PropTypes.arrayOf(PropTypes.shape({})), - children: PropTypes.shape({}), - boundary: PropTypes.shape({}), - }), - locations: PropTypes.arrayOf(PropTypes.shape({ code: PropTypes.string })), - preferredChildren: PropTypes.shape({}), - setGeoCode: PropTypes.func, - setShouldFetch: PropTypes.func, - styles: PropTypes.shape({}), - tileLayers: PropTypes.arrayOf(PropTypes.shape({})), - zoom: PropTypes.number, - isPinOrCompare: PropTypes.bool, -}; - -Map.defaultProps = { - center: undefined, - className: undefined, - geography: undefined, - geometries: undefined, - locations: undefined, - preferredChildren: undefined, - setGeoCode: undefined, - setShouldFetch: undefined, - styles: { - height: "100%", - width: "100%", - }, - tileLayers: undefined, - zoom: undefined, - isPinOrCompare: undefined, -}; - -export default Map; diff --git a/apps/climatemappedafrica/src/components/HURUmap/Map/index.stories.js b/apps/climatemappedafrica/src/components/HURUmap/Map/index.stories.js deleted file mode 100644 index 46fff736a..000000000 --- a/apps/climatemappedafrica/src/components/HURUmap/Map/index.stories.js +++ /dev/null @@ -1,188 +0,0 @@ -import React from "react"; - -import Map from "@/climatemappedafrica/components/HURUmap/Map"; - -export default { - title: "Components/HURUmap/Map", - argTypes: { - geography: { - control: { - type: "object", - }, - }, - geometries: { - control: { - type: "object", - }, - }, - tileLayers: { - control: { - type: "object", - }, - }, - styles: { - control: { - type: "object", - }, - }, - zoom: { - control: { - type: "number", - }, - }, - center: { - control: { - type: "object", - }, - }, - preferredChildren: { - control: { - type: "object", - }, - }, - }, -}; - -function Template({ ...args }) { - return ; -} - -export const Default = Template.bind({}); - -Default.args = { - center: [0.3051933453207569, 37.908818734483155], - zoom: 6.25, - preferredChildren: { county: ["subcounty"], country: ["county"] }, - geography: { - level: "county", - }, - geometries: { - parents: [], - children: {}, - boundary: { - type: "Feature", - geometry: { - type: "MultiPolygon", - coordinates: [ - [ - [ - [37.0875, -1.249], - [37.1039, -1.2648], - [37.1015, -1.2742], - [37.0879, -1.2775], - [37.0823, -1.2847], - [37.0787, -1.2838], - [37.0735, -1.2954], - [37.076, -1.3024], - [37.0265, -1.2919], - [37.0027, -1.3007], - [36.9955, -1.2814], - [36.9743, -1.2896], - [36.9843, -1.3148], - [36.9669, -1.3532], - [36.9345, -1.3388], - [36.9073, -1.3634], - [36.9239, -1.3939], - [36.9369, -1.3997], - [36.9443, -1.4067], - [36.9475, -1.4219], - [36.9559, -1.4293], - [36.9617, -1.4387], - [36.9612, -1.4439], - [36.9555, -1.4376], - [36.9319, -1.4329], - [36.8929, -1.4157], - [36.8907, -1.4138], - [36.8943, -1.4111], - [36.8853, -1.4072], - [36.8711, -1.4071], - [36.8693, -1.4039], - [36.8497, -1.3961], - [36.8443, -1.3876], - [36.8299, -1.3876], - [36.8199, -1.3815], - [36.8091, -1.3881], - [36.7931, -1.3858], - [36.7725, -1.3885], - [36.7349, -1.3784], - [36.7027, -1.3522], - [36.6955, -1.353], - [36.6805, -1.3289], - [36.6755, -1.3303], - [36.6697, -1.3261], - [36.6735, -1.3244], - [36.6641, -1.3197], - [36.6709, -1.306], - [36.6743, -1.3073], - [36.6817, -1.298], - [36.6891, -1.2827], - [36.6889, -1.2755], - [36.6919, -1.2755], - [36.6919, -1.2716], - [36.6969, -1.2675], - [36.6941, -1.2639], - [36.6967, -1.2606], - [36.7015, -1.2617], - [36.7043, -1.2586], - [36.7197, -1.2637], - [36.7311, -1.2348], - [36.7459, -1.2371], - [36.7566, -1.2204], - [36.7789, -1.2268], - [36.7889, -1.2078], - [36.7852, -1.2048], - [36.7915, -1.1918], - [36.8351, -1.2161], - [36.8333, -1.2091], - [36.8501, -1.2131], - [36.8527, -1.2026], - [36.8601, -1.2019], - [36.8639, -1.1904], - [36.8785, -1.1964], - [36.8969, -1.1923], - [36.8891, -1.1743], - [36.9022, -1.1606], - [36.9203, -1.1632], - [36.9415, -1.1746], - [36.9135, -1.208], - [36.9317, -1.2233], - [36.9391, -1.2222], - [36.9585, -1.2288], - [36.9887, -1.2241], - [37.0045, -1.2366], - [37.0125, -1.2355], - [37.0165, -1.2285], - [37.0383, -1.2132], - [37.0611, -1.2069], - [37.0809, -1.2373], - [37.0877, -1.2341], - [37.0915, -1.2379], - [37.0955, -1.2448], - [37.0875, -1.249], - ], - ], - ], - }, - properties: { - code: "47", - name: "NAIROBI", - area: 0.057422949, - parent: "KE", - level: "county", - version: "KE Boundaries", - }, - }, - }, - tileLayers: [ - { - url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png", - pane: "tiles", - zIndex: 200, - }, - { - url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_only_labels/{z}/{x}/{y}.png", - pane: "labels", - zIndex: 650, - }, - ], -}; From 2c9f388ffea882e7de45b0a70dbf136c9230727d Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Wed, 31 Jul 2024 15:10:07 +0300 Subject: [PATCH 06/15] Clean-up and fix Map --- packages/hurumap-next/src/Map/Layers.js | 24 +++++++++++++++--------- packages/hurumap-next/src/Map/LazyMap.js | 10 +++++----- packages/hurumap-next/src/Map/Map.js | 1 + packages/hurumap-next/src/index.js | 1 - 4 files changed, 21 insertions(+), 15 deletions(-) diff --git a/packages/hurumap-next/src/Map/Layers.js b/packages/hurumap-next/src/Map/Layers.js index 089d11265..621f12969 100644 --- a/packages/hurumap-next/src/Map/Layers.js +++ b/packages/hurumap-next/src/Map/Layers.js @@ -17,7 +17,7 @@ function Layers({ PopUpLocationTagProps, geography, isPinOrCompare = false, - locationCodes, + locationCodes: locationCodesProp, onClick, onClickUnpin, parentsGeometries, @@ -67,7 +67,10 @@ function Layers({ isPinOrCompare && feature.properties.code === secondaryGeography?.code ? secondaryGeoStyles : primaryGeoStyles; - if (!locationCodes?.includes(feature.properties.code)) { + // assume ISO 3166-1 codes so comparing uppercase should be ggood + const locationCodes = + locationCodesProp?.map((c) => c.toUpperCase()) || []; + if (!locationCodes?.includes(feature.properties.code.toUpperCase())) { layer.setStyle(geoStyles.inactive); } else { const popUpContent = (level, name) => @@ -150,7 +153,7 @@ function Layers({ PopUpLocationTagProps, geography, isPinOrCompare, - locationCodes, + locationCodesProp, onClick, primaryGeoStyles, secondaryGeoStyles, @@ -201,18 +204,19 @@ function Layers({ } } }, [ - groupRef, - siblingRef, - onClickUnpin, geography.code, - pinIcon, - selectedBoundary, + groupRef, + isPinOrCompare, map, + onClickUnpin, onEachFeature, parentsGeometries, - isPinOrCompare, + pinIcon, + selectedBoundary, + siblingRef, ]); + console.log("BOOM: ", { selectedBoundary }); return ( <> @@ -226,6 +230,8 @@ function Layers({ } Layers.propTypes = { + PinnedLocationTagProps: PropTypes.shape({}), + PopUpLocationTagProps: PropTypes.shape({}), geography: PropTypes.shape({ code: PropTypes.string, level: PropTypes.string, diff --git a/packages/hurumap-next/src/Map/LazyMap.js b/packages/hurumap-next/src/Map/LazyMap.js index bd8a1559e..8e14247a5 100644 --- a/packages/hurumap-next/src/Map/LazyMap.js +++ b/packages/hurumap-next/src/Map/LazyMap.js @@ -8,9 +8,8 @@ import "leaflet/dist/leaflet.css"; // TODO(kilemensi): We can't use styled and MapContainer because MapContainer // is a dynamic component i.e. needs window to exist -const Map = React.forwardRef(function Map(props, ref) { +const LazyMap = React.forwardRef(function Map(props, ref) { const { - LayersProps, center, geography, geometries, @@ -24,6 +23,8 @@ const Map = React.forwardRef(function Map(props, ref) { sx, tileLayers, zoom, + // Assume remaining props are for Layers component + ...LayersProps } = props; const [selectedBoundary, setSelectedBoundary] = useState(null); @@ -78,7 +79,6 @@ const Map = React.forwardRef(function Map(props, ref) { }, [geometries, geography, getSelectedBoundary]); const locationCodes = locations?.map(({ code }) => code); - return ( { const { [propName]: prop } = props; @@ -146,4 +146,4 @@ Map.propTypes = { isPinOrCompare: PropTypes.bool, }; -export default Map; +export default LazyMap; diff --git a/packages/hurumap-next/src/Map/Map.js b/packages/hurumap-next/src/Map/Map.js index ab38ef4a4..769917235 100644 --- a/packages/hurumap-next/src/Map/Map.js +++ b/packages/hurumap-next/src/Map/Map.js @@ -7,6 +7,7 @@ const LazyMap = dynamic(() => import("./LazyMap"), { }); function MapContainer(props) { + console.log("BOOM: ", props); return ; } diff --git a/packages/hurumap-next/src/index.js b/packages/hurumap-next/src/index.js index 55584435d..52d900496 100644 --- a/packages/hurumap-next/src/index.js +++ b/packages/hurumap-next/src/index.js @@ -1,3 +1,2 @@ -/* eslint-disable import/prefer-default-export */ export { default as Source } from "./Source"; export { default as Map } from "./Map"; From ec55ee26f1016b869dc7a0a9733a99f3fa66d32a Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Wed, 31 Jul 2024 15:10:46 +0300 Subject: [PATCH 07/15] Update Map story --- apps/uibook/stories/HURUmap/next/ke.json | 12260 +++++++++++++++++++++ 1 file changed, 12260 insertions(+) create mode 100644 apps/uibook/stories/HURUmap/next/ke.json diff --git a/apps/uibook/stories/HURUmap/next/ke.json b/apps/uibook/stories/HURUmap/next/ke.json new file mode 100644 index 000000000..c11dd1c26 --- /dev/null +++ b/apps/uibook/stories/HURUmap/next/ke.json @@ -0,0 +1,12260 @@ +{ + "center": [0.3051933453207569, 37.908818734483155], + "geography": { + "name": "Kenya", + "code": "KE", + "level": "country", + "versions": [], + "parents": [] + }, + "geometries": { + "boundary": { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [39.214, -4.6781], + [39.2068, -4.6781], + [39.2092, -4.6753], + [39.202, -4.6696], + [39.194, -4.6696], + [39.1908, -4.6602], + [39.1684, -4.6442], + [38.4533, -4.1445], + [38.4061, -4.1153], + [38.4037, -4.1106], + [38.1185, -3.907], + [37.9914, -3.8127], + [37.8116, -3.6892], + [37.7549, -3.5544], + [37.7493, -3.545], + [37.7373, -3.5355], + [37.6998, -3.5195], + [37.6926, -3.5091], + [37.679, -3.5044], + [37.6654, -3.5044], + [37.6167, -3.5195], + [37.6087, -3.5195], + [37.6047, -3.5063], + [37.6255, -3.4733], + [37.6271, -3.4611], + [37.6183, -3.4545], + [37.5951, -3.4582], + [37.5895, -3.4488], + [37.5975, -3.4281], + [37.6135, -3.4045], + [37.7118, -3.3093], + [37.7158, -3.2951], + [37.7046, -3.2301], + [37.691, -3.1735], + [37.6726, -3.0613], + [37.6614, -3.0529], + [37.5807, -2.9982], + [37.4808, -2.936], + [37.4049, -2.8973], + [36.7513, -2.5278], + [36.653, -2.4759], + [35.484, -1.8132], + [35.1716, -1.6397], + [34.136, -1.0505], + [34.0801, -1.0222], + [34.0457, -1.0458], + [34.0409, -1.0458], + [34.0338, -1.043], + [34.029, -1.0354], + [34.0282, -1.0137], + [34.0186, -1.0034], + [33.9291, -0.993], + [33.9283, -0.5367], + [33.9323, -0.516], + [33.9355, -0.4594], + [33.9714, -0.2473], + [33.9874, -0.1285], + [33.9419, -0.0003], + [33.9131, 0.0996], + [33.9099, 0.1015], + [33.9107, 0.1081], + [34.0074, 0.2439], + [34.0218, 0.2552], + [34.025, 0.2684], + [34.0346, 0.2712], + [34.0417, 0.2778], + [34.0401, 0.2863], + [34.0425, 0.2929], + [34.0481, 0.2938], + [34.0505, 0.2976], + [34.0481, 0.3033], + [34.0505, 0.3089], + [34.0601, 0.3127], + [34.0561, 0.324], + [34.0721, 0.3249], + [34.0745, 0.3306], + [34.0809, 0.3315], + [34.0809, 0.3372], + [34.0841, 0.3363], + [34.0913, 0.3466], + [34.0993, 0.3494], + [34.0985, 0.3579], + [34.1073, 0.3674], + [34.1089, 0.3806], + [34.1009, 0.4117], + [34.0897, 0.4268], + [34.0913, 0.4456], + [34.0881, 0.456], + [34.1192, 0.4833], + [34.1177, 0.5116], + [34.1232, 0.5173], + [34.1161, 0.5229], + [34.1264, 0.5389], + [34.1272, 0.5587], + [34.1384, 0.5832], + [34.1448, 0.5804], + [34.1496, 0.5861], + [34.1536, 0.5842], + [34.1536, 0.5889], + [34.1568, 0.5889], + [34.1664, 0.6002], + [34.172, 0.5993], + [34.1712, 0.6021], + [34.1744, 0.6012], + [34.1736, 0.604], + [34.1784, 0.6068], + [34.1864, 0.604], + [34.1856, 0.6115], + [34.192, 0.6134], + [34.192, 0.62], + [34.1968, 0.6181], + [34.1952, 0.62], + [34.1992, 0.6257], + [34.2031, 0.6219], + [34.2063, 0.6219], + [34.2063, 0.6257], + [34.2167, 0.6219], + [34.2207, 0.6304], + [34.2287, 0.6257], + [34.2367, 0.6257], + [34.2415, 0.6332], + [34.2519, 0.6285], + [34.2615, 0.637], + [34.2775, 0.6398], + [34.2799, 0.6539], + [34.2767, 0.6558], + [34.2807, 0.6568], + [34.2783, 0.6605], + [34.2815, 0.6634], + [34.2783, 0.6794], + [34.2831, 0.6822], + [34.2878, 0.6803], + [34.2934, 0.686], + [34.2958, 0.6841], + [34.295, 0.6879], + [34.3038, 0.6907], + [34.3078, 0.6954], + [34.3134, 0.6945], + [34.3142, 0.6992], + [34.3094, 0.7058], + [34.3078, 0.7303], + [34.3142, 0.7605], + [34.319, 0.7652], + [34.3358, 0.7661], + [34.3454, 0.7718], + [34.355, 0.7718], + [34.3598, 0.7765], + [34.3614, 0.7737], + [34.3646, 0.7793], + [34.3678, 0.7784], + [34.3733, 0.7831], + [34.3725, 0.7878], + [34.3789, 0.7954], + [34.3837, 0.7897], + [34.3853, 0.801], + [34.3949, 0.8029], + [34.3957, 0.7991], + [34.4149, 0.8086], + [34.4109, 0.8133], + [34.4149, 0.817], + [34.4061, 0.8255], + [34.4165, 0.8321], + [34.4141, 0.834], + [34.4149, 0.8406], + [34.4181, 0.8397], + [34.4213, 0.8472], + [34.4333, 0.8519], + [34.4333, 0.8557], + [34.4429, 0.8585], + [34.4469, 0.8642], + [34.4461, 0.8774], + [34.4517, 0.8906], + [34.4501, 0.9], + [34.4644, 0.9113], + [34.4796, 0.9377], + [34.4804, 0.9509], + [34.4892, 0.982], + [34.4868, 1.0009], + [34.4932, 1.0442], + [34.4996, 1.0565], + [34.502, 1.0697], + [34.514, 1.0819], + [34.522, 1.1027], + [34.526, 1.1036], + [34.5268, 1.1074], + [34.5747, 1.0989], + [34.5787, 1.1498], + [34.6107, 1.1583], + [34.6203, 1.1677], + [34.6362, 1.1715], + [34.6402, 1.1762], + [34.649, 1.179], + [34.6642, 1.1932], + [34.6698, 1.2083], + [34.701, 1.2158], + [34.7113, 1.2149], + [34.7569, 1.2224], + [34.7697, 1.2196], + [34.7825, 1.2252], + [34.7865, 1.2224], + [34.7952, 1.2234], + [34.8048, 1.2309], + [34.8136, 1.2488], + [34.8184, 1.2507], + [34.8192, 1.262], + [34.8304, 1.2686], + [34.8288, 1.3101], + [34.7873, 1.3648], + [34.8064, 1.3827], + [34.8032, 1.3968], + [34.7936, 1.4138], + [34.804, 1.426], + [34.8168, 1.4308], + [34.832, 1.4524], + [34.8432, 1.4553], + [34.864, 1.5288], + [34.8903, 1.5552], + [34.9055, 1.5524], + [34.9439, 1.5769], + [34.9918, 1.6664], + [35.0006, 1.7588], + [35.0006, 1.9625], + [34.9846, 1.9851], + [34.9798, 2.052], + [34.9455, 2.2113], + [34.9175, 2.3905], + [34.9199, 2.3933], + [34.9151, 2.3961], + [34.9143, 2.4027], + [34.9175, 2.4102], + [34.9167, 2.4244], + [34.9327, 2.431], + [34.9311, 2.4385], + [34.9359, 2.4376], + [34.9399, 2.4498], + [34.9439, 2.4489], + [34.9423, 2.4527], + [34.9447, 2.4555], + [34.9463, 2.4536], + [34.9543, 2.4574], + [34.9543, 2.4725], + [34.9487, 2.4725], + [34.9463, 2.4772], + [34.9335, 2.5158], + [34.9127, 2.5168], + [34.8975, 2.5884], + [34.8935, 2.5931], + [34.8807, 2.5894], + [34.8783, 2.5724], + [34.868, 2.5705], + [34.852, 2.5837], + [34.8384, 2.6045], + [34.832, 2.6205], + [34.7992, 2.6563], + [34.7904, 2.6836], + [34.7753, 2.6978], + [34.7841, 2.743], + [34.7825, 2.7591], + [34.7625, 2.8213], + [34.7553, 2.8288], + [34.7489, 2.826], + [34.7361, 2.8552], + [34.7113, 2.8656], + [34.7081, 2.8731], + [34.7018, 2.8778], + [34.6922, 2.8628], + [34.6682, 2.8628], + [34.653, 2.8675], + [34.6394, 2.9071], + [34.5987, 2.925], + [34.5875, 3.0042], + [34.5763, 3.0202], + [34.5723, 3.0918], + [34.5587, 3.1107], + [34.5459, 3.1361], + [34.5124, 3.1484], + [34.4948, 3.1418], + [34.482, 3.1654], + [34.4708, 3.1729], + [34.4604, 3.1739], + [34.4556, 3.1823], + [34.4477, 3.2832], + [34.4381, 3.3077], + [34.4301, 3.3426], + [34.4005, 3.3709], + [34.4013, 3.4152], + [34.4101, 3.418], + [34.4189, 3.4331], + [34.4165, 3.451], + [34.3909, 3.4831], + [34.3893, 3.4916], + [34.3957, 3.4878], + [34.4245, 3.4916], + [34.4517, 3.517], + [34.4564, 3.5755], + [34.4533, 3.6113], + [34.4628, 3.6697], + [34.4556, 3.6763], + [34.4053, 3.6924], + [34.4029, 3.7056], + [34.3941, 3.7178], + [34.3821, 3.7272], + [34.3654, 3.7348], + [34.331, 3.7329], + [34.3238, 3.7282], + [34.3158, 3.7159], + [34.3078, 3.7112], + [34.2663, 3.748], + [34.2583, 3.7668], + [34.2455, 3.7838], + [34.2335, 3.781], + [34.2295, 3.7744], + [34.2271, 3.7744], + [34.2263, 3.7829], + [34.2207, 3.7838], + [34.1712, 3.7678], + [34.1664, 3.7734], + [34.1904, 3.7829], + [34.1888, 3.7951], + [34.1704, 3.7998], + [34.1632, 3.7979], + [34.1592, 3.8017], + [34.1536, 3.7998], + [34.1528, 3.8074], + [34.164, 3.8102], + [34.18, 3.8319], + [34.2263, 3.8309], + [34.2247, 3.8517], + [34.2159, 3.8809], + [34.1752, 3.88], + [34.1672, 3.8696], + [34.128, 3.8724], + [34.1097, 3.8686], + [34.0929, 3.8602], + [34.0881, 3.8611], + [34.0913, 3.8856], + [34.12, 3.9007], + [34.1344, 3.961], + [34.1057, 3.9771], + [34.0825, 4.0025], + [34.0601, 4.0091], + [34.0585, 4.028], + [34.0873, 4.0365], + [34.0913, 4.0487], + [34.0913, 4.061], + [34.0801, 4.0855], + [34.0633, 4.094], + [34.0497, 4.1213], + [34.0657, 4.1439], + [34.0473, 4.1788], + [33.9874, 4.2344], + [34.0633, 4.2882], + [34.3877, 4.6096], + [35.9339, 4.62], + [35.9443, 4.6191], + [35.9451, 4.5747], + [35.9611, 4.5625], + [35.9539, 4.5427], + [35.9579, 4.5314], + [36.029, 4.4616], + [36.037, 4.4494], + [36.0418, 4.4475], + [36.2343, 4.4484], + [36.2471, 4.455], + [36.2647, 4.4484], + [36.5476, 4.4418], + [36.6259, 4.4522], + [36.6458, 4.4513], + [36.6618, 4.4399], + [36.681, 4.439], + [36.8448, 4.4475], + [36.88, 4.4296], + [36.9103, 4.422], + [36.9599, 4.4013], + [36.9599, 4.3956], + [36.987, 4.3928], + [37.0046, 4.3758], + [37.0102, 4.3777], + [37.0214, 4.3692], + [37.0318, 4.3834], + [37.0446, 4.3721], + [37.0478, 4.373], + [37.0653, 4.3457], + [37.0781, 4.3457], + [37.0901, 4.341], + [37.1141, 4.3042], + [37.1293, 4.2929], + [37.1373, 4.2929], + [37.4089, 4.1166], + [37.4265, 4.1081], + [37.5871, 3.994], + [37.6335, 3.9648], + [37.6486, 3.9535], + [37.6494, 3.9497], + [37.9195, 3.7706], + [37.9906, 3.7301], + [38.0002, 3.731], + [38.0042, 3.7263], + [38.009, 3.7263], + [38.013, 3.7131], + [38.0162, 3.7131], + [38.0194, 3.7037], + [38.033, 3.6876], + [38.0426, 3.6829], + [38.0482, 3.6726], + [38.0602, 3.6669], + [38.1137, 3.6235], + [38.1297, 3.6056], + [38.1361, 3.6113], + [38.1912, 3.6198], + [38.4485, 3.6019], + [38.5052, 3.6226], + [38.5228, 3.6254], + [38.5236, 3.6386], + [38.5164, 3.649], + [38.5396, 3.6546], + [38.5428, 3.6471], + [38.5508, 3.6414], + [38.5596, 3.6141], + [38.566, 3.6132], + [38.5699, 3.6085], + [38.5723, 3.6103], + [38.5795, 3.6037], + [38.6059, 3.6056], + [38.6155, 3.6122], + [38.6211, 3.6019], + [38.6259, 3.6047], + [38.6658, 3.5934], + [38.6778, 3.6085], + [38.6738, 3.6207], + [38.6818, 3.6245], + [38.6874, 3.6235], + [38.7138, 3.5811], + [38.7146, 3.5726], + [38.9063, 3.5123], + [38.9607, 3.5151], + [38.9591, 3.5246], + [38.9687, 3.5312], + [38.9719, 3.5274], + [38.9767, 3.5293], + [38.9823, 3.5236], + [38.9998, 3.5189], + [39.003, 3.5227], + [39.0078, 3.5142], + [39.0126, 3.5151], + [39.0214, 3.5095], + [39.0214, 3.5217], + [39.0326, 3.5227], + [39.0358, 3.5264], + [39.055, 3.5198], + [39.0781, 3.5302], + [39.0789, 3.5387], + [39.0877, 3.5396], + [39.1045, 3.5217], + [39.1181, 3.5142], + [39.1317, 3.5095], + [39.1501, 3.5085], + [39.1517, 3.5], + [39.1636, 3.4934], + [39.1772, 3.4878], + [39.1876, 3.4897], + [39.1908, 3.4774], + [39.1956, 3.4765], + [39.2244, 3.4793], + [39.234, 3.4746], + [39.2547, 3.4746], + [39.2659, 3.4699], + [39.2835, 3.4774], + [39.2987, 3.4746], + [39.3043, 3.4765], + [39.3163, 3.4934], + [39.3282, 3.5], + [39.333, 3.4991], + [39.3354, 3.4831], + [39.3306, 3.4633], + [39.4113, 3.4633], + [39.4185, 3.4586], + [39.4257, 3.4623], + [39.4297, 3.451], + [39.4433, 3.4567], + [39.4553, 3.4538], + [39.4721, 3.4595], + [39.4849, 3.4576], + [39.4952, 3.4642], + [39.5152, 3.4067], + [39.544, 3.3973], + [39.5536, 3.3973], + [39.5568, 3.4029], + [39.5895, 3.4859], + [39.6039, 3.4944], + [39.7741, 3.666], + [39.7853, 3.699], + [39.8692, 3.8743], + [40.1225, 4.0006], + [40.172, 4.027], + [40.192, 4.044], + [40.212, 4.0431], + [40.2344, 4.0497], + [40.3758, 4.1062], + [40.3878, 4.1053], + [40.403, 4.1194], + [40.4173, 4.1279], + [40.6523, 4.225], + [40.6738, 4.2335], + [40.6906, 4.2354], + [40.709, 4.2467], + [40.7242, 4.2495], + [40.7753, 4.2816], + [40.8137, 4.2552], + [40.844, 4.2467], + [40.856, 4.2269], + [40.8736, 4.2212], + [40.8824, 4.2127], + [40.8832, 4.1929], + [40.8984, 4.1703], + [40.904, 4.1543], + [40.9295, 4.1439], + [40.9479, 4.1411], + [40.9647, 4.1317], + [40.9823, 4.1109], + [41.0014, 4.1024], + [41.0262, 4.0713], + [41.035, 4.0704], + [41.0574, 4.0478], + [41.0726, 4.0223], + [41.0917, 4.0129], + [41.1053, 3.9855], + [41.1181, 3.9874], + [41.1229, 3.9827], + [41.1245, 3.9742], + [41.1333, 3.9742], + [41.1357, 3.9714], + [41.1325, 3.9667], + [41.1629, 3.9516], + [41.1692, 3.9422], + [41.2012, 3.9384], + [41.2036, 3.9478], + [41.2148, 3.9535], + [41.2268, 3.9497], + [41.23, 3.9563], + [41.2356, 3.9591], + [41.2523, 3.9544], + [41.2707, 3.9582], + [41.2779, 3.9497], + [41.3099, 3.9478], + [41.3267, 3.9384], + [41.3482, 3.9507], + [41.3538, 3.9601], + [41.3594, 3.961], + [41.3658, 3.9544], + [41.3786, 3.9516], + [41.3914, 3.9629], + [41.4138, 3.9488], + [41.4217, 3.9497], + [41.4305, 3.945], + [41.4353, 3.9478], + [41.4369, 3.9544], + [41.4601, 3.9563], + [41.4801, 3.9525], + [41.4817, 3.9573], + [41.5056, 3.9648], + [41.5048, 3.9544], + [41.5096, 3.9544], + [41.5184, 3.9601], + [41.524, 3.9714], + [41.5448, 3.9818], + [41.5504, 3.9818], + [41.56, 3.9705], + [41.5672, 3.9667], + [41.5824, 3.9714], + [41.5935, 3.9705], + [41.6023, 3.9752], + [41.6175, 3.9742], + [41.6279, 3.9837], + [41.6551, 3.9657], + [41.6639, 3.9657], + [41.6742, 3.9601], + [41.6806, 3.9695], + [41.6878, 3.9695], + [41.6926, 3.978], + [41.7134, 3.9837], + [41.7206, 3.9921], + [41.7238, 3.9874], + [41.7302, 3.9865], + [41.7342, 3.9912], + [41.7358, 3.9865], + [41.7406, 3.9846], + [41.7557, 3.9846], + [41.7542, 3.9771], + [41.7725, 3.9723], + [41.7821, 3.9789], + [41.7877, 3.9761], + [41.7917, 3.9818], + [41.7941, 3.9714], + [41.7981, 3.9705], + [41.7941, 3.9686], + [41.7965, 3.9582], + [41.8021, 3.9563], + [41.8069, 3.9591], + [41.8205, 3.9591], + [41.8181, 3.9554], + [41.8205, 3.9488], + [41.8237, 3.9478], + [41.8269, 3.9525], + [41.8333, 3.9469], + [41.8325, 3.9544], + [41.8412, 3.9544], + [41.8444, 3.9488], + [41.8508, 3.9497], + [41.8516, 3.961], + [41.8628, 3.9601], + [41.8636, 3.9667], + [41.8676, 3.962], + [41.8716, 3.9629], + [41.8724, 3.9667], + [41.8788, 3.9676], + [41.8836, 3.9761], + [41.8972, 3.9818], + [41.8996, 3.9771], + [41.8724, 3.9365], + [41.8588, 3.9101], + [41.8293, 3.8734], + [41.5752, 3.5246], + [41.3123, 3.1409], + [41.1469, 2.9853], + [40.9895, 2.8279], + [40.9911, 2.0275], + [40.9943, 1.7645], + [40.9935, -0.1992], + [40.9991, -0.2209], + [40.9863, -0.5018], + [41.0014, -0.8299], + [41.1125, -0.9949], + [41.5592, -1.5982], + [41.5592, -1.6623], + [41.7693, -1.9244], + [41.1932, -2.409], + [41.0286, -2.5334], + [40.9335, -2.6305], + [40.7761, -2.771], + [40.7106, -2.771], + [40.6259, -2.7615], + [40.506, -2.8596], + [40.5348, -2.9048], + [40.5644, -3.0019], + [40.5596, -3.0529], + [40.5132, -3.1], + [40.4469, -3.2254], + [40.4525, -3.3687], + [40.4333, -3.4233], + [40.3486, -3.4884], + [40.2727, -3.7957], + [40.2743, -3.8023], + [40.1968, -4.0701], + [40.0106, -4.4245], + [40.0194, -4.8063], + [39.3155, -4.8016], + [39.2491, -4.7168], + [39.214, -4.6781] + ] + ] + ] + }, + "properties": { + "code": "KE", + "name": "Kenya", + "area": 48.098756, + "parent": null, + "level": "country", + "version": "KE Boundaries" + } + }, + "children": { + "county": { + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [40.2149, -2.05], + [40.2089, -2.0245], + [40.1969, -2.0009], + [40.1981, -1.9852], + [40.1873, -1.9635], + [40.1903, -1.9321], + [40.1887, -1.8685], + [40.1637, -1.8248], + [40.1585, -1.7647], + [40.1713, -1.7305], + [40.1593, -1.702], + [40.1607, -1.6561], + [40.1583, -1.6276], + [40.1475, -1.5943], + [40.1257, -1.5714], + [40.1171, -1.5576], + [40.1056, -1.5103], + [40.0883, -1.4788], + [40.0849, -1.4489], + [40.0615, -1.3416], + [40.0503, -1.3184], + [40.0505, -1.3006], + [40.0574, -1.2735], + [40.0573, -1.2511], + [40.0395, -1.2022], + [40.0107, -1.1619], + [39.9971, -1.1228], + [39.9355, -1.0062], + [39.9395, -0.9805], + [39.9383, -0.9677], + [39.9203, -0.9205], + [39.9043, -0.8974], + [39.9061, -0.8797], + [39.9015, -0.8358], + [39.8907, -0.8197], + [39.8799, -0.788], + [39.8633, -0.7615], + [39.8683, -0.737], + [39.8585, -0.7193], + [39.8565, -0.6942], + [39.8439, -0.6743], + [39.8415, -0.6553], + [39.8205, -0.6265], + [39.8217, -0.6043], + [39.8187, -0.5957], + [39.8099, -0.5841], + [39.7737, -0.5623], + [39.7581, -0.5495], + [39.7475, -0.5455], + [39.7283, -0.5477], + [39.7235, -0.528], + [39.7103, -0.5175], + [39.6933, -0.4956], + [39.6335, -0.4951], + [39.6317, -0.4755], + [39.6369, -0.4611], + [39.6279, -0.452], + [39.6269, -0.3217], + [39.5999, -0.2985], + [39.5829, -0.2701], + [39.5661, -0.2559], + [39.5453, -0.2465], + [39.5291, -0.2177], + [39.5105, -0.2048], + [39.4821, -0.1768], + [39.4449, -0.1505], + [39.4081, -0.1467], + [39.3875, -0.1276], + [39.3627, -0.1168], + [39.3301, -0.093], + [39.3127, -0.0902], + [39.2619, -0.0955], + [39.2319, -0.0878], + [39.1975, -0.093], + [39.1593, -0.082], + [39.1397, -0.069], + [39.0951, -0.0131], + [39.0723, -0.0054], + [39.0523, -0.0075], + [39.0363, -0.0042], + [39.0143, -0.005], + [38.9825, -0.0117], + [38.9557, -0.0253], + [38.9383, -0.0455], + [38.9115, -0.0426], + [38.8781, -0.0538], + [38.8541, -0.0496], + [38.8349, -0.0515], + [38.7775, -0.0289], + [38.7617, -0.0286], + [38.7501, -0.0326], + [38.7491, -0.0228], + [38.7433, -0.0141], + [38.7439, -0.0058], + [38.7385, 0.0015], + [38.7405, 0.0124], + [38.7329, 0.0372], + [38.7297, 0.066], + [38.7325, 0.0962], + [38.7307, 0.1163], + [38.7353, 0.1459], + [38.7571, 0.1684], + [38.7579, 0.1816], + [38.6919, 0.4413], + [38.6799, 0.4742], + [38.6769, 0.4941], + [38.6583, 0.5066], + [38.6927, 0.5093], + [38.7041, 0.5054], + [38.7087, 0.5109], + [38.7217, 0.511], + [38.7209, 0.5203], + [38.7249, 0.5232], + [38.7357, 0.5179], + [38.7497, 0.5229], + [38.7563, 0.5143], + [38.7659, 0.5111], + [38.7835, 0.524], + [38.7923, 0.5389], + [38.7997, 0.542], + [38.8253, 0.5787], + [38.8573, 0.5964], + [38.8713, 0.5984], + [38.8765, 0.5932], + [38.8911, 0.5937], + [38.9125, 0.5981], + [38.9261, 0.6044], + [38.9363, 0.6227], + [38.9421, 0.6265], + [38.9763, 0.6202], + [38.9867, 0.6238], + [39.0109, 0.6229], + [39.0133, 0.6365], + [39.0245, 0.6443], + [39.0233, 0.6534], + [39.0263, 0.6606], + [39.0357, 0.6647], + [39.0525, 0.683], + [39.0845, 0.6744], + [39.0919, 0.6788], + [39.0987, 0.6786], + [39.1031, 0.6871], + [39.1149, 0.6888], + [39.1317, 0.6858], + [39.1417, 0.6885], + [39.1481, 0.7031], + [39.1763, 0.72], + [39.1811, 0.7494], + [39.2011, 0.787], + [39.2253, 0.8152], + [39.2377, 0.8418], + [39.3143, 0.9225], + [39.3559, 0.9487], + [39.4629, 0.9919], + [39.4689, 0.9844], + [39.4805, 0.9778], + [39.4943, 0.9568], + [39.4985, 0.9316], + [39.5337, 0.8511], + [39.5647, 0.7532], + [39.6139, 0.683], + [39.6235, 0.6755], + [39.6275, 0.6678], + [39.6453, 0.6556], + [39.6549, 0.6288], + [39.6645, 0.6128], + [39.6895, 0.5773], + [39.7241, 0.5406], + [39.7343, 0.5224], + [39.762, 0.5091], + [39.7753, 0.4941], + [39.8015, 0.482], + [39.8491, 0.4762], + [39.8749, 0.4573], + [39.8871, 0.4612], + [39.9049, 0.4609], + [39.9485, 0.4252], + [39.9845, 0.4059], + [40.0141, 0.3968], + [40.0587, 0.3912], + [40.1307, 0.3396], + [40.1601, 0.3251], + [40.2151, 0.267], + [40.2365, 0.2488], + [40.2603, 0.2349], + [40.3005, 0.2173], + [40.3335, 0.1966], + [40.3791, 0.1932], + [40.4029, 0.1813], + [40.4263, 0.1874], + [40.4533, 0.183], + [40.4759, 0.1838], + [40.4951, 0.1943], + [40.5055, 0.1902], + [40.5237, 0.2175], + [40.5353, 0.2247], + [40.5635, 0.2139], + [40.5871, 0.2131], + [40.5975, 0.2234], + [40.6071, 0.224], + [40.6121, 0.2297], + [40.6457, 0.2289], + [40.6819, 0.2546], + [40.6847, 0.2681], + [40.6955, 0.2753], + [40.7125, 0.3124], + [40.718, 0.3183], + [40.7375, 0.3238], + [40.7529, 0.3411], + [40.7718, 0.3508], + [40.8587, 0.3735], + [40.8867, 0.3888], + [40.9235, 0.4234], + [40.9619, 0.4443], + [40.9801, 0.4507], + [40.9931, 0.4609], + [40.9937, -0.8314], + [41.5633, -1.6011], + [41.5631, -1.6599], + [40.8937, -1.7186], + [40.5009, -1.9091], + [40.4039, -1.9497], + [40.2183, -2.0368], + [40.2131, -2.0399], + [40.2149, -2.05] + ] + ] + ] + }, + "properties": { + "code": "7", + "name": "Garissa", + "area": 3.54169829321, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [40.9931, 0.4609], + [40.9801, 0.4507], + [40.9619, 0.4443], + [40.9235, 0.4234], + [40.8867, 0.3888], + [40.8587, 0.3735], + [40.7718, 0.3508], + [40.7529, 0.3411], + [40.7375, 0.3238], + [40.718, 0.3183], + [40.7125, 0.3124], + [40.6955, 0.2753], + [40.6847, 0.2681], + [40.6819, 0.2546], + [40.6509, 0.2311], + [40.6457, 0.2289], + [40.6121, 0.2297], + [40.6071, 0.224], + [40.5975, 0.2234], + [40.5871, 0.2131], + [40.5635, 0.2139], + [40.5353, 0.2247], + [40.5237, 0.2175], + [40.5055, 0.1902], + [40.4951, 0.1943], + [40.4793, 0.1843], + [40.4533, 0.183], + [40.4263, 0.1874], + [40.3999, 0.1816], + [40.3791, 0.1932], + [40.3573, 0.1963], + [40.3427, 0.1946], + [40.3287, 0.1985], + [40.3005, 0.2173], + [40.2447, 0.2433], + [40.2151, 0.267], + [40.1601, 0.3251], + [40.1307, 0.3396], + [40.0587, 0.3912], + [40.0141, 0.3968], + [39.9797, 0.4078], + [39.9485, 0.4252], + [39.9049, 0.4609], + [39.8871, 0.4612], + [39.8749, 0.4573], + [39.8491, 0.4762], + [39.8015, 0.482], + [39.7753, 0.4941], + [39.762, 0.5091], + [39.7343, 0.5224], + [39.7241, 0.5406], + [39.6895, 0.5773], + [39.6549, 0.6288], + [39.6453, 0.6556], + [39.6275, 0.6678], + [39.6235, 0.6755], + [39.6139, 0.683], + [39.5647, 0.7532], + [39.5337, 0.8511], + [39.4985, 0.9316], + [39.4943, 0.9568], + [39.4779, 0.9803], + [39.4689, 0.9844], + [39.4629, 0.9919], + [39.4592, 0.9893], + [39.4615, 0.9941], + [39.4599, 1.0027], + [39.4441, 1.0447], + [39.2783, 1.4717], + [39.4479, 1.5328], + [39.4407, 1.5348], + [39.4131, 1.5577], + [39.4043, 1.5566], + [39.3977, 1.5618], + [39.3949, 1.5704], + [39.3879, 1.5713], + [39.3857, 1.5793], + [39.3775, 1.5851], + [39.3521, 1.6229], + [39.3465, 1.6258], + [39.3425, 1.638], + [39.3375, 1.6374], + [39.3319, 1.6455], + [39.3223, 1.6473], + [39.3152, 1.6574], + [39.3113, 1.6553], + [39.3079, 1.6656], + [39.3001, 1.6661], + [39.2849, 1.6742], + [39.2719, 1.6871], + [39.2613, 1.686], + [39.2457, 1.6979], + [39.2157, 1.7067], + [39.2039, 1.7148], + [39.1807, 1.7552], + [39.1725, 1.7862], + [39.1609, 1.8108], + [39.1429, 1.8346], + [39.1439, 1.8508], + [39.1397, 1.8531], + [39.1299, 1.8713], + [39.1192, 1.8831], + [39.1027, 1.8915], + [39.0961, 1.8995], + [39.0885, 1.9015], + [39.0605, 1.9249], + [39.0583, 1.9382], + [39.0469, 1.9473], + [39.0313, 1.975], + [39.0047, 2.0005], + [38.9951, 2.0043], + [38.9905, 2.0234], + [38.9918, 2.0416], + [38.9853, 2.0483], + [38.9853, 2.0682], + [38.9557, 2.1041], + [38.9373, 2.1604], + [38.9383, 2.2128], + [38.9263, 2.2795], + [38.9363, 2.3122], + [38.9319, 2.3439], + [38.9345, 2.3714], + [38.9311, 2.3788], + [38.9281, 2.4103], + [38.9153, 2.4371], + [38.9035, 2.4745], + [38.8887, 2.5412], + [38.9793, 2.5663], + [39.0043, 2.6078], + [39.0377, 2.6896], + [39.0491, 2.701], + [39.0517, 2.7189], + [39.0631, 2.7358], + [39.0707, 2.8014], + [39.0679, 2.8807], + [39.1127, 2.8816], + [39.1179, 2.9098], + [39.1253, 2.9288], + [39.1395, 2.9364], + [39.1493, 2.9507], + [39.1945, 2.954], + [39.2019, 2.9648], + [39.2169, 2.9749], + [39.2469, 2.9836], + [39.2577, 3.0013], + [39.2903, 3.035], + [39.3251, 3.0524], + [39.3459, 3.0682], + [39.3403, 3.2668], + [39.3379, 3.2778], + [39.3285, 3.287], + [39.3137, 3.4032], + [39.3011, 3.425], + [39.2995, 3.4391], + [39.3035, 3.4524], + [39.3173, 3.4689], + [39.3235, 3.4825], + [39.3255, 3.49], + [39.3205, 3.4977], + [39.3327, 3.4988], + [39.3357, 3.4781], + [39.3309, 3.4637], + [39.4115, 3.4631], + [39.4189, 3.4584], + [39.4261, 3.4625], + [39.4293, 3.4509], + [39.4433, 3.4568], + [39.4551, 3.4538], + [39.4723, 3.459], + [39.4849, 3.4579], + [39.4955, 3.464], + [39.5149, 3.407], + [39.5321, 3.3996], + [39.5539, 3.3974], + [39.5897, 3.4856], + [39.6085, 3.4991], + [39.7571, 3.6518], + [39.7643, 3.6586], + [39.7675, 3.6575], + [39.7859, 3.6929], + [39.7877, 3.334], + [40.0341, 3.2349], + [40.0343, 3.2312], + [40.0443, 3.2258], + [40.1705, 3.0882], + [40.2707, 2.9692], + [40.4935, 2.8652], + [40.4977, 2.85], + [40.4949, 2.8401], + [40.4991, 2.8329], + [40.4971, 2.8171], + [40.5037, 2.8078], + [40.4949, 2.8], + [40.4957, 2.7964], + [40.5029, 2.7925], + [40.5017, 2.7848], + [40.5041, 2.7818], + [40.5213, 2.7737], + [40.5185, 2.7676], + [40.5195, 2.737], + [40.5005, 2.719], + [40.5219, 2.6894], + [40.5275, 2.6636], + [40.5363, 2.6504], + [40.5505, 2.6086], + [40.5497, 2.5998], + [40.5605, 2.5867], + [40.5587, 2.5762], + [40.5801, 2.5461], + [40.5799, 2.5278], + [40.5975, 2.5107], + [40.5921, 2.5007], + [40.6043, 2.4902], + [40.6039, 2.4794], + [40.6221, 2.4526], + [40.6453, 2.433], + [40.6563, 2.4313], + [40.6623, 2.4258], + [40.6661, 2.3887], + [40.6755, 2.3813], + [40.6769, 2.3736], + [40.6911, 2.3661], + [40.7111, 2.3467], + [40.7187, 2.3273], + [40.7385, 2.3116], + [40.7567, 2.3138], + [40.7751, 2.3116], + [40.8017, 2.2892], + [40.8239, 2.2898], + [40.8335, 2.2856], + [40.8579, 2.2602], + [40.8679, 2.2333], + [40.8849, 2.214], + [40.9209, 2.1857], + [40.9513, 2.1736], + [40.9915, 2.1763], + [40.9925, 1.0196], + [40.9887, 1.017], + [40.9931, 0.4609] + ] + ] + ] + }, + "properties": { + "code": "8", + "name": "Wajir", + "area": 4.60636555222, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [40.9915, 2.1763], + [40.9513, 2.1736], + [40.9209, 2.1857], + [40.8849, 2.214], + [40.8679, 2.2333], + [40.8579, 2.2602], + [40.8335, 2.2856], + [40.8239, 2.2898], + [40.8017, 2.2892], + [40.7751, 2.3116], + [40.7567, 2.3138], + [40.7385, 2.3116], + [40.7187, 2.3273], + [40.7111, 2.3467], + [40.6911, 2.3661], + [40.6769, 2.3736], + [40.6755, 2.3813], + [40.6661, 2.3887], + [40.6623, 2.4258], + [40.6563, 2.4313], + [40.6453, 2.433], + [40.6221, 2.4526], + [40.6039, 2.4794], + [40.6043, 2.4902], + [40.5921, 2.5007], + [40.5975, 2.5107], + [40.5799, 2.5278], + [40.5801, 2.5461], + [40.5587, 2.5762], + [40.5605, 2.5867], + [40.5497, 2.5998], + [40.5505, 2.6086], + [40.5363, 2.6504], + [40.5275, 2.6636], + [40.5219, 2.6894], + [40.5005, 2.719], + [40.5195, 2.737], + [40.5185, 2.7676], + [40.5213, 2.7737], + [40.5041, 2.7818], + [40.5017, 2.7848], + [40.5029, 2.7925], + [40.4957, 2.7964], + [40.4949, 2.8], + [40.5037, 2.8078], + [40.4971, 2.8171], + [40.4991, 2.8329], + [40.4949, 2.8401], + [40.4977, 2.85], + [40.4935, 2.8652], + [40.2707, 2.9692], + [40.1705, 3.0882], + [40.0443, 3.2258], + [40.0343, 3.2312], + [40.0341, 3.2349], + [39.8083, 3.3254], + [39.7877, 3.334], + [39.7865, 3.3375], + [39.7859, 3.6929], + [39.8661, 3.8655], + [40.1183, 3.9966], + [40.1481, 4.0107], + [40.1537, 4.0107], + [40.1683, 4.0226], + [40.1799, 4.0278], + [40.1911, 4.0434], + [40.2077, 4.0397], + [40.3855, 4.113], + [40.3947, 4.1114], + [40.4023, 4.1185], + [40.4253, 4.1291], + [40.6977, 4.2392], + [40.7053, 4.2472], + [40.7279, 4.2486], + [40.7369, 4.2579], + [40.7441, 4.2607], + [40.7593, 4.2797], + [40.7831, 4.2781], + [40.7915, 4.2652], + [40.8025, 4.2632], + [40.8345, 4.245], + [40.8365, 4.2485], + [40.8491, 4.2446], + [40.8561, 4.225], + [40.8705, 4.2234], + [40.8851, 4.2118], + [40.8873, 4.1904], + [40.9011, 4.1771], + [40.9075, 4.1539], + [40.9193, 4.1517], + [40.9263, 4.1467], + [40.9449, 4.1456], + [40.9591, 4.1398], + [40.9617, 4.133], + [40.9801, 4.1196], + [40.9815, 4.1108], + [41.0013, 4.1078], + [41.0059, 4.0997], + [41.0181, 4.0896], + [41.0209, 4.0801], + [41.0307, 4.0784], + [41.0345, 4.0721], + [41.0425, 4.074], + [41.0517, 4.0544], + [41.0687, 4.0405], + [41.0755, 4.0224], + [41.0831, 4.0212], + [41.0907, 4.011], + [41.1055, 4.0036], + [41.1013, 3.9969], + [41.1051, 3.9877], + [41.1197, 3.9842], + [41.1265, 3.9783], + [41.1261, 3.9745], + [41.1357, 3.9714], + [41.1317, 3.9692], + [41.1321, 3.9662], + [41.1529, 3.9584], + [41.1713, 3.9449], + [41.1909, 3.9399], + [41.1965, 3.9357], + [41.2083, 3.9349], + [41.2107, 3.9465], + [41.2201, 3.9529], + [41.2321, 3.9498], + [41.2405, 3.9593], + [41.2473, 3.9501], + [41.2503, 3.9537], + [41.2561, 3.9518], + [41.2643, 3.9552], + [41.2767, 3.9502], + [41.2813, 3.9532], + [41.2839, 3.9473], + [41.2967, 3.9476], + [41.2955, 3.9521], + [41.2981, 3.9546], + [41.3045, 3.9474], + [41.3265, 3.9407], + [41.3537, 3.9496], + [41.3561, 3.9596], + [41.3633, 3.9596], + [41.3647, 3.9565], + [41.3791, 3.9518], + [41.3843, 3.9596], + [41.3897, 3.9595], + [41.3947, 3.9645], + [41.4249, 3.9493], + [41.4401, 3.9512], + [41.4415, 3.9574], + [41.4501, 3.9554], + [41.4625, 3.9595], + [41.4819, 3.9548], + [41.4837, 3.961], + [41.4971, 3.9626], + [41.5011, 3.9684], + [41.5081, 3.961], + [41.5079, 3.9554], + [41.5123, 3.954], + [41.5227, 3.9609], + [41.5271, 3.9718], + [41.5501, 3.9842], + [41.5615, 3.9772], + [41.5663, 3.9703], + [41.5709, 3.97], + [41.5809, 3.9728], + [41.5963, 3.9711], + [41.6037, 3.975], + [41.6191, 3.9739], + [41.6255, 3.9812], + [41.6291, 3.9827], + [41.6309, 3.9791], + [41.6379, 3.9847], + [41.6391, 3.9798], + [41.6529, 3.9712], + [41.6567, 3.9654], + [41.6717, 3.967], + [41.6787, 3.9601], + [41.6827, 3.9753], + [41.6879, 3.9718], + [41.6925, 3.9786], + [41.7049, 3.9855], + [41.7131, 3.9856], + [41.7175, 3.9924], + [41.7215, 3.9933], + [41.7223, 3.9892], + [41.7355, 3.9842], + [41.7391, 3.987], + [41.7551, 3.983], + [41.7557, 3.974], + [41.7761, 3.9736], + [41.7815, 3.982], + [41.7899, 3.9776], + [41.7939, 3.9808], + [41.7949, 3.9742], + [41.7985, 3.9726], + [41.7991, 3.9698], + [41.7957, 3.9689], + [41.8009, 3.9573], + [41.8185, 3.9576], + [41.8219, 3.9559], + [41.8205, 3.9515], + [41.8231, 3.9482], + [41.8267, 3.9476], + [41.8283, 3.9509], + [41.8369, 3.9446], + [41.8363, 3.9512], + [41.8433, 3.9529], + [41.8475, 3.9479], + [41.8537, 3.9479], + [41.8561, 3.9596], + [41.8665, 3.959], + [41.8697, 3.9653], + [41.8749, 3.9623], + [41.8987, 3.9794], + [41.9067, 3.9733], + [41.3353, 3.1584], + [40.9945, 2.8229], + [40.9915, 2.1763] + ] + ], + [ + [ + [41.7333, 3.9866], + [41.7307, 3.9924], + [41.7341, 3.993], + [41.7361, 3.9894], + [41.7333, 3.9866] + ] + ] + ] + }, + "properties": { + "code": "9", + "name": "Mandera", + "area": 2.11434477576, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [39.3212, 3.4956], + [39.3255, 3.49], + [39.3235, 3.4825], + [39.3173, 3.4689], + [39.3035, 3.4524], + [39.2995, 3.4391], + [39.3011, 3.425], + [39.3137, 3.4032], + [39.3285, 3.287], + [39.3379, 3.2778], + [39.3403, 3.2668], + [39.3459, 3.0682], + [39.3251, 3.0524], + [39.2903, 3.035], + [39.2577, 3.0013], + [39.2469, 2.9836], + [39.2169, 2.9749], + [39.2019, 2.9648], + [39.1945, 2.954], + [39.1493, 2.9507], + [39.1395, 2.9364], + [39.1253, 2.9288], + [39.1179, 2.9098], + [39.1127, 2.8816], + [39.0679, 2.8807], + [39.0707, 2.8014], + [39.0631, 2.7358], + [39.0517, 2.7189], + [39.0491, 2.701], + [39.0377, 2.6896], + [39.0043, 2.6078], + [38.9793, 2.5663], + [38.8887, 2.5412], + [38.9035, 2.4745], + [38.9289, 2.4056], + [38.9311, 2.3788], + [38.9349, 2.3678], + [38.9319, 2.3439], + [38.9363, 2.3122], + [38.9263, 2.2795], + [38.9383, 2.2128], + [38.9373, 2.1604], + [38.9557, 2.1041], + [38.9635, 2.095], + [38.8361, 2.0237], + [38.7893, 1.9924], + [38.3853, 1.7594], + [38.3407, 1.5746], + [37.9469, 1.261], + [37.9523, 1.3849], + [37.8541, 1.4568], + [37.8443, 1.4234], + [37.8313, 1.4216], + [37.8287, 1.4186], + [37.8175, 1.4198], + [37.8113, 1.4155], + [37.7953, 1.4122], + [37.7839, 1.4164], + [37.7783, 1.41], + [37.7477, 1.41], + [37.7335, 1.404], + [37.7155, 1.4054], + [37.6843, 1.3968], + [37.6775, 1.4009], + [37.6599, 1.3937], + [37.6557, 1.3981], + [37.6517, 1.3974], + [37.6315, 1.3818], + [37.6245, 1.3801], + [37.6235, 1.3758], + [37.6131, 1.3727], + [37.6051, 1.3768], + [37.5989, 1.387], + [37.5875, 1.3649], + [37.5817, 1.3635], + [37.5833, 1.3672], + [37.5787, 1.3766], + [37.5593, 1.3938], + [37.4761, 1.5469], + [37.3597, 1.7267], + [37.3047, 1.7521], + [37.2745, 1.8672], + [37.2325, 1.8716], + [37.2211, 1.8882], + [37.1721, 1.9249], + [37.1643, 1.9386], + [37.1619, 1.9618], + [37.1229, 1.9648], + [37.0759, 1.98], + [37.0121, 1.982], + [36.9983, 1.9972], + [36.9771, 2.0063], + [36.9481, 2.0245], + [36.9381, 2.0229], + [36.9251, 2.0157], + [36.9181, 2.0162], + [36.9223, 2.0564], + [36.9197, 2.0932], + [36.9183, 2.099], + [36.9125, 2.1025], + [36.9145, 2.1241], + [36.9023, 2.1548], + [36.8955, 2.1902], + [36.8653, 2.2521], + [36.8453, 2.2724], + [36.7589, 2.5129], + [36.7161, 2.5058], + [36.7013, 2.5101], + [36.7041, 2.4778], + [36.6985, 2.4628], + [36.6993, 2.4518], + [36.6873, 2.4559], + [36.6761, 2.4463], + [36.6563, 2.4167], + [36.6493, 2.4119], + [36.6459, 2.4134], + [36.6411, 2.3945], + [36.6393, 2.4042], + [36.6353, 2.4031], + [36.6315, 2.4098], + [36.6247, 2.4122], + [36.6195, 2.3962], + [36.6089, 2.3932], + [36.6027, 2.4031], + [36.5935, 2.4103], + [36.5879, 2.4054], + [36.5685, 2.4012], + [36.5611, 2.3945], + [36.5427, 2.4023], + [36.5251, 2.4444], + [36.5301, 2.4704], + [36.5281, 2.4817], + [36.5315, 2.4972], + [36.5311, 2.5188], + [36.5259, 2.524], + [36.5141, 2.5594], + [36.4937, 2.5744], + [36.4753, 2.5989], + [36.4724, 2.6072], + [36.4541, 2.6105], + [36.4387, 2.6326], + [36.4349, 2.6761], + [36.4387, 2.6888], + [36.447, 2.7004], + [36.4461, 2.7047], + [36.4333, 2.7123], + [36.4283, 2.72], + [36.4217, 2.7358], + [36.4195, 2.7602], + [36.3969, 2.7977], + [36.3815, 2.8366], + [36.3609, 2.8591], + [36.3469, 2.8613], + [36.3011, 2.8854], + [36.2831, 2.8904], + [36.2699, 2.9084], + [36.2575, 2.9593], + [36.2539, 2.9512], + [36.2471, 2.9487], + [36.2369, 2.9551], + [36.2225, 2.9546], + [36.1923, 2.9667], + [36.1349, 2.9664], + [36.1367, 2.9774], + [36.1311, 2.9734], + [36.1295, 2.9779], + [36.1247, 2.9797], + [36.1277, 2.9991], + [36.1365, 3.0112], + [36.1371, 3.024], + [36.1409, 3.0328], + [36.1409, 3.0679], + [36.1487, 3.0726], + [36.1535, 3.0849], + [36.1503, 3.0931], + [36.1527, 3.1108], + [36.1499, 3.133], + [36.1391, 3.1518], + [36.1513, 3.1894], + [36.1513, 3.2153], + [36.1457, 3.2206], + [36.1412, 3.2136], + [36.1425, 3.2084], + [36.1391, 3.2062], + [36.1211, 3.211], + [36.1125, 3.2178], + [36.0747, 3.2234], + [36.0539, 3.2355], + [36.0509, 4.449], + [36.2341, 4.4488], + [36.2471, 4.4551], + [36.2647, 4.4482], + [36.5475, 4.4418], + [36.6261, 4.4518], + [36.6455, 4.4515], + [36.6617, 4.4401], + [36.6811, 4.4388], + [36.8447, 4.4473], + [36.8803, 4.4294], + [36.9105, 4.422], + [36.9601, 4.401], + [36.9597, 4.3953], + [36.9759, 4.3959], + [36.9869, 4.3929], + [37.0043, 4.3758], + [37.0105, 4.3774], + [37.0215, 4.3694], + [37.0321, 4.3832], + [37.0443, 4.3722], + [37.0481, 4.3735], + [37.0487, 4.368], + [37.0555, 4.3636], + [37.0655, 4.3459], + [37.0785, 4.3461], + [37.0901, 4.3412], + [37.1139, 4.3041], + [37.1289, 4.2925], + [37.1369, 4.2928], + [37.4087, 4.1164], + [37.4267, 4.1078], + [37.6331, 3.9645], + [37.6489, 3.9532], + [37.6493, 3.9501], + [37.9195, 3.771], + [37.9905, 3.7305], + [38.0001, 3.7308], + [38.0039, 3.7264], + [38.0087, 3.7264], + [38.0133, 3.7128], + [38.0163, 3.7134], + [38.0193, 3.7034], + [38.0327, 3.688], + [38.0425, 3.6828], + [38.0481, 3.673], + [38.0605, 3.6664], + [38.1139, 3.6236], + [38.1299, 3.6058], + [38.1363, 3.6114], + [38.1913, 3.6199], + [38.4485, 3.6019], + [38.5053, 3.6222], + [38.5231, 3.6258], + [38.5231, 3.6416], + [38.5165, 3.649], + [38.5393, 3.6542], + [38.5429, 3.6474], + [38.5509, 3.6418], + [38.5599, 3.6142], + [38.5799, 3.6039], + [38.5823, 3.6061], + [38.6057, 3.6058], + [38.6155, 3.6122], + [38.6211, 3.6022], + [38.6255, 3.6042], + [38.6655, 3.5932], + [38.6777, 3.6083], + [38.6737, 3.6207], + [38.6877, 3.6236], + [38.7137, 3.5812], + [38.7147, 3.5723], + [38.8495, 3.5323], + [38.9063, 3.5123], + [38.9603, 3.5154], + [38.9593, 3.5245], + [38.9685, 3.5311], + [38.9715, 3.5278], + [38.9765, 3.5297], + [38.9819, 3.5237], + [38.9995, 3.5193], + [39.0033, 3.5231], + [39.0081, 3.514], + [39.0127, 3.5152], + [39.0153, 3.511], + [39.0213, 3.5099], + [39.0217, 3.522], + [39.0323, 3.5223], + [39.0359, 3.526], + [39.0549, 3.5195], + [39.0783, 3.5304], + [39.0789, 3.539], + [39.0877, 3.5392], + [39.1041, 3.522], + [39.1179, 3.514], + [39.1319, 3.5096], + [39.1503, 3.5087], + [39.1519, 3.4996], + [39.1723, 3.4892], + [39.1879, 3.4899], + [39.1911, 3.4776], + [39.1955, 3.4764], + [39.2245, 3.4794], + [39.2341, 3.4742], + [39.2549, 3.4747], + [39.2659, 3.47], + [39.2833, 3.477], + [39.2989, 3.475], + [39.3039, 3.4762], + [39.3212, 3.4956] + ] + ] + ] + }, + "properties": { + "code": "10", + "name": "MARSABIT", + "area": 6.18501666925, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [38.7501, -0.0326], + [38.7531, -0.0499], + [38.7649, -0.0568], + [38.7613, -0.0672], + [38.7665, -0.0715], + [38.7585, -0.0758], + [38.7373, -0.0726], + [38.7111, -0.0634], + [38.6889, -0.0437], + [38.6829, -0.0573], + [38.6557, -0.049], + [38.6483, -0.0562], + [38.6397, -0.0571], + [38.6123, -0.0327], + [38.6015, -0.0366], + [38.5711, -0.0217], + [38.5551, -0.0197], + [38.5485, -0.0233], + [38.5411, -0.0459], + [38.5305, -0.0476], + [38.5307, -0.0581], + [38.5225, -0.0645], + [38.5111, -0.0623], + [38.5027, -0.0659], + [38.4935, -0.062], + [38.4899, -0.0634], + [38.4883, -0.0726], + [38.4835, -0.0784], + [38.4611, -0.0883], + [38.4525, -0.0867], + [38.4379, -0.075], + [38.4343, -0.0786], + [38.4269, -0.0775], + [38.4113, -0.0662], + [38.4135, -0.0548], + [38.4071, -0.046], + [38.4057, -0.0307], + [38.4007, -0.0261], + [38.4017, -0.0195], + [38.3879, -0.0078], + [38.3807, -0.0056], + [38.3769, 0.0024], + [38.3703, 0.0043], + [38.3691, 0.0085], + [38.3563, 0.019], + [38.3541, 0.0281], + [38.3577, 0.0353], + [38.3457, 0.0408], + [38.3447, 0.0441], + [38.3497, 0.0569], + [38.3387, 0.06], + [38.3399, 0.0657], + [38.3261, 0.0716], + [38.3237, 0.0765], + [38.3281, 0.0932], + [38.3205, 0.0972], + [38.3187, 0.1044], + [38.3091, 0.1077], + [38.3053, 0.1174], + [38.3049, 0.1346], + [38.2969, 0.1573], + [38.2671, 0.1794], + [38.2626, 0.1897], + [38.2461, 0.2032], + [38.2395, 0.2046], + [38.2293, 0.214], + [38.2007, 0.2239], + [38.1933, 0.2311], + [38.1963, 0.3196], + [38.1765, 0.3282], + [38.0951, 0.5616], + [38.0631, 0.6686], + [37.8269, 0.5607], + [37.5897, 0.4791], + [37.5823, 0.4582], + [37.5821, 0.4158], + [37.5855, 0.4018], + [37.5995, 0.4004], + [37.6055, 0.3514], + [37.5823, 0.3265], + [37.5559, 0.326], + [37.5479, 0.3105], + [37.5499, 0.2947], + [37.5471, 0.2756], + [37.5365, 0.2599], + [37.4663, 0.2812], + [37.4307, 0.2956], + [37.4015, 0.2927], + [37.4005, 0.2825], + [37.3811, 0.2688], + [37.3741, 0.2676], + [37.3773, 0.2724], + [37.3859, 0.2746], + [37.3957, 0.3], + [37.3925, 0.3506], + [37.3803, 0.362], + [37.3795, 0.3777], + [37.3711, 0.3821], + [37.3675, 0.4011], + [37.3639, 0.4068], + [37.3541, 0.4125], + [37.3495, 0.4418], + [37.3503, 0.4588], + [37.3581, 0.4682], + [37.3627, 0.4858], + [37.3609, 0.498], + [37.3687, 0.5094], + [36.8683, 0.5688], + [36.8651, 0.571], + [36.8687, 0.5848], + [36.8667, 0.5906], + [36.8837, 0.6097], + [36.8879, 0.6083], + [36.8915, 0.6208], + [36.8979, 0.6285], + [36.9095, 0.6318], + [36.9093, 0.644], + [36.9145, 0.6598], + [36.9223, 0.6597], + [36.9268, 0.6742], + [36.9267, 0.7197], + [36.9317, 0.7416], + [36.9275, 0.739], + [36.9317, 0.7416], + [36.9351, 0.751], + [36.9513, 0.7422], + [36.9671, 0.7408], + [36.9743, 0.7455], + [36.9809, 0.7433], + [37.0091, 0.7505], + [37.0581, 0.7701], + [37.0623, 0.7654], + [37.0701, 0.7652], + [37.0721, 0.7765], + [37.1005, 0.7854], + [37.1065, 0.7842], + [37.1097, 0.779], + [37.1179, 0.7797], + [37.1337, 0.7593], + [37.1507, 0.7579], + [37.1517, 0.7532], + [37.1619, 0.7496], + [37.1671, 0.7414], + [37.2013, 0.7446], + [37.2063, 0.7405], + [37.2195, 0.7383], + [37.2461, 0.7607], + [37.2583, 0.7623], + [37.2735, 0.7442], + [37.2877, 0.7364], + [37.3005, 0.7192], + [37.3053, 0.7031], + [37.3233, 0.6713], + [37.3275, 0.6568], + [37.3323, 0.6495], + [37.3405, 0.6465], + [37.3449, 0.6407], + [37.3529, 0.6221], + [37.3547, 0.6011], + [37.3637, 0.5976], + [37.3657, 0.5859], + [37.3737, 0.5867], + [37.3943, 0.5759], + [37.4219, 0.5782], + [37.4285, 0.5818], + [37.4367, 0.5788], + [37.4461, 0.5798], + [37.4717, 0.5917], + [37.4809, 0.5868], + [37.4921, 0.5876], + [37.4913, 0.5781], + [37.5121, 0.5668], + [37.5251, 0.5687], + [37.5321, 0.5646], + [37.5465, 0.5762], + [37.5571, 0.5694], + [37.5803, 0.5721], + [37.5839, 0.5862], + [37.6061, 0.5898], + [37.6193, 0.5983], + [37.6359, 0.5975], + [37.6421, 0.612], + [37.6391, 0.6142], + [37.6405, 0.6207], + [37.6513, 0.6302], + [37.6665, 0.6328], + [37.6823, 0.6415], + [37.6837, 0.6509], + [37.6925, 0.662], + [37.7099, 0.667], + [37.7153, 0.6584], + [37.7255, 0.6532], + [37.7497, 0.6747], + [37.7589, 0.6711], + [37.7825, 0.6752], + [37.7925, 0.6705], + [37.8365, 0.6792], + [37.8454, 0.6901], + [37.8435, 0.6979], + [37.8489, 0.7123], + [37.8743, 0.727], + [37.8791, 0.7416], + [37.8895, 0.7372], + [37.8943, 0.7283], + [37.9015, 0.7276], + [37.9027, 0.7211], + [37.9101, 0.7195], + [37.9125, 0.7131], + [37.9161, 0.7123], + [37.9303, 0.7211], + [37.9473, 0.743], + [37.9563, 0.7442], + [37.9633, 0.751], + [37.9699, 0.7521], + [37.9879, 0.7756], + [37.9968, 0.7789], + [38.0015, 0.7862], + [38.0063, 0.7878], + [38.0093, 0.8], + [38.0133, 0.8028], + [38.0155, 0.8033], + [38.0173, 0.7969], + [38.0235, 0.7966], + [38.0463, 0.785], + [38.0547, 0.7768], + [38.0765, 0.7825], + [38.0475, 0.8033], + [38.0331, 1.0824], + [37.9499, 1.1918], + [37.9469, 1.261], + [38.3407, 1.5746], + [38.3853, 1.7594], + [38.7893, 1.9924], + [38.8361, 2.0237], + [38.9635, 2.095], + [38.9853, 2.0682], + [38.9853, 2.0483], + [38.9918, 2.0416], + [38.9905, 2.0234], + [38.9951, 2.0043], + [39.0047, 2.0005], + [39.0313, 1.975], + [39.0469, 1.9473], + [39.0583, 1.9382], + [39.0603, 1.925], + [39.0885, 1.9015], + [39.0961, 1.8995], + [39.1027, 1.8915], + [39.1192, 1.8831], + [39.1439, 1.8508], + [39.1429, 1.8346], + [39.1609, 1.8108], + [39.1725, 1.7862], + [39.1807, 1.7552], + [39.2039, 1.7148], + [39.2157, 1.7067], + [39.2457, 1.6979], + [39.2613, 1.686], + [39.2719, 1.6871], + [39.2849, 1.6742], + [39.3001, 1.6661], + [39.3079, 1.6656], + [39.3113, 1.6553], + [39.3152, 1.6574], + [39.3223, 1.6473], + [39.3319, 1.6455], + [39.3375, 1.6374], + [39.3425, 1.638], + [39.3465, 1.6258], + [39.3521, 1.6229], + [39.3775, 1.5851], + [39.3857, 1.5793], + [39.3879, 1.5713], + [39.3949, 1.5704], + [39.3977, 1.5618], + [39.4043, 1.5566], + [39.4131, 1.5577], + [39.4407, 1.5348], + [39.4479, 1.5328], + [39.2783, 1.4717], + [39.4615, 0.9941], + [39.4551, 0.9866], + [39.3559, 0.9487], + [39.3143, 0.9225], + [39.2377, 0.8418], + [39.2253, 0.8152], + [39.2011, 0.787], + [39.1811, 0.7494], + [39.1763, 0.72], + [39.1481, 0.7031], + [39.1417, 0.6885], + [39.1317, 0.6858], + [39.1149, 0.6888], + [39.1031, 0.6871], + [39.0987, 0.6786], + [39.0919, 0.6788], + [39.0845, 0.6744], + [39.0525, 0.683], + [39.0357, 0.6647], + [39.0263, 0.6606], + [39.0233, 0.6534], + [39.0245, 0.6443], + [39.0133, 0.6365], + [39.0109, 0.6229], + [38.9867, 0.6238], + [38.9763, 0.6202], + [38.9421, 0.6265], + [38.9363, 0.6227], + [38.9261, 0.6044], + [38.9125, 0.5981], + [38.8911, 0.5937], + [38.8765, 0.5932], + [38.8713, 0.5984], + [38.8573, 0.5964], + [38.8253, 0.5787], + [38.7997, 0.542], + [38.7923, 0.5389], + [38.7835, 0.524], + [38.7659, 0.5111], + [38.7563, 0.5143], + [38.7497, 0.5229], + [38.7357, 0.5179], + [38.7249, 0.5232], + [38.7209, 0.5203], + [38.7217, 0.511], + [38.7087, 0.5109], + [38.7041, 0.5054], + [38.6927, 0.5093], + [38.6583, 0.5066], + [38.6769, 0.4941], + [38.6799, 0.4742], + [38.6919, 0.4413], + [38.7579, 0.1816], + [38.7571, 0.1684], + [38.7353, 0.1459], + [38.7295, 0.0843], + [38.7323, 0.0403], + [38.7405, 0.0124], + [38.7385, 0.0015], + [38.7439, -0.0058], + [38.7433, -0.0141], + [38.7491, -0.0228], + [38.7501, -0.0326] + ] + ] + ] + }, + "properties": { + "code": "11", + "name": "Isiolo", + "area": 2.06364774463, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [36.6909, -0.1743], + [36.6835, -0.1765], + [36.6845, -0.1849], + [36.6159, -0.3101], + [36.6099, -0.335], + [36.6169, -0.3563], + [36.6047, -0.3679], + [36.6047, -0.3715], + [36.6091, -0.377], + [36.6307, -0.3865], + [36.6325, -0.3898], + [36.6239, -0.4014], + [36.6513, -0.4353], + [36.6521, -0.4595], + [36.6625, -0.4631], + [36.6671, -0.4727], + [36.6681, -0.4791], + [36.6617, -0.492], + [36.6625, -0.5018], + [36.6587, -0.5126], + [36.6695, -0.5446], + [36.6711, -0.5728], + [36.6797, -0.5787], + [36.6853, -0.5994], + [36.7087, -0.6309], + [36.7065, -0.6459], + [36.7107, -0.6851], + [36.7079, -0.6992], + [36.7139, -0.7147], + [36.7197, -0.7568], + [36.7243, -0.7672], + [36.7363, -0.7802], + [36.7209, -0.7813], + [36.7248, -0.8086], + [36.7099, -0.788], + [36.6868, -0.7642], + [36.6733, -0.76], + [36.6629, -0.7678], + [36.6555, -0.7658], + [36.6507, -0.7684], + [36.6465, -0.7731], + [36.6609, -0.7735], + [36.6735, -0.7785], + [36.6227, -0.8281], + [36.6229, -0.8314], + [36.5896, -0.8292], + [36.5929, -0.8502], + [36.6011, -0.866], + [36.5903, -0.8886], + [36.5661, -0.9038], + [36.5649, -0.9074], + [36.5711, -0.9102], + [36.5567, -0.9199], + [36.5449, -0.9083], + [36.5561, -0.8726], + [36.5531, -0.8551], + [36.5627, -0.8422], + [36.5577, -0.8317], + [36.5327, -0.7302], + [36.5215, -0.711], + [36.5451, -0.6975], + [36.5219, -0.6533], + [36.5271, -0.6461], + [36.5253, -0.6392], + [36.5179, -0.6331], + [36.5201, -0.6262], + [36.5163, -0.6248], + [36.5119, -0.6156], + [36.5073, -0.6223], + [36.4687, -0.627], + [36.4565, -0.611], + [36.4521, -0.5661], + [36.4223, -0.5736], + [36.4065, -0.5745], + [36.4043, -0.5723], + [36.4071, -0.5529], + [36.4015, -0.5338], + [36.4059, -0.5231], + [36.4031, -0.5054], + [36.3981, -0.5009], + [36.3939, -0.4727], + [36.3871, -0.4578], + [36.3897, -0.4464], + [36.3861, -0.4273], + [36.3807, -0.4213], + [36.3783, -0.4044], + [36.3671, -0.3967], + [36.3615, -0.3814], + [36.3343, -0.3895], + [36.3155, -0.3862], + [36.3115, -0.3687], + [36.2937, -0.3737], + [36.2765, -0.3928], + [36.2637, -0.3433], + [36.2531, -0.3427], + [36.2461, -0.3471], + [36.2331, -0.3446], + [36.2305, -0.351], + [36.2261, -0.3474], + [36.2145, -0.2941], + [36.2137, -0.2713], + [36.2455, -0.2556], + [36.2447, -0.2479], + [36.2383, -0.2307], + [36.2243, -0.2099], + [36.2209, -0.2117], + [36.2135, -0.2041], + [36.2015, -0.1365], + [36.2201, -0.1134], + [36.2213, -0.1057], + [36.2291, -0.1069], + [36.2283, -0.1149], + [36.2481, -0.1184], + [36.2521, -0.0844], + [36.2513, -0.0601], + [36.2473, -0.0603], + [36.2535, -0.0462], + [36.2555, -0.0363], + [36.2533, -0.0339], + [36.2579, -0.02], + [36.2679, -0.0205], + [36.2731, -0.0021], + [36.2925, 0.0107], + [36.2959, 0.0022], + [36.3021, 0.0044], + [36.3049, 0.0151], + [36.3295, 0.0207], + [36.3299, 0.0251], + [36.3441, 0.0295], + [36.3485, 0.0303], + [36.3529, 0.0181], + [36.3651, 0.0193], + [36.3875, 0.0265], + [36.3913, 0.0319], + [36.4023, 0.0297], + [36.4015, 0.0345], + [36.4059, 0.0386], + [36.4197, 0.0384], + [36.4259, 0.0428], + [36.4027, 0.0555], + [36.4039, 0.0585], + [36.4237, 0.0829], + [36.4439, 0.0906], + [36.4437, 0.0948], + [36.4465, 0.0928], + [36.4663, 0.1374], + [36.5121, 0.0867], + [36.5241, 0.048], + [36.5784, 0.0696], + [36.5921, 0.0419], + [36.5943, 0.0234], + [36.6053, 0.003], + [36.6377, 0.0145], + [36.6511, -0.0161], + [36.5829, -0.0222], + [36.5773, -0.0327], + [36.5627, -0.043], + [36.5569, -0.0549], + [36.5519, -0.0695], + [36.5603, -0.0762], + [36.5557, -0.0903], + [36.5625, -0.0889], + [36.5733, -0.1037], + [36.5931, -0.1024], + [36.6357, -0.1066], + [36.6569, -0.1532], + [36.6604, -0.1523], + [36.6909, -0.1743] + ] + ] + ] + }, + "properties": { + "code": "18", + "name": "NYANDARUA", + "area": 0.26542309571, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [37.1367, -0.0388], + [37.3085, -0.1521], + [37.201, -0.4308], + [37.2004, -0.4388], + [37.1905, -0.4431], + [37.1843, -0.4406], + [37.1768, -0.4434], + [37.1774, -0.4824], + [37.1652, -0.4905], + [37.1634, -0.4948], + [37.1711, -0.5143], + [37.1651, -0.5181], + [37.1623, -0.5245], + [37.1571, -0.5225], + [37.1463, -0.5286], + [37.1504, -0.5562], + [37.1454, -0.5707], + [37.1613, -0.5938], + [37.1687, -0.5939], + [37.1716, -0.5997], + [37.1789, -0.6028], + [37.1802, -0.6127], + [37.1737, -0.6239], + [37.1745, -0.6328], + [37.1684, -0.6371], + [37.1557, -0.6386], + [37.1535, -0.6419], + [37.1418, -0.6394], + [37.1274, -0.6469], + [37.1207, -0.6469], + [37.1031, -0.6391], + [37.0993, -0.6287], + [37.0863, -0.6248], + [37.0673, -0.6124], + [37.0631, -0.6145], + [37.0507, -0.5977], + [37.0257, -0.5922], + [37.0173, -0.587], + [36.9985, -0.5864], + [36.9945, -0.5791], + [36.9866, -0.5772], + [36.9143, -0.6104], + [36.8939, -0.6098], + [36.8855, -0.6124], + [36.8773, -0.6073], + [36.8627, -0.6074], + [36.8473, -0.595], + [36.8395, -0.5949], + [36.8223, -0.5842], + [36.8129, -0.582], + [36.8097, -0.5726], + [36.8041, -0.5698], + [36.7931, -0.5711], + [36.7781, -0.5673], + [36.7499, -0.5712], + [36.7335, -0.5673], + [36.7177, -0.578], + [36.7093, -0.5869], + [36.7123, -0.6085], + [36.7087, -0.6309], + [36.6853, -0.5994], + [36.6797, -0.5787], + [36.6711, -0.5728], + [36.6695, -0.5446], + [36.6587, -0.5126], + [36.6625, -0.5018], + [36.6617, -0.492], + [36.6681, -0.4791], + [36.6651, -0.4664], + [36.6521, -0.4595], + [36.6513, -0.4353], + [36.6239, -0.4014], + [36.6325, -0.3898], + [36.6307, -0.3865], + [36.6091, -0.377], + [36.6047, -0.3715], + [36.6047, -0.3679], + [36.6169, -0.3563], + [36.6099, -0.335], + [36.6159, -0.3101], + [36.6845, -0.1849], + [36.6835, -0.1765], + [36.6909, -0.1743], + [36.6605, -0.1522], + [36.7055, -0.1381], + [36.7175, -0.1289], + [36.7523, -0.1206], + [36.7661, -0.1091], + [36.7691, -0.1141], + [36.7935, -0.1076], + [36.8311, -0.1041], + [36.8321, -0.1348], + [36.8489, -0.1373], + [36.8617, -0.1442], + [36.8597, -0.153], + [36.8715, -0.174], + [36.8655, -0.1868], + [36.8523, -0.1967], + [36.8408, -0.1984], + [36.8455, -0.2125], + [36.8419, -0.2141], + [36.8573, -0.255], + [36.8721, -0.2482], + [36.8795, -0.2581], + [36.9493, -0.2797], + [36.9881, -0.2955], + [36.9989, -0.2714], + [36.9915, -0.2558], + [37.0125, -0.2396], + [37.0139, -0.2329], + [37.0091, -0.2235], + [37.0197, -0.1754], + [37.0079, -0.1492], + [36.9971, -0.1453], + [36.9867, -0.1336], + [36.979, -0.0714], + [36.9979, -0.065], + [37.0263, -0.049], + [37.0545, -0.0075], + [37.0617, -0.0008], + [37.0687, -0.0023], + [37.074, 0.008], + [37.0786, 0.0104], + [37.0785, -0.0004], + [37.0861, -0.0128], + [37.1129, -0.0368], + [37.1201, -0.0199], + [37.1329, -0.0311], + [37.1367, -0.0388] + ] + ] + ] + }, + "properties": { + "code": "19", + "name": "NYERI", + "area": 0.27090667838, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [37.3085, -0.1521], + [37.4253, -0.424], + [37.4267, -0.4342], + [37.4237, -0.4459], + [37.4273, -0.4479], + [37.4282, -0.4598], + [37.4247, -0.4844], + [37.4297, -0.4959], + [37.4275, -0.5106], + [37.4343, -0.5217], + [37.4455, -0.5311], + [37.4505, -0.5482], + [37.4617, -0.5524], + [37.4633, -0.5571], + [37.4741, -0.5604], + [37.4785, -0.5748], + [37.4853, -0.5835], + [37.4783, -0.6019], + [37.4869, -0.6115], + [37.4883, -0.6177], + [37.4735, -0.6508], + [37.4782, -0.6711], + [37.4751, -0.6853], + [37.4802, -0.694], + [37.4793, -0.715], + [37.493, -0.7249], + [37.496, -0.7317], + [37.4927, -0.7334], + [37.4733, -0.7271], + [37.4643, -0.7318], + [37.4633, -0.7352], + [37.4449, -0.733], + [37.4217, -0.7498], + [37.4067, -0.7501], + [37.3873, -0.7559], + [37.3741, -0.7645], + [37.3613, -0.7645], + [37.3569, -0.7727], + [37.3497, -0.7743], + [37.3241, -0.7648], + [37.3153, -0.7507], + [37.2769, -0.757], + [37.2679, -0.7791], + [37.2679, -0.7874], + [37.2567, -0.7589], + [37.2575, -0.7548], + [37.2619, -0.7528], + [37.2687, -0.7547], + [37.2643, -0.7484], + [37.2659, -0.7446], + [37.2575, -0.7334], + [37.2579, -0.7271], + [37.2515, -0.7243], + [37.2529, -0.7208], + [37.249, -0.711], + [37.2437, -0.7053], + [37.2375, -0.6698], + [37.2339, -0.6691], + [37.2261, -0.6749], + [37.2145, -0.6901], + [37.2013, -0.6651], + [37.1807, -0.6677], + [37.1775, -0.6557], + [37.1705, -0.6492], + [37.172, -0.6442], + [37.1684, -0.6371], + [37.1745, -0.6328], + [37.1737, -0.6239], + [37.1802, -0.6127], + [37.1797, -0.6062], + [37.1687, -0.5939], + [37.1613, -0.5938], + [37.1454, -0.5707], + [37.1504, -0.5562], + [37.1463, -0.5286], + [37.1571, -0.5225], + [37.1623, -0.5245], + [37.1651, -0.5181], + [37.1711, -0.5143], + [37.1634, -0.4948], + [37.1652, -0.4905], + [37.1774, -0.4824], + [37.1768, -0.4434], + [37.1843, -0.4406], + [37.1905, -0.4431], + [37.2004, -0.4388], + [37.201, -0.4308], + [37.3085, -0.1521] + ] + ] + ] + }, + "properties": { + "code": "20", + "name": "KIRINYAGA", + "area": 0.11984024832, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [37.2641, -0.7816], + [37.2679, -0.7874], + [37.2633, -0.794], + [37.2591, -0.8394], + [37.2333, -0.8407], + [37.2263, -0.8546], + [37.2415, -0.8612], + [37.2423, -0.864], + [37.2531, -0.8637], + [37.2821, -0.8981], + [37.3189, -0.921], + [37.3173, -0.9238], + [37.3255, -0.9354], + [37.3155, -0.9433], + [37.3173, -0.9494], + [37.3297, -0.9489], + [37.3313, -0.9555], + [37.3433, -0.9641], + [37.3553, -0.9498], + [37.3665, -0.9653], + [37.3467, -0.9791], + [37.3335, -0.9788], + [37.3389, -0.9877], + [37.3625, -0.99], + [37.4067, -1.0145], + [37.4213, -1.0356], + [37.3879, -1.0604], + [37.3625, -1.095], + [37.3481, -1.0913], + [37.3397, -1.0811], + [37.3355, -1.0822], + [37.3239, -1.077], + [37.3179, -1.0673], + [37.3115, -1.0672], + [37.2655, -1.0188], + [37.2447, -1.0255], + [37.2319, -1.0189], + [37.2145, -1.0343], + [37.2057, -1.0355], + [37.1923, -1.0427], + [37.1781, -1.0346], + [37.1734, -1.0446], + [37.1549, -1.0532], + [37.1339, -1.0488], + [37.125, -1.0533], + [37.1161, -1.0413], + [37.1081, -1.0366], + [37.0987, -1.0369], + [37.0705, -1.0261], + [37.0695, -1.0189], + [37.0627, -1.0131], + [37.0613, -1.0282], + [37.0515, -1.0341], + [37.0381, -1.0313], + [37.0317, -1.0272], + [37.0239, -1.0128], + [36.9821, -0.9796], + [36.9665, -0.9744], + [36.9567, -0.9575], + [36.9283, -0.9362], + [36.9241, -0.9362], + [36.9143, -0.9271], + [36.9083, -0.9151], + [36.8951, -0.9119], + [36.8877, -0.8969], + [36.8653, -0.8906], + [36.8599, -0.884], + [36.8395, -0.8776], + [36.7735, -0.8342], + [36.7519, -0.8331], + [36.7419, -0.819], + [36.7231, -0.8063], + [36.7243, -0.7944], + [36.7209, -0.7813], + [36.7363, -0.7802], + [36.7243, -0.7672], + [36.7197, -0.7568], + [36.7139, -0.7147], + [36.7079, -0.6992], + [36.7107, -0.6851], + [36.7065, -0.6459], + [36.7123, -0.6085], + [36.7093, -0.5869], + [36.7335, -0.5673], + [36.7499, -0.5712], + [36.7781, -0.5673], + [36.7931, -0.5711], + [36.8041, -0.5698], + [36.8097, -0.5726], + [36.8129, -0.582], + [36.8223, -0.5842], + [36.8395, -0.5949], + [36.8473, -0.595], + [36.8627, -0.6074], + [36.8773, -0.6073], + [36.8855, -0.6124], + [36.8939, -0.6098], + [36.9143, -0.6104], + [36.9895, -0.5775], + [36.9945, -0.5791], + [36.9985, -0.5864], + [37.0173, -0.587], + [37.0257, -0.5922], + [37.0507, -0.5977], + [37.0631, -0.6145], + [37.0673, -0.6124], + [37.0863, -0.6248], + [37.0993, -0.6287], + [37.1031, -0.6391], + [37.1207, -0.6469], + [37.1274, -0.6469], + [37.1418, -0.6394], + [37.1535, -0.6419], + [37.1557, -0.6386], + [37.1684, -0.6371], + [37.172, -0.6442], + [37.1705, -0.6492], + [37.1775, -0.6557], + [37.1807, -0.6677], + [37.2013, -0.6651], + [37.2145, -0.6901], + [37.2261, -0.6749], + [37.2339, -0.6691], + [37.2375, -0.6698], + [37.2437, -0.7053], + [37.249, -0.711], + [37.2529, -0.7208], + [37.2515, -0.7243], + [37.2579, -0.7271], + [37.2575, -0.7334], + [37.2659, -0.7446], + [37.2643, -0.7484], + [37.2687, -0.7547], + [37.2619, -0.7528], + [37.2575, -0.7548], + [37.2567, -0.7589], + [37.2641, -0.7816] + ] + ] + ] + }, + "properties": { + "code": "21", + "name": "MURANG'A", + "area": 0.20511432082, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [37.0875, -1.249], + [37.0955, -1.2448], + [37.0915, -1.2379], + [37.0877, -1.2341], + [37.0809, -1.2373], + [37.0611, -1.2069], + [37.0383, -1.2132], + [37.0165, -1.2285], + [37.0125, -1.2355], + [37.0045, -1.2366], + [36.9887, -1.2241], + [36.9585, -1.2288], + [36.9391, -1.2222], + [36.9317, -1.2233], + [36.9135, -1.208], + [36.9415, -1.1746], + [36.9203, -1.1632], + [36.9022, -1.1606], + [36.8891, -1.1743], + [36.8969, -1.1923], + [36.8785, -1.1964], + [36.8639, -1.1904], + [36.8601, -1.2019], + [36.8527, -1.2026], + [36.8501, -1.2131], + [36.8333, -1.2091], + [36.8351, -1.2161], + [36.7915, -1.1918], + [36.7852, -1.2048], + [36.7889, -1.2078], + [36.7789, -1.2268], + [36.7566, -1.2204], + [36.7459, -1.2371], + [36.7311, -1.2348], + [36.7197, -1.2637], + [36.7043, -1.2586], + [36.7015, -1.2617], + [36.6967, -1.2606], + [36.6941, -1.2639], + [36.6969, -1.2675], + [36.6919, -1.2716], + [36.6919, -1.2755], + [36.6889, -1.2755], + [36.6891, -1.2827], + [36.6817, -1.298], + [36.6743, -1.3073], + [36.6709, -1.306], + [36.6663, -1.3137], + [36.6609, -1.3035], + [36.4924, -1.2695], + [36.5151, -1.2426], + [36.5457, -1.1264], + [36.5723, -1.0997], + [36.5917, -1.0681], + [36.5887, -1.044], + [36.5957, -1.012], + [36.5973, -0.9854], + [36.5909, -0.9838], + [36.5875, -0.9765], + [36.5885, -0.9653], + [36.5813, -0.9497], + [36.5743, -0.9445], + [36.5697, -0.9458], + [36.5623, -0.939], + [36.5733, -0.9321], + [36.5549, -0.9266], + [36.5567, -0.9199], + [36.5711, -0.9102], + [36.5649, -0.9074], + [36.5661, -0.9038], + [36.5903, -0.8886], + [36.6011, -0.866], + [36.5929, -0.8502], + [36.5896, -0.8292], + [36.6229, -0.8314], + [36.6227, -0.8281], + [36.6735, -0.7785], + [36.6609, -0.7735], + [36.6465, -0.7731], + [36.6555, -0.7658], + [36.6629, -0.7678], + [36.6733, -0.76], + [36.6825, -0.7625], + [36.7099, -0.788], + [36.7209, -0.8054], + [36.7419, -0.819], + [36.7519, -0.8331], + [36.7735, -0.8342], + [36.8395, -0.8776], + [36.8599, -0.884], + [36.8653, -0.8906], + [36.8877, -0.8969], + [36.8951, -0.9119], + [36.9083, -0.9151], + [36.9143, -0.9271], + [36.9241, -0.9362], + [36.9283, -0.9362], + [36.9567, -0.9575], + [36.9665, -0.9744], + [36.9821, -0.9796], + [37.0239, -1.0128], + [37.0337, -1.0294], + [37.0515, -1.0341], + [37.0613, -1.0282], + [37.0627, -1.0131], + [37.0695, -1.0189], + [37.0705, -1.0261], + [37.0987, -1.0369], + [37.1081, -1.0366], + [37.1161, -1.0413], + [37.125, -1.0533], + [37.1339, -1.0488], + [37.1549, -1.0532], + [37.1734, -1.0446], + [37.1781, -1.0346], + [37.1923, -1.0427], + [37.2057, -1.0355], + [37.2145, -1.0343], + [37.2319, -1.0189], + [37.2447, -1.0255], + [37.2655, -1.0188], + [37.3115, -1.0672], + [37.3179, -1.0673], + [37.3239, -1.077], + [37.3355, -1.0822], + [37.3397, -1.0811], + [37.3481, -1.0913], + [37.3625, -1.0952], + [37.3431, -1.1187], + [37.2993, -1.0744], + [37.2819, -1.0676], + [37.2645, -1.0695], + [37.2511, -1.0788], + [37.2341, -1.0761], + [37.2127, -1.0802], + [37.1929, -1.095], + [37.1889, -1.1057], + [37.1763, -1.116], + [37.1751, -1.1198], + [37.1873, -1.1387], + [37.1817, -1.1564], + [37.1829, -1.166], + [37.1745, -1.1741], + [37.1667, -1.1886], + [37.1573, -1.1948], + [37.1597, -1.2058], + [37.1543, -1.2092], + [37.1545, -1.2225], + [37.1417, -1.2265], + [37.1373, -1.2326], + [37.1231, -1.2349], + [37.1195, -1.2395], + [37.1195, -1.247], + [37.1101, -1.2484], + [37.1101, -1.2589], + [37.1031, -1.2609], + [37.0875, -1.249] + ] + ] + ] + }, + "properties": { + "code": "22", + "name": "KIAMBU", + "area": 0.20655368085, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [36.0539, 3.2355], + [36.0747, 3.2234], + [36.1125, 3.2178], + [36.1211, 3.211], + [36.1391, 3.2062], + [36.1425, 3.2084], + [36.1412, 3.2136], + [36.1457, 3.2206], + [36.1513, 3.2153], + [36.1513, 3.1894], + [36.1391, 3.1518], + [36.1499, 3.133], + [36.1527, 3.1108], + [36.1503, 3.0931], + [36.1535, 3.0849], + [36.1487, 3.0726], + [36.1409, 3.0679], + [36.1409, 3.0328], + [36.1371, 3.024], + [36.1365, 3.0112], + [36.1277, 2.9991], + [36.1247, 2.9797], + [36.1295, 2.9779], + [36.1311, 2.9734], + [36.1367, 2.9774], + [36.1349, 2.9664], + [36.1923, 2.9667], + [36.2225, 2.9546], + [36.2369, 2.9551], + [36.2471, 2.9487], + [36.2539, 2.9512], + [36.2575, 2.9593], + [36.2699, 2.9084], + [36.2831, 2.8904], + [36.3011, 2.8854], + [36.3469, 2.8613], + [36.3641, 2.8567], + [36.384, 2.8326], + [36.3969, 2.7977], + [36.4195, 2.7602], + [36.4217, 2.7358], + [36.4303, 2.7161], + [36.4461, 2.7047], + [36.447, 2.7004], + [36.4387, 2.6888], + [36.4349, 2.6761], + [36.4387, 2.6326], + [36.4541, 2.6105], + [36.4724, 2.6072], + [36.4753, 2.5989], + [36.4937, 2.5744], + [36.5141, 2.5594], + [36.5259, 2.524], + [36.5311, 2.5188], + [36.5315, 2.4972], + [36.5281, 2.4817], + [36.5301, 2.4704], + [36.5251, 2.4444], + [36.5397, 2.405], + [36.5611, 2.3945], + [36.5685, 2.4012], + [36.5879, 2.4054], + [36.5935, 2.4103], + [36.6027, 2.4031], + [36.6019, 2.3584], + [36.7253, 2.2997], + [36.7239, 2.2729], + [36.7091, 2.2616], + [36.7151, 2.2491], + [36.7107, 2.2366], + [36.7131, 2.2281], + [36.7125, 2.2228], + [36.7017, 2.2162], + [36.7021, 2.1966], + [36.6821, 2.1908], + [36.6493, 2.1667], + [36.6137, 2.1556], + [36.6131, 2.16], + [36.6095, 2.1584], + [36.5963, 2.1446], + [36.5875, 2.1418], + [36.5813, 2.1194], + [36.5659, 2.1028], + [36.5697, 2.0552], + [36.5589, 2.048], + [36.5525, 2.0323], + [36.5468, 2.0273], + [36.5477, 2.0029], + [36.5449, 2.0057], + [36.5411, 2.0022], + [36.5471, 1.9928], + [36.5327, 1.9548], + [36.5345, 1.9519], + [36.5409, 1.9574], + [36.5421, 1.9548], + [36.5427, 1.9219], + [36.5389, 1.9017], + [36.5169, 1.8777], + [36.5157, 1.8721], + [36.5169, 1.8511], + [36.5191, 1.8475], + [36.5231, 1.8492], + [36.5255, 1.8462], + [36.5235, 1.8288], + [36.5169, 1.8296], + [36.5161, 1.8215], + [36.5239, 1.8108], + [36.5345, 1.8049], + [36.5245, 1.7903], + [36.5257, 1.787], + [36.5171, 1.7781], + [36.5183, 1.7712], + [36.5141, 1.7729], + [36.5123, 1.7706], + [36.5207, 1.7552], + [36.5259, 1.7615], + [36.5283, 1.7551], + [36.5219, 1.7388], + [36.5171, 1.7402], + [36.5095, 1.7298], + [36.5029, 1.7073], + [36.4889, 1.7029], + [36.4865, 1.6816], + [36.4713, 1.6554], + [36.4697, 1.6344], + [36.4633, 1.6125], + [36.4467, 1.6161], + [36.4411, 1.6114], + [36.4275, 1.5723], + [36.4143, 1.5602], + [36.3955, 1.5237], + [36.3917, 1.5229], + [36.3767, 1.5405], + [36.3735, 1.5687], + [36.3777, 1.5824], + [36.3709, 1.5936], + [36.3606, 1.5854], + [36.3573, 1.5687], + [36.3485, 1.5685], + [36.3448, 1.5728], + [36.3033, 1.5384], + [36.2979, 1.4985], + [36.3005, 1.4897], + [36.2895, 1.4656], + [36.2921, 1.4626], + [36.3157, 1.4692], + [36.3235, 1.4687], + [36.3479, 1.4394], + [36.3575, 1.435], + [36.3937, 1.4427], + [36.4195, 1.4155], + [36.4271, 1.4133], + [36.429, 1.408], + [36.4485, 1.4097], + [36.4547, 1.3981], + [36.4576, 1.3965], + [36.4633, 1.4006], + [36.4671, 1.3968], + [36.4667, 1.3829], + [36.4603, 1.3688], + [36.4427, 1.36], + [36.4339, 1.3498], + [36.4267, 1.347], + [36.4215, 1.3324], + [36.4143, 1.3284], + [36.4049, 1.3154], + [36.3951, 1.3143], + [36.3945, 1.3102], + [36.3981, 1.3058], + [36.4037, 1.3055], + [36.4067, 1.2975], + [36.4216, 1.2937], + [36.4371, 1.3008], + [36.4377, 1.2898], + [36.4515, 1.2688], + [36.4543, 1.2558], + [36.4483, 1.2499], + [36.4323, 1.2635], + [36.4233, 1.2662], + [36.4107, 1.2756], + [36.4031, 1.2717], + [36.3991, 1.274], + [36.3898, 1.2637], + [36.3977, 1.2529], + [36.4061, 1.25], + [36.4115, 1.2576], + [36.4141, 1.2557], + [36.4157, 1.2438], + [36.4221, 1.2341], + [36.4173, 1.225], + [36.4119, 1.2291], + [36.4068, 1.2277], + [36.3961, 1.2178], + [36.3971, 1.1924], + [36.3907, 1.186], + [36.3919, 1.1742], + [36.3976, 1.1711], + [36.4215, 1.1841], + [36.4421, 1.1739], + [36.4417, 1.1614], + [36.4365, 1.1512], + [36.4345, 1.1371], + [36.4405, 1.1308], + [36.4451, 1.1144], + [36.4395, 1.0876], + [36.4441, 1.0694], + [36.4435, 1.0392], + [36.4537, 1.0159], + [36.4465, 0.9812], + [36.4311, 0.946], + [36.3947, 0.9112], + [36.3883, 0.9256], + [36.3887, 0.9471], + [36.3836, 0.9525], + [36.3697, 0.9538], + [36.3639, 0.9615], + [36.3535, 0.9646], + [36.3429, 0.9902], + [36.3173, 0.9884], + [36.1739, 1.1689], + [36.0981, 1.1661], + [35.7813, 1.662], + [35.7325, 1.6813], + [35.7019, 1.7048], + [35.6755, 1.7204], + [35.6687, 1.7286], + [35.6507, 1.7386], + [35.6091, 1.7496], + [35.5949, 1.7612], + [35.5679, 1.758], + [35.5503, 1.764], + [35.5321, 1.7616], + [35.5177, 1.767], + [35.5047, 1.7638], + [35.4959, 1.7679], + [35.4955, 1.7757], + [35.4865, 1.7856], + [35.4827, 1.7953], + [35.4721, 1.8027], + [35.4769, 1.8105], + [35.4717, 1.8154], + [35.4765, 1.8213], + [35.4737, 1.8346], + [35.468, 1.8401], + [35.4619, 1.8392], + [35.4571, 1.845], + [35.4541, 1.844], + [35.4463, 1.8561], + [35.3725, 1.9255], + [35.3709, 1.9285], + [35.3767, 1.9427], + [35.3915, 1.9523], + [35.3903, 1.9595], + [35.3931, 1.962], + [35.3451, 2.1617], + [35.3125, 2.2778], + [35.3053, 2.3782], + [35.2985, 2.417], + [35.2923, 2.4261], + [35.2729, 2.435], + [35.2537, 2.4371], + [35.2291, 2.4485], + [35.2223, 2.4625], + [35.2165, 2.4927], + [35.2135, 2.54], + [35.1875, 2.569], + [35.1783, 2.5968], + [35.1581, 2.626], + [35.1295, 2.6443], + [35.1133, 2.6503], + [35.1087, 2.6454], + [35.0963, 2.6424], + [35.0851, 2.6352], + [35.0749, 2.6221], + [35.0647, 2.6163], + [35.0603, 2.6053], + [35.0561, 2.5613], + [35.0393, 2.5314], + [35.0203, 2.5066], + [35.0163, 2.4952], + [35.0211, 2.4812], + [35.0203, 2.4534], + [35.0263, 2.4308], + [34.9709, 2.4418], + [34.9527, 2.4526], + [34.9473, 2.4529], + [34.9531, 2.4579], + [34.9539, 2.4709], + [34.9485, 2.4706], + [34.9345, 2.5063], + [34.9347, 2.5132], + [34.9135, 2.5126], + [34.8991, 2.5804], + [34.8941, 2.5884], + [34.8805, 2.5846], + [34.8793, 2.5682], + [34.8685, 2.5663], + [34.8533, 2.579], + [34.8385, 2.5997], + [34.8305, 2.6169], + [34.7993, 2.6509], + [34.7901, 2.6794], + [34.7757, 2.6938], + [34.7847, 2.7452], + [34.7811, 2.771], + [34.7671, 2.8177], + [34.7607, 2.824], + [34.7503, 2.821], + [34.7377, 2.8497], + [34.7127, 2.8602], + [34.7093, 2.8688], + [34.7029, 2.8727], + [34.6929, 2.8575], + [34.6543, 2.8622], + [34.6409, 2.9023], + [34.6001, 2.9205], + [34.5895, 2.9764], + [34.5895, 2.9979], + [34.5773, 3.0187], + [34.5747, 3.0511], + [34.5771, 3.0776], + [34.5741, 3.0983], + [34.5601, 3.1102], + [34.5469, 3.1344], + [34.5377, 3.1409], + [34.5121, 3.1482], + [34.4947, 3.1402], + [34.4847, 3.1633], + [34.4723, 3.1714], + [34.4611, 3.1734], + [34.4557, 3.1816], + [34.4579, 3.2002], + [34.4525, 3.2264], + [34.4487, 3.2804], + [34.4277, 3.3428], + [34.4139, 3.36], + [34.4023, 3.3691], + [34.4007, 3.3758], + [34.4021, 3.4133], + [34.4115, 3.4156], + [34.4193, 3.4313], + [34.4179, 3.4494], + [34.4065, 3.4673], + [34.3923, 3.4806], + [34.3901, 3.4897], + [34.3921, 3.4924], + [34.3971, 3.487], + [34.4245, 3.4897], + [34.4351, 3.4964], + [34.4511, 3.5165], + [34.4571, 3.5779], + [34.4543, 3.6099], + [34.4645, 3.6675], + [34.4557, 3.6749], + [34.4051, 3.6908], + [34.4015, 3.7038], + [34.3789, 3.7292], + [34.3713, 3.733], + [34.3551, 3.7341], + [34.3255, 3.7256], + [34.3183, 3.719], + [34.3069, 3.6843], + [34.3033, 3.6843], + [34.3087, 3.7106], + [34.2677, 3.7466], + [34.2603, 3.7638], + [34.2467, 3.7828], + [34.2329, 3.7795], + [34.2279, 3.772], + [34.2267, 3.7811], + [34.2213, 3.782], + [34.1731, 3.7654], + [34.1659, 3.7742], + [34.1919, 3.7803], + [34.1903, 3.7927], + [34.1761, 3.7984], + [34.1633, 3.795], + [34.1597, 3.7997], + [34.1537, 3.7984], + [34.1535, 3.8052], + [34.1647, 3.8093], + [34.1809, 3.8293], + [34.2261, 3.8284], + [34.2265, 3.8483], + [34.2165, 3.8791], + [34.2021, 3.881], + [34.1767, 3.8779], + [34.1699, 3.8738], + [34.1687, 3.8686], + [34.1283, 3.87], + [34.1091, 3.8664], + [34.0935, 3.8592], + [34.0887, 3.8602], + [34.0915, 3.8832], + [34.1153, 3.8951], + [34.1193, 3.8998], + [34.1355, 3.9587], + [34.1049, 3.9762], + [34.0805, 4.0021], + [34.0613, 4.0076], + [34.0591, 4.0262], + [34.0895, 4.0359], + [34.0927, 4.0671], + [34.0813, 4.0838], + [34.0639, 4.0918], + [34.0505, 4.1192], + [34.0667, 4.1404], + [34.0485, 4.1764], + [33.9927, 4.2212], + [34.4735, 4.6896], + [34.8841, 5.04], + [35.1259, 5.2406], + [35.2665, 5.4111], + [35.6057, 5.4117], + [35.6323, 5.3727], + [35.6699, 5.3849], + [35.7175, 5.3823], + [35.7269, 5.3766], + [35.7261, 5.3674], + [35.7433, 5.3708], + [35.7525, 5.3688], + [35.7629, 5.3625], + [35.7625, 5.3583], + [35.7657, 5.3561], + [35.7759, 5.355], + [35.7891, 5.3453], + [35.8141, 5.3389], + [35.8283, 5.3437], + [35.8349, 5.3414], + [35.8387, 5.3298], + [35.8459, 5.3208], + [35.8461, 5.306], + [35.8539, 5.2944], + [35.8535, 5.2892], + [35.8423, 5.2731], + [35.8363, 5.2413], + [35.8493, 5.2148], + [35.8553, 5.1921], + [35.8529, 5.1755], + [35.8561, 5.1517], + [35.8439, 5.0762], + [35.8419, 5.0104], + [35.8377, 4.9863], + [35.8353, 4.9379], + [35.8433, 4.9297], + [35.8607, 4.9252], + [35.8741, 4.9175], + [35.8969, 4.8859], + [35.9107, 4.8074], + [35.9157, 4.7363], + [35.9225, 4.691], + [35.9225, 4.6396], + [35.9505, 4.626], + [35.9403, 4.582], + [35.9427, 4.5787], + [35.9637, 4.574], + [35.9643, 4.5624], + [35.9435, 4.5448], + [36.0511, 4.4526], + [36.0493, 4.1296], + [36.0539, 3.2355] + ] + ] + ] + }, + "properties": { + "code": "23", + "name": "TURKANA", + "area": 5.70813539469, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.4527, 1.8477], + [35.4541, 1.844], + [35.4571, 1.845], + [35.4619, 1.8392], + [35.468, 1.8401], + [35.4737, 1.8346], + [35.4765, 1.8213], + [35.4717, 1.8154], + [35.4769, 1.8105], + [35.4721, 1.8027], + [35.4827, 1.7953], + [35.4865, 1.7856], + [35.4955, 1.7757], + [35.4959, 1.7679], + [35.5047, 1.7638], + [35.5177, 1.767], + [35.5321, 1.7616], + [35.5503, 1.764], + [35.5679, 1.758], + [35.5949, 1.7612], + [35.6091, 1.7496], + [35.6479, 1.7399], + [35.6687, 1.7286], + [35.6755, 1.7204], + [35.7019, 1.7048], + [35.7215, 1.6879], + [35.7403, 1.6769], + [35.7813, 1.662], + [35.7863, 1.6545], + [35.7803, 1.651], + [35.7781, 1.6396], + [35.7909, 1.6252], + [35.7823, 1.6222], + [35.7811, 1.6185], + [35.7863, 1.6075], + [35.7807, 1.602], + [35.7827, 1.5904], + [35.7801, 1.5867], + [35.7833, 1.578], + [35.7807, 1.5707], + [35.7761, 1.5677], + [35.7745, 1.5506], + [35.7689, 1.5397], + [35.7697, 1.532], + [35.7641, 1.5297], + [35.7615, 1.5162], + [35.7561, 1.5137], + [35.7531, 1.5041], + [35.7435, 1.5013], + [35.7199, 1.4695], + [35.7239, 1.4567], + [35.7197, 1.4482], + [35.714, 1.4458], + [35.7075, 1.4364], + [35.7071, 1.4162], + [35.7117, 1.4114], + [35.7077, 1.4045], + [35.711, 1.401], + [35.7045, 1.3995], + [35.6999, 1.3865], + [35.7025, 1.3849], + [35.7017, 1.3807], + [35.6887, 1.3565], + [35.6897, 1.3432], + [35.6967, 1.3365], + [35.7007, 1.3251], + [35.6979, 1.3163], + [35.6721, 1.3135], + [35.6325, 1.2989], + [35.6088, 1.2778], + [35.5911, 1.2803], + [35.5793, 1.2892], + [35.5691, 1.29], + [35.5581, 1.2842], + [35.5465, 1.2846], + [35.5009, 1.2507], + [35.3581, 1.1315], + [35.3431, 1.1256], + [35.3159, 1.1694], + [35.3083, 1.1717], + [35.2943, 1.1371], + [35.2879, 1.134], + [35.1523, 1.1982], + [35.1313, 1.1855], + [35.0917, 1.1819], + [35.0885, 1.1797], + [35.0857, 1.1672], + [35.0739, 1.1764], + [35.0621, 1.1794], + [35.0435, 1.194], + [35.0377, 1.2034], + [35.0443, 1.214], + [35.0259, 1.2319], + [35.0137, 1.253], + [34.9947, 1.2568], + [34.9705, 1.2463], + [34.939, 1.2513], + [34.9057, 1.25], + [34.9073, 1.2812], + [34.8195, 1.2585], + [34.8313, 1.2696], + [34.8289, 1.2847], + [34.8307, 1.3041], + [34.7823, 1.3721], + [34.7767, 1.3832], + [34.7791, 1.3956], + [34.7989, 1.4186], + [34.8183, 1.4297], + [34.8331, 1.4471], + [34.8475, 1.4498], + [34.8503, 1.4531], + [34.8563, 1.474], + [34.8549, 1.4941], + [34.8639, 1.5262], + [34.8899, 1.5535], + [34.9057, 1.5511], + [34.9205, 1.5578], + [34.9437, 1.5759], + [34.9891, 1.66], + [34.9995, 1.7466], + [35.0009, 1.837], + [35.0293, 1.9203], + [34.9841, 1.9791], + [34.9811, 2.0508], + [34.9471, 2.2032], + [34.9177, 2.3904], + [34.9147, 2.3946], + [34.9165, 2.4211], + [34.9315, 2.43], + [34.9309, 2.4364], + [34.9367, 2.4391], + [34.9449, 2.4524], + [34.9527, 2.4526], + [34.9709, 2.4418], + [35.0263, 2.4308], + [35.0203, 2.4534], + [35.0211, 2.4812], + [35.0163, 2.4952], + [35.0203, 2.5066], + [35.0393, 2.5314], + [35.0561, 2.5613], + [35.0603, 2.6053], + [35.0647, 2.6163], + [35.0749, 2.6221], + [35.0851, 2.6352], + [35.0963, 2.6424], + [35.1087, 2.6454], + [35.1133, 2.6503], + [35.1295, 2.6443], + [35.1581, 2.626], + [35.1783, 2.5968], + [35.1875, 2.569], + [35.2135, 2.54], + [35.2165, 2.4927], + [35.2223, 2.4625], + [35.2291, 2.4485], + [35.2537, 2.4371], + [35.2729, 2.435], + [35.2923, 2.4261], + [35.2985, 2.417], + [35.3053, 2.3782], + [35.3125, 2.2778], + [35.3449, 2.1611], + [35.3929, 1.9618], + [35.3903, 1.9595], + [35.3915, 1.9523], + [35.3789, 1.9452], + [35.3701, 1.928], + [35.4527, 1.8477] + ] + ] + ] + }, + "properties": { + "code": "24", + "name": "WEST POKOT", + "area": 0.7545900016, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.1523, 1.1982], + [35.2879, 1.134], + [35.2943, 1.1371], + [35.3083, 1.1717], + [35.3159, 1.1694], + [35.3431, 1.1256], + [35.3581, 1.1315], + [35.5009, 1.2507], + [35.5465, 1.2846], + [35.5581, 1.2842], + [35.5691, 1.29], + [35.5793, 1.2892], + [35.5911, 1.2803], + [35.6088, 1.2778], + [35.6325, 1.2989], + [35.6721, 1.3135], + [35.6979, 1.3163], + [35.6957, 1.2856], + [35.6983, 1.2767], + [35.7037, 1.2696], + [35.7073, 1.2695], + [35.7003, 1.2557], + [35.7017, 1.2308], + [35.7045, 1.2261], + [35.6981, 1.214], + [35.6979, 1.2024], + [35.7029, 1.1979], + [35.7047, 1.1904], + [35.7045, 1.1504], + [35.7097, 1.1481], + [35.6983, 1.1114], + [35.6992, 1.1038], + [35.6871, 1.0961], + [35.6725, 1.0713], + [35.6755, 1.0598], + [35.6695, 1.0461], + [35.6719, 1.0434], + [35.6675, 1.0417], + [35.6647, 1.034], + [35.6539, 1.0273], + [35.6471, 1.027], + [35.6443, 1.0232], + [35.6435, 1.0116], + [35.6347, 0.993], + [35.6395, 0.9814], + [35.6363, 0.9762], + [35.6383, 0.9653], + [35.6305, 0.9512], + [35.6366, 0.9188], + [35.6345, 0.911], + [35.6271, 0.9064], + [35.6241, 0.8656], + [35.6269, 0.8525], + [35.6423, 0.839], + [35.6381, 0.8248], + [35.6431, 0.8188], + [35.6345, 0.8036], + [35.6375, 0.7867], + [35.6213, 0.7349], + [35.6312, 0.7188], + [35.6345, 0.6985], + [35.6325, 0.6902], + [35.6253, 0.685], + [35.6253, 0.6778], + [35.6047, 0.668], + [35.6091, 0.6443], + [35.5969, 0.62], + [35.5991, 0.6012], + [35.6127, 0.5899], + [35.6141, 0.5779], + [35.6035, 0.555], + [35.6037, 0.5312], + [35.6115, 0.524], + [35.6165, 0.5065], + [35.6301, 0.5005], + [35.6357, 0.4769], + [35.6475, 0.4598], + [35.6453, 0.4507], + [35.6533, 0.4449], + [35.6547, 0.4269], + [35.661, 0.4097], + [35.6563, 0.4056], + [35.6563, 0.3965], + [35.6621, 0.3871], + [35.6815, 0.3702], + [35.6977, 0.3638], + [35.6988, 0.3667], + [35.7121, 0.3558], + [35.7209, 0.3534], + [35.7225, 0.3492], + [35.7201, 0.3426], + [35.7231, 0.3382], + [35.7137, 0.3157], + [35.7145, 0.276], + [35.7101, 0.2557], + [35.7209, 0.2342], + [35.7231, 0.2152], + [35.7171, 0.2051], + [35.7065, 0.2007], + [35.6935, 0.186], + [35.6937, 0.1758], + [35.6699, 0.168], + [35.5887, 0.168], + [35.5761, 0.1824], + [35.5693, 0.1846], + [35.5685, 0.1966], + [35.5557, 0.1885], + [35.5133, 0.1872], + [35.5313, 0.2184], + [35.5403, 0.2236], + [35.5265, 0.2284], + [35.5027, 0.2252], + [35.4871, 0.2471], + [35.4955, 0.256], + [35.4917, 0.2618], + [35.5003, 0.2775], + [35.5007, 0.2897], + [35.5049, 0.2925], + [35.4966, 0.3116], + [35.5103, 0.3138], + [35.5141, 0.3201], + [35.4973, 0.3417], + [35.4838, 0.3498], + [35.4823, 0.3562], + [35.4699, 0.3677], + [35.4709, 0.3749], + [35.4747, 0.3785], + [35.4873, 0.3799], + [35.4807, 0.3871], + [35.4875, 0.4023], + [35.4819, 0.4032], + [35.4813, 0.4183], + [35.4769, 0.4241], + [35.4725, 0.4485], + [35.4635, 0.4537], + [35.4627, 0.4722], + [35.4641, 0.5049], + [35.4817, 0.5876], + [35.4243, 0.6771], + [35.4121, 0.7009], + [35.5059, 0.7023], + [35.5057, 0.7104], + [35.4991, 0.714], + [35.4941, 0.7264], + [35.4979, 0.7449], + [35.4923, 0.7479], + [35.4955, 0.7508], + [35.4983, 0.7482], + [35.5017, 0.7582], + [35.5083, 0.7654], + [35.5023, 0.7784], + [35.5005, 0.8135], + [35.4951, 0.8208], + [35.4837, 0.823], + [35.4929, 0.8528], + [35.4885, 0.8749], + [35.4583, 0.8771], + [35.4693, 0.901], + [35.4167, 0.9075], + [35.4155, 0.9147], + [35.4211, 0.9374], + [35.3887, 0.9437], + [35.3777, 0.9363], + [35.3445, 0.9466], + [35.3411, 0.962], + [35.3467, 0.9654], + [35.3381, 0.9675], + [35.3529, 0.9792], + [35.3441, 1.0036], + [35.3629, 1.0087], + [35.3629, 1.017], + [35.3135, 1.0356], + [35.2741, 1.06], + [35.2427, 1.0729], + [35.2183, 1.1144], + [35.2021, 1.1171], + [35.1613, 1.178], + [35.1523, 1.1982] + ] + ] + ] + }, + "properties": { + "code": "28", + "name": "ELEGEYO-MARAKWET", + "area": 0.24576217495, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [34.8538, 0.5457], + [35.0469, 0.5605], + [35.1001, 0.5383], + [35.1055, 0.5541], + [35.1119, 0.5472], + [35.1343, 0.5411], + [35.1389, 0.5354], + [35.1545, 0.5369], + [35.1651, 0.5436], + [35.1587, 0.4993], + [35.1521, 0.483], + [35.1429, 0.4704], + [35.1677, 0.4288], + [35.1773, 0.4189], + [35.1967, 0.3755], + [35.2435, 0.2961], + [35.2917, 0.2298], + [35.3121, 0.2173], + [35.3225, 0.2258], + [35.3259, 0.2253], + [35.3415, 0.206], + [35.3579, 0.2112], + [35.3665, 0.198], + [35.3659, 0.186], + [35.3417, 0.1924], + [35.3429, 0.17], + [35.3347, 0.1553], + [35.3359, 0.1407], + [35.3691, 0.126], + [35.3757, 0.1161], + [35.3875, 0.1128], + [35.3737, 0.0726], + [35.3657, 0.0713], + [35.3598, 0.0641], + [35.3487, 0.0608], + [35.3573, 0.0491], + [35.3697, 0.0408], + [35.4043, 0.0268], + [35.4347, 0.0248], + [35.4377, 0.0204], + [35.4389, 0.0176], + [35.4139, 0.0016], + [35.4051, -0.0236], + [35.4245, -0.0778], + [35.4017, -0.0875], + [35.3725, -0.1098], + [35.3439, -0.1096], + [35.3345, -0.1066], + [35.3083, -0.086], + [35.2803, -0.0999], + [35.2272, -0.108], + [35.2271, -0.0661], + [35.2217, -0.0374], + [35.2063, -0.0291], + [35.1939, -0.0261], + [35.177, -0.0286], + [35.1527, -0.0374], + [35.1038, -0.0053], + [35.1035, -0.0236], + [35.0973, -0.0305], + [35.0921, -0.0446], + [35.0743, -0.0565], + [35.0659, -0.0667], + [35.0593, -0.0545], + [35.0105, -0.0542], + [35.0079, -0.0521], + [35.0065, -0.0282], + [34.9903, -0.0202], + [34.9891, -0.0241], + [34.9789, -0.0245], + [34.9647, -0.0327], + [34.9583, -0.0271], + [34.9533, -0.0275], + [34.9551, -0.0308], + [34.9239, -0.0366], + [34.9171, -0.0271], + [34.8283, -0.0282], + [34.8155, -0.0242], + [34.8083, -0.0211], + [34.8079, -0.0167], + [34.8149, -0.0004], + [34.8305, 0.022], + [34.8265, 0.0226], + [34.8021, 0.0063], + [34.7799, -0.0181], + [34.7655, -0.0175], + [34.7517, -0.0338], + [34.7457, -0.0239], + [34.7395, -0.0242], + [34.7501, -0.021], + [34.7453, -0.017], + [34.7403, -0.0012], + [34.7417, 0.0032], + [34.7583, 0.008], + [34.7643, -0.0013], + [34.7675, -0.0006], + [34.7791, 0.0054], + [34.7989, 0.0224], + [34.8079, 0.0209], + [34.8095, 0.0265], + [34.8195, 0.0323], + [34.8307, 0.029], + [34.8369, 0.0304], + [34.8407, 0.0453], + [34.8479, 0.0555], + [34.8491, 0.0663], + [34.8601, 0.0815], + [34.8579, 0.1099], + [34.8613, 0.1196], + [34.8849, 0.1423], + [34.9011, 0.151], + [34.9145, 0.154], + [34.9297, 0.2073], + [34.9451, 0.2062], + [34.9583, 0.2392], + [34.9793, 0.2385], + [34.9423, 0.3248], + [34.9379, 0.357], + [34.9493, 0.3519], + [34.9555, 0.3685], + [34.9567, 0.4148], + [34.9311, 0.4651], + [34.9175, 0.4833], + [34.9101, 0.4885], + [34.9081, 0.5051], + [34.8538, 0.5457] + ] + ] + ] + }, + "properties": { + "code": "29", + "name": "NANDI", + "area": 0.23023133721, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.7863, 1.6545], + [36.0981, 1.1661], + [36.1739, 1.1689], + [36.3173, 0.9884], + [36.3429, 0.9902], + [36.3535, 0.9646], + [36.3639, 0.9615], + [36.3697, 0.9538], + [36.3836, 0.9525], + [36.3887, 0.9471], + [36.3883, 0.9256], + [36.3942, 0.9171], + [36.3954, 0.9039], + [36.4043, 0.899], + [36.4177, 0.8998], + [36.4237, 0.897], + [36.4295, 0.8844], + [36.4445, 0.8714], + [36.4609, 0.868], + [36.4895, 0.8461], + [36.4761, 0.8362], + [36.4663, 0.8146], + [36.4059, 0.717], + [36.3481, 0.6597], + [36.2897, 0.6443], + [36.2795, 0.6318], + [36.2945, 0.563], + [36.2305, 0.42], + [36.2281, 0.3962], + [36.2591, 0.3749], + [36.2615, 0.3403], + [36.2463, 0.3273], + [36.2483, 0.3406], + [36.2313, 0.3325], + [36.2267, 0.3199], + [36.2407, 0.313], + [36.2512, 0.2968], + [36.2597, 0.29], + [36.2659, 0.2759], + [36.2803, 0.2717], + [36.2825, 0.2648], + [36.2799, 0.2549], + [36.2927, 0.251], + [36.2967, 0.2272], + [36.2887, 0.2052], + [36.2653, 0.1846], + [36.2565, 0.1816], + [36.2363, 0.209], + [36.2028, 0.2336], + [36.1809, 0.2272], + [36.1987, 0.2153], + [36.2001, 0.1998], + [36.1489, 0.1843], + [36.1289, 0.058], + [36.1069, 0.06], + [36.1143, 0.0044], + [36.0943, -0.0131], + [36.0567, 0.0018], + [36.0435, 0.0184], + [36.0083, 0.0298], + [35.9995, 0.0591], + [35.9657, 0.0578], + [35.9651, 0.0762], + [35.9615, 0.0862], + [35.9414, 0.0946], + [35.9311, 0.0686], + [35.9749, 0.0218], + [35.9789, 0.0121], + [35.9707, -0.0156], + [35.9613, -0.0269], + [35.9495, -0.0529], + [35.9391, -0.0596], + [35.9357, -0.0676], + [35.9293, -0.0711], + [35.9293, -0.0764], + [35.9191, -0.082], + [35.9007, -0.0493], + [35.8951, -0.0523], + [35.8779, -0.0362], + [35.8477, -0.0836], + [35.8209, -0.1181], + [35.8077, -0.0997], + [35.7995, -0.1044], + [35.7965, -0.1115], + [35.7911, -0.1126], + [35.7911, -0.1635], + [35.7727, -0.1947], + [35.7249, -0.2053], + [35.7235, -0.1738], + [35.7305, -0.1577], + [35.7047, -0.1193], + [35.6941, -0.1094], + [35.6893, -0.0933], + [35.6897, -0.0748], + [35.6667, -0.075], + [35.6541, -0.0784], + [35.6677, -0.0502], + [35.6407, -0.0615], + [35.6375, -0.0546], + [35.6401, -0.0504], + [35.6339, -0.0363], + [35.6113, -0.0321], + [35.5853, -0.0084], + [35.5445, -0.0084], + [35.5221, 0.0135], + [35.5265, 0.0367], + [35.5437, 0.0405], + [35.5471, 0.0552], + [35.5399, 0.0599], + [35.5453, 0.0693], + [35.5407, 0.0782], + [35.5425, 0.0873], + [35.5741, 0.0643], + [35.5761, 0.1133], + [35.5913, 0.1467], + [35.5887, 0.168], + [35.6699, 0.168], + [35.6937, 0.1758], + [35.6935, 0.186], + [35.7065, 0.2007], + [35.7171, 0.2051], + [35.7231, 0.2152], + [35.7209, 0.2342], + [35.7101, 0.2557], + [35.7145, 0.276], + [35.7137, 0.3157], + [35.7231, 0.3382], + [35.7201, 0.3426], + [35.7225, 0.3492], + [35.7209, 0.3534], + [35.7121, 0.3558], + [35.6988, 0.3667], + [35.6977, 0.3638], + [35.6815, 0.3702], + [35.6621, 0.3871], + [35.6563, 0.3965], + [35.6563, 0.4056], + [35.661, 0.4097], + [35.6547, 0.4269], + [35.6533, 0.4449], + [35.6453, 0.4507], + [35.6475, 0.4598], + [35.6357, 0.4769], + [35.6301, 0.5005], + [35.6165, 0.5065], + [35.6115, 0.524], + [35.6037, 0.5312], + [35.6035, 0.555], + [35.6141, 0.5779], + [35.6127, 0.5899], + [35.5991, 0.6012], + [35.5969, 0.62], + [35.6091, 0.6443], + [35.6047, 0.668], + [35.6253, 0.6778], + [35.6253, 0.685], + [35.6325, 0.6902], + [35.6345, 0.6985], + [35.6312, 0.7188], + [35.6213, 0.7349], + [35.6375, 0.7867], + [35.6345, 0.8036], + [35.6431, 0.8188], + [35.6381, 0.8248], + [35.6423, 0.839], + [35.6269, 0.8525], + [35.6241, 0.8656], + [35.6271, 0.9064], + [35.6345, 0.911], + [35.6366, 0.9188], + [35.6305, 0.9512], + [35.6383, 0.9653], + [35.6363, 0.9762], + [35.6395, 0.9814], + [35.6347, 0.993], + [35.6435, 1.0116], + [35.6443, 1.0232], + [35.6471, 1.027], + [35.6539, 1.0273], + [35.6647, 1.034], + [35.6675, 1.0417], + [35.6719, 1.0434], + [35.6695, 1.0461], + [35.6755, 1.0598], + [35.6725, 1.0713], + [35.6871, 1.0961], + [35.6992, 1.1038], + [35.6983, 1.1114], + [35.7097, 1.1481], + [35.7045, 1.1504], + [35.7047, 1.1904], + [35.7029, 1.1979], + [35.6979, 1.2024], + [35.6981, 1.214], + [35.7045, 1.2261], + [35.7017, 1.2308], + [35.7003, 1.2557], + [35.7073, 1.2695], + [35.7037, 1.2696], + [35.6983, 1.2767], + [35.6957, 1.2856], + [35.6981, 1.3224], + [35.7007, 1.3251], + [35.6967, 1.3365], + [35.6897, 1.3432], + [35.6887, 1.3565], + [35.7017, 1.3807], + [35.7025, 1.3849], + [35.6999, 1.3865], + [35.7045, 1.3995], + [35.711, 1.401], + [35.7077, 1.4045], + [35.7117, 1.4114], + [35.7071, 1.4162], + [35.7075, 1.4364], + [35.714, 1.4458], + [35.7197, 1.4482], + [35.7239, 1.4567], + [35.7199, 1.4695], + [35.7435, 1.5013], + [35.7531, 1.5041], + [35.7561, 1.5137], + [35.7615, 1.5162], + [35.7641, 1.5297], + [35.7697, 1.532], + [35.7689, 1.5397], + [35.7745, 1.5506], + [35.7761, 1.5677], + [35.7807, 1.5707], + [35.7833, 1.578], + [35.7801, 1.5867], + [35.7827, 1.5904], + [35.7807, 1.602], + [35.7863, 1.6075], + [35.7811, 1.6185], + [35.7823, 1.6222], + [35.7909, 1.6252], + [35.7781, 1.6396], + [35.7803, 1.651], + [35.7863, 1.6545] + ] + ] + ] + }, + "properties": { + "code": "30", + "name": "BARINGO", + "area": 0.88451236882, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [36.9275, 0.739], + [36.9317, 0.7416], + [36.9267, 0.7197], + [36.9269, 0.6763], + [36.9237, 0.6634], + [36.9223, 0.6597], + [36.9145, 0.6598], + [36.9093, 0.644], + [36.9095, 0.6318], + [36.8979, 0.6285], + [36.8915, 0.6208], + [36.8879, 0.6083], + [36.8847, 0.6105], + [36.8681, 0.5942], + [36.8651, 0.571], + [36.8683, 0.5688], + [37.3687, 0.5094], + [37.3609, 0.498], + [37.3627, 0.4858], + [37.3581, 0.4682], + [37.3503, 0.4588], + [37.3495, 0.4418], + [37.3541, 0.4125], + [37.3639, 0.4068], + [37.3675, 0.4011], + [37.3711, 0.3821], + [37.3795, 0.3777], + [37.3803, 0.362], + [37.3925, 0.3506], + [37.3957, 0.3], + [37.3859, 0.2746], + [37.3773, 0.2724], + [37.3745, 0.2704], + [37.3741, 0.2676], + [37.3811, 0.2688], + [37.4005, 0.2825], + [37.4015, 0.2927], + [37.4307, 0.2956], + [37.4663, 0.2812], + [37.5365, 0.2599], + [37.5471, 0.2756], + [37.5499, 0.2947], + [37.5479, 0.3105], + [37.5559, 0.326], + [37.5823, 0.3265], + [37.6055, 0.3514], + [37.5995, 0.4004], + [37.5855, 0.4018], + [37.5821, 0.4158], + [37.5823, 0.4582], + [37.5897, 0.4791], + [37.8269, 0.5607], + [38.0631, 0.6686], + [38.0951, 0.5616], + [38.1765, 0.3282], + [38.1963, 0.3196], + [38.1933, 0.2311], + [38.2007, 0.2239], + [38.2293, 0.214], + [38.2395, 0.2046], + [38.2461, 0.2032], + [38.2626, 0.1897], + [38.2671, 0.1794], + [38.2969, 0.1573], + [38.3049, 0.1346], + [38.3053, 0.1174], + [38.3091, 0.1077], + [38.3187, 0.1044], + [38.3205, 0.0972], + [38.3281, 0.0932], + [38.3237, 0.0765], + [38.3261, 0.0716], + [38.3399, 0.0657], + [38.3387, 0.06], + [38.3497, 0.0569], + [38.3447, 0.0441], + [38.3457, 0.0408], + [38.3577, 0.0353], + [38.3541, 0.0281], + [38.3563, 0.019], + [38.3691, 0.0085], + [38.3703, 0.0043], + [38.3769, 0.0024], + [38.3807, -0.0056], + [38.3879, -0.0078], + [38.4017, -0.0195], + [38.4007, -0.0261], + [38.4057, -0.0307], + [38.4071, -0.046], + [38.4135, -0.0548], + [38.4113, -0.0662], + [38.4199, -0.0714], + [38.4095, -0.078], + [38.3929, -0.0767], + [38.3893, -0.0858], + [38.3839, -0.0897], + [38.3469, -0.0653], + [38.3283, -0.0701], + [38.3143, -0.0565], + [38.3019, -0.0551], + [38.3025, -0.0477], + [38.2827, -0.0269], + [38.2553, -0.0195], + [38.2467, -0.0239], + [38.2379, -0.0139], + [38.2313, -0.0122], + [38.2299, -0.0026], + [38.2231, 0.0022], + [38.2219, 0.0088], + [38.2055, 0.0151], + [38.1923, 0.0118], + [38.1765, 0.0217], + [38.1637, 0.0242], + [38.1373, 0.0458], + [38.1119, 0.0516], + [38.1065, 0.0461], + [38.0959, 0.0448], + [38.0831, 0.027], + [38.0767, 0.0295], + [38.0691, 0.0226], + [38.0631, 0.0245], + [38.0601, 0.0218], + [38.0415, 0.0273], + [38.0341, 0.0408], + [38.0189, 0.0564], + [37.9957, 0.0654], + [37.9825, 0.0646], + [37.9877, 0.0422], + [37.9791, 0.0436], + [37.9701, 0.0535], + [37.9537, 0.0505], + [37.9253, 0.0292], + [37.9107, 0.0143], + [37.8903, 0.0079], + [37.8893, -0.0009], + [37.8967, -0.0064], + [37.9293, 0.0006], + [37.9333, -0.0009], + [37.9353, -0.0045], + [37.9291, -0.0089], + [37.9235, -0.0302], + [37.9257, -0.0346], + [37.9369, -0.0402], + [37.9373, -0.0573], + [37.9115, -0.0897], + [37.8719, -0.1301], + [37.8375, -0.1594], + [37.8063, -0.1846], + [37.7958, -0.1893], + [37.7973, -0.179], + [37.7917, -0.171], + [37.7699, -0.1583], + [37.7649, -0.161], + [37.7513, -0.1868], + [37.7309, -0.2016], + [37.7205, -0.205], + [37.6907, -0.2061], + [37.6833, -0.2094], + [37.6669, -0.2078], + [37.6447, -0.2155], + [37.6397, -0.2102], + [37.6249, -0.2066], + [37.6141, -0.1954], + [37.6051, -0.1969], + [37.5817, -0.1832], + [37.3085, -0.1521], + [37.1407, -0.0419], + [37.1201, -0.0197], + [37.1129, -0.0368], + [37.0861, -0.0128], + [37.0785, -0.0004], + [37.0786, 0.0104], + [37.074, 0.008], + [37.0687, -0.0023], + [37.0617, -0.0008], + [37.0545, -0.0075], + [37.0263, -0.049], + [36.9979, -0.065], + [36.979, -0.0714], + [36.9867, -0.1336], + [36.9971, -0.1453], + [37.0079, -0.1492], + [37.0197, -0.1754], + [37.0091, -0.2235], + [37.0139, -0.2329], + [37.0125, -0.2396], + [36.9915, -0.2558], + [36.9989, -0.2714], + [36.9881, -0.2955], + [36.9493, -0.2797], + [36.8795, -0.2581], + [36.8721, -0.2482], + [36.8573, -0.255], + [36.8419, -0.2141], + [36.8455, -0.2125], + [36.8408, -0.1984], + [36.8523, -0.1967], + [36.8655, -0.1868], + [36.8715, -0.174], + [36.8597, -0.153], + [36.8617, -0.1442], + [36.8489, -0.1373], + [36.8321, -0.1348], + [36.8311, -0.1041], + [36.7935, -0.1076], + [36.7691, -0.1141], + [36.7661, -0.1091], + [36.7523, -0.1206], + [36.7175, -0.1289], + [36.7055, -0.1381], + [36.6605, -0.1522], + [36.6909, -0.1743], + [36.6604, -0.1523], + [36.6569, -0.1532], + [36.6357, -0.1066], + [36.5931, -0.1024], + [36.5733, -0.1037], + [36.5625, -0.0889], + [36.5557, -0.0903], + [36.5603, -0.0762], + [36.5519, -0.0695], + [36.5569, -0.0549], + [36.5627, -0.043], + [36.5773, -0.0327], + [36.5829, -0.0222], + [36.6511, -0.0161], + [36.6377, 0.0145], + [36.6053, 0.003], + [36.5943, 0.0234], + [36.5921, 0.0419], + [36.5784, 0.0696], + [36.5241, 0.048], + [36.5121, 0.0867], + [36.4663, 0.1374], + [36.4465, 0.0928], + [36.4437, 0.0948], + [36.4439, 0.0906], + [36.4237, 0.0829], + [36.4039, 0.0585], + [36.4027, 0.0555], + [36.4259, 0.0428], + [36.4197, 0.0384], + [36.4059, 0.0386], + [36.4015, 0.0345], + [36.4023, 0.0297], + [36.3913, 0.0319], + [36.3875, 0.0265], + [36.3651, 0.0193], + [36.3529, 0.0181], + [36.3485, 0.0303], + [36.3299, 0.0251], + [36.3295, 0.0207], + [36.3049, 0.0151], + [36.3021, 0.0044], + [36.2959, 0.0022], + [36.2925, 0.0107], + [36.2765, 0.0008], + [36.2679, -0.0205], + [36.2577, -0.0211], + [36.2661, 0.0188], + [36.2697, 0.0195], + [36.2571, 0.056], + [36.2723, 0.0884], + [36.2897, 0.1111], + [36.2784, 0.1462], + [36.2565, 0.1816], + [36.2653, 0.1846], + [36.2887, 0.2052], + [36.2971, 0.2349], + [36.2927, 0.251], + [36.2799, 0.2549], + [36.2825, 0.2648], + [36.2803, 0.2717], + [36.2659, 0.2759], + [36.2597, 0.29], + [36.2512, 0.2968], + [36.2407, 0.313], + [36.2267, 0.3199], + [36.2313, 0.3325], + [36.2483, 0.3406], + [36.2463, 0.3273], + [36.2615, 0.3403], + [36.2591, 0.3749], + [36.2281, 0.3962], + [36.2305, 0.42], + [36.2945, 0.563], + [36.2795, 0.6275], + [36.2795, 0.6318], + [36.2897, 0.6443], + [36.3481, 0.6597], + [36.3561, 0.6672], + [36.4059, 0.717], + [36.4663, 0.8146], + [36.4761, 0.8362], + [36.4903, 0.844], + [36.4837, 0.816], + [36.4881, 0.8124], + [36.6755, 0.8127], + [36.6765, 0.8163], + [36.6901, 0.8201], + [36.7031, 0.8208], + [36.7141, 0.8174], + [36.7359, 0.8268], + [36.7571, 0.8572], + [36.7939, 0.8691], + [36.8199, 0.8514], + [36.8201, 0.8404], + [36.8337, 0.8129], + [36.8349, 0.8019], + [36.8441, 0.7942], + [36.8435, 0.7861], + [36.8661, 0.7369], + [36.8867, 0.7339], + [36.903, 0.7385], + [36.9091, 0.7291], + [36.9167, 0.7272], + [36.9215, 0.7372], + [36.9275, 0.739] + ] + ] + ] + }, + "properties": { + "code": "31", + "name": "LAIKIPIA", + "area": 0.77470766941, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [36.2577, -0.0211], + [36.2533, -0.0339], + [36.2555, -0.0363], + [36.2535, -0.0462], + [36.2473, -0.0603], + [36.2513, -0.0601], + [36.2521, -0.0844], + [36.2481, -0.1184], + [36.2283, -0.1149], + [36.2291, -0.1069], + [36.2213, -0.1057], + [36.2201, -0.1134], + [36.2015, -0.1365], + [36.2135, -0.2041], + [36.2209, -0.2117], + [36.2243, -0.2099], + [36.2383, -0.2307], + [36.2447, -0.2479], + [36.2455, -0.2556], + [36.2137, -0.2713], + [36.2145, -0.2941], + [36.2261, -0.3474], + [36.2305, -0.351], + [36.2331, -0.3446], + [36.2461, -0.3471], + [36.2531, -0.3427], + [36.2637, -0.3433], + [36.2765, -0.3928], + [36.2937, -0.3737], + [36.3115, -0.3687], + [36.3155, -0.3862], + [36.3343, -0.3895], + [36.3615, -0.3814], + [36.3671, -0.3967], + [36.3783, -0.4044], + [36.3807, -0.4213], + [36.3861, -0.4273], + [36.3897, -0.4464], + [36.3871, -0.4578], + [36.3939, -0.4727], + [36.3981, -0.5009], + [36.4031, -0.5054], + [36.4059, -0.5231], + [36.4015, -0.5338], + [36.4071, -0.5529], + [36.4043, -0.5723], + [36.4065, -0.5745], + [36.4223, -0.5736], + [36.4521, -0.5661], + [36.4565, -0.611], + [36.4687, -0.627], + [36.5073, -0.6223], + [36.5119, -0.6156], + [36.5163, -0.6248], + [36.5201, -0.6262], + [36.5179, -0.6331], + [36.5253, -0.6392], + [36.5271, -0.6469], + [36.5219, -0.6533], + [36.5451, -0.6975], + [36.5215, -0.711], + [36.5327, -0.7302], + [36.5577, -0.8317], + [36.5627, -0.8422], + [36.5531, -0.8551], + [36.5561, -0.8726], + [36.5449, -0.9083], + [36.5567, -0.9199], + [36.5549, -0.9266], + [36.5733, -0.9321], + [36.5623, -0.939], + [36.5697, -0.9458], + [36.5743, -0.9445], + [36.5813, -0.9497], + [36.5885, -0.9653], + [36.5875, -0.9765], + [36.5909, -0.9838], + [36.5973, -0.9854], + [36.5983, -0.9935], + [36.5891, -1.0388], + [36.5917, -1.0681], + [36.5723, -1.0997], + [36.5457, -1.1264], + [36.5373, -1.155], + [36.4939, -1.1215], + [36.3365, -1.0463], + [36.2649, -0.9152], + [36.2069, -0.9339], + [36.1941, -0.9154], + [36.1877, -0.9146], + [36.1893, -0.9064], + [36.1699, -0.8706], + [36.1595, -0.8376], + [36.1891, -0.804], + [36.1915, -0.786], + [36.1851, -0.778], + [36.1921, -0.7656], + [36.1617, -0.7442], + [36.1541, -0.7158], + [36.1473, -0.7116], + [36.1397, -0.7122], + [36.1011, -0.676], + [36.0977, -0.6397], + [36.0299, -0.6785], + [36.0137, -0.6649], + [35.9507, -0.7106], + [35.9453, -0.713], + [35.9343, -0.7073], + [35.9287, -0.6934], + [35.8937, -0.6495], + [35.8789, -0.6508], + [35.8771, -0.6391], + [35.9165, -0.6359], + [35.9515, -0.6663], + [35.9825, -0.6292], + [35.9475, -0.5584], + [35.9439, -0.5554], + [35.9381, -0.5567], + [35.9325, -0.5513], + [35.9059, -0.5466], + [35.8903, -0.5261], + [35.8329, -0.4948], + [35.8395, -0.4738], + [35.8377, -0.4661], + [35.8309, -0.4683], + [35.8277, -0.4733], + [35.8159, -0.4752], + [35.8167, -0.4661], + [35.8135, -0.4589], + [35.7989, -0.4575], + [35.7959, -0.4733], + [35.7787, -0.515], + [35.7743, -0.5377], + [35.7421, -0.5299], + [35.7233, -0.5491], + [35.7117, -0.5543], + [35.7123, -0.5761], + [35.7037, -0.5917], + [35.6933, -0.603], + [35.6819, -0.65], + [35.6775, -0.6588], + [35.6695, -0.6633], + [35.6647, -0.6781], + [35.6531, -0.6865], + [35.6463, -0.7014], + [35.6427, -0.7008], + [35.6339, -0.6871], + [35.6111, -0.6729], + [35.6005, -0.6582], + [35.5879, -0.5897], + [35.5127, -0.4644], + [35.5105, -0.4564], + [35.5071, -0.4553], + [35.4791, -0.4091], + [35.4731, -0.4024], + [35.4695, -0.4053], + [35.4729, -0.4025], + [35.4723, -0.3981], + [35.4145, -0.3034], + [35.4503, -0.2904], + [35.4713, -0.2786], + [35.5063, -0.27], + [35.5251, -0.2711], + [35.5297, -0.2601], + [35.5729, -0.2836], + [35.5699, -0.3048], + [35.5817, -0.3096], + [35.5857, -0.2932], + [35.5923, -0.2866], + [35.5941, -0.2783], + [35.6025, -0.2852], + [35.6056, -0.2938], + [35.6119, -0.2902], + [35.6187, -0.2913], + [35.6205, -0.2952], + [35.6319, -0.289], + [35.6321, -0.2774], + [35.6461, -0.2724], + [35.6525, -0.2614], + [35.6583, -0.2354], + [35.6575, -0.2067], + [35.6625, -0.2061], + [35.6649, -0.1953], + [35.6757, -0.1895], + [35.6667, -0.1857], + [35.6701, -0.1652], + [35.6541, -0.1646], + [35.6483, -0.153], + [35.6241, -0.1522], + [35.6117, -0.1591], + [35.6017, -0.1453], + [35.5985, -0.1273], + [35.5995, -0.1229], + [35.6119, -0.1196], + [35.6131, -0.1115], + [35.6239, -0.1037], + [35.6221, -0.0977], + [35.6147, -0.0921], + [35.6175, -0.0889], + [35.6161, -0.0844], + [35.6267, -0.0787], + [35.6381, -0.0634], + [35.6585, -0.052], + [35.6603, -0.0548], + [35.6677, -0.0502], + [35.6541, -0.0784], + [35.6667, -0.075], + [35.6897, -0.0748], + [35.6893, -0.0933], + [35.6941, -0.1094], + [35.7047, -0.1193], + [35.7305, -0.1577], + [35.7235, -0.1738], + [35.7249, -0.2053], + [35.7727, -0.1947], + [35.7911, -0.1635], + [35.7911, -0.1126], + [35.7965, -0.1115], + [35.7995, -0.1044], + [35.8077, -0.0997], + [35.8209, -0.1181], + [35.8477, -0.0836], + [35.8779, -0.0362], + [35.8951, -0.0523], + [35.9007, -0.0493], + [35.9191, -0.082], + [35.9293, -0.0764], + [35.9293, -0.0711], + [35.9357, -0.0676], + [35.9391, -0.0596], + [35.9495, -0.0529], + [35.9613, -0.0269], + [35.9707, -0.0156], + [35.9789, 0.0118], + [35.9749, 0.0218], + [35.9311, 0.0686], + [35.9414, 0.0946], + [35.9615, 0.0862], + [35.9651, 0.0762], + [35.9657, 0.0578], + [35.9995, 0.0591], + [36.0083, 0.0298], + [36.0435, 0.0184], + [36.0567, 0.0018], + [36.0943, -0.0131], + [36.1143, 0.0044], + [36.1069, 0.06], + [36.1289, 0.058], + [36.1489, 0.1843], + [36.2001, 0.1998], + [36.1987, 0.2153], + [36.1823, 0.2242], + [36.1809, 0.2272], + [36.1849, 0.2292], + [36.2028, 0.2336], + [36.2363, 0.209], + [36.2769, 0.1492], + [36.2865, 0.1255], + [36.2897, 0.1111], + [36.2723, 0.0884], + [36.2571, 0.056], + [36.2697, 0.0195], + [36.2661, 0.0188], + [36.2577, -0.0211] + ] + ] + ] + }, + "properties": { + "code": "32", + "name": "NAKURU", + "area": 0.60725078911, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.5879, -0.5897], + [35.6005, -0.6582], + [35.6111, -0.6729], + [35.6339, -0.6871], + [35.6427, -0.7008], + [35.6463, -0.7014], + [35.6531, -0.6865], + [35.6647, -0.6781], + [35.6695, -0.6633], + [35.6775, -0.6588], + [35.6819, -0.65], + [35.6933, -0.603], + [35.7037, -0.5917], + [35.7123, -0.5761], + [35.7117, -0.5543], + [35.7233, -0.5491], + [35.7421, -0.5299], + [35.7743, -0.5377], + [35.7787, -0.515], + [35.7959, -0.4733], + [35.7989, -0.4575], + [35.8135, -0.4589], + [35.8167, -0.4661], + [35.8159, -0.4752], + [35.8277, -0.4733], + [35.8309, -0.4683], + [35.8377, -0.4661], + [35.8395, -0.4738], + [35.8329, -0.4948], + [35.8903, -0.5261], + [35.9059, -0.5466], + [35.9325, -0.5513], + [35.9381, -0.5567], + [35.9439, -0.5554], + [35.9475, -0.5584], + [35.9825, -0.6292], + [35.9515, -0.6663], + [35.9165, -0.6359], + [35.8771, -0.6391], + [35.8789, -0.6508], + [35.8937, -0.6495], + [35.9287, -0.6934], + [35.9317, -0.7042], + [35.9453, -0.713], + [36.0137, -0.6649], + [36.0299, -0.6785], + [36.0977, -0.6397], + [36.1011, -0.676], + [36.1397, -0.7122], + [36.1473, -0.7116], + [36.1541, -0.7158], + [36.1617, -0.7442], + [36.1921, -0.7656], + [36.1851, -0.778], + [36.1915, -0.786], + [36.1891, -0.804], + [36.1595, -0.8376], + [36.1699, -0.8706], + [36.1893, -0.9064], + [36.1877, -0.9146], + [36.1941, -0.9154], + [36.2069, -0.9339], + [36.2649, -0.9152], + [36.3359, -1.0471], + [36.3481, -1.175], + [36.0497, -1.4924], + [36.0605, -1.5017], + [36.0747, -1.5427], + [36.0855, -1.562], + [36.0867, -1.5742], + [36.0809, -1.5839], + [36.0797, -1.5938], + [36.0733, -1.5939], + [36.0689, -1.6058], + [36.0639, -1.6101], + [36.0637, -1.6168], + [36.0543, -1.6188], + [36.0589, -1.6215], + [36.0591, -1.6251], + [36.0509, -1.6398], + [36.0531, -1.6467], + [36.0483, -1.6506], + [36.0583, -1.671], + [36.0559, -1.6782], + [36.0581, -1.6857], + [36.0655, -1.6976], + [36.057, -1.7079], + [36.0479, -1.7053], + [36.0439, -1.711], + [36.0493, -1.7313], + [36.0437, -1.7307], + [36.0369, -1.7421], + [36.0333, -1.7547], + [36.0357, -1.7615], + [36.0213, -1.7772], + [36.0281, -1.7811], + [36.0235, -1.7935], + [36.0255, -1.7968], + [36.0153, -1.8049], + [36.0171, -1.8079], + [36.0271, -1.8096], + [36.0299, -1.8245], + [36.0377, -1.8217], + [36.0397, -1.8242], + [36.0421, -1.835], + [36.0491, -1.8422], + [36.0509, -1.8703], + [36.0445, -1.8803], + [36.0381, -1.8793], + [36.0343, -1.8903], + [36.0277, -1.8906], + [36.0323, -1.9028], + [36.0434, -1.908], + [36.0415, -1.9124], + [36.0329, -1.9157], + [36.0343, -1.9196], + [36.0373, -1.9193], + [36.0367, -1.9285], + [36.0429, -1.9387], + [36.0379, -1.9498], + [36.0413, -1.9605], + [36.0333, -2.0029], + [36.0367, -2.0067], + [36.0221, -2.0322], + [36.0231, -2.0413], + [36.0269, -2.0432], + [36.0273, -2.0845], + [36.0015, -2.0842], + [36.0009, -2.1052], + [34.7315, -1.3894], + [34.6927, -1.2432], + [34.6887, -1.2175], + [34.686, -1.2129], + [34.6799, -1.2142], + [34.6735, -1.2114], + [34.6713, -1.1998], + [34.6541, -1.1876], + [34.6524, -1.177], + [34.6253, -1.1561], + [34.6327, -1.1384], + [34.6303, -1.1254], + [34.6223, -1.1138], + [34.6201, -1.0972], + [34.6149, -1.0894], + [34.6147, -1.0833], + [34.6185, -1.0775], + [34.6011, -1.0585], + [34.5935, -1.0441], + [34.5953, -1.0369], + [34.5925, -1.0352], + [34.5907, -1.0189], + [34.6469, -0.9675], + [34.6775, -0.9735], + [34.6977, -0.9693], + [35.0013, -0.8936], + [35.0125, -0.8894], + [35.0039, -0.8742], + [35.0133, -0.8903], + [35.0141, -0.887], + [35.0135, -0.8903], + [35.0863, -0.9088], + [35.1981, -1.0017], + [35.2391, -1.0344], + [35.2459, -1.0369], + [35.2531, -1.0296], + [35.2567, -1.03], + [35.2633, -1.0208], + [35.2703, -1.0239], + [35.3001, -1.0043], + [35.3131, -1.0009], + [35.3157, -0.9924], + [35.3325, -0.9846], + [35.3311, -0.981], + [35.3353, -0.978], + [35.3397, -0.9794], + [35.3399, -0.9763], + [35.3473, -0.9732], + [35.3511, -0.9788], + [35.3515, -0.9682], + [35.3693, -0.9741], + [35.3789, -0.9625], + [35.3993, -0.9575], + [35.4041, -0.9511], + [35.4214, -0.9453], + [35.426, -0.933], + [35.4249, -0.9207], + [35.4275, -0.9151], + [35.4251, -0.9069], + [35.4317, -0.8972], + [35.4395, -0.8961], + [35.4403, -0.8897], + [35.4467, -0.8844], + [35.4539, -0.8839], + [35.4617, -0.8739], + [35.4629, -0.8652], + [35.4727, -0.8612], + [35.4723, -0.858], + [35.4787, -0.8527], + [35.4783, -0.8458], + [35.4877, -0.8331], + [35.4981, -0.8253], + [35.5091, -0.8244], + [35.5203, -0.8161], + [35.5213, -0.8114], + [35.5317, -0.8058], + [35.5473, -0.7885], + [35.5346, -0.7783], + [35.5091, -0.7747], + [35.4797, -0.7631], + [35.4267, -0.7211], + [35.3983, -0.6478], + [35.3993, -0.6445], + [35.5879, -0.5897] + ] + ] + ] + }, + "properties": { + "code": "33", + "name": "NAROK", + "area": 1.45350676401, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [36.6709, -1.306], + [36.6641, -1.3197], + [36.6735, -1.3244], + [36.6697, -1.3261], + [36.6755, -1.3303], + [36.6805, -1.3289], + [36.6955, -1.353], + [36.7027, -1.3522], + [36.7349, -1.3784], + [36.7725, -1.3885], + [36.7931, -1.3858], + [36.8091, -1.3881], + [36.8199, -1.3815], + [36.8299, -1.3876], + [36.8443, -1.3876], + [36.8529, -1.3978], + [36.8693, -1.4039], + [36.8711, -1.4071], + [36.8825, -1.4063], + [36.8911, -1.4097], + [36.8943, -1.4111], + [36.8907, -1.4138], + [36.8929, -1.4157], + [36.9095, -1.4229], + [36.8917, -1.4152], + [36.8892, -1.4218], + [36.8789, -1.478], + [36.8863, -1.4868], + [36.9239, -1.4592], + [36.9413, -1.4552], + [36.9493, -1.457], + [36.9481, -1.4617], + [36.9775, -1.4788], + [36.9718, -1.4919], + [36.9743, -1.5018], + [36.9643, -1.5131], + [36.9635, -1.5291], + [36.9573, -1.5383], + [36.9593, -1.5463], + [36.9679, -1.5562], + [36.9787, -1.556], + [36.9967, -1.5834], + [36.9915, -1.5874], + [37.0001, -1.5983], + [37.0079, -1.5961], + [37.1131, -1.7362], + [37.1329, -1.7449], + [37.1425, -1.7381], + [37.1489, -1.7415], + [37.1495, -1.7611], + [37.1587, -1.7672], + [37.1529, -1.7775], + [37.1559, -1.7799], + [37.1594, -1.7743], + [37.1581, -1.7791], + [37.1611, -1.7805], + [37.1521, -1.7976], + [37.1533, -1.8015], + [37.1427, -1.8139], + [37.1463, -1.8208], + [37.1447, -1.8306], + [37.1487, -1.8328], + [37.1429, -1.8399], + [37.1559, -1.8471], + [37.1631, -1.8599], + [37.1641, -1.8734], + [37.1611, -1.8845], + [37.1549, -1.8872], + [37.1709, -1.9179], + [37.1833, -1.9254], + [37.1865, -1.934], + [37.1913, -1.9367], + [37.2137, -1.9343], + [37.2361, -1.9375], + [37.2573, -1.9597], + [37.2657, -1.9608], + [37.2839, -1.9968], + [37.2977, -2.0045], + [37.3095, -2.0051], + [37.3137, -2.0087], + [37.3595, -2.0137], + [37.3653, -2.0173], + [37.3653, -2.0242], + [37.3823, -2.025], + [37.4519, -2.0748], + [37.4647, -2.0811], + [37.4633, -2.0875], + [37.4765, -2.0933], + [37.4793, -2.0863], + [37.5325, -2.1076], + [37.5439, -2.117], + [37.5477, -2.1284], + [37.5637, -2.1287], + [37.5955, -2.1561], + [37.6215, -2.1633], + [37.6655, -2.1578], + [37.6981, -2.1666], + [37.7049, -2.1727], + [37.7079, -2.1835], + [37.7251, -2.1925], + [37.7063, -2.1975], + [37.6841, -2.2263], + [37.6761, -2.231], + [37.6787, -2.267], + [37.6687, -2.2844], + [37.6707, -2.2883], + [37.6685, -2.2912], + [37.6583, -2.2894], + [37.6503, -2.2933], + [37.6463, -2.3012], + [37.6337, -2.2993], + [37.6235, -2.3062], + [37.6186, -2.3002], + [37.6135, -2.301], + [37.6077, -2.3107], + [37.5973, -2.3139], + [37.8495, -2.6055], + [37.8769, -2.6585], + [37.8927, -2.6765], + [37.9015, -2.7026], + [37.9241, -2.7097], + [37.9307, -2.7255], + [37.9269, -2.7504], + [37.9311, -2.7659], + [37.9379, -2.7731], + [37.9491, -2.778], + [37.9381, -2.7733], + [37.9185, -2.8709], + [37.8951, -2.8881], + [37.8715, -3.0797], + [37.8573, -3.0819], + [37.8547, -3.0894], + [37.8553, -3.1718], + [37.8501, -3.1843], + [37.8343, -3.1892], + [37.8233, -3.1779], + [37.8125, -3.1712], + [37.8055, -3.1707], + [37.7961, -3.1754], + [37.6927, -3.1776], + [37.6725, -3.0612], + [37.5121, -2.9547], + [36.7509, -2.5275], + [36.7027, -2.5036], + [36.0009, -2.1055], + [36.0015, -2.0842], + [36.0273, -2.0845], + [36.0269, -2.0432], + [36.0231, -2.0413], + [36.0221, -2.0322], + [36.0367, -2.0067], + [36.0333, -2.0029], + [36.0413, -1.9605], + [36.0379, -1.9498], + [36.0429, -1.9387], + [36.0367, -1.9285], + [36.0373, -1.9193], + [36.0343, -1.9196], + [36.0329, -1.9157], + [36.0415, -1.9124], + [36.0434, -1.908], + [36.0323, -1.9028], + [36.0277, -1.8906], + [36.0343, -1.8903], + [36.0381, -1.8793], + [36.0445, -1.8803], + [36.0509, -1.8703], + [36.0491, -1.8422], + [36.0421, -1.835], + [36.0397, -1.8242], + [36.0377, -1.8217], + [36.0299, -1.8245], + [36.0271, -1.8096], + [36.0171, -1.8079], + [36.0153, -1.8049], + [36.0255, -1.7968], + [36.0235, -1.7935], + [36.0281, -1.7811], + [36.0213, -1.7772], + [36.0357, -1.7615], + [36.0333, -1.7547], + [36.0369, -1.7421], + [36.0437, -1.7307], + [36.0493, -1.7313], + [36.0439, -1.711], + [36.0479, -1.7053], + [36.057, -1.7079], + [36.0655, -1.6976], + [36.0581, -1.6857], + [36.0559, -1.6782], + [36.0583, -1.671], + [36.0483, -1.6506], + [36.0531, -1.6467], + [36.0509, -1.6398], + [36.0591, -1.6251], + [36.0589, -1.6215], + [36.0543, -1.6188], + [36.0637, -1.6168], + [36.0639, -1.6101], + [36.0689, -1.6058], + [36.0733, -1.5939], + [36.0797, -1.5938], + [36.0809, -1.5839], + [36.0867, -1.5742], + [36.0855, -1.562], + [36.0747, -1.5427], + [36.0605, -1.5017], + [36.0497, -1.4924], + [36.3481, -1.175], + [36.3337, -1.0422], + [36.3553, -1.0562], + [36.4939, -1.1215], + [36.5373, -1.155], + [36.5389, -1.1505], + [36.5151, -1.2426], + [36.4924, -1.2695], + [36.6609, -1.3035], + [36.6663, -1.3137], + [36.6709, -1.306] + ] + ] + ] + }, + "properties": { + "code": "34", + "name": "Kajiado", + "area": 1.77912132642, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [38.5169, -2.98], + [38.5112, -2.9853], + [38.4959, -2.986], + [38.4889, -2.9813], + [38.4588, -2.9928], + [38.4495, -2.9752], + [38.4307, -2.9581], + [38.4093, -2.9296], + [38.3941, -2.9285], + [38.3647, -2.9028], + [38.3187, -2.8342], + [38.3009, -2.8159], + [38.2581, -2.7598], + [38.1849, -2.705], + [38.1631, -2.6954], + [38.1615, -2.6831], + [38.1575, -2.6968], + [38.1513, -2.7011], + [38.1279, -2.7014], + [38.1107, -2.7176], + [37.9751, -2.7899], + [37.9379, -2.7731], + [37.9311, -2.7659], + [37.9273, -2.7528], + [37.9307, -2.7255], + [37.9241, -2.7097], + [37.9015, -2.7026], + [37.8927, -2.6765], + [37.8769, -2.6585], + [37.8495, -2.6055], + [37.5973, -2.3139], + [37.6077, -2.3107], + [37.6135, -2.301], + [37.6186, -2.3002], + [37.6235, -2.3062], + [37.6337, -2.2993], + [37.6463, -2.3012], + [37.6503, -2.2933], + [37.6583, -2.2894], + [37.6685, -2.2912], + [37.6707, -2.2883], + [37.6687, -2.2844], + [37.6787, -2.267], + [37.6761, -2.231], + [37.6841, -2.2263], + [37.7063, -2.1975], + [37.7251, -2.1925], + [37.7079, -2.1835], + [37.7049, -2.1727], + [37.6981, -2.1666], + [37.6655, -2.1578], + [37.6215, -2.1633], + [37.5955, -2.1561], + [37.5637, -2.1287], + [37.5477, -2.1284], + [37.5439, -2.117], + [37.5325, -2.1076], + [37.4793, -2.0863], + [37.4765, -2.0933], + [37.4633, -2.0875], + [37.4647, -2.0811], + [37.4519, -2.0748], + [37.3823, -2.025], + [37.3653, -2.0242], + [37.3653, -2.0173], + [37.3595, -2.0137], + [37.3137, -2.0087], + [37.3095, -2.0051], + [37.2977, -2.0045], + [37.2839, -1.9968], + [37.2657, -1.9608], + [37.2573, -1.9597], + [37.2361, -1.9375], + [37.2137, -1.9343], + [37.1913, -1.9367], + [37.1833, -1.9307], + [37.1833, -1.9254], + [37.1709, -1.9179], + [37.1549, -1.8872], + [37.1611, -1.8845], + [37.1641, -1.8734], + [37.1631, -1.8599], + [37.1559, -1.8471], + [37.1429, -1.8399], + [37.1487, -1.8328], + [37.1447, -1.8306], + [37.1463, -1.8208], + [37.1427, -1.8139], + [37.1533, -1.8015], + [37.1521, -1.7976], + [37.1611, -1.7805], + [37.1581, -1.7791], + [37.1595, -1.7741], + [37.1663, -1.7634], + [37.1771, -1.7561], + [37.1973, -1.7224], + [37.1925, -1.6552], + [37.1757, -1.6193], + [37.2325, -1.5914], + [37.2519, -1.5944], + [37.2531, -1.6373], + [37.2727, -1.6705], + [37.2657, -1.6826], + [37.2795, -1.6898], + [37.2899, -1.7009], + [37.2888, -1.7139], + [37.3129, -1.7025], + [37.3427, -1.7025], + [37.3587, -1.7086], + [37.3755, -1.707], + [37.4125, -1.6901], + [37.4011, -1.6657], + [37.3873, -1.6477], + [37.3631, -1.5911], + [37.3429, -1.574], + [37.3355, -1.5623], + [37.3545, -1.5487], + [37.3619, -1.5355], + [37.3649, -1.5372], + [37.3827, -1.5211], + [37.4003, -1.523], + [37.4199, -1.5316], + [37.4363, -1.5338], + [37.4393, -1.5308], + [37.4461, -1.5325], + [37.4647, -1.5203], + [37.4873, -1.518], + [37.5051, -1.5294], + [37.5175, -1.5291], + [37.5235, -1.5402], + [37.5437, -1.5427], + [37.5517, -1.5399], + [37.5549, -1.5421], + [37.5523, -1.5509], + [37.5629, -1.5537], + [37.5579, -1.5571], + [37.5589, -1.5601], + [37.5765, -1.5607], + [37.5754, -1.567], + [37.5797, -1.567], + [37.5983, -1.5543], + [37.6035, -1.5639], + [37.6193, -1.5692], + [37.6223, -1.58], + [37.6325, -1.5917], + [37.6413, -1.5891], + [37.6451, -1.616], + [37.6615, -1.6456], + [37.6689, -1.6433], + [37.6883, -1.6198], + [37.6905, -1.6024], + [37.6853, -1.5877], + [37.6897, -1.5896], + [37.7015, -1.5864], + [37.7133, -1.6073], + [37.7181, -1.61], + [37.7291, -1.604], + [37.7289, -1.5994], + [37.7359, -1.5927], + [37.7335, -1.5838], + [37.7371, -1.5775], + [37.7473, -1.5712], + [37.7539, -1.5692], + [37.7573, -1.5712], + [37.7641, -1.582], + [37.7731, -1.5869], + [37.7933, -1.6287], + [37.8019, -1.6381], + [37.8025, -1.6502], + [37.8063, -1.6514], + [37.8055, -1.6547], + [37.8111, -1.6611], + [37.822, -1.6684], + [37.8219, -1.6832], + [37.8309, -1.6849], + [37.8377, -1.6934], + [37.8359, -1.7111], + [37.8453, -1.7141], + [37.8463, -1.7263], + [37.8513, -1.7326], + [37.8561, -1.7559], + [37.8531, -1.7681], + [37.8503, -1.7709], + [37.8427, -1.7697], + [37.8387, -1.7819], + [37.8491, -1.7999], + [37.8795, -1.8317], + [37.8936, -1.8422], + [37.8883, -1.8463], + [37.8861, -1.8544], + [37.8897, -1.8612], + [37.9003, -1.8635], + [37.9001, -1.8723], + [37.9073, -1.8943], + [37.9065, -1.9044], + [37.9188, -1.906], + [37.9121, -1.9218], + [37.9107, -1.9365], + [37.9162, -1.9462], + [37.9151, -1.9559], + [37.9257, -1.9873], + [37.9303, -1.9987], + [37.9379, -2.0054], + [37.9355, -2.0104], + [37.9415, -2.0147], + [37.9399, -2.0198], + [37.9441, -2.0255], + [37.9403, -2.0354], + [37.9509, -2.039], + [37.9559, -2.0513], + [37.9551, -2.059], + [37.9609, -2.0777], + [37.9545, -2.1348], + [37.9641, -2.1483], + [37.9659, -2.1679], + [37.9697, -2.1694], + [38.0197, -2.1494], + [38.0225, -2.15], + [38.0295, -2.1646], + [38.0489, -2.171], + [38.0511, -2.1752], + [38.0491, -2.182], + [38.0549, -2.1892], + [38.0603, -2.208], + [38.0705, -2.2166], + [38.0649, -2.2247], + [38.0701, -2.2294], + [38.0767, -2.2636], + [38.0843, -2.2645], + [38.0897, -2.2755], + [38.0993, -2.2778], + [38.1029, -2.2847], + [38.1121, -2.2899], + [38.1101, -2.3021], + [38.1157, -2.3051], + [38.1171, -2.315], + [38.1277, -2.3242], + [38.1491, -2.3245], + [38.1539, -2.3306], + [38.1645, -2.3358], + [38.1765, -2.3408], + [38.1871, -2.3414], + [38.1987, -2.3555], + [38.2109, -2.3577], + [38.2243, -2.4019], + [38.2309, -2.4037], + [38.2537, -2.4232], + [38.274, -2.4259], + [38.2899, -2.4865], + [38.2968, -2.4898], + [38.3009, -2.4985], + [38.3133, -2.5061], + [38.3131, -2.5139], + [38.3219, -2.5316], + [38.3203, -2.5383], + [38.3231, -2.5498], + [38.3384, -2.5585], + [38.3327, -2.564], + [38.3391, -2.5853], + [38.3483, -2.5936], + [38.3629, -2.6392], + [38.3679, -2.6442], + [38.3675, -2.6516], + [38.3824, -2.6657], + [38.3911, -2.6959], + [38.4314, -2.7873], + [38.4325, -2.7918], + [38.4235, -2.7993], + [38.4191, -2.8137], + [38.4274, -2.8222], + [38.4319, -2.8446], + [38.4289, -2.8507], + [38.4303, -2.8549], + [38.4398, -2.8601], + [38.4389, -2.8662], + [38.4458, -2.871], + [38.4449, -2.8818], + [38.4548, -2.884], + [38.4513, -2.8945], + [38.4617, -2.9008], + [38.4769, -2.9387], + [38.4878, -2.9394], + [38.4927, -2.9575], + [38.4993, -2.9589], + [38.5053, -2.9671], + [38.5115, -2.9683], + [38.5187, -2.9774], + [38.5169, -2.98] + ] + ] + ] + }, + "properties": { + "code": "17", + "name": "MAKUENI", + "area": 0.66459009423, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.4389, 0.0176], + [35.4359, 0.0248], + [35.4659, 0.0254], + [35.4715, 0.0181], + [35.4585, 0.0109], + [35.4899, 0.013], + [35.5095, 0.0066], + [35.5221, 0.0135], + [35.5445, -0.0084], + [35.5853, -0.0084], + [35.6113, -0.0321], + [35.6339, -0.0363], + [35.6401, -0.0504], + [35.6375, -0.0546], + [35.6407, -0.0615], + [35.6267, -0.0787], + [35.6161, -0.0844], + [35.6175, -0.0889], + [35.6147, -0.0921], + [35.6221, -0.0977], + [35.6239, -0.1037], + [35.6131, -0.1115], + [35.6119, -0.1196], + [35.5995, -0.1229], + [35.5983, -0.1312], + [35.6047, -0.1521], + [35.6117, -0.1591], + [35.6241, -0.1522], + [35.6437, -0.1513], + [35.6517, -0.156], + [35.6541, -0.1646], + [35.6701, -0.1652], + [35.6667, -0.1857], + [35.6757, -0.1895], + [35.6649, -0.1953], + [35.6625, -0.2061], + [35.6575, -0.2067], + [35.6583, -0.2354], + [35.6507, -0.267], + [35.6461, -0.2724], + [35.6321, -0.2774], + [35.6319, -0.289], + [35.6205, -0.2952], + [35.6187, -0.2913], + [35.6119, -0.2902], + [35.6056, -0.2938], + [35.6025, -0.2852], + [35.5941, -0.2783], + [35.5923, -0.2866], + [35.5857, -0.2932], + [35.5817, -0.3096], + [35.5699, -0.3048], + [35.5729, -0.2836], + [35.5297, -0.2601], + [35.5251, -0.2711], + [35.5063, -0.27], + [35.4713, -0.2786], + [35.4503, -0.2904], + [35.4145, -0.3034], + [35.4729, -0.4025], + [35.4654, -0.4069], + [35.4535, -0.4249], + [35.4435, -0.4304], + [35.4285, -0.4563], + [35.4187, -0.4561], + [35.4059, -0.4625], + [35.3964, -0.4621], + [35.3769, -0.4815], + [35.3507, -0.4906], + [35.3121, -0.5115], + [35.3117, -0.5053], + [35.3053, -0.4981], + [35.2935, -0.4898], + [35.2855, -0.4918], + [35.314, -0.4231], + [35.3009, -0.4265], + [35.2771, -0.4188], + [35.2613, -0.4249], + [35.2515, -0.4215], + [35.2311, -0.4262], + [35.2277, -0.4389], + [35.2103, -0.468], + [35.2221, -0.4738], + [35.2205, -0.4766], + [35.2025, -0.484], + [35.1821, -0.4862], + [35.1785, -0.4959], + [35.1803, -0.5029], + [35.1943, -0.5112], + [35.1909, -0.5217], + [35.1997, -0.5283], + [35.1987, -0.5392], + [35.2065, -0.5498], + [35.2001, -0.5626], + [35.2185, -0.5825], + [35.2315, -0.5913], + [35.2377, -0.5919], + [35.2271, -0.6031], + [35.2299, -0.6159], + [35.1991, -0.6394], + [35.1959, -0.6467], + [35.1775, -0.6574], + [35.1345, -0.6605], + [35.1211, -0.6655], + [35.1197, -0.6582], + [35.1152, -0.6556], + [35.0941, -0.6594], + [35.0839, -0.6549], + [35.0811, -0.6513], + [35.0827, -0.6354], + [35.0876, -0.6259], + [35.0841, -0.6228], + [35.0865, -0.6093], + [35.0827, -0.6073], + [35.0817, -0.6008], + [35.0705, -0.6013], + [35.0625, -0.6246], + [35.0641, -0.6295], + [35.0577, -0.6198], + [35.0629, -0.6069], + [35.0509, -0.582], + [35.0493, -0.5709], + [35.0523, -0.5452], + [35.0501, -0.5386], + [35.0531, -0.5355], + [35.0487, -0.5255], + [35.0569, -0.5081], + [35.0501, -0.4995], + [35.0339, -0.499], + [35.0345, -0.4877], + [35.0411, -0.4813], + [35.0457, -0.4487], + [35.034, -0.422], + [35.0265, -0.415], + [35.0213, -0.4144], + [35.0219, -0.4061], + [35.0111, -0.3909], + [35.0057, -0.3587], + [35.0069, -0.3378], + [35.0105, -0.3314], + [35.0225, -0.3258], + [35.0495, -0.3002], + [35.0559, -0.2689], + [35.0579, -0.2388], + [35.0647, -0.2172], + [35.0739, -0.2094], + [35.1039, -0.2019], + [35.1263, -0.1605], + [35.1333, -0.1566], + [35.1383, -0.163], + [35.1575, -0.1663], + [35.1637, -0.1638], + [35.1831, -0.1655], + [35.1865, -0.1622], + [35.2006, -0.1648], + [35.2155, -0.1754], + [35.2209, -0.1942], + [35.2349, -0.1969], + [35.2453, -0.2041], + [35.2543, -0.2189], + [35.2629, -0.2252], + [35.2629, -0.2324], + [35.2691, -0.2368], + [35.3059, -0.2404], + [35.3125, -0.2493], + [35.3165, -0.2496], + [35.3427, -0.2399], + [35.3395, -0.2117], + [35.3317, -0.192], + [35.3313, -0.1771], + [35.3253, -0.1743], + [35.2967, -0.1765], + [35.2877, -0.1569], + [35.2793, -0.147], + [35.2723, -0.1519], + [35.2691, -0.1486], + [35.2543, -0.1207], + [35.2355, -0.1204], + [35.2272, -0.108], + [35.2803, -0.0999], + [35.3083, -0.086], + [35.3345, -0.1066], + [35.3439, -0.1096], + [35.3725, -0.1098], + [35.3791, -0.106], + [35.4017, -0.0875], + [35.4245, -0.0778], + [35.4051, -0.0236], + [35.4139, 0.0016], + [35.4389, 0.0176] + ] + ] + ] + }, + "properties": { + "code": "35", + "name": "KERICHO", + "area": 0.20964797953, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.1133, 0.8803], + [35.1167, 0.8506], + [35.1259, 0.8235], + [35.1323, 0.8288], + [35.1439, 0.8267], + [35.1449, 0.7469], + [35.1467, 0.7388], + [35.1551, 0.7394], + [35.1559, 0.6827], + [35.1527, 0.6677], + [35.1552, 0.661], + [35.1491, 0.6581], + [35.1423, 0.6595], + [35.1245, 0.6523], + [35.1164, 0.6411], + [35.1035, 0.6446], + [35.0867, 0.6289], + [35.0569, 0.6302], + [35.0415, 0.6393], + [35.0409, 0.6315], + [35.0315, 0.6152], + [35.0263, 0.612], + [35.0003, 0.6365], + [34.9935, 0.6286], + [34.9801, 0.6246], + [34.9671, 0.6097], + [34.9451, 0.6067], + [34.92, 0.5899], + [34.9081, 0.5945], + [34.8983, 0.6042], + [34.8913, 0.6056], + [34.8977, 0.5981], + [34.8531, 0.5464], + [34.9081, 0.5051], + [34.9101, 0.4885], + [34.9175, 0.4833], + [34.9311, 0.4651], + [34.9567, 0.4148], + [34.9555, 0.3685], + [34.9493, 0.3519], + [34.9379, 0.357], + [34.9423, 0.3248], + [34.9793, 0.2385], + [34.9583, 0.2392], + [34.9451, 0.2062], + [34.9297, 0.2073], + [34.9255, 0.1937], + [34.9247, 0.1982], + [34.9207, 0.1987], + [34.9067, 0.1949], + [34.8979, 0.2031], + [34.8913, 0.2038], + [34.8839, 0.1968], + [34.8739, 0.1988], + [34.8681, 0.1944], + [34.8635, 0.1959], + [34.8547, 0.1896], + [34.8525, 0.1838], + [34.8449, 0.1814], + [34.8261, 0.185], + [34.8165, 0.1836], + [34.8142, 0.1802], + [34.8179, 0.1554], + [34.8151, 0.1512], + [34.8115, 0.151], + [34.8049, 0.1598], + [34.7977, 0.1604], + [34.7855, 0.1556], + [34.7773, 0.1476], + [34.7691, 0.149], + [34.7625, 0.1376], + [34.7447, 0.1379], + [34.7363, 0.1465], + [34.7225, 0.1395], + [34.7051, 0.1374], + [34.7051, 0.1308], + [34.6965, 0.1313], + [34.6875, 0.1229], + [34.6829, 0.1224], + [34.6767, 0.1277], + [34.6645, 0.1243], + [34.6339, 0.1265], + [34.6214, 0.1241], + [34.5886, 0.1132], + [34.5859, 0.1036], + [34.5753, 0.0959], + [34.5629, 0.0945], + [34.5577, 0.0892], + [34.5557, 0.0967], + [34.5583, 0.105], + [34.5479, 0.1136], + [34.5519, 0.1164], + [34.5557, 0.1274], + [34.5455, 0.1365], + [34.5333, 0.1324], + [34.5265, 0.123], + [34.5139, 0.1257], + [34.5099, 0.1163], + [34.5009, 0.1229], + [34.4991, 0.1191], + [34.5033, 0.1125], + [34.4969, 0.1084], + [34.4952, 0.102], + [34.4751, 0.1025], + [34.4751, 0.1102], + [34.4791, 0.1122], + [34.4769, 0.1158], + [34.4595, 0.1208], + [34.4577, 0.1243], + [34.4585, 0.128], + [34.4727, 0.1291], + [34.4835, 0.1362], + [34.4839, 0.1495], + [34.4697, 0.155], + [34.4395, 0.1445], + [34.4303, 0.1459], + [34.4287, 0.1504], + [34.4419, 0.1636], + [34.4275, 0.1837], + [34.4373, 0.1996], + [34.4309, 0.211], + [34.4119, 0.1965], + [34.4037, 0.1852], + [34.3856, 0.1773], + [34.3925, 0.2037], + [34.3911, 0.2145], + [34.3849, 0.2264], + [34.3979, 0.2312], + [34.4011, 0.258], + [34.3895, 0.2729], + [34.3979, 0.2803], + [34.3951, 0.2864], + [34.3745, 0.306], + [34.3837, 0.319], + [34.3857, 0.3505], + [34.4212, 0.3702], + [34.4055, 0.3857], + [34.3861, 0.3956], + [34.3789, 0.4031], + [34.3635, 0.4025], + [34.3455, 0.4225], + [34.3653, 0.4394], + [34.3693, 0.4557], + [34.3893, 0.4598], + [34.3929, 0.4664], + [34.4071, 0.4738], + [34.4207, 0.4726], + [34.4299, 0.4646], + [34.4399, 0.4618], + [34.4489, 0.4664], + [34.4607, 0.467], + [34.4743, 0.4798], + [34.4843, 0.4825], + [34.4949, 0.4661], + [34.4957, 0.4576], + [34.5095, 0.4554], + [34.5177, 0.4482], + [34.5313, 0.4437], + [34.537, 0.4503], + [34.5371, 0.4587], + [34.5505, 0.4675], + [34.5647, 0.4565], + [34.5773, 0.4552], + [34.5809, 0.4523], + [34.5819, 0.43], + [34.5897, 0.4213], + [34.5935, 0.4307], + [34.591, 0.4371], + [34.5931, 0.4438], + [34.6058, 0.449], + [34.6157, 0.4421], + [34.6175, 0.4529], + [34.6277, 0.4606], + [34.6313, 0.4595], + [34.6339, 0.4512], + [34.6453, 0.4493], + [34.6521, 0.4538], + [34.6579, 0.4537], + [34.6611, 0.4593], + [34.6688, 0.4596], + [34.6789, 0.4717], + [34.6769, 0.4822], + [34.6873, 0.4847], + [34.6903, 0.4825], + [34.6904, 0.4893], + [34.7015, 0.5057], + [34.7103, 0.5035], + [34.7171, 0.509], + [34.7257, 0.509], + [34.7359, 0.5201], + [34.7394, 0.5318], + [34.7485, 0.5348], + [34.7599, 0.5464], + [34.7659, 0.555], + [34.7665, 0.5629], + [34.7973, 0.5826], + [34.8108, 0.587], + [34.8013, 0.5968], + [34.8037, 0.6036], + [34.8335, 0.6257], + [34.8362, 0.6354], + [34.8347, 0.6454], + [34.8457, 0.6669], + [34.8577, 0.6725], + [34.8639, 0.683], + [34.8827, 0.6822], + [34.8927, 0.6885], + [34.8993, 0.6849], + [34.9093, 0.6846], + [34.9279, 0.7016], + [34.9297, 0.709], + [34.923, 0.7244], + [34.9288, 0.7375], + [34.9408, 0.7391], + [34.9491, 0.7502], + [34.9562, 0.7508], + [34.9571, 0.7478], + [34.9785, 0.7544], + [34.9894, 0.7513], + [34.9971, 0.743], + [35.0063, 0.7449], + [35.0125, 0.7518], + [35.0243, 0.7422], + [35.0321, 0.7496], + [35.0401, 0.7466], + [35.0395, 0.7529], + [35.0449, 0.759], + [35.0543, 0.7618], + [35.0627, 0.7594], + [35.0661, 0.7632], + [35.0678, 0.7803], + [35.0649, 0.7922], + [35.0591, 0.7989], + [35.0519, 0.8013], + [35.0427, 0.8171], + [35.0303, 0.8226], + [35.0256, 0.8312], + [35.0277, 0.8398], + [35.0255, 0.8506], + [35.0141, 0.8608], + [35.0227, 0.8924], + [35.0317, 0.8934], + [35.0415, 0.8995], + [35.0543, 0.9004], + [35.0643, 0.896], + [35.0767, 0.897], + [35.0823, 0.892], + [35.0862, 0.8822], + [35.1005, 0.8743], + [35.1133, 0.8803] + ] + ] + ] + }, + "properties": { + "code": "37", + "name": "KAKAMEGA", + "area": 0.24446094982, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [34.9255, 0.1937], + [34.9145, 0.154], + [34.9011, 0.151], + [34.8849, 0.1423], + [34.8593, 0.1161], + [34.8601, 0.0815], + [34.8491, 0.0663], + [34.8479, 0.0555], + [34.8407, 0.0453], + [34.8369, 0.0304], + [34.8307, 0.029], + [34.8195, 0.0323], + [34.8095, 0.0265], + [34.8079, 0.0209], + [34.7989, 0.0224], + [34.7791, 0.0054], + [34.7675, -0.0006], + [34.7643, -0.0013], + [34.7583, 0.008], + [34.7417, 0.0032], + [34.7403, -0.0012], + [34.7453, -0.017], + [34.7501, -0.021], + [34.7463, -0.0236], + [34.7395, -0.0242], + [34.7261, -0.0072], + [34.7179, -0.0092], + [34.7097, -0.0202], + [34.6963, -0.0206], + [34.6891, -0.0115], + [34.6723, -0.0159], + [34.6347, 0.0008], + [34.6135, -0.0004], + [34.6039, 0.0101], + [34.5897, 0], + [34.5923, -0.0075], + [34.5837, -0.0332], + [34.5773, -0.038], + [34.5687, -0.0401], + [34.5627, -0.038], + [34.5631, -0.0214], + [34.5491, -0.0239], + [34.5361, -0.0181], + [34.5425, -0.0054], + [34.5363, 0.0035], + [34.5437, 0.0073], + [34.5537, 0.0406], + [34.5599, 0.0464], + [34.5559, 0.0856], + [34.5639, 0.0948], + [34.5753, 0.0959], + [34.5859, 0.1036], + [34.5886, 0.1132], + [34.6339, 0.1265], + [34.6645, 0.1243], + [34.6767, 0.1277], + [34.6829, 0.1224], + [34.6875, 0.1229], + [34.6965, 0.1313], + [34.7051, 0.1308], + [34.7051, 0.1374], + [34.7225, 0.1395], + [34.7363, 0.1465], + [34.7447, 0.1379], + [34.7625, 0.1376], + [34.7691, 0.149], + [34.7773, 0.1476], + [34.7855, 0.1556], + [34.7977, 0.1604], + [34.8049, 0.1598], + [34.8115, 0.151], + [34.8151, 0.1512], + [34.8179, 0.1554], + [34.8142, 0.1802], + [34.8165, 0.1836], + [34.8261, 0.185], + [34.8449, 0.1814], + [34.8525, 0.1838], + [34.8547, 0.1896], + [34.8635, 0.1959], + [34.8681, 0.1944], + [34.8739, 0.1988], + [34.8839, 0.1968], + [34.8913, 0.2038], + [34.8979, 0.2031], + [34.9067, 0.1949], + [34.9207, 0.1987], + [34.9247, 0.1982], + [34.9255, 0.1937] + ] + ] + ] + }, + "properties": { + "code": "38", + "name": "VIHIGA", + "area": 0.04549045865, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.0205, 0.8893], + [35.0141, 0.8608], + [35.0255, 0.8506], + [35.0277, 0.8398], + [35.0256, 0.8312], + [35.0303, 0.8226], + [35.0427, 0.8171], + [35.0519, 0.8013], + [35.0591, 0.7989], + [35.0649, 0.7922], + [35.0678, 0.7803], + [35.0661, 0.7632], + [35.0627, 0.7594], + [35.0543, 0.7618], + [35.0449, 0.759], + [35.0395, 0.7529], + [35.0401, 0.7466], + [35.0321, 0.7496], + [35.0243, 0.7422], + [35.0125, 0.7518], + [35.0063, 0.7449], + [34.9971, 0.743], + [34.9894, 0.7513], + [34.9785, 0.7544], + [34.9571, 0.7478], + [34.9562, 0.7508], + [34.9491, 0.7502], + [34.9408, 0.7391], + [34.9288, 0.7375], + [34.923, 0.7244], + [34.9297, 0.709], + [34.9279, 0.7016], + [34.9093, 0.6846], + [34.8993, 0.6849], + [34.8927, 0.6885], + [34.8827, 0.6822], + [34.8639, 0.683], + [34.8577, 0.6725], + [34.8457, 0.6669], + [34.8347, 0.6454], + [34.8362, 0.6354], + [34.8335, 0.6257], + [34.8037, 0.6036], + [34.8013, 0.5968], + [34.8108, 0.587], + [34.7973, 0.5826], + [34.7665, 0.5629], + [34.7659, 0.555], + [34.7599, 0.5464], + [34.7485, 0.5348], + [34.7394, 0.5318], + [34.7359, 0.5201], + [34.7257, 0.509], + [34.7171, 0.509], + [34.7103, 0.5035], + [34.7015, 0.5057], + [34.6904, 0.4893], + [34.6903, 0.4825], + [34.6873, 0.4847], + [34.6769, 0.4822], + [34.6789, 0.4717], + [34.6688, 0.4596], + [34.6611, 0.4593], + [34.6579, 0.4537], + [34.6521, 0.4538], + [34.6453, 0.4493], + [34.6339, 0.4512], + [34.6313, 0.4595], + [34.6277, 0.4606], + [34.6175, 0.4529], + [34.6157, 0.4421], + [34.6058, 0.449], + [34.5931, 0.4438], + [34.591, 0.4371], + [34.5935, 0.4307], + [34.5897, 0.4213], + [34.5819, 0.43], + [34.5809, 0.4523], + [34.5773, 0.4552], + [34.5647, 0.4565], + [34.5505, 0.4675], + [34.5371, 0.4587], + [34.537, 0.4503], + [34.5313, 0.4437], + [34.5177, 0.4482], + [34.5095, 0.4554], + [34.4957, 0.4576], + [34.4949, 0.4661], + [34.4843, 0.4825], + [34.4743, 0.4798], + [34.4607, 0.467], + [34.4489, 0.4664], + [34.4399, 0.4618], + [34.4299, 0.4646], + [34.4207, 0.4726], + [34.4118, 0.474], + [34.3991, 0.4698], + [34.3911, 0.4631], + [34.3929, 0.4664], + [34.3855, 0.4863], + [34.3869, 0.4931], + [34.3895, 0.4963], + [34.4047, 0.4988], + [34.4089, 0.503], + [34.4083, 0.5076], + [34.3883, 0.5402], + [34.3827, 0.5419], + [34.3689, 0.5593], + [34.3771, 0.5762], + [34.3719, 0.5853], + [34.3711, 0.6041], + [34.3774, 0.6074], + [34.3843, 0.6402], + [34.4199, 0.6592], + [34.4097, 0.6794], + [34.4159, 0.6874], + [34.4053, 0.7236], + [34.4197, 0.7226], + [34.4315, 0.7261], + [34.4347, 0.738], + [34.4247, 0.7554], + [34.4127, 0.7599], + [34.4059, 0.7541], + [34.3979, 0.7538], + [34.3823, 0.7717], + [34.3691, 0.7706], + [34.3629, 0.7759], + [34.3731, 0.7848], + [34.3769, 0.793], + [34.3843, 0.7933], + [34.3865, 0.8019], + [34.3975, 0.8], + [34.4159, 0.8099], + [34.4089, 0.8232], + [34.4103, 0.8307], + [34.4245, 0.8505], + [34.4421, 0.8556], + [34.4463, 0.8614], + [34.4471, 0.8757], + [34.4523, 0.889], + [34.4509, 0.8976], + [34.4643, 0.9095], + [34.4793, 0.936], + [34.4893, 0.9798], + [34.4883, 1.0046], + [34.4919, 1.0303], + [34.5033, 1.0677], + [34.5141, 1.0793], + [34.5261, 1.102], + [34.5751, 1.099], + [34.5777, 1.1028], + [34.5797, 1.1479], + [34.6181, 1.1023], + [34.6331, 1.0911], + [34.6625, 1.081], + [34.6523, 1.0541], + [34.7401, 0.9374], + [34.7681, 0.9211], + [34.7877, 0.9222], + [34.7987, 0.9122], + [34.8013, 0.9053], + [34.7879, 0.89], + [34.7967, 0.8658], + [34.7959, 0.8584], + [34.8059, 0.8412], + [34.8119, 0.8204], + [34.8099, 0.8069], + [34.8711, 0.8238], + [34.9269, 0.8528], + [34.9347, 0.8534], + [34.9431, 0.8688], + [34.9673, 0.8724], + [34.9663, 0.8774], + [34.9883, 0.8843], + [34.9859, 0.8785], + [35.0197, 0.886], + [35.0205, 0.8893] + ] + ] + ] + }, + "properties": { + "code": "39", + "name": "BUNGOMA", + "area": 0.24504475541, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [34.3829, 0.3163], + [34.3813, 0.3132], + [34.3745, 0.306], + [34.3951, 0.2864], + [34.3979, 0.2803], + [34.3895, 0.2729], + [34.4011, 0.258], + [34.3979, 0.2312], + [34.3849, 0.2264], + [34.3911, 0.2145], + [34.3925, 0.2037], + [34.3856, 0.1773], + [34.4037, 0.1852], + [34.4119, 0.1965], + [34.4309, 0.211], + [34.4373, 0.1996], + [34.4275, 0.1837], + [34.4419, 0.1636], + [34.4287, 0.1504], + [34.4303, 0.1459], + [34.4395, 0.1445], + [34.4697, 0.155], + [34.4839, 0.1495], + [34.4835, 0.1362], + [34.4727, 0.1291], + [34.4585, 0.128], + [34.4577, 0.1243], + [34.4595, 0.1208], + [34.4769, 0.1158], + [34.4791, 0.1122], + [34.4751, 0.1102], + [34.4751, 0.1025], + [34.4952, 0.102], + [34.4969, 0.1084], + [34.5033, 0.1125], + [34.4991, 0.1191], + [34.5009, 0.1229], + [34.5099, 0.1163], + [34.5139, 0.1257], + [34.5265, 0.123], + [34.5333, 0.1324], + [34.5455, 0.1365], + [34.5557, 0.1274], + [34.5519, 0.1164], + [34.5479, 0.1136], + [34.5583, 0.105], + [34.5557, 0.0967], + [34.5577, 0.0892], + [34.5639, 0.0948], + [34.5559, 0.0856], + [34.5599, 0.0464], + [34.5537, 0.0406], + [34.5437, 0.0073], + [34.5363, 0.0035], + [34.5425, -0.0054], + [34.5361, -0.0181], + [34.4851, -0.0336], + [34.4553, -0.0488], + [34.4253, -0.0703], + [34.4169, -0.0875], + [34.4285, -0.1271], + [34.4323, -0.1466], + [34.4293, -0.1323], + [34.4291, -0.1384], + [34.4837, -0.3012], + [34.4225, -0.3372], + [34.3179, -0.4246], + [34.3023, -0.4306], + [34.2815, -0.4268], + [34.2713, -0.4177], + [34.2417, -0.3419], + [33.9485, -0.3405], + [33.9837, -0.1312], + [33.9499, -0.0289], + [34.0163, -0.03], + [34.0286, -0.0214], + [34.0427, -0.0021], + [34.0663, 0.087], + [34.0743, 0.1025], + [34.0729, 0.1166], + [34.0911, 0.1244], + [34.1019, 0.134], + [34.1055, 0.1332], + [34.1037, 0.1241], + [34.1123, 0.1343], + [34.1145, 0.1427], + [34.1125, 0.173], + [34.1065, 0.1872], + [34.1167, 0.2161], + [34.1177, 0.2408], + [34.1391, 0.2551], + [34.1591, 0.2884], + [34.1601, 0.2984], + [34.1751, 0.2933], + [34.1877, 0.2734], + [34.2045, 0.2635], + [34.2057, 0.2828], + [34.2357, 0.2897], + [34.2473, 0.3086], + [34.2523, 0.311], + [34.2659, 0.3059], + [34.2761, 0.3083], + [34.2894, 0.3057], + [34.3353, 0.3085], + [34.3659, 0.3021], + [34.3829, 0.3163] + ] + ] + ] + }, + "properties": { + "code": "41", + "name": "SIAYA", + "area": 0.28583735592, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.0103, -0.3865], + [35.0219, -0.4061], + [35.0213, -0.4143], + [34.9991, -0.4302], + [34.9675, -0.4429], + [34.9363, -0.4677], + [34.9337, -0.4727], + [34.9279, -0.4719], + [34.9187, -0.4782], + [34.8815, -0.489], + [34.8499, -0.5125], + [34.8185, -0.52], + [34.7847, -0.5349], + [34.7695, -0.535], + [34.7521, -0.5598], + [34.7126, -0.5606], + [34.7115, -0.5676], + [34.7027, -0.5764], + [34.6959, -0.5927], + [34.6859, -0.6032], + [34.6607, -0.6057], + [34.6538, -0.6141], + [34.6501, -0.627], + [34.6449, -0.6329], + [34.6355, -0.669], + [34.6353, -0.663], + [34.6252, -0.6565], + [34.5978, -0.6521], + [34.5839, -0.6539], + [34.5807, -0.6611], + [34.5583, -0.6682], + [34.5599, -0.6743], + [34.5535, -0.6777], + [34.5521, -0.6835], + [34.5349, -0.7056], + [34.5341, -0.728], + [34.5375, -0.7318], + [34.5325, -0.7431], + [34.4863, -0.789], + [34.4841, -0.7999], + [34.4653, -0.838], + [34.4645, -0.8646], + [34.4289, -0.8372], + [34.3911, -0.8187], + [34.3881, -0.819], + [34.3887, -0.8226], + [34.3935, -0.8316], + [34.3821, -0.8485], + [34.3749, -0.848], + [34.3679, -0.8541], + [34.3421, -0.8574], + [34.3387, -0.8593], + [34.3383, -0.8638], + [34.3225, -0.8674], + [34.2849, -0.827], + [34.2709, -0.8264], + [34.2523, -0.8198], + [34.2535, -0.8134], + [34.2411, -0.799], + [34.2341, -0.7854], + [34.2147, -0.7705], + [34.2014, -0.7461], + [34.1984, -0.7452], + [34.1699, -0.7651], + [34.1523, -0.77], + [34.1419, -0.7796], + [34.1189, -0.7805], + [34.0883, -0.7871], + [34.0849, -0.7899], + [34.0803, -0.8076], + [33.9265, -0.8073], + [33.9177, -0.5703], + [33.9251, -0.4683], + [33.9485, -0.3405], + [34.2417, -0.3419], + [34.2713, -0.4177], + [34.2815, -0.4268], + [34.3023, -0.4306], + [34.3179, -0.4246], + [34.4225, -0.3372], + [34.4837, -0.3012], + [34.4809, -0.2932], + [34.4839, -0.301], + [34.5309, -0.2731], + [34.7043, -0.2592], + [34.7557, -0.2924], + [34.761, -0.3114], + [34.7703, -0.3129], + [34.7853, -0.3237], + [34.7885, -0.3317], + [34.7857, -0.3383], + [34.8021, -0.3551], + [34.8115, -0.3547], + [34.8285, -0.3886], + [34.8555, -0.3927], + [34.8633, -0.3975], + [34.8681, -0.3953], + [34.8885, -0.3986], + [34.9159, -0.3862], + [34.9149, -0.403], + [34.9269, -0.4033], + [34.9299, -0.4046], + [34.9309, -0.4118], + [34.9507, -0.416], + [34.9769, -0.411], + [34.9855, -0.414], + [35.0027, -0.4058], + [35.0099, -0.3938], + [35.0103, -0.3865] + ] + ] + ] + }, + "properties": { + "code": "43", + "name": "Homa Bay", + "area": 0.38431715409, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [34.7115, -1.3087], + [34.7315, -1.3894], + [34.1501, -1.0606], + [34.1363, -1.0504], + [34.0803, -1.0219], + [34.0461, -1.0459], + [34.0409, -1.0462], + [34.0341, -1.0427], + [34.0293, -1.0355], + [34.0281, -1.0142], + [34.0189, -1.0034], + [33.9347, -1.0026], + [33.9265, -0.8073], + [34.0803, -0.8076], + [34.0849, -0.7899], + [34.0883, -0.7871], + [34.1189, -0.7805], + [34.1419, -0.7796], + [34.1523, -0.77], + [34.1699, -0.7651], + [34.1984, -0.7452], + [34.2014, -0.7461], + [34.2147, -0.7705], + [34.2341, -0.7854], + [34.2411, -0.799], + [34.2535, -0.8134], + [34.2523, -0.8198], + [34.2709, -0.8264], + [34.2849, -0.827], + [34.3225, -0.8674], + [34.3383, -0.8638], + [34.3387, -0.8593], + [34.3421, -0.8574], + [34.3679, -0.8541], + [34.3749, -0.848], + [34.3821, -0.8485], + [34.3935, -0.8316], + [34.3887, -0.8226], + [34.3881, -0.819], + [34.3911, -0.8187], + [34.4289, -0.8372], + [34.4645, -0.8646], + [34.4653, -0.838], + [34.4841, -0.7999], + [34.4863, -0.789], + [34.5325, -0.7431], + [34.5375, -0.7318], + [34.5341, -0.728], + [34.5349, -0.7056], + [34.5521, -0.6835], + [34.5535, -0.6777], + [34.5599, -0.6743], + [34.5583, -0.6682], + [34.5807, -0.6611], + [34.5839, -0.6539], + [34.5885, -0.6522], + [34.6105, -0.6525], + [34.6267, -0.6573], + [34.6353, -0.663], + [34.6433, -0.7059], + [34.6289, -0.7321], + [34.6309, -0.7413], + [34.6267, -0.757], + [34.6235, -0.825], + [34.6257, -0.8292], + [34.6227, -0.841], + [34.6109, -0.8437], + [34.6113, -0.8594], + [34.6183, -0.8734], + [34.6151, -0.8876], + [34.6261, -0.9252], + [34.6225, -0.9381], + [34.6235, -0.9461], + [34.6345, -0.9655], + [34.6413, -0.9683], + [34.5905, -1.0175], + [34.5919, -1.0365], + [34.6011, -1.0585], + [34.6185, -1.0775], + [34.6147, -1.0833], + [34.6149, -1.0894], + [34.6201, -1.0972], + [34.6223, -1.1138], + [34.6303, -1.1254], + [34.6327, -1.1384], + [34.6253, -1.1561], + [34.6524, -1.177], + [34.6541, -1.1876], + [34.6713, -1.1998], + [34.6735, -1.2114], + [34.6799, -1.2142], + [34.686, -1.2129], + [34.6887, -1.2175], + [34.6993, -1.2708], + [34.7115, -1.3087] + ] + ] + ] + }, + "properties": { + "code": "44", + "name": "MIGORI", + "area": 0.25500213176, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [34.6775, -0.9735], + [34.6639, -0.9725], + [34.6495, -0.966], + [34.6435, -0.9691], + [34.6345, -0.9655], + [34.6293, -0.9586], + [34.6225, -0.9381], + [34.6261, -0.9252], + [34.6151, -0.8876], + [34.6183, -0.8734], + [34.6113, -0.8594], + [34.6109, -0.8437], + [34.6227, -0.841], + [34.6257, -0.8292], + [34.6235, -0.825], + [34.6267, -0.757], + [34.6309, -0.7413], + [34.6289, -0.7321], + [34.6433, -0.7059], + [34.6355, -0.669], + [34.6449, -0.6329], + [34.6607, -0.6057], + [34.6859, -0.6032], + [34.6959, -0.5927], + [34.7027, -0.5764], + [34.7115, -0.5676], + [34.7126, -0.5606], + [34.7521, -0.5598], + [34.7695, -0.535], + [34.7891, -0.5336], + [34.7953, -0.5286], + [34.8455, -0.5141], + [34.8587, -0.5053], + [34.8655, -0.5045], + [34.8725, -0.5089], + [34.8697, -0.51], + [34.8721, -0.538], + [34.8791, -0.5612], + [34.8737, -0.5756], + [34.8811, -0.5878], + [34.8801, -0.5919], + [34.8913, -0.6063], + [34.8907, -0.6107], + [34.8851, -0.6135], + [34.8763, -0.609], + [34.8663, -0.6085], + [34.8555, -0.6004], + [34.8443, -0.5985], + [34.8359, -0.6055], + [34.8309, -0.6182], + [34.8142, -0.6383], + [34.8101, -0.6605], + [34.8121, -0.6665], + [34.7941, -0.6671], + [34.7897, -0.6745], + [34.7795, -0.6768], + [34.7851, -0.6804], + [34.7869, -0.6759], + [34.7962, -0.6902], + [34.8089, -0.6882], + [34.8209, -0.6942], + [34.8249, -0.7041], + [34.8349, -0.708], + [34.8687, -0.7349], + [34.9021, -0.7512], + [34.9077, -0.7609], + [34.9185, -0.7604], + [34.9443, -0.7739], + [35.0125, -0.8894], + [34.6775, -0.9735] + ] + ] + ] + }, + "properties": { + "code": "45", + "name": "KISII", + "area": 0.10641196741, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [34.7395, -0.0242], + [34.7457, -0.0239], + [34.7517, -0.0338], + [34.7655, -0.0175], + [34.7799, -0.0181], + [34.8021, 0.0063], + [34.8265, 0.0226], + [34.8305, 0.022], + [34.8149, -0.0004], + [34.8079, -0.0167], + [34.8083, -0.0211], + [34.8155, -0.0242], + [34.8283, -0.0282], + [34.9171, -0.0271], + [34.9239, -0.0366], + [34.9551, -0.0308], + [34.9533, -0.0275], + [34.9583, -0.0271], + [34.9647, -0.0327], + [34.9789, -0.0245], + [34.9891, -0.0241], + [34.9903, -0.0202], + [35.0065, -0.0282], + [35.0079, -0.0521], + [35.0105, -0.0542], + [35.0593, -0.0545], + [35.0659, -0.0667], + [35.0743, -0.0565], + [35.0921, -0.0446], + [35.0973, -0.0305], + [35.1035, -0.0236], + [35.1038, -0.0053], + [35.1527, -0.0374], + [35.177, -0.0286], + [35.1939, -0.0261], + [35.2063, -0.0291], + [35.2217, -0.0374], + [35.2271, -0.0661], + [35.2291, -0.1123], + [35.2355, -0.1204], + [35.2543, -0.1207], + [35.2691, -0.1486], + [35.2723, -0.1519], + [35.2793, -0.147], + [35.2877, -0.1569], + [35.2967, -0.1765], + [35.3253, -0.1743], + [35.3313, -0.1771], + [35.3317, -0.192], + [35.3395, -0.2117], + [35.3443, -0.2368], + [35.3427, -0.2399], + [35.3165, -0.2496], + [35.3125, -0.2493], + [35.3059, -0.2404], + [35.2919, -0.2374], + [35.2731, -0.2384], + [35.2629, -0.2324], + [35.2629, -0.2252], + [35.2543, -0.2189], + [35.2453, -0.2041], + [35.2349, -0.1969], + [35.2209, -0.1942], + [35.2155, -0.1754], + [35.2006, -0.1648], + [35.1865, -0.1622], + [35.1831, -0.1655], + [35.1637, -0.1638], + [35.1575, -0.1663], + [35.1383, -0.163], + [35.1333, -0.1566], + [35.1263, -0.1605], + [35.1039, -0.2019], + [35.0739, -0.2094], + [35.0647, -0.2172], + [35.0579, -0.2388], + [35.0559, -0.2689], + [35.0495, -0.3002], + [35.0225, -0.3258], + [35.0105, -0.3314], + [35.0071, -0.3373], + [35.0057, -0.3587], + [35.0099, -0.3938], + [35.0027, -0.4058], + [34.9855, -0.414], + [34.9769, -0.411], + [34.9507, -0.416], + [34.9309, -0.4118], + [34.9299, -0.4046], + [34.9149, -0.403], + [34.9159, -0.3862], + [34.8885, -0.3986], + [34.8681, -0.3953], + [34.8633, -0.3975], + [34.8555, -0.3927], + [34.8285, -0.3886], + [34.8115, -0.3547], + [34.8021, -0.3551], + [34.7857, -0.3383], + [34.7885, -0.3317], + [34.7853, -0.3237], + [34.7703, -0.3129], + [34.761, -0.3114], + [34.7557, -0.2924], + [34.7043, -0.2592], + [34.5309, -0.2731], + [34.4839, -0.301], + [34.4323, -0.1466], + [34.4171, -0.0914], + [34.4195, -0.0789], + [34.4253, -0.0703], + [34.4553, -0.0488], + [34.4851, -0.0336], + [34.5361, -0.0181], + [34.5491, -0.0239], + [34.5631, -0.0214], + [34.5627, -0.038], + [34.5687, -0.0401], + [34.5773, -0.038], + [34.5837, -0.0332], + [34.5923, -0.0075], + [34.5897, 0], + [34.6039, 0.0101], + [34.6135, -0.0004], + [34.6347, 0.0008], + [34.6723, -0.0159], + [34.6891, -0.0115], + [34.6963, -0.0206], + [34.7097, -0.0202], + [34.7179, -0.0092], + [34.7261, -0.0072], + [34.7395, -0.0242] + ] + ] + ] + }, + "properties": { + "code": "42", + "name": "KISUMU", + "area": 0.21632857436, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [34.8195, 1.2585], + [34.9073, 1.2812], + [34.9057, 1.25], + [34.939, 1.2513], + [34.9705, 1.2463], + [34.9947, 1.2568], + [35.0137, 1.253], + [35.0259, 1.2319], + [35.0443, 1.214], + [35.0377, 1.2034], + [35.0435, 1.194], + [35.0621, 1.1794], + [35.0739, 1.1764], + [35.0857, 1.1672], + [35.0885, 1.1797], + [35.0917, 1.1819], + [35.1313, 1.1855], + [35.1523, 1.1982], + [35.1613, 1.178], + [35.2021, 1.1171], + [35.2183, 1.1144], + [35.2427, 1.0729], + [35.2741, 1.06], + [35.3135, 1.0356], + [35.3629, 1.017], + [35.3629, 1.0087], + [35.3441, 1.0036], + [35.3529, 0.9792], + [35.3381, 0.9675], + [35.3467, 0.9654], + [35.3411, 0.962], + [35.3445, 0.9466], + [35.3605, 0.9433], + [35.3495, 0.9198], + [35.3313, 0.9314], + [35.3068, 0.8893], + [35.2971, 0.9017], + [35.2913, 0.9155], + [35.2783, 0.922], + [35.2711, 0.9341], + [35.2539, 0.9393], + [35.2229, 0.9192], + [35.1937, 0.9247], + [35.1567, 0.9178], + [35.1311, 0.9191], + [35.1183, 0.9064], + [35.1143, 0.892], + [35.1155, 0.8823], + [35.1039, 0.8736], + [35.0862, 0.8822], + [35.0823, 0.892], + [35.0767, 0.897], + [35.0643, 0.896], + [35.0543, 0.9004], + [35.0449, 0.9003], + [35.0317, 0.8934], + [35.0267, 0.8948], + [35.0197, 0.886], + [34.9859, 0.8785], + [34.9883, 0.8843], + [34.9663, 0.8774], + [34.9673, 0.8724], + [34.9431, 0.8688], + [34.9347, 0.8534], + [34.9269, 0.8528], + [34.8711, 0.8238], + [34.8099, 0.8069], + [34.8119, 0.8204], + [34.8059, 0.8412], + [34.7959, 0.8584], + [34.7967, 0.8658], + [34.7879, 0.89], + [34.8013, 0.9053], + [34.7987, 0.9122], + [34.7877, 0.9222], + [34.7681, 0.9211], + [34.7401, 0.9374], + [34.6523, 1.0541], + [34.6625, 1.081], + [34.6331, 1.0911], + [34.6181, 1.1023], + [34.5809, 1.1479], + [34.6107, 1.1562], + [34.6207, 1.1647], + [34.6495, 1.1772], + [34.6635, 1.1896], + [34.6707, 1.2057], + [34.7019, 1.2134], + [34.7445, 1.2187], + [34.7681, 1.2168], + [34.7751, 1.2206], + [34.7943, 1.2197], + [34.8065, 1.2298], + [34.8177, 1.2486], + [34.8195, 1.2585] + ] + ] + ] + }, + "properties": { + "code": "26", + "name": "TRANS NZOIA", + "area": 0.20192419449, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [37.0875, -1.249], + [37.1039, -1.2648], + [37.1015, -1.2742], + [37.0879, -1.2775], + [37.0823, -1.2847], + [37.0787, -1.2838], + [37.0735, -1.2954], + [37.076, -1.3024], + [37.0265, -1.2919], + [37.0027, -1.3007], + [36.9955, -1.2814], + [36.9743, -1.2896], + [36.9843, -1.3148], + [36.9669, -1.3532], + [36.9345, -1.3388], + [36.9073, -1.3634], + [36.9239, -1.3939], + [36.9369, -1.3997], + [36.9443, -1.4067], + [36.9475, -1.4219], + [36.9559, -1.4293], + [36.9617, -1.4387], + [36.9612, -1.4439], + [36.9555, -1.4376], + [36.9319, -1.4329], + [36.8929, -1.4157], + [36.8907, -1.4138], + [36.8943, -1.4111], + [36.8853, -1.4072], + [36.8711, -1.4071], + [36.8693, -1.4039], + [36.8497, -1.3961], + [36.8443, -1.3876], + [36.8299, -1.3876], + [36.8199, -1.3815], + [36.8091, -1.3881], + [36.7931, -1.3858], + [36.7725, -1.3885], + [36.7349, -1.3784], + [36.7027, -1.3522], + [36.6955, -1.353], + [36.6805, -1.3289], + [36.6755, -1.3303], + [36.6697, -1.3261], + [36.6735, -1.3244], + [36.6641, -1.3197], + [36.6709, -1.306], + [36.6743, -1.3073], + [36.6817, -1.298], + [36.6891, -1.2827], + [36.6889, -1.2755], + [36.6919, -1.2755], + [36.6919, -1.2716], + [36.6969, -1.2675], + [36.6941, -1.2639], + [36.6967, -1.2606], + [36.7015, -1.2617], + [36.7043, -1.2586], + [36.7197, -1.2637], + [36.7311, -1.2348], + [36.7459, -1.2371], + [36.7566, -1.2204], + [36.7789, -1.2268], + [36.7889, -1.2078], + [36.7852, -1.2048], + [36.7915, -1.1918], + [36.8351, -1.2161], + [36.8333, -1.2091], + [36.8501, -1.2131], + [36.8527, -1.2026], + [36.8601, -1.2019], + [36.8639, -1.1904], + [36.8785, -1.1964], + [36.8969, -1.1923], + [36.8891, -1.1743], + [36.9022, -1.1606], + [36.9203, -1.1632], + [36.9415, -1.1746], + [36.9135, -1.208], + [36.9317, -1.2233], + [36.9391, -1.2222], + [36.9585, -1.2288], + [36.9887, -1.2241], + [37.0045, -1.2366], + [37.0125, -1.2355], + [37.0165, -1.2285], + [37.0383, -1.2132], + [37.0611, -1.2069], + [37.0809, -1.2373], + [37.0877, -1.2341], + [37.0915, -1.2379], + [37.0955, -1.2448], + [37.0875, -1.249] + ] + ] + ] + }, + "properties": { + "code": "47", + "name": "Nairobi", + "area": 0.057422949, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [39.641, -4.1535], + [39.6275, -4.1447], + [39.6335, -4.1267], + [39.6385, -4.1212], + [39.6339, -4.1196], + [39.6087, -4.0897], + [39.6053, -4.0983], + [39.5995, -4.1029], + [39.6009, -4.1102], + [39.5971, -4.1156], + [39.5767, -4.122], + [39.5837, -4.1124], + [39.5853, -4.1046], + [39.5793, -4.0853], + [39.5811, -4.0369], + [39.5631, -4.022], + [39.5751, -3.986], + [39.5705, -3.9821], + [39.5703, -3.9777], + [39.5833, -3.9724], + [39.5843, -3.9678], + [39.6011, -3.9533], + [39.6087, -3.9605], + [39.6203, -3.9591], + [39.6273, -3.9655], + [39.6413, -3.96], + [39.6499, -3.9608], + [39.6475, -3.9519], + [39.6537, -3.9475], + [39.6505, -3.9379], + [39.6431, -3.9331], + [39.6431, -3.9282], + [39.6475, -3.9262], + [39.6729, -3.9227], + [39.6893, -3.9259], + [39.6993, -3.9232], + [39.6981, -3.9362], + [39.7029, -3.9456], + [39.7183, -3.9537], + [39.7317, -3.9556], + [39.7351, -3.9522], + [39.7449, -3.9578], + [39.7621, -3.9611], + [39.7353, -3.9937], + [39.7315, -4.0054], + [39.7269, -4.0081], + [39.7307, -4.0198], + [39.7031, -4.0581], + [39.6915, -4.0637], + [39.6831, -4.0607], + [39.6801, -4.0731], + [39.6629, -4.0822], + [39.6743, -4.0844], + [39.6739, -4.0961], + [39.6445, -4.1536], + [39.641, -4.1535] + ] + ] + ] + }, + "properties": { + "code": "1", + "name": "Mombasa", + "area": 0.02332510618, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [38.3019, -0.0551], + [38.3031, -0.0514], + [38.3031, -0.0518], + [38.3019, -0.0551] + ] + ], + [ + [ + [38.3031, -0.051], + [38.3026, -0.0482], + [38.3029, -0.0485], + [38.3031, -0.051] + ] + ], + [ + [ + [38.2951, -0.0412], + [38.2943, -0.041], + [38.2936, -0.0403], + [38.2951, -0.0412] + ] + ], + [ + [ + [38.2927, -0.0394], + [38.2921, -0.0388], + [38.2911, -0.0357], + [38.2927, -0.0394] + ] + ], + [ + [ + [38.2299, -0.0026], + [38.2277, 0.0007], + [38.2231, 0.0022], + [38.2283, 0.0005], + [38.2299, -0.0026] + ] + ], + [ + [ + [38.2155, 0.0109], + [38.2117, 0.0116], + [38.211, 0.0124], + [38.2119, 0.0116], + [38.2155, 0.0109] + ] + ], + [ + [ + [38.2087, 0.0142], + [38.207, 0.0147], + [38.2079, 0.0148], + [38.2087, 0.0142] + ] + ], + [ + [ + [38.2032, 0.014], + [38.2019, 0.0135], + [38.1989, 0.0129], + [38.2031, 0.014], + [38.2032, 0.014] + ] + ], + [ + [ + [38.1637, 0.0242], + [38.1603, 0.0259], + [38.1596, 0.0272], + [38.1599, 0.0268], + [38.1637, 0.0242] + ] + ], + [ + [ + [38.1575, 0.0296], + [38.1535, 0.032], + [38.1569, 0.0303], + [38.1575, 0.0296] + ] + ], + [ + [ + [38.1151, 0.0522], + [38.1119, 0.0516], + [38.1151, 0.0522], + [38.1151, 0.0522] + ] + ], + [ + [ + [38.101, 0.046], + [38.097, 0.0453], + [38.0991, 0.0463], + [38.101, 0.046] + ] + ], + [ + [ + [38.0967, 0.0452], + [38.0935, 0.0414], + [38.0959, 0.0448], + [38.0967, 0.0452] + ] + ], + [ + [ + [38.0795, 0.0282], + [38.0755, 0.029], + [38.0732, 0.0252], + [38.0739, 0.0287], + [38.0767, 0.0295], + [38.0795, 0.0282] + ] + ], + [ + [ + [38.0672, 0.0231], + [38.0631, 0.024], + [38.0601, 0.0218], + [38.0631, 0.0245], + [38.0672, 0.0231] + ] + ], + [ + [ + [38.0463, 0.0252], + [38.0447, 0.0239], + [38.0415, 0.0273], + [38.0457, 0.0254], + [38.0463, 0.0252] + ] + ], + [ + [ + [38.0039, 0.0613], + [38.0009, 0.0614], + [37.9969, 0.0649], + [38.0009, 0.0616], + [38.0039, 0.0613] + ] + ], + [ + [ + [37.985, 0.0541], + [37.9879, 0.0422], + [37.9859, 0.0421], + [37.985, 0.0541] + ] + ], + [ + [ + [37.9823, 0.0419], + [37.9819, 0.0419], + [37.9791, 0.0436], + [37.9823, 0.0419] + ] + ], + [ + [ + [37.9752, 0.0469], + [37.9729, 0.0484], + [37.9719, 0.0501], + [37.9739, 0.048], + [37.9752, 0.0469] + ] + ], + [ + [ + [37.9709, 0.0517], + [37.9705, 0.0522], + [37.9663, 0.0528], + [37.9701, 0.0535], + [37.9709, 0.0517] + ] + ], + [ + [ + [37.9586, 0.0499], + [37.9585, 0.0499], + [37.9537, 0.0505], + [37.9586, 0.0499] + ] + ], + [ + [ + [37.9455, 0.0458], + [37.9395, 0.0398], + [37.9253, 0.0292], + [37.9425, 0.0428], + [37.9455, 0.0458] + ] + ], + [ + [ + [37.9195, 0.0232], + [37.9163, 0.0207], + [37.9165, 0.021], + [37.9195, 0.0232] + ] + ], + [ + [ + [37.9142, 0.018], + [37.9133, 0.0166], + [37.9107, 0.0143], + [37.9137, 0.0173], + [37.9142, 0.018] + ] + ], + [ + [ + [37.8955, 0.0104], + [37.8901, 0.0068], + [37.8891, 0.0031], + [37.8903, 0.0079], + [37.8955, 0.0104] + ] + ], + [ + [ + [37.8892, 0.0014], + [37.8901, -0.0014], + [37.8937, -0.0039], + [37.8893, -0.0009], + [37.8892, 0.0014] + ] + ], + [ + [ + [37.9239, -0.0009], + [37.9291, 0.0007], + [37.9293, 0.0006], + [37.9255, -0.0006], + [37.9239, -0.0009] + ] + ], + [ + [ + [37.9289, -0.015], + [37.9271, -0.0184], + [37.9261, -0.0207], + [37.9267, -0.0191], + [37.9289, -0.015] + ] + ], + [ + [ + [37.9242, -0.0255], + [37.9235, -0.0302], + [37.9241, -0.0256], + [37.9242, -0.0255] + ] + ], + [ + [ + [37.9309, -0.0375], + [37.9343, -0.0377], + [37.9369, -0.0402], + [37.9343, -0.0379], + [37.9309, -0.0375] + ] + ], + [ + [ + [37.9333, -0.0643], + [37.9329, -0.0651], + [37.9328, -0.0652], + [37.9333, -0.0643] + ] + ], + [ + [ + [37.9211, -0.0784], + [37.9209, -0.0786], + [37.9153, -0.0847], + [37.9211, -0.0784] + ] + ], + [ + [ + [37.907, -0.0942], + [37.8932, -0.1083], + [37.9007, -0.1005], + [37.907, -0.0942] + ] + ], + [ + [ + [37.8824, -0.1193], + [37.8751, -0.127], + [37.8724, -0.1296], + [37.8725, -0.1295], + [37.8824, -0.1193] + ] + ], + [ + [ + [37.8657, -0.1354], + [37.8572, -0.1427], + [37.8577, -0.1422], + [37.8657, -0.1354] + ] + ], + [ + [ + [37.8502, -0.1488], + [37.8431, -0.1544], + [37.8479, -0.1505], + [37.8502, -0.1488] + ] + ], + [ + [ + [37.8375, -0.1594], + [37.8301, -0.1654], + [37.8273, -0.1675], + [37.8375, -0.1594] + ] + ], + [ + [ + [37.8238, -0.1702], + [37.8216, -0.1722], + [37.8219, -0.1718], + [37.8238, -0.1702] + ] + ], + [ + [ + [37.8111, -0.1808], + [37.8063, -0.1846], + [37.8105, -0.1812], + [37.8111, -0.1808] + ] + ], + [ + [ + [37.7958, -0.1893], + [37.7957, -0.1893], + [37.7962, -0.1873], + [37.7958, -0.1893] + ] + ], + [ + [ + [37.7971, -0.1829], + [37.7973, -0.18], + [37.7973, -0.1801], + [37.7971, -0.1829] + ] + ], + [ + [ + [37.7965, -0.1783], + [37.7941, -0.176], + [37.7941, -0.1759], + [37.7961, -0.1773], + [37.7965, -0.1783] + ] + ], + [ + [ + [37.7783, -0.1623], + [37.7727, -0.1607], + [37.7771, -0.1616], + [37.7783, -0.1623] + ] + ], + [ + [ + [37.7727, -0.1607], + [37.7689, -0.1588], + [37.7699, -0.1583], + [37.7727, -0.1607] + ] + ], + [ + [ + [37.7569, -0.1754], + [37.7557, -0.1795], + [37.7552, -0.1805], + [37.7555, -0.1798], + [37.7569, -0.1754] + ] + ], + [ + [ + [37.7485, -0.1898], + [37.7457, -0.1911], + [37.7446, -0.1914], + [37.7485, -0.1898] + ] + ], + [ + [ + [37.726, -0.203], + [37.7237, -0.2044], + [37.7205, -0.205], + [37.7257, -0.2031], + [37.726, -0.203] + ] + ], + [ + [ + [37.6603, -0.2114], + [37.6565, -0.2122], + [37.6573, -0.2116], + [37.6603, -0.2114] + ] + ], + [ + [ + [37.6549, -0.2133], + [37.6529, -0.2152], + [37.6491, -0.2153], + [37.6539, -0.2141], + [37.6549, -0.2133] + ] + ], + [ + [ + [37.6251, -0.2067], + [37.6249, -0.2067], + [37.6249, -0.2066], + [37.6251, -0.2067] + ] + ], + [ + [ + [37.6104, -0.1963], + [37.6083, -0.1964], + [37.6051, -0.1969], + [37.6091, -0.1962], + [37.6104, -0.1963] + ] + ], + [ + [ + [37.597, -0.1931], + [37.5945, -0.1923], + [37.5932, -0.1913], + [37.5967, -0.1929], + [37.597, -0.1931] + ] + ], + [ + [ + [37.592, -0.1904], + [37.5901, -0.187], + [37.5869, -0.1848], + [37.5901, -0.1868], + [37.592, -0.1904] + ] + ], + [ + [ + [37.1262, -0.0253], + [37.1231, -0.0228], + [37.1201, -0.0197], + [37.1262, -0.0253] + ] + ], + [ + [ + [38.3031, -0.051], + [38.3031, -0.0513], + [38.3031, -0.0514], + [38.3031, -0.051] + ] + ], + [ + [ + [38.2951, -0.0412], + [38.2971, -0.0416], + [38.3026, -0.0482], + [38.2991, -0.0459], + [38.2951, -0.0412] + ] + ], + [ + [ + [38.2927, -0.0394], + [38.2936, -0.0403], + [38.2929, -0.0399], + [38.2927, -0.0394] + ] + ], + [ + [ + [38.2899, -0.0321], + [38.2911, -0.0357], + [38.2909, -0.0352], + [38.2899, -0.0321] + ] + ], + [ + [ + [38.2087, 0.0142], + [38.2093, 0.014], + [38.211, 0.0124], + [38.2087, 0.0142] + ] + ], + [ + [ + [38.2032, 0.014], + [38.2055, 0.0151], + [38.207, 0.0147], + [38.2032, 0.014] + ] + ], + [ + [ + [38.1575, 0.0296], + [38.1587, 0.0289], + [38.1596, 0.0272], + [38.1575, 0.0296] + ] + ], + [ + [ + [38.1483, 0.0364], + [38.1535, 0.032], + [38.1505, 0.0345], + [38.1483, 0.0364] + ] + ], + [ + [ + [38.1151, 0.0522], + [38.1153, 0.0522], + [38.1177, 0.0494], + [38.1151, 0.0522] + ] + ], + [ + [ + [38.101, 0.046], + [38.1017, 0.0461], + [38.1065, 0.0461], + [38.1029, 0.0456], + [38.101, 0.046] + ] + ], + [ + [ + [38.0967, 0.0452], + [38.0967, 0.0453], + [38.097, 0.0453], + [38.0967, 0.0452] + ] + ], + [ + [ + [38.0672, 0.0231], + [38.0691, 0.0226], + [38.0732, 0.0252], + [38.0703, 0.022], + [38.0672, 0.0231] + ] + ], + [ + [ + [38.0497, 0.024], + [38.0531, 0.0254], + [38.0571, 0.0226], + [38.0533, 0.0253], + [38.0497, 0.024] + ] + ], + [ + [ + [38.0463, 0.0252], + [38.0469, 0.0259], + [38.0497, 0.024], + [38.0463, 0.0252] + ] + ], + [ + [ + [38.0039, 0.0613], + [38.0047, 0.0613], + [38.0099, 0.0607], + [38.0039, 0.0613] + ] + ], + [ + [ + [37.9915, 0.0646], + [37.9957, 0.0654], + [37.9969, 0.0649], + [37.9955, 0.0652], + [37.9915, 0.0646] + ] + ], + [ + [ + [37.985, 0.0541], + [37.9825, 0.0646], + [37.9881, 0.0632], + [37.9827, 0.0643], + [37.985, 0.0541] + ] + ], + [ + [ + [37.9823, 0.0419], + [37.9859, 0.0421], + [37.9823, 0.0419], + [37.9823, 0.0419] + ] + ], + [ + [ + [37.9752, 0.0469], + [37.9757, 0.0466], + [37.9791, 0.0436], + [37.9752, 0.0469] + ] + ], + [ + [ + [37.9709, 0.0517], + [37.9719, 0.0501], + [37.9713, 0.0506], + [37.9709, 0.0517] + ] + ], + [ + [ + [37.9586, 0.0499], + [37.9621, 0.0514], + [37.9587, 0.0499], + [37.9586, 0.0499] + ] + ], + [ + [ + [37.9142, 0.018], + [37.9159, 0.0204], + [37.9163, 0.0207], + [37.9142, 0.018] + ] + ], + [ + [ + [37.8892, 0.0014], + [37.8889, 0.0022], + [37.8891, 0.0031], + [37.8892, 0.0014] + ] + ], + [ + [ + [37.9239, -0.0009], + [37.9201, -0.0018], + [37.9145, -0.0028], + [37.9239, -0.0009] + ] + ], + [ + [ + [37.9333, -0.0009], + [37.9293, 0.0006], + [37.9295, 0.0007], + [37.9333, -0.0009] + ] + ], + [ + [ + [37.9242, -0.0255], + [37.9243, -0.0247], + [37.9261, -0.0207], + [37.9255, -0.0224], + [37.9242, -0.0255] + ] + ], + [ + [ + [37.9333, -0.0643], + [37.9349, -0.0607], + [37.9373, -0.0573], + [37.9373, -0.0576], + [37.9333, -0.0643] + ] + ], + [ + [ + [37.9211, -0.0784], + [37.9261, -0.0723], + [37.9328, -0.0652], + [37.9285, -0.0712], + [37.9211, -0.0784] + ] + ], + [ + [ + [37.907, -0.0942], + [37.9115, -0.0897], + [37.9153, -0.0847], + [37.9117, -0.0902], + [37.907, -0.0942] + ] + ], + [ + [ + [37.8824, -0.1193], + [37.8869, -0.1146], + [37.8932, -0.1083], + [37.8824, -0.1193] + ] + ], + [ + [ + [37.8657, -0.1354], + [37.8673, -0.1323], + [37.8724, -0.1296], + [37.8703, -0.1322], + [37.8657, -0.1354] + ] + ], + [ + [ + [37.8502, -0.1488], + [37.8505, -0.1485], + [37.8572, -0.1427], + [37.8553, -0.1448], + [37.8502, -0.1488] + ] + ], + [ + [ + [37.8238, -0.1702], + [37.8251, -0.1691], + [37.8273, -0.1675], + [37.8238, -0.1702] + ] + ], + [ + [ + [37.8111, -0.1808], + [37.8185, -0.1748], + [37.8216, -0.1722], + [37.8189, -0.1752], + [37.8111, -0.1808] + ] + ], + [ + [ + [37.7991, -0.1884], + [37.8037, -0.1857], + [37.8063, -0.1846], + [37.8045, -0.1876], + [37.7991, -0.1884] + ] + ], + [ + [ + [37.7958, -0.1893], + [37.7991, -0.1884], + [37.7957, -0.1898], + [37.7958, -0.1893] + ] + ], + [ + [ + [37.7971, -0.1829], + [37.7965, -0.1862], + [37.7962, -0.1873], + [37.7971, -0.1829] + ] + ], + [ + [ + [37.7965, -0.1783], + [37.7973, -0.179], + [37.7973, -0.18], + [37.7965, -0.1783] + ] + ], + [ + [ + [37.7917, -0.171], + [37.7941, -0.1759], + [37.7931, -0.1752], + [37.7917, -0.171] + ] + ], + [ + [ + [37.7783, -0.1623], + [37.7793, -0.1625], + [37.7845, -0.1652], + [37.7803, -0.1633], + [37.7783, -0.1623] + ] + ], + [ + [ + [37.7631, -0.1652], + [37.7649, -0.161], + [37.7687, -0.1588], + [37.7689, -0.1588], + [37.7631, -0.1652] + ] + ], + [ + [ + [37.7513, -0.1868], + [37.7539, -0.1828], + [37.7552, -0.1805], + [37.7537, -0.1837], + [37.7513, -0.1868] + ] + ], + [ + [ + [37.7347, -0.1983], + [37.7385, -0.1945], + [37.7427, -0.192], + [37.7446, -0.1914], + [37.7347, -0.1983] + ] + ], + [ + [ + [37.726, -0.203], + [37.7265, -0.2028], + [37.7309, -0.2016], + [37.726, -0.203] + ] + ], + [ + [ + [37.6973, -0.2056], + [37.7021, -0.2053], + [37.7071, -0.2047], + [37.7003, -0.2072], + [37.6973, -0.2056] + ] + ], + [ + [ + [37.6773, -0.2089], + [37.6833, -0.2094], + [37.6871, -0.2069], + [37.6831, -0.2097], + [37.6773, -0.2089] + ] + ], + [ + [ + [37.6639, -0.2105], + [37.6669, -0.2078], + [37.6699, -0.2091], + [37.6667, -0.2086], + [37.6639, -0.2105] + ] + ], + [ + [ + [37.6549, -0.2133], + [37.6561, -0.2122], + [37.6565, -0.2122], + [37.6549, -0.2133] + ] + ], + [ + [ + [37.6447, -0.2155], + [37.6491, -0.2153], + [37.6489, -0.2153], + [37.6447, -0.2155] + ] + ], + [ + [ + [37.6251, -0.2067], + [37.6319, -0.2089], + [37.6273, -0.208], + [37.6251, -0.2067] + ] + ], + [ + [ + [37.6209, -0.2028], + [37.6249, -0.2066], + [37.6239, -0.2061], + [37.6209, -0.2028] + ] + ], + [ + [ + [37.6104, -0.1963], + [37.6141, -0.1954], + [37.6163, -0.1995], + [37.6133, -0.1964], + [37.6104, -0.1963] + ] + ], + [ + [ + [37.597, -0.1931], + [37.5979, -0.1934], + [37.6007, -0.1951], + [37.597, -0.1931] + ] + ], + [ + [ + [37.592, -0.1904], + [37.5932, -0.1913], + [37.5923, -0.1909], + [37.592, -0.1904] + ] + ], + [ + [ + [37.1329, -0.0311], + [37.1333, -0.0352], + [37.1367, -0.0388], + [37.1333, -0.0354], + [37.1329, -0.0311] + ] + ], + [ + [ + [37.1262, -0.0253], + [37.1307, -0.0289], + [37.1269, -0.026], + [37.1262, -0.0253] + ] + ] + ] + }, + "properties": { + "code": "12", + "name": "MERU", + "area": 0.56801994331, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [38.3031, -0.0514], + [38.3019, -0.0551], + [38.309, -0.0581], + [38.2869, -0.0894], + [38.2775, -0.0907], + [38.2713, -0.099], + [38.2545, -0.0911], + [38.2473, -0.0913], + [38.2209, -0.1093], + [38.2147, -0.1176], + [38.2127, -0.1281], + [38.2089, -0.1301], + [38.2045, -0.1483], + [38.1855, -0.1572], + [38.1833, -0.1923], + [38.1641, -0.2271], + [38.1645, -0.2352], + [38.1591, -0.2407], + [38.1429, -0.2443], + [38.1366, -0.259], + [38.1149, -0.2791], + [38.1061, -0.2786], + [38.1031, -0.2819], + [38.0909, -0.2772], + [38.0491, -0.2783], + [38.0325, -0.2753], + [38.0241, -0.2695], + [38.0033, -0.267], + [37.9969, -0.27], + [37.9929, -0.2894], + [37.9851, -0.3001], + [37.9805, -0.3143], + [37.986, -0.3205], + [37.9863, -0.3259], + [37.9809, -0.3286], + [37.9731, -0.3444], + [37.9781, -0.3576], + [37.9687, -0.3643], + [37.9733, -0.3703], + [37.9747, -0.38], + [37.9701, -0.387], + [37.9699, -0.4003], + [37.9665, -0.4022], + [37.9655, -0.4133], + [37.9519, -0.4279], + [37.9243, -0.4287], + [37.9223, -0.4177], + [37.9127, -0.4166], + [37.9017, -0.4077], + [37.9027, -0.4017], + [37.9001, -0.3988], + [37.892, -0.396], + [37.8905, -0.3922], + [37.8921, -0.3853], + [37.8973, -0.3804], + [37.8967, -0.3737], + [37.8901, -0.3665], + [37.8947, -0.3541], + [37.8869, -0.3455], + [37.8741, -0.3532], + [37.8703, -0.369], + [37.8663, -0.3726], + [37.8655, -0.3858], + [37.8529, -0.3931], + [37.8461, -0.405], + [37.8321, -0.4085], + [37.8143, -0.4307], + [37.7855, -0.4497], + [37.7667, -0.4519], + [37.7453, -0.4484], + [37.7291, -0.4536], + [37.7207, -0.4528], + [37.7155, -0.4472], + [37.6953, -0.4409], + [37.6823, -0.4304], + [37.6607, -0.424], + [37.6301, -0.3922], + [37.6031, -0.387], + [37.5855, -0.3734], + [37.5691, -0.3665], + [37.5611, -0.3673], + [37.5517, -0.3618], + [37.3085, -0.1521], + [37.5817, -0.1832], + [37.6007, -0.1951], + [37.6133, -0.1964], + [37.6239, -0.2061], + [37.6397, -0.2102], + [37.6447, -0.2155], + [37.6529, -0.2152], + [37.6667, -0.2086], + [37.6831, -0.2097], + [37.6907, -0.2061], + [37.7205, -0.205], + [37.7309, -0.2016], + [37.7513, -0.1868], + [37.7689, -0.1588], + [37.7917, -0.171], + [37.7973, -0.18], + [37.7957, -0.1898], + [37.8045, -0.1876], + [37.8703, -0.1322], + [37.9117, -0.0902], + [37.9373, -0.0576], + [37.9369, -0.0402], + [37.9257, -0.0346], + [37.9235, -0.0302], + [37.9291, -0.0089], + [37.9353, -0.0045], + [37.9333, -0.0009], + [37.9291, 0.0007], + [37.8967, -0.0064], + [37.8901, -0.0014], + [37.8901, 0.0068], + [37.9107, 0.0143], + [37.9253, 0.0292], + [37.9537, 0.0505], + [37.9705, 0.0522], + [37.9819, 0.0419], + [37.9879, 0.0422], + [37.9827, 0.0643], + [37.9955, 0.0652], + [38.0189, 0.0564], + [38.0241, 0.0492], + [38.0275, 0.0492], + [38.0447, 0.0239], + [38.0533, 0.0253], + [38.0601, 0.0218], + [38.0631, 0.024], + [38.0703, 0.022], + [38.0755, 0.029], + [38.0831, 0.027], + [38.0967, 0.0452], + [38.1065, 0.0461], + [38.1119, 0.0516], + [38.1373, 0.0458], + [38.1603, 0.0259], + [38.1765, 0.0217], + [38.1923, 0.0118], + [38.207, 0.0147], + [38.2185, 0.0109], + [38.2219, 0.0088], + [38.2231, 0.0022], + [38.2299, -0.0026], + [38.2313, -0.0122], + [38.2379, -0.0139], + [38.2467, -0.0239], + [38.2553, -0.0195], + [38.2827, -0.0269], + [38.2899, -0.0321], + [38.3031, -0.0514] + ] + ] + ] + }, + "properties": { + "code": "13", + "name": "THARAKA - NITHI", + "area": 0.20962152815, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [37.3085, -0.1521], + [37.5517, -0.3618], + [37.5611, -0.3673], + [37.5691, -0.3665], + [37.5855, -0.3734], + [37.6031, -0.387], + [37.6301, -0.3922], + [37.6607, -0.424], + [37.6823, -0.4304], + [37.6953, -0.4409], + [37.7155, -0.4472], + [37.7207, -0.4528], + [37.7291, -0.4536], + [37.7453, -0.4484], + [37.765, -0.4519], + [37.7855, -0.4497], + [37.8143, -0.4307], + [37.8321, -0.4085], + [37.8461, -0.405], + [37.8529, -0.3931], + [37.8655, -0.3858], + [37.8663, -0.3726], + [37.8703, -0.369], + [37.8741, -0.3532], + [37.8869, -0.3455], + [37.8901, -0.348], + [37.8947, -0.3541], + [37.8901, -0.3665], + [37.8967, -0.3737], + [37.8973, -0.3804], + [37.8921, -0.3853], + [37.892, -0.396], + [37.9001, -0.3988], + [37.9027, -0.4017], + [37.9017, -0.4077], + [37.9127, -0.4166], + [37.9223, -0.4177], + [37.9243, -0.4287], + [37.9365, -0.4306], + [37.9349, -0.4406], + [37.9143, -0.4688], + [37.8831, -0.538], + [37.8885, -0.562], + [37.8841, -0.5852], + [37.9011, -0.5987], + [37.9021, -0.6035], + [37.9229, -0.6278], + [37.8943, -0.6491], + [37.8929, -0.6583], + [37.8977, -0.6724], + [37.8959, -0.6835], + [37.9031, -0.6876], + [37.9035, -0.6907], + [37.8995, -0.7073], + [37.9011, -0.7117], + [37.9087, -0.7133], + [37.9109, -0.7106], + [37.9131, -0.7136], + [37.9165, -0.7313], + [37.9103, -0.7495], + [37.9031, -0.7608], + [37.8921, -0.77], + [37.8928, -0.7815], + [37.8849, -0.7844], + [37.8805, -0.799], + [37.8849, -0.8067], + [37.8833, -0.8098], + [37.8633, -0.8138], + [37.8381, -0.8134], + [37.8351, -0.8159], + [37.8287, -0.8082], + [37.8189, -0.8073], + [37.8097, -0.8167], + [37.8069, -0.8052], + [37.7969, -0.819], + [37.7889, -0.8242], + [37.7786, -0.8267], + [37.7719, -0.8234], + [37.7625, -0.8262], + [37.7581, -0.825], + [37.7445, -0.7816], + [37.7339, -0.7771], + [37.7253, -0.7827], + [37.7069, -0.7841], + [37.6995, -0.7877], + [37.6931, -0.7971], + [37.6819, -0.799], + [37.6817, -0.8239], + [37.6733, -0.8303], + [37.6653, -0.8482], + [37.6563, -0.849], + [37.6467, -0.845], + [37.6411, -0.8477], + [37.6363, -0.8416], + [37.6295, -0.8419], + [37.6275, -0.8533], + [37.6065, -0.8574], + [37.6021, -0.8643], + [37.5915, -0.8643], + [37.5879, -0.8682], + [37.5913, -0.8715], + [37.5873, -0.8806], + [37.5757, -0.8792], + [37.5651, -0.8828], + [37.5615, -0.8778], + [37.5518, -0.8854], + [37.5451, -0.8862], + [37.5335, -0.8992], + [37.5355, -0.9071], + [37.5327, -0.9146], + [37.5218, -0.918], + [37.5165, -0.9144], + [37.5163, -0.9052], + [37.5023, -0.9017], + [37.4961, -0.9047], + [37.4781, -0.8938], + [37.4731, -0.888], + [37.4747, -0.8779], + [37.4597, -0.8715], + [37.4479, -0.8709], + [37.4429, -0.8635], + [37.4265, -0.8667], + [37.4159, -0.8623], + [37.4123, -0.8594], + [37.4147, -0.8549], + [37.4129, -0.851], + [37.3977, -0.8566], + [37.3865, -0.8532], + [37.3801, -0.8576], + [37.3773, -0.8513], + [37.3641, -0.8452], + [37.3521, -0.846], + [37.3497, -0.8424], + [37.3385, -0.8466], + [37.3271, -0.8433], + [37.3263, -0.8372], + [37.3189, -0.8339], + [37.3139, -0.8204], + [37.3065, -0.8143], + [37.3071, -0.804], + [37.2883, -0.7852], + [37.2679, -0.7874], + [37.2679, -0.7791], + [37.2769, -0.757], + [37.3153, -0.7507], + [37.3241, -0.7648], + [37.3497, -0.7743], + [37.3569, -0.7727], + [37.3613, -0.7645], + [37.3741, -0.7645], + [37.3873, -0.7559], + [37.4067, -0.7501], + [37.4217, -0.7498], + [37.4449, -0.733], + [37.4633, -0.7352], + [37.4643, -0.7318], + [37.4733, -0.7271], + [37.4927, -0.7334], + [37.496, -0.7317], + [37.493, -0.7249], + [37.4793, -0.715], + [37.4802, -0.694], + [37.4751, -0.6853], + [37.4782, -0.6711], + [37.4735, -0.6508], + [37.4883, -0.6177], + [37.4869, -0.6115], + [37.4783, -0.6019], + [37.4853, -0.5835], + [37.4785, -0.5748], + [37.4741, -0.5604], + [37.4633, -0.5571], + [37.4617, -0.5524], + [37.4505, -0.5482], + [37.4455, -0.5311], + [37.4343, -0.5217], + [37.4275, -0.5106], + [37.4297, -0.4959], + [37.4247, -0.4844], + [37.4282, -0.4598], + [37.4273, -0.4479], + [37.4237, -0.4459], + [37.4267, -0.4342], + [37.4253, -0.424], + [37.3085, -0.1521] + ] + ] + ] + }, + "properties": { + "code": "14", + "name": "EMBU", + "area": 0.22934267389, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [38.7967, -2.3435], + [38.7905, -2.3453], + [38.7887, -2.3528], + [38.7836, -2.3569], + [38.7697, -2.3558], + [38.7563, -2.3638], + [38.7395, -2.366], + [38.7339, -2.3804], + [38.6961, -2.4119], + [38.6611, -2.4204], + [38.6349, -2.4187], + [38.6323, -2.4151], + [38.6249, -2.4146], + [39.0761, -3.0432], + [39.0621, -3.043], + [39.0467, -3.0336], + [39.0455, -3.0245], + [39.0381, -3.0272], + [39.0251, -3.0235], + [39.0137, -3.0278], + [38.9921, -3.0285], + [38.9873, -3.0349], + [38.9749, -3.0419], + [38.9375, -3.0369], + [38.9327, -3.0421], + [38.9151, -3.0454], + [38.9037, -3.0446], + [38.8952, -3.0403], + [38.8631, -3.0598], + [38.8479, -3.0629], + [38.8423, -3.0561], + [38.8183, -3.0697], + [38.8053, -3.0708], + [38.7997, -3.0684], + [38.7993, -3.0621], + [38.8099, -3.0598], + [38.8101, -3.056], + [38.7793, -3.0501], + [38.7741, -3.0457], + [38.7575, -3.049], + [38.7343, -3.0446], + [38.7089, -3.0344], + [38.6657, -3.0413], + [38.6623, -3.0324], + [38.6429, -3.015], + [38.6101, -3.0092], + [38.6071, -3.0068], + [38.6089, -2.9974], + [38.5943, -3.0011], + [38.5835, -2.9896], + [38.5615, -2.9888], + [38.5445, -2.9818], + [38.5393, -2.9763], + [38.5169, -2.98], + [38.5187, -2.9774], + [38.5115, -2.9683], + [38.5053, -2.9671], + [38.4993, -2.9589], + [38.4927, -2.9575], + [38.4878, -2.9394], + [38.4769, -2.9387], + [38.4617, -2.9008], + [38.4513, -2.8945], + [38.4548, -2.884], + [38.4449, -2.8818], + [38.4458, -2.871], + [38.4389, -2.8662], + [38.4398, -2.8601], + [38.4303, -2.8549], + [38.4289, -2.8508], + [38.4319, -2.8446], + [38.4274, -2.8222], + [38.4191, -2.814], + [38.4235, -2.7993], + [38.4325, -2.7918], + [38.4263, -2.7744], + [38.3911, -2.6959], + [38.3824, -2.6657], + [38.3675, -2.6516], + [38.3679, -2.6442], + [38.3629, -2.6392], + [38.3483, -2.5936], + [38.3391, -2.5853], + [38.3327, -2.564], + [38.3384, -2.5585], + [38.3231, -2.5498], + [38.3203, -2.5383], + [38.3219, -2.5316], + [38.3131, -2.5139], + [38.3133, -2.5061], + [38.3009, -2.4985], + [38.2968, -2.4898], + [38.2899, -2.4865], + [38.274, -2.4259], + [38.2537, -2.4232], + [38.2309, -2.4037], + [38.2243, -2.4019], + [38.2109, -2.3577], + [38.1987, -2.3555], + [38.1871, -2.3414], + [38.1765, -2.3408], + [38.1645, -2.3358], + [38.1539, -2.3306], + [38.1491, -2.3245], + [38.1277, -2.3242], + [38.1171, -2.315], + [38.1157, -2.3051], + [38.1101, -2.3021], + [38.1121, -2.2899], + [38.1029, -2.2847], + [38.0993, -2.2778], + [38.0897, -2.2755], + [38.0843, -2.2645], + [38.0767, -2.2636], + [38.0701, -2.2294], + [38.0649, -2.2247], + [38.0705, -2.2166], + [38.0603, -2.208], + [38.0549, -2.1892], + [38.0491, -2.182], + [38.0511, -2.1752], + [38.0489, -2.171], + [38.0295, -2.1646], + [38.0225, -2.15], + [38.0197, -2.1494], + [37.9697, -2.1694], + [37.9659, -2.1679], + [37.9641, -2.1483], + [37.9545, -2.1348], + [37.9609, -2.0777], + [37.9551, -2.059], + [37.9559, -2.0513], + [37.9509, -2.039], + [37.9403, -2.0354], + [37.9441, -2.0255], + [37.9399, -2.0198], + [37.9415, -2.0147], + [37.9355, -2.0104], + [37.9379, -2.0054], + [37.9303, -1.9987], + [37.9257, -1.9873], + [37.9151, -1.9559], + [37.9162, -1.9462], + [37.9107, -1.9365], + [37.9121, -1.9218], + [37.9188, -1.906], + [37.9065, -1.9044], + [37.9073, -1.8943], + [37.9001, -1.8723], + [37.9003, -1.8635], + [37.8897, -1.8612], + [37.8861, -1.8544], + [37.8883, -1.8463], + [37.8936, -1.8422], + [37.8795, -1.8317], + [37.8491, -1.7999], + [37.8387, -1.7819], + [37.8427, -1.7697], + [37.8503, -1.7709], + [37.8531, -1.7681], + [37.8561, -1.7559], + [37.8513, -1.7326], + [37.8463, -1.7263], + [37.8453, -1.7141], + [37.8359, -1.7111], + [37.8377, -1.6934], + [37.8309, -1.6849], + [37.8219, -1.6832], + [37.822, -1.6684], + [37.8111, -1.6611], + [37.8055, -1.6547], + [37.8063, -1.6514], + [37.8025, -1.6502], + [37.8019, -1.6381], + [37.7933, -1.6287], + [37.7731, -1.5869], + [37.7641, -1.582], + [37.7573, -1.5712], + [37.7507, -1.5708], + [37.7535, -1.5687], + [37.7503, -1.5563], + [37.7423, -1.5546], + [37.7367, -1.5485], + [37.7141, -1.512], + [37.7025, -1.51], + [37.6953, -1.4995], + [37.7079, -1.4913], + [37.7343, -1.4984], + [37.7747, -1.4882], + [37.7837, -1.4713], + [37.8075, -1.4516], + [37.8175, -1.4492], + [37.8051, -1.3969], + [37.7997, -1.3975], + [37.7905, -1.3782], + [37.7807, -1.3718], + [37.7761, -1.3627], + [37.7631, -1.3576], + [37.7455, -1.3585], + [37.7455, -1.3529], + [37.7327, -1.3425], + [37.7251, -1.3163], + [37.7025, -1.2742], + [37.6987, -1.2717], + [37.6889, -1.2418], + [37.6773, -1.2343], + [37.6575, -1.2097], + [37.6381, -1.1693], + [37.6245, -1.1498], + [37.6186, -1.1456], + [37.6063, -1.1445], + [37.6035, -1.1365], + [37.5985, -1.1334], + [37.5955, -1.0889], + [37.7343, -1.0825], + [37.7921, -1.1257], + [37.8025, -1.1188], + [37.8091, -1.0949], + [37.8189, -1.083], + [37.8223, -1.0731], + [37.8307, -1.0714], + [37.8462, -1.0497], + [37.8509, -1.0103], + [37.8473, -0.9978], + [37.8675, -0.9801], + [37.8639, -0.9713], + [37.8457, -0.9666], + [37.8531, -0.9631], + [37.8479, -0.9487], + [37.8481, -0.9445], + [37.8531, -0.9404], + [37.8499, -0.9335], + [37.8437, -0.9302], + [37.8418, -0.9228], + [37.8387, -0.9224], + [37.8379, -0.9129], + [37.8343, -0.9135], + [37.8309, -0.9061], + [37.8199, -0.9024], + [37.8191, -0.8989], + [37.8237, -0.8931], + [37.8215, -0.8856], + [37.8271, -0.8693], + [37.8309, -0.867], + [37.8305, -0.8601], + [37.8383, -0.8515], + [37.8375, -0.8485], + [37.8447, -0.8443], + [37.8419, -0.8385], + [37.8481, -0.8353], + [37.8455, -0.814], + [37.8351, -0.8159], + [37.8381, -0.8134], + [37.8633, -0.8138], + [37.8833, -0.8098], + [37.8849, -0.8067], + [37.8805, -0.799], + [37.8849, -0.7844], + [37.8928, -0.7815], + [37.8921, -0.77], + [37.9031, -0.7608], + [37.9103, -0.7495], + [37.9165, -0.7313], + [37.9131, -0.7136], + [37.9109, -0.7106], + [37.9087, -0.7133], + [37.9011, -0.7117], + [37.8995, -0.7073], + [37.9031, -0.6876], + [37.8959, -0.6835], + [37.8977, -0.6724], + [37.8929, -0.6583], + [37.8943, -0.6491], + [37.9229, -0.6278], + [37.9021, -0.6035], + [37.9011, -0.5987], + [37.8841, -0.5852], + [37.8885, -0.562], + [37.8831, -0.538], + [37.9143, -0.4688], + [37.9349, -0.4406], + [37.935, -0.4302], + [37.9519, -0.4279], + [37.9655, -0.4133], + [37.9665, -0.4022], + [37.9699, -0.4003], + [37.9701, -0.387], + [37.9747, -0.38], + [37.9733, -0.3703], + [37.9687, -0.3643], + [37.9781, -0.3576], + [37.9731, -0.3444], + [37.9809, -0.3286], + [37.9863, -0.3259], + [37.986, -0.3205], + [37.9805, -0.3143], + [37.9851, -0.3001], + [37.9929, -0.2894], + [37.9969, -0.27], + [38.0033, -0.267], + [38.0241, -0.2695], + [38.0325, -0.2753], + [38.0491, -0.2783], + [38.0909, -0.2772], + [38.1031, -0.2819], + [38.1061, -0.2786], + [38.1149, -0.2791], + [38.1366, -0.259], + [38.1429, -0.2443], + [38.1591, -0.2407], + [38.1645, -0.2352], + [38.1641, -0.2271], + [38.1833, -0.1923], + [38.1855, -0.1572], + [38.2045, -0.1483], + [38.2089, -0.1301], + [38.2127, -0.1281], + [38.2147, -0.1176], + [38.2209, -0.1093], + [38.2473, -0.0913], + [38.2545, -0.0911], + [38.2713, -0.099], + [38.2775, -0.0907], + [38.2869, -0.0894], + [38.309, -0.0581], + [38.3019, -0.0551], + [38.3143, -0.0565], + [38.3283, -0.0701], + [38.3469, -0.0653], + [38.3839, -0.0897], + [38.3893, -0.0858], + [38.3929, -0.0767], + [38.4095, -0.078], + [38.4195, -0.0728], + [38.7829, -0.6881], + [38.7863, -0.6979], + [38.8069, -0.7288], + [38.9623, -1.0546], + [38.9987, -1.6821], + [38.9884, -1.6916], + [38.9813, -1.6915], + [38.9597, -1.7044], + [39.0141, -1.9162], + [39.0003, -1.9483], + [38.7967, -2.3435] + ] + ] + ] + }, + "properties": { + "code": "15", + "name": "KITUI", + "area": 2.47528086643, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [36.9095, -1.4229], + [36.9319, -1.4329], + [36.9555, -1.4376], + [36.9612, -1.4439], + [36.9617, -1.4387], + [36.9559, -1.4293], + [36.9475, -1.4219], + [36.9443, -1.4067], + [36.9369, -1.3997], + [36.9239, -1.3939], + [36.9073, -1.3634], + [36.9345, -1.3388], + [36.9669, -1.3532], + [36.9843, -1.3148], + [36.9743, -1.2896], + [36.9955, -1.2814], + [37.0027, -1.3007], + [37.0265, -1.2919], + [37.076, -1.3024], + [37.0735, -1.2954], + [37.0787, -1.2838], + [37.0823, -1.2847], + [37.0879, -1.2775], + [37.1015, -1.2742], + [37.1039, -1.2648], + [37.0875, -1.249], + [37.1031, -1.2609], + [37.1101, -1.2589], + [37.1101, -1.2484], + [37.1195, -1.247], + [37.1195, -1.2395], + [37.1231, -1.2349], + [37.1373, -1.2326], + [37.1417, -1.2265], + [37.1545, -1.2225], + [37.1543, -1.2092], + [37.1597, -1.2058], + [37.1573, -1.1948], + [37.1667, -1.1886], + [37.1745, -1.1741], + [37.1829, -1.166], + [37.1817, -1.1564], + [37.1873, -1.1387], + [37.1751, -1.1198], + [37.1805, -1.1104], + [37.1889, -1.1057], + [37.1929, -1.095], + [37.2127, -1.0802], + [37.2341, -1.0761], + [37.2511, -1.0788], + [37.2645, -1.0695], + [37.2819, -1.0676], + [37.2993, -1.0744], + [37.3431, -1.1187], + [37.3625, -1.0952], + [37.3562, -1.0928], + [37.3625, -1.095], + [37.3653, -1.093], + [37.3879, -1.0604], + [37.4213, -1.0356], + [37.4067, -1.0145], + [37.3625, -0.99], + [37.3389, -0.9877], + [37.3335, -0.9788], + [37.3467, -0.9791], + [37.3665, -0.9653], + [37.3553, -0.9498], + [37.3433, -0.9641], + [37.3313, -0.9555], + [37.3297, -0.9489], + [37.3173, -0.9494], + [37.3155, -0.9433], + [37.3255, -0.9354], + [37.3173, -0.9238], + [37.3189, -0.921], + [37.2821, -0.8981], + [37.2531, -0.8637], + [37.2423, -0.864], + [37.2415, -0.8612], + [37.2263, -0.8546], + [37.2333, -0.8407], + [37.2591, -0.8394], + [37.2633, -0.794], + [37.2679, -0.7874], + [37.2641, -0.7816], + [37.2679, -0.7874], + [37.2883, -0.7852], + [37.2947, -0.7941], + [37.3053, -0.8013], + [37.3065, -0.8143], + [37.3139, -0.8204], + [37.3189, -0.8339], + [37.3263, -0.8372], + [37.3271, -0.8433], + [37.3385, -0.8466], + [37.3497, -0.8424], + [37.3521, -0.846], + [37.3641, -0.8452], + [37.3773, -0.8513], + [37.3801, -0.8576], + [37.3865, -0.8532], + [37.3977, -0.8566], + [37.4129, -0.851], + [37.4147, -0.8549], + [37.4123, -0.8594], + [37.4159, -0.8623], + [37.4265, -0.8667], + [37.4429, -0.8635], + [37.4479, -0.8709], + [37.4597, -0.8715], + [37.4747, -0.8779], + [37.4731, -0.888], + [37.4781, -0.8938], + [37.4961, -0.9047], + [37.5023, -0.9017], + [37.5163, -0.9052], + [37.5165, -0.9144], + [37.5218, -0.918], + [37.5327, -0.9146], + [37.5355, -0.9071], + [37.5335, -0.8992], + [37.5451, -0.8862], + [37.5518, -0.8854], + [37.5615, -0.8778], + [37.5651, -0.8828], + [37.5757, -0.8792], + [37.5873, -0.8806], + [37.5913, -0.8715], + [37.5879, -0.8682], + [37.5915, -0.8643], + [37.6021, -0.8643], + [37.6065, -0.8574], + [37.6275, -0.8533], + [37.6295, -0.8419], + [37.6363, -0.8416], + [37.6411, -0.8477], + [37.6467, -0.845], + [37.6563, -0.849], + [37.6653, -0.8482], + [37.6733, -0.8303], + [37.6817, -0.8239], + [37.6819, -0.799], + [37.6931, -0.7971], + [37.6995, -0.7877], + [37.7069, -0.7841], + [37.7253, -0.7827], + [37.7339, -0.7771], + [37.7445, -0.7816], + [37.7581, -0.825], + [37.7625, -0.8262], + [37.7719, -0.8234], + [37.7786, -0.8267], + [37.7889, -0.8242], + [37.7969, -0.819], + [37.8069, -0.8052], + [37.8097, -0.8167], + [37.8189, -0.8073], + [37.8287, -0.8082], + [37.8351, -0.8159], + [37.8455, -0.814], + [37.8481, -0.8353], + [37.8419, -0.8385], + [37.8447, -0.8443], + [37.8375, -0.8485], + [37.8383, -0.8515], + [37.8305, -0.8601], + [37.8309, -0.867], + [37.8271, -0.8693], + [37.8215, -0.8856], + [37.8237, -0.8931], + [37.8191, -0.8989], + [37.8199, -0.9024], + [37.8309, -0.9061], + [37.8343, -0.9135], + [37.8379, -0.9129], + [37.8387, -0.9224], + [37.8418, -0.9228], + [37.8437, -0.9302], + [37.8499, -0.9335], + [37.8531, -0.9404], + [37.8481, -0.9445], + [37.8479, -0.9487], + [37.8531, -0.9631], + [37.8457, -0.9666], + [37.8639, -0.9713], + [37.8675, -0.9801], + [37.8473, -0.9978], + [37.8509, -1.0103], + [37.8462, -1.0497], + [37.8307, -1.0714], + [37.8223, -1.0731], + [37.8189, -1.083], + [37.8091, -1.0949], + [37.8025, -1.1188], + [37.7921, -1.1257], + [37.7343, -1.0825], + [37.5955, -1.0889], + [37.5985, -1.1334], + [37.6035, -1.1365], + [37.6063, -1.1445], + [37.6186, -1.1456], + [37.6245, -1.1498], + [37.6381, -1.1693], + [37.6575, -1.2097], + [37.6773, -1.2343], + [37.6889, -1.2418], + [37.6987, -1.2717], + [37.7025, -1.2742], + [37.7251, -1.3163], + [37.7327, -1.3425], + [37.7455, -1.3529], + [37.7455, -1.3585], + [37.7631, -1.3576], + [37.7761, -1.3627], + [37.7807, -1.3718], + [37.7905, -1.3782], + [37.7997, -1.3975], + [37.8051, -1.3969], + [37.8135, -1.4409], + [37.8177, -1.4454], + [37.8175, -1.4492], + [37.8075, -1.4516], + [37.7837, -1.4713], + [37.7747, -1.4882], + [37.7343, -1.4984], + [37.7079, -1.4913], + [37.6953, -1.4995], + [37.7025, -1.51], + [37.7141, -1.512], + [37.7319, -1.5421], + [37.7423, -1.5546], + [37.7503, -1.5563], + [37.7531, -1.5656], + [37.7535, -1.5687], + [37.7371, -1.5775], + [37.7335, -1.5838], + [37.7365, -1.5875], + [37.7348, -1.5952], + [37.7221, -1.6094], + [37.7133, -1.6073], + [37.7015, -1.5864], + [37.6897, -1.5896], + [37.6853, -1.5877], + [37.6905, -1.6024], + [37.6883, -1.6198], + [37.6689, -1.6433], + [37.6615, -1.6456], + [37.6451, -1.616], + [37.6413, -1.5891], + [37.6325, -1.5917], + [37.6223, -1.58], + [37.6193, -1.5692], + [37.6035, -1.5639], + [37.5983, -1.5543], + [37.5797, -1.567], + [37.5754, -1.567], + [37.5765, -1.5607], + [37.5589, -1.5601], + [37.5579, -1.5571], + [37.5629, -1.5537], + [37.5523, -1.5509], + [37.5549, -1.5421], + [37.5517, -1.5399], + [37.5437, -1.5427], + [37.5235, -1.5402], + [37.5175, -1.5291], + [37.5051, -1.5294], + [37.4873, -1.518], + [37.4647, -1.5203], + [37.4461, -1.5325], + [37.4393, -1.5308], + [37.4363, -1.5338], + [37.4199, -1.5316], + [37.4003, -1.523], + [37.3793, -1.522], + [37.3649, -1.5372], + [37.3619, -1.5355], + [37.3545, -1.5487], + [37.3355, -1.5623], + [37.3429, -1.574], + [37.3631, -1.5911], + [37.3873, -1.6477], + [37.4011, -1.6657], + [37.4125, -1.6901], + [37.3755, -1.707], + [37.3587, -1.7086], + [37.3427, -1.7025], + [37.3129, -1.7025], + [37.2888, -1.7139], + [37.2899, -1.7009], + [37.2795, -1.6898], + [37.2657, -1.6826], + [37.2727, -1.6705], + [37.2531, -1.6373], + [37.2519, -1.5944], + [37.2325, -1.5914], + [37.1757, -1.6193], + [37.1925, -1.6552], + [37.1973, -1.7224], + [37.1771, -1.7561], + [37.1663, -1.7634], + [37.1559, -1.7799], + [37.1529, -1.7775], + [37.1587, -1.7672], + [37.1495, -1.7611], + [37.1473, -1.7393], + [37.1425, -1.7381], + [37.1329, -1.7449], + [37.1131, -1.7362], + [37.0079, -1.5961], + [37.0001, -1.5983], + [36.9915, -1.5874], + [36.9967, -1.5834], + [36.9787, -1.556], + [36.9679, -1.5562], + [36.9593, -1.5463], + [36.9573, -1.5383], + [36.9635, -1.5291], + [36.9643, -1.5131], + [36.9743, -1.5018], + [36.9718, -1.4919], + [36.9775, -1.4788], + [36.9481, -1.4617], + [36.9493, -1.457], + [36.9413, -1.4552], + [36.9239, -1.4592], + [36.8864, -1.4867], + [36.8789, -1.478], + [36.8917, -1.4152], + [36.9095, -1.4229] + ] + ] + ] + }, + "properties": { + "code": "16", + "name": "Machakos", + "area": 0.49098460969, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [39.5697, -3.9978], + [39.5631, -4.022], + [39.5811, -4.0369], + [39.5793, -4.0853], + [39.5853, -4.1046], + [39.5837, -4.1124], + [39.5767, -4.122], + [39.5971, -4.1156], + [39.6009, -4.1102], + [39.5995, -4.1029], + [39.6053, -4.0983], + [39.6087, -4.0897], + [39.6339, -4.1196], + [39.6385, -4.1212], + [39.6335, -4.1267], + [39.6275, -4.1447], + [39.6647, -4.169], + [39.7393, -4.1983], + [39.6125, -4.4885], + [39.5483, -4.5722], + [39.3815, -4.7598], + [39.3151, -4.8013], + [39.2837, -4.7587], + [39.2167, -4.6793], + [39.2075, -4.6782], + [39.2025, -4.6698], + [39.1929, -4.6688], + [39.1907, -4.6597], + [38.4467, -4.1406], + [38.9467, -3.9622], + [39.0355, -3.7617], + [38.9311, -3.6983], + [38.9691, -3.6361], + [39.0571, -3.686], + [39.0879, -3.572], + [39.2833, -3.572], + [39.3031, -3.5714], + [39.3189, -3.567], + [39.3209, -3.5704], + [39.3189, -3.5778], + [39.3257, -3.5867], + [39.3477, -3.6008], + [39.3445, -3.6356], + [39.3529, -3.6428], + [39.3569, -3.6566], + [39.3537, -3.6911], + [39.3491, -3.6945], + [39.3477, -3.7025], + [39.3591, -3.7227], + [39.3585, -3.7294], + [39.3641, -3.7363], + [39.3769, -3.7429], + [39.3919, -3.7401], + [39.3951, -3.7569], + [39.3921, -3.7698], + [39.3841, -3.7739], + [39.3895, -3.7782], + [39.3903, -3.7844], + [39.3799, -3.7929], + [39.3787, -3.7966], + [39.3819, -3.7996], + [39.3799, -3.8095], + [39.4011, -3.8273], + [39.4043, -3.824], + [39.4207, -3.8242], + [39.4223, -3.8281], + [39.4349, -3.8352], + [39.4515, -3.8557], + [39.4683, -3.862], + [39.4853, -3.8826], + [39.4947, -3.8867], + [39.4981, -3.8901], + [39.5007, -3.9047], + [39.5213, -3.9193], + [39.5235, -3.9312], + [39.5307, -3.9379], + [39.5283, -3.9487], + [39.5319, -3.9542], + [39.5471, -3.9625], + [39.5483, -3.9705], + [39.5409, -3.9899], + [39.5423, -3.9929], + [39.5461, -3.9949], + [39.5551, -3.9866], + [39.5661, -3.9907], + [39.5697, -3.9978] + ] + ] + ] + }, + "properties": { + "code": "2", + "name": "Kwale", + "area": 0.75826601303, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [39.6861, -3.9256], + [39.6729, -3.9227], + [39.6431, -3.9282], + [39.6431, -3.9331], + [39.6505, -3.9379], + [39.6537, -3.9475], + [39.6475, -3.9519], + [39.6499, -3.9608], + [39.6413, -3.96], + [39.6273, -3.9655], + [39.6203, -3.9591], + [39.6087, -3.9605], + [39.6011, -3.9533], + [39.5843, -3.9678], + [39.5833, -3.9724], + [39.5703, -3.9777], + [39.5705, -3.9821], + [39.5751, -3.986], + [39.5697, -3.9978], + [39.5661, -3.9907], + [39.5551, -3.9866], + [39.5461, -3.9949], + [39.5423, -3.9929], + [39.5409, -3.9899], + [39.5483, -3.9705], + [39.5471, -3.9625], + [39.5319, -3.9542], + [39.5283, -3.9487], + [39.5307, -3.9379], + [39.5235, -3.9312], + [39.5213, -3.9193], + [39.5007, -3.9047], + [39.4981, -3.8901], + [39.4853, -3.8826], + [39.4683, -3.862], + [39.4515, -3.8557], + [39.4349, -3.8352], + [39.4223, -3.8281], + [39.4207, -3.8242], + [39.4043, -3.824], + [39.4011, -3.8273], + [39.3799, -3.8095], + [39.3819, -3.7996], + [39.3787, -3.7966], + [39.3799, -3.7929], + [39.3903, -3.7844], + [39.3895, -3.7782], + [39.3841, -3.7739], + [39.3921, -3.7698], + [39.3951, -3.7569], + [39.3919, -3.7401], + [39.3769, -3.7429], + [39.3641, -3.7363], + [39.3585, -3.7294], + [39.3591, -3.7227], + [39.3477, -3.7025], + [39.3491, -3.6945], + [39.3537, -3.6911], + [39.3569, -3.6566], + [39.3529, -3.6428], + [39.3445, -3.6356], + [39.3477, -3.6008], + [39.3257, -3.5867], + [39.3189, -3.5778], + [39.3209, -3.5704], + [39.3189, -3.567], + [39.3031, -3.5714], + [39.2833, -3.572], + [39.0879, -3.572], + [39.2079, -3.1141], + [39.2175, -3.0784], + [39.2235, -3.0683], + [39.8929, -2.3117], + [40.1923, -2.7362], + [40.1881, -2.7343], + [40.1953, -2.7437], + [40.1849, -2.773], + [40.1877, -2.7782], + [40.1857, -2.8198], + [40.1721, -2.8585], + [40.1713, -2.8801], + [40.1743, -2.8869], + [40.1647, -2.9257], + [40.1655, -2.9489], + [40.1901, -2.9859], + [40.1981, -2.9862], + [40.2007, -2.9907], + [40.2077, -2.9935], + [40.2175, -2.9915], + [40.2335, -2.9793], + [40.2399, -2.9799], + [40.2407, -2.9857], + [40.2383, -2.9942], + [40.2307, -2.9946], + [40.2227, -3.002], + [40.2045, -3.0087], + [40.1979, -3.017], + [40.1953, -3.0311], + [40.1823, -3.0358], + [40.1717, -3.0482], + [40.1703, -3.0612], + [40.1747, -3.0683], + [40.1601, -3.0803], + [40.1563, -3.0899], + [40.1631, -3.134], + [40.1441, -3.1663], + [40.1255, -3.1904], + [40.1211, -3.2033], + [40.1291, -3.2266], + [40.1265, -3.2479], + [40.1327, -3.2561], + [40.1195, -3.2915], + [40.1081, -3.3016], + [40.0405, -3.3428], + [40.0293, -3.3532], + [40.0075, -3.3632], + [39.9735, -3.3892], + [39.9697, -3.3878], + [39.9719, -3.3768], + [39.9831, -3.369], + [39.9955, -3.3687], + [39.9961, -3.3654], + [39.9921, -3.366], + [39.9917, -3.3505], + [39.9837, -3.3342], + [39.9955, -3.3165], + [39.9863, -3.3208], + [39.9737, -3.3217], + [39.9511, -3.3316], + [39.9497, -3.338], + [39.9551, -3.3427], + [39.9497, -3.3485], + [39.9397, -3.3482], + [39.9375, -3.3513], + [39.9397, -3.3668], + [39.9347, -3.3729], + [39.9433, -3.3759], + [39.9435, -3.3806], + [39.9467, -3.3797], + [39.9545, -3.388], + [39.9653, -3.3917], + [39.9679, -3.4075], + [39.9273, -3.4917], + [39.9019, -3.5692], + [39.8717, -3.6315], + [39.8659, -3.6375], + [39.8449, -3.6333], + [39.8169, -3.6077], + [39.7991, -3.6063], + [39.7849, -3.6132], + [39.8041, -3.6148], + [39.811, -3.6247], + [39.8115, -3.6323], + [39.8075, -3.6276], + [39.7964, -3.6308], + [39.7917, -3.6232], + [39.7865, -3.6243], + [39.7993, -3.6428], + [39.8115, -3.6483], + [39.8213, -3.6466], + [39.8291, -3.6381], + [39.8387, -3.6337], + [39.8455, -3.6381], + [39.8607, -3.6411], + [39.8675, -3.6539], + [39.8689, -3.6687], + [39.8637, -3.6785], + [39.8685, -3.6818], + [39.8705, -3.6961], + [39.8449, -3.765], + [39.8289, -3.8259], + [39.7879, -3.9077], + [39.7745, -3.9425], + [39.7659, -3.9526], + [39.7523, -3.958], + [39.7363, -3.9501], + [39.7303, -3.9536], + [39.7151, -3.9517], + [39.7015, -3.9268], + [39.7159, -3.905], + [39.7161, -3.9013], + [39.7121, -3.9005], + [39.7095, -3.9025], + [39.7111, -3.9111], + [39.7021, -3.9124], + [39.6981, -3.9185], + [39.6931, -3.9141], + [39.6903, -3.9254], + [39.6861, -3.9256] + ] + ] + ] + }, + "properties": { + "code": "3", + "name": "Kilifi", + "area": 1.02533838151, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [39.9721, -2.4238], + [39.8929, -2.3117], + [39.2801, -3.0031], + [39.2235, -3.0683], + [39.2169, -3.0807], + [39.2198, -3.0697], + [39.2155, -3.0676], + [39.2079, -3.0684], + [39.1965, -3.0637], + [39.1831, -3.0648], + [39.1759, -3.0598], + [39.1711, -3.0673], + [39.1649, -3.0676], + [39.1556, -3.0503], + [39.1513, -3.0475], + [39.1443, -3.0507], + [39.1407, -3.0441], + [39.1361, -3.0444], + [39.1303, -3.0224], + [39.1141, -3.0267], + [39.1031, -3.0402], + [39.0901, -3.0462], + [39.0895, -3.0531], + [39.0861, -3.0557], + [39.0819, -3.0532], + [39.0791, -3.0446], + [38.6249, -2.4146], + [38.6323, -2.4151], + [38.6349, -2.4187], + [38.6611, -2.4204], + [38.6961, -2.4119], + [38.7339, -2.3804], + [38.7395, -2.366], + [38.7563, -2.3638], + [38.7697, -2.3558], + [38.7836, -2.3569], + [38.7887, -2.3528], + [38.7905, -2.3453], + [38.7967, -2.3435], + [39.0157, -1.9177], + [38.9597, -1.7044], + [38.9813, -1.6915], + [38.9884, -1.6916], + [38.9987, -1.6821], + [38.9623, -1.0546], + [38.8069, -0.7288], + [38.4227, -0.0748], + [38.4309, -0.0789], + [38.4379, -0.075], + [38.4525, -0.0867], + [38.4611, -0.0883], + [38.4835, -0.0784], + [38.4883, -0.0726], + [38.4899, -0.0634], + [38.4935, -0.062], + [38.5027, -0.0659], + [38.5111, -0.0623], + [38.5225, -0.0645], + [38.5307, -0.0581], + [38.5305, -0.0476], + [38.5411, -0.0459], + [38.5485, -0.0233], + [38.5551, -0.0197], + [38.5711, -0.0217], + [38.6015, -0.0366], + [38.6123, -0.0327], + [38.6397, -0.0571], + [38.6483, -0.0562], + [38.6557, -0.049], + [38.6829, -0.0573], + [38.6889, -0.0437], + [38.7111, -0.0634], + [38.7373, -0.0726], + [38.7585, -0.0758], + [38.7665, -0.0715], + [38.7613, -0.0672], + [38.7649, -0.0568], + [38.7531, -0.0499], + [38.7519, -0.0463], + [38.7533, -0.0421], + [38.7495, -0.033], + [38.7539, -0.0299], + [38.7775, -0.0289], + [38.8349, -0.0515], + [38.8541, -0.0496], + [38.8843, -0.0537], + [38.9115, -0.0426], + [38.9383, -0.0455], + [38.9491, -0.031], + [38.9727, -0.015], + [39.0001, -0.0075], + [39.0281, -0.004], + [39.0523, -0.0075], + [39.0723, -0.0054], + [39.0911, -0.0106], + [39.1485, -0.0767], + [39.1921, -0.0925], + [39.2319, -0.0878], + [39.2619, -0.0955], + [39.3127, -0.0902], + [39.3301, -0.093], + [39.3627, -0.1168], + [39.3875, -0.1276], + [39.4081, -0.1467], + [39.4449, -0.1505], + [39.4821, -0.1768], + [39.5105, -0.2048], + [39.5291, -0.2177], + [39.5453, -0.2465], + [39.5661, -0.2559], + [39.5829, -0.2701], + [39.5999, -0.2985], + [39.6269, -0.3217], + [39.6279, -0.452], + [39.6369, -0.4611], + [39.6317, -0.4755], + [39.6335, -0.4951], + [39.6933, -0.4956], + [39.7103, -0.5175], + [39.7235, -0.528], + [39.7283, -0.5477], + [39.7475, -0.5455], + [39.7581, -0.5495], + [39.7737, -0.5623], + [39.8099, -0.5841], + [39.8164, -0.592], + [39.8217, -0.6043], + [39.8205, -0.6265], + [39.8402, -0.6527], + [39.8439, -0.6743], + [39.8565, -0.6942], + [39.8585, -0.7193], + [39.8689, -0.7415], + [39.8633, -0.7615], + [39.8799, -0.788], + [39.8907, -0.8197], + [39.9015, -0.8358], + [39.9061, -0.8797], + [39.9043, -0.8974], + [39.9203, -0.9205], + [39.9383, -0.9677], + [39.9395, -0.9805], + [39.9355, -1.0062], + [39.9971, -1.1228], + [40.0107, -1.1619], + [40.0395, -1.2022], + [40.0573, -1.2511], + [40.0574, -1.2735], + [40.0505, -1.3006], + [40.0503, -1.3184], + [40.0615, -1.3416], + [40.0903, -1.4854], + [40.1041, -1.5064], + [40.1105, -1.5386], + [40.1189, -1.5612], + [40.1443, -1.5897], + [40.1549, -1.6121], + [40.1605, -1.6486], + [40.1593, -1.702], + [40.1713, -1.7305], + [40.1585, -1.7647], + [40.1637, -1.8248], + [40.1887, -1.8685], + [40.1903, -1.9321], + [40.1873, -1.9635], + [40.1981, -1.9852], + [40.1979, -2.004], + [40.2122, -2.0352], + [40.2511, -2.2506], + [40.2515, -2.3993], + [40.3459, -2.4011], + [40.3585, -2.4172], + [40.3725, -2.4251], + [40.3817, -2.4243], + [40.3867, -2.4293], + [40.4007, -2.4332], + [40.4347, -2.4187], + [40.4443, -2.4104], + [40.4463, -2.4058], + [40.4437, -2.4025], + [40.6631, -2.4686], + [40.7317, -2.4602], + [40.6869, -2.4904], + [40.6435, -2.5382], + [40.6119, -2.559], + [40.6023, -2.5596], + [40.5741, -2.5518], + [40.5637, -2.544], + [40.5391, -2.5363], + [40.5149, -2.5242], + [40.5213, -2.5319], + [40.4903, -2.5344], + [40.4463, -2.5452], + [40.3461, -2.5902], + [40.2635, -2.6499], + [40.2279, -2.6898], + [40.1951, -2.7365], + [39.9721, -2.4238] + ] + ] + ] + }, + "properties": { + "code": "4", + "name": "Tana River", + "area": 3.18421263617, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [40.7099, -2.4625], + [40.6631, -2.4686], + [40.4437, -2.4025], + [40.4463, -2.4058], + [40.4443, -2.4104], + [40.4347, -2.4187], + [40.4007, -2.4332], + [40.3867, -2.4293], + [40.3817, -2.4243], + [40.3725, -2.4251], + [40.3585, -2.4172], + [40.3459, -2.4011], + [40.2515, -2.3993], + [40.2511, -2.2506], + [40.2131, -2.0399], + [40.4039, -1.9497], + [40.5177, -1.9013], + [40.8937, -1.7186], + [41.5631, -1.661], + [41.5693, -1.7377], + [41.5697, -1.7857], + [41.5653, -1.8494], + [41.3495, -2.1373], + [41.1621, -2.3157], + [40.8061, -2.5977], + [40.7531, -2.458], + [40.7099, -2.4625] + ] + ] + ] + }, + "properties": { + "code": "5", + "name": "Lamu", + "area": 0.74374311266, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [39.0879, -3.572], + [39.0571, -3.686], + [38.9691, -3.6361], + [38.9311, -3.6983], + [39.0355, -3.7617], + [38.9467, -3.9622], + [38.4461, -4.1401], + [37.7857, -3.6768], + [37.7739, -3.6439], + [37.7787, -3.6478], + [37.7847, -3.6478], + [37.7843, -3.6364], + [37.7727, -3.5925], + [37.7645, -3.5728], + [37.7645, -3.5844], + [37.7625, -3.5886], + [37.7605, -3.5864], + [37.7601, -3.5742], + [37.7575, -3.572], + [37.7543, -3.5747], + [37.7499, -3.5684], + [37.7441, -3.5438], + [37.7277, -3.5399], + [37.7195, -3.5314], + [37.6951, -3.5274], + [37.6873, -3.517], + [37.6793, -3.5139], + [37.6721, -3.5056], + [37.6607, -3.5072], + [37.6445, -3.5186], + [37.6299, -3.5233], + [37.6165, -3.5258], + [37.6069, -3.5228], + [37.6043, -3.5189], + [37.6075, -3.5056], + [37.6261, -3.4854], + [37.6251, -3.4729], + [37.6179, -3.4619], + [37.6095, -3.4633], + [37.5961, -3.4597], + [37.5863, -3.4622], + [37.5851, -3.4406], + [37.6187, -3.4027], + [37.6639, -3.3585], + [37.6807, -3.3566], + [37.6851, -3.351], + [37.6857, -3.3231], + [37.6921, -3.3266], + [37.7019, -3.3264], + [37.7113, -3.317], + [37.6927, -3.1776], + [37.7961, -3.1754], + [37.8055, -3.1707], + [37.8125, -3.1712], + [37.8233, -3.1779], + [37.8343, -3.1892], + [37.8533, -3.1812], + [37.8547, -3.0894], + [37.8573, -3.0819], + [37.8715, -3.0797], + [37.8951, -2.8881], + [37.9185, -2.8709], + [37.9381, -2.7733], + [37.9751, -2.7899], + [38.1107, -2.7176], + [38.1279, -2.7014], + [38.1513, -2.7011], + [38.1575, -2.6968], + [38.1615, -2.6831], + [38.1631, -2.6954], + [38.1849, -2.705], + [38.2581, -2.7598], + [38.3009, -2.8159], + [38.3187, -2.8342], + [38.3647, -2.9028], + [38.3941, -2.9285], + [38.4093, -2.9296], + [38.4307, -2.9581], + [38.4495, -2.9752], + [38.4604, -2.9938], + [38.4889, -2.9813], + [38.4959, -2.986], + [38.5112, -2.9853], + [38.5227, -2.9771], + [38.5393, -2.9763], + [38.5445, -2.9818], + [38.5615, -2.9888], + [38.5835, -2.9896], + [38.5943, -3.0011], + [38.6089, -2.9974], + [38.6071, -3.0068], + [38.6101, -3.0092], + [38.6429, -3.015], + [38.6623, -3.0324], + [38.6657, -3.0413], + [38.7089, -3.0344], + [38.7343, -3.0446], + [38.7575, -3.049], + [38.7741, -3.0457], + [38.7793, -3.0501], + [38.8101, -3.056], + [38.8099, -3.0598], + [38.7993, -3.0621], + [38.7997, -3.0684], + [38.8065, -3.0709], + [38.8213, -3.0684], + [38.8423, -3.0561], + [38.8479, -3.0629], + [38.8631, -3.0598], + [38.8952, -3.0403], + [38.9037, -3.0446], + [38.9151, -3.0454], + [38.9327, -3.0421], + [38.9375, -3.0369], + [38.9749, -3.0419], + [38.9873, -3.0349], + [38.9921, -3.0285], + [39.0137, -3.0278], + [39.0281, -3.0233], + [39.0381, -3.0272], + [39.0455, -3.0245], + [39.0467, -3.0336], + [39.0621, -3.043], + [39.0791, -3.0445], + [39.0819, -3.0532], + [39.0861, -3.0557], + [39.0895, -3.0531], + [39.0901, -3.0462], + [39.1031, -3.0402], + [39.1141, -3.0267], + [39.1263, -3.0219], + [39.1303, -3.0224], + [39.1361, -3.0444], + [39.1407, -3.0441], + [39.1443, -3.0507], + [39.1513, -3.0475], + [39.1556, -3.0503], + [39.1649, -3.0676], + [39.1711, -3.0673], + [39.1759, -3.0598], + [39.1831, -3.0648], + [39.1965, -3.0637], + [39.2198, -3.0697], + [39.0879, -3.572] + ] + ] + ] + }, + "properties": { + "code": "6", + "name": "Taita-Taveta", + "area": 1.39385877374, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [36.6027, 2.4031], + [36.6089, 2.3932], + [36.6169, 2.3948], + [36.6219, 2.4004], + [36.6221, 2.4095], + [36.6277, 2.4117], + [36.6353, 2.4031], + [36.6393, 2.4042], + [36.6411, 2.3945], + [36.6459, 2.4134], + [36.6493, 2.4119], + [36.6563, 2.4167], + [36.6761, 2.4463], + [36.6873, 2.4559], + [36.6993, 2.4518], + [36.6985, 2.4628], + [36.7041, 2.4778], + [36.7013, 2.5101], + [36.7161, 2.5058], + [36.7589, 2.5129], + [36.8453, 2.2724], + [36.8653, 2.2521], + [36.8955, 2.1902], + [36.9023, 2.1548], + [36.9145, 2.1241], + [36.9125, 2.1025], + [36.9183, 2.099], + [36.9197, 2.0932], + [36.9223, 2.0564], + [36.9181, 2.0162], + [36.9251, 2.0157], + [36.9381, 2.0229], + [36.9481, 2.0245], + [36.9771, 2.0063], + [36.9983, 1.9972], + [37.0121, 1.982], + [37.0759, 1.98], + [37.1229, 1.9648], + [37.1619, 1.9618], + [37.1643, 1.9386], + [37.1721, 1.9249], + [37.2211, 1.8882], + [37.2325, 1.8716], + [37.2745, 1.8672], + [37.3047, 1.7521], + [37.3597, 1.7267], + [37.4761, 1.5469], + [37.5593, 1.3938], + [37.5787, 1.3766], + [37.5833, 1.3672], + [37.5817, 1.3635], + [37.5875, 1.3649], + [37.5989, 1.387], + [37.6051, 1.3768], + [37.6131, 1.3727], + [37.6235, 1.3758], + [37.6245, 1.3801], + [37.6315, 1.3818], + [37.6517, 1.3974], + [37.6557, 1.3981], + [37.6599, 1.3937], + [37.6775, 1.4009], + [37.6843, 1.3968], + [37.7155, 1.4054], + [37.7335, 1.404], + [37.7477, 1.41], + [37.7783, 1.41], + [37.7839, 1.4164], + [37.7953, 1.4122], + [37.8113, 1.4155], + [37.8175, 1.4198], + [37.8287, 1.4186], + [37.8313, 1.4216], + [37.8443, 1.4234], + [37.8541, 1.4568], + [37.9523, 1.3849], + [37.9469, 1.261], + [37.9499, 1.1918], + [38.0331, 1.0824], + [38.0475, 0.8033], + [38.0765, 0.7825], + [38.0547, 0.7768], + [38.0463, 0.785], + [38.0235, 0.7966], + [38.0173, 0.7969], + [38.0155, 0.8033], + [38.0133, 0.8028], + [38.0093, 0.8], + [38.0063, 0.7878], + [38.0015, 0.7862], + [37.9968, 0.7789], + [37.9879, 0.7756], + [37.9699, 0.7521], + [37.9633, 0.751], + [37.9563, 0.7442], + [37.9473, 0.743], + [37.9303, 0.7211], + [37.9161, 0.7123], + [37.9125, 0.7131], + [37.9101, 0.7195], + [37.9027, 0.7211], + [37.9015, 0.7276], + [37.8943, 0.7283], + [37.8895, 0.7372], + [37.8791, 0.7416], + [37.8743, 0.727], + [37.8489, 0.7123], + [37.8435, 0.6979], + [37.8454, 0.6901], + [37.8329, 0.6774], + [37.7925, 0.6705], + [37.7825, 0.6752], + [37.7589, 0.6711], + [37.7497, 0.6747], + [37.7255, 0.6532], + [37.7153, 0.6584], + [37.7099, 0.667], + [37.6925, 0.662], + [37.6837, 0.6509], + [37.6823, 0.6415], + [37.6665, 0.6328], + [37.6513, 0.6302], + [37.6405, 0.6207], + [37.6391, 0.6142], + [37.6421, 0.612], + [37.6359, 0.5975], + [37.6193, 0.5983], + [37.6061, 0.5898], + [37.5839, 0.5862], + [37.5803, 0.5721], + [37.5571, 0.5694], + [37.5465, 0.5762], + [37.5321, 0.5646], + [37.5215, 0.569], + [37.5161, 0.5657], + [37.4937, 0.5759], + [37.4913, 0.5781], + [37.4921, 0.5876], + [37.4809, 0.5868], + [37.4717, 0.5917], + [37.4461, 0.5798], + [37.4367, 0.5788], + [37.4285, 0.5818], + [37.4219, 0.5782], + [37.3943, 0.5759], + [37.3737, 0.5867], + [37.3657, 0.5859], + [37.3637, 0.5976], + [37.3547, 0.6011], + [37.3529, 0.6221], + [37.3449, 0.6407], + [37.3405, 0.6465], + [37.3323, 0.6495], + [37.3275, 0.6568], + [37.3233, 0.6713], + [37.3053, 0.7031], + [37.3005, 0.7192], + [37.2877, 0.7364], + [37.2735, 0.7442], + [37.2583, 0.7623], + [37.2461, 0.7607], + [37.2195, 0.7383], + [37.2063, 0.7405], + [37.2013, 0.7446], + [37.1671, 0.7414], + [37.1619, 0.7496], + [37.1517, 0.7532], + [37.1507, 0.7579], + [37.1337, 0.7593], + [37.1179, 0.7797], + [37.1097, 0.779], + [37.1065, 0.7842], + [37.1005, 0.7854], + [37.0721, 0.7765], + [37.0701, 0.7652], + [37.0623, 0.7654], + [37.0581, 0.7701], + [37.0091, 0.7505], + [36.9809, 0.7433], + [36.9743, 0.7455], + [36.9671, 0.7408], + [36.9513, 0.7422], + [36.9351, 0.751], + [36.9317, 0.7416], + [36.9215, 0.7372], + [36.9167, 0.7272], + [36.9121, 0.7272], + [36.903, 0.7385], + [36.8867, 0.7339], + [36.8661, 0.7369], + [36.8635, 0.7397], + [36.8423, 0.7894], + [36.8441, 0.7942], + [36.8349, 0.8019], + [36.8337, 0.8129], + [36.8201, 0.8404], + [36.8199, 0.8514], + [36.7939, 0.8691], + [36.7571, 0.8572], + [36.7389, 0.829], + [36.7141, 0.8174], + [36.7031, 0.8208], + [36.6901, 0.8201], + [36.6765, 0.8163], + [36.6755, 0.8127], + [36.6683, 0.8124], + [36.4881, 0.8124], + [36.4837, 0.816], + [36.4903, 0.844], + [36.4861, 0.8431], + [36.4895, 0.8461], + [36.4867, 0.8498], + [36.4609, 0.868], + [36.4445, 0.8714], + [36.4315, 0.8821], + [36.4207, 0.8989], + [36.4043, 0.899], + [36.3954, 0.9039], + [36.3947, 0.9113], + [36.4311, 0.946], + [36.4465, 0.9812], + [36.4537, 1.0159], + [36.4435, 1.0392], + [36.4441, 1.0694], + [36.4395, 1.0876], + [36.4451, 1.1144], + [36.4405, 1.1308], + [36.4345, 1.1371], + [36.4365, 1.1512], + [36.4417, 1.1614], + [36.4421, 1.1739], + [36.4215, 1.1841], + [36.3976, 1.1711], + [36.3919, 1.1742], + [36.3907, 1.186], + [36.3971, 1.1924], + [36.3961, 1.2178], + [36.4068, 1.2277], + [36.4119, 1.2291], + [36.4173, 1.225], + [36.4221, 1.2341], + [36.4157, 1.2438], + [36.4141, 1.2557], + [36.4115, 1.2576], + [36.4061, 1.25], + [36.3977, 1.2529], + [36.3898, 1.2637], + [36.3991, 1.274], + [36.4031, 1.2717], + [36.4107, 1.2756], + [36.4233, 1.2662], + [36.4323, 1.2635], + [36.4483, 1.2499], + [36.4543, 1.2558], + [36.4515, 1.2688], + [36.4377, 1.2898], + [36.4371, 1.3008], + [36.4216, 1.2937], + [36.4067, 1.2975], + [36.4037, 1.3055], + [36.3981, 1.3058], + [36.3945, 1.3102], + [36.3951, 1.3143], + [36.4049, 1.3154], + [36.4143, 1.3284], + [36.4215, 1.3324], + [36.4267, 1.347], + [36.4339, 1.3498], + [36.4427, 1.36], + [36.4603, 1.3688], + [36.4667, 1.3829], + [36.4671, 1.3968], + [36.4633, 1.4006], + [36.4576, 1.3965], + [36.4547, 1.3981], + [36.4485, 1.4097], + [36.429, 1.408], + [36.4271, 1.4133], + [36.4195, 1.4155], + [36.3937, 1.4427], + [36.3575, 1.435], + [36.3479, 1.4394], + [36.3235, 1.4687], + [36.3157, 1.4692], + [36.2921, 1.4626], + [36.2895, 1.4656], + [36.2999, 1.4866], + [36.2979, 1.4985], + [36.3023, 1.5339], + [36.3083, 1.5444], + [36.3448, 1.5728], + [36.3485, 1.5685], + [36.3573, 1.5687], + [36.3606, 1.5854], + [36.3709, 1.5936], + [36.3777, 1.5824], + [36.3735, 1.5687], + [36.3767, 1.5405], + [36.3917, 1.5229], + [36.3955, 1.5237], + [36.4143, 1.5602], + [36.4275, 1.5723], + [36.4411, 1.6114], + [36.4467, 1.6161], + [36.4633, 1.6125], + [36.4697, 1.6344], + [36.4713, 1.6554], + [36.4865, 1.6816], + [36.4889, 1.7029], + [36.5029, 1.7073], + [36.5095, 1.7298], + [36.5171, 1.7402], + [36.5219, 1.7388], + [36.5283, 1.7551], + [36.5259, 1.7615], + [36.5207, 1.7552], + [36.5123, 1.7706], + [36.5141, 1.7729], + [36.5183, 1.7712], + [36.5171, 1.7781], + [36.5257, 1.787], + [36.5245, 1.7903], + [36.5345, 1.8049], + [36.5239, 1.8108], + [36.5161, 1.8215], + [36.5169, 1.8296], + [36.5235, 1.8288], + [36.5255, 1.8462], + [36.5231, 1.8492], + [36.5191, 1.8475], + [36.5169, 1.8511], + [36.5157, 1.8721], + [36.5169, 1.8777], + [36.5389, 1.9017], + [36.5427, 1.9219], + [36.5421, 1.9548], + [36.5409, 1.9574], + [36.5345, 1.9519], + [36.5327, 1.9548], + [36.5471, 1.9928], + [36.5411, 2.0022], + [36.5449, 2.0057], + [36.5477, 2.0029], + [36.5468, 2.0273], + [36.5525, 2.0323], + [36.5589, 2.048], + [36.5697, 2.0552], + [36.5659, 2.1028], + [36.5813, 2.1194], + [36.5895, 2.144], + [36.5963, 2.1446], + [36.6011, 2.1518], + [36.6131, 2.16], + [36.6137, 2.1556], + [36.6493, 2.1667], + [36.6821, 2.1908], + [36.7021, 2.1966], + [36.7017, 2.2162], + [36.7125, 2.2228], + [36.7107, 2.2366], + [36.7151, 2.2491], + [36.7091, 2.2616], + [36.7239, 2.2729], + [36.7253, 2.2997], + [36.6019, 2.3584], + [36.6027, 2.4031] + ] + ] + ] + }, + "properties": { + "code": "25", + "name": "Samburu", + "area": 1.70766586839, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.5887, 0.168], + [35.5913, 0.1467], + [35.5761, 0.1133], + [35.5741, 0.0643], + [35.5425, 0.0873], + [35.5407, 0.0782], + [35.5453, 0.0693], + [35.5399, 0.0599], + [35.5471, 0.0552], + [35.5437, 0.0405], + [35.5265, 0.0367], + [35.5221, 0.0135], + [35.5169, 0.0123], + [35.5151, 0.0076], + [35.5065, 0.0066], + [35.4899, 0.013], + [35.4585, 0.0109], + [35.4715, 0.0181], + [35.4659, 0.0254], + [35.4359, 0.0248], + [35.4389, 0.0176], + [35.4347, 0.0248], + [35.4043, 0.0268], + [35.3697, 0.0408], + [35.3573, 0.0491], + [35.3487, 0.0608], + [35.3598, 0.0641], + [35.3657, 0.0713], + [35.3737, 0.0726], + [35.3875, 0.1128], + [35.3757, 0.1161], + [35.3691, 0.126], + [35.3359, 0.1407], + [35.3347, 0.1553], + [35.3429, 0.17], + [35.3417, 0.1924], + [35.3659, 0.186], + [35.3665, 0.198], + [35.3579, 0.2112], + [35.3415, 0.206], + [35.3259, 0.2253], + [35.3225, 0.2258], + [35.3121, 0.2173], + [35.2917, 0.2298], + [35.2435, 0.2961], + [35.1967, 0.3755], + [35.1773, 0.4189], + [35.1677, 0.4288], + [35.1429, 0.4704], + [35.1521, 0.483], + [35.1587, 0.4993], + [35.1651, 0.5436], + [35.1545, 0.5369], + [35.1389, 0.5354], + [35.1343, 0.5411], + [35.1119, 0.5472], + [35.1055, 0.5541], + [35.1001, 0.5383], + [35.0469, 0.5605], + [34.8531, 0.5464], + [34.8977, 0.5981], + [34.8913, 0.6056], + [34.8983, 0.6042], + [34.9081, 0.5945], + [34.92, 0.5899], + [34.9451, 0.6067], + [34.9671, 0.6097], + [34.9801, 0.6246], + [34.9935, 0.6286], + [35.0003, 0.6365], + [35.0263, 0.612], + [35.0315, 0.6152], + [35.0409, 0.6315], + [35.0415, 0.6393], + [35.0569, 0.6302], + [35.0867, 0.6289], + [35.1035, 0.6446], + [35.1164, 0.6411], + [35.1245, 0.6523], + [35.1423, 0.6595], + [35.1491, 0.6581], + [35.1552, 0.661], + [35.1527, 0.6677], + [35.1559, 0.6827], + [35.1551, 0.7394], + [35.1467, 0.7388], + [35.1449, 0.7469], + [35.1439, 0.8267], + [35.1323, 0.8288], + [35.1259, 0.8235], + [35.1167, 0.8506], + [35.1133, 0.8802], + [35.1183, 0.9064], + [35.1311, 0.9191], + [35.1567, 0.9178], + [35.1937, 0.9247], + [35.2229, 0.9192], + [35.2539, 0.9393], + [35.2711, 0.9341], + [35.2783, 0.922], + [35.2913, 0.9155], + [35.2971, 0.9017], + [35.3068, 0.8893], + [35.3313, 0.9314], + [35.3495, 0.9198], + [35.3605, 0.9435], + [35.3777, 0.9363], + [35.3887, 0.9437], + [35.4211, 0.9374], + [35.4155, 0.9147], + [35.4167, 0.9075], + [35.4693, 0.901], + [35.4583, 0.8771], + [35.4885, 0.8749], + [35.4929, 0.8528], + [35.4837, 0.823], + [35.4951, 0.8208], + [35.5005, 0.8135], + [35.5023, 0.7784], + [35.5083, 0.7654], + [35.5017, 0.7582], + [35.4983, 0.7482], + [35.4955, 0.7508], + [35.4923, 0.7479], + [35.4979, 0.7449], + [35.4941, 0.7264], + [35.4991, 0.714], + [35.5057, 0.7104], + [35.5059, 0.7023], + [35.4121, 0.7009], + [35.4243, 0.6771], + [35.4817, 0.5876], + [35.4641, 0.5049], + [35.4627, 0.4722], + [35.4635, 0.4537], + [35.4725, 0.4485], + [35.4769, 0.4241], + [35.4813, 0.4183], + [35.4819, 0.4032], + [35.4875, 0.4023], + [35.4807, 0.3871], + [35.4873, 0.3799], + [35.4747, 0.3785], + [35.4709, 0.3749], + [35.4699, 0.3677], + [35.4823, 0.3562], + [35.4838, 0.3498], + [35.4973, 0.3417], + [35.5141, 0.3201], + [35.5103, 0.3138], + [35.4966, 0.3116], + [35.5049, 0.2925], + [35.5007, 0.2897], + [35.5003, 0.2775], + [35.4917, 0.2618], + [35.4955, 0.256], + [35.4871, 0.2471], + [35.5027, 0.2252], + [35.5265, 0.2284], + [35.5403, 0.2236], + [35.5313, 0.2184], + [35.5133, 0.1872], + [35.5557, 0.1885], + [35.5685, 0.1966], + [35.5693, 0.1846], + [35.5761, 0.1824], + [35.5887, 0.168] + ] + ] + ] + }, + "properties": { + "code": "27", + "name": "UASIN GISHU", + "area": 0.27589006735, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [34.3911, 0.4631], + [34.3841, 0.4576], + [34.3693, 0.4557], + [34.3653, 0.4394], + [34.3455, 0.4225], + [34.3635, 0.4025], + [34.3789, 0.4031], + [34.4207, 0.3722], + [34.4175, 0.3661], + [34.3965, 0.3586], + [34.3857, 0.3505], + [34.3811, 0.3132], + [34.3659, 0.3021], + [34.3353, 0.3085], + [34.2894, 0.3057], + [34.2761, 0.3083], + [34.2659, 0.3059], + [34.2523, 0.311], + [34.2473, 0.3086], + [34.2357, 0.2897], + [34.2057, 0.2828], + [34.2045, 0.2635], + [34.1877, 0.2734], + [34.1751, 0.2933], + [34.1601, 0.2984], + [34.1591, 0.2884], + [34.1391, 0.2551], + [34.1177, 0.2408], + [34.1167, 0.2161], + [34.1065, 0.1872], + [34.1125, 0.173], + [34.1145, 0.1427], + [34.1123, 0.1343], + [34.1037, 0.1241], + [34.1055, 0.1332], + [34.1019, 0.134], + [34.0911, 0.1244], + [34.0729, 0.1166], + [34.0743, 0.1025], + [34.0663, 0.087], + [34.0427, -0.0021], + [34.0286, -0.0214], + [34.0163, -0.03], + [33.9499, -0.0289], + [33.9113, 0.1047], + [34.0221, 0.2546], + [34.0251, 0.2673], + [34.0401, 0.2739], + [34.0425, 0.2911], + [34.0475, 0.2922], + [34.0531, 0.3066], + [34.0599, 0.3107], + [34.0585, 0.3215], + [34.0715, 0.323], + [34.0813, 0.3307], + [34.0815, 0.3338], + [34.0989, 0.3484], + [34.0993, 0.3548], + [34.1069, 0.3649], + [34.1087, 0.3735], + [34.1047, 0.3956], + [34.0999, 0.4119], + [34.0897, 0.4247], + [34.0899, 0.4554], + [34.1113, 0.4758], + [34.1201, 0.4803], + [34.1181, 0.5073], + [34.1239, 0.5137], + [34.1187, 0.5201], + [34.1285, 0.5369], + [34.1279, 0.556], + [34.1393, 0.5831], + [34.1431, 0.5818], + [34.1525, 0.5862], + [34.1775, 0.6064], + [34.1869, 0.6064], + [34.1859, 0.6102], + [34.1983, 0.6246], + [34.2175, 0.6246], + [34.2203, 0.6294], + [34.2371, 0.6274], + [34.2423, 0.6324], + [34.2513, 0.6296], + [34.2627, 0.6373], + [34.2761, 0.6407], + [34.2793, 0.6462], + [34.2807, 0.6644], + [34.2777, 0.6774], + [34.3119, 0.6951], + [34.3081, 0.7303], + [34.3153, 0.7618], + [34.3585, 0.7754], + [34.3729, 0.7698], + [34.3823, 0.7717], + [34.3979, 0.7538], + [34.4059, 0.7541], + [34.4127, 0.7599], + [34.4247, 0.7554], + [34.4347, 0.738], + [34.4315, 0.7261], + [34.4197, 0.7226], + [34.4053, 0.7236], + [34.4159, 0.6874], + [34.4097, 0.6794], + [34.4199, 0.6592], + [34.3843, 0.6402], + [34.3774, 0.6074], + [34.3711, 0.6041], + [34.3719, 0.5853], + [34.3771, 0.5762], + [34.3689, 0.5593], + [34.3827, 0.5419], + [34.3883, 0.5402], + [34.4083, 0.5076], + [34.4089, 0.503], + [34.4047, 0.4988], + [34.3895, 0.4963], + [34.3869, 0.4931], + [34.3855, 0.4863], + [34.3929, 0.4664], + [34.3911, 0.4631] + ] + ] + ] + }, + "properties": { + "code": "40", + "name": "BUSIA", + "area": 0.14764386658, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.5127, -0.4644], + [35.5879, -0.5897], + [35.3985, -0.6456], + [35.4267, -0.7211], + [35.4797, -0.7631], + [35.5091, -0.7747], + [35.5346, -0.7783], + [35.5473, -0.7885], + [35.5317, -0.8058], + [35.5213, -0.8114], + [35.5203, -0.8161], + [35.5091, -0.8244], + [35.4981, -0.8253], + [35.4877, -0.8331], + [35.4783, -0.8458], + [35.4787, -0.8527], + [35.4723, -0.858], + [35.4727, -0.8612], + [35.4629, -0.8652], + [35.4617, -0.8739], + [35.4539, -0.8839], + [35.4467, -0.8844], + [35.4403, -0.8897], + [35.4395, -0.8961], + [35.4317, -0.8972], + [35.4251, -0.9069], + [35.4275, -0.9151], + [35.4249, -0.9207], + [35.426, -0.933], + [35.4214, -0.9453], + [35.4041, -0.9511], + [35.3993, -0.9575], + [35.3789, -0.9625], + [35.3693, -0.9741], + [35.3515, -0.9682], + [35.3505, -0.9744], + [35.3435, -0.9743], + [35.3397, -0.9794], + [35.3353, -0.978], + [35.3311, -0.981], + [35.3325, -0.9846], + [35.3157, -0.9924], + [35.3131, -1.0009], + [35.3001, -1.0043], + [35.2703, -1.0239], + [35.2633, -1.0208], + [35.2567, -1.03], + [35.2427, -1.0365], + [35.0863, -0.9088], + [35.0135, -0.8903], + [35.0147, -0.8784], + [35.0213, -0.8724], + [35.0244, -0.8753], + [35.0257, -0.8721], + [35.0229, -0.849], + [35.0313, -0.8471], + [35.0457, -0.8554], + [35.0921, -0.8034], + [35.0485, -0.71], + [35.0529, -0.7017], + [35.0695, -0.6959], + [35.0723, -0.6917], + [35.0557, -0.6577], + [35.0565, -0.6464], + [35.0643, -0.633], + [35.0625, -0.6246], + [35.0705, -0.6013], + [35.0817, -0.6008], + [35.0827, -0.6073], + [35.0865, -0.6093], + [35.0841, -0.6228], + [35.0876, -0.6259], + [35.0827, -0.6354], + [35.0823, -0.6532], + [35.0941, -0.6594], + [35.1152, -0.6556], + [35.1197, -0.6582], + [35.1211, -0.6655], + [35.1345, -0.6605], + [35.1775, -0.6574], + [35.1959, -0.6467], + [35.1991, -0.6394], + [35.2299, -0.6159], + [35.2271, -0.6031], + [35.2377, -0.5919], + [35.2315, -0.5913], + [35.2185, -0.5825], + [35.2001, -0.5626], + [35.2065, -0.5498], + [35.1987, -0.5392], + [35.1997, -0.5283], + [35.1909, -0.5217], + [35.1943, -0.5112], + [35.1803, -0.5029], + [35.1785, -0.4959], + [35.1821, -0.4862], + [35.2025, -0.484], + [35.2205, -0.4766], + [35.2221, -0.4738], + [35.2103, -0.468], + [35.2277, -0.4389], + [35.2311, -0.4262], + [35.2515, -0.4215], + [35.2613, -0.4249], + [35.2771, -0.4188], + [35.3009, -0.4265], + [35.314, -0.4231], + [35.2855, -0.4918], + [35.2935, -0.4898], + [35.3053, -0.4981], + [35.3117, -0.5053], + [35.3121, -0.5115], + [35.3507, -0.4906], + [35.3769, -0.4815], + [35.3964, -0.4621], + [35.4059, -0.4625], + [35.4187, -0.4561], + [35.4285, -0.4563], + [35.4435, -0.4304], + [35.4535, -0.4249], + [35.4654, -0.4069], + [35.4731, -0.4024], + [35.5127, -0.4644] + ] + ], + [ + [ + [35.3505, -0.9747], + [35.3504, -0.9746], + [35.3505, -0.9744], + [35.3506, -0.9746], + [35.3505, -0.9747] + ] + ], + [ + [ + [35.3505, -0.9747], + [35.3511, -0.9788], + [35.3483, -0.9766], + [35.3505, -0.9747] + ] + ] + ] + }, + "properties": { + "code": "36", + "name": "BOMET", + "area": 0.19238263931, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [35.0213, -0.4143], + [35.0265, -0.415], + [35.034, -0.422], + [35.0457, -0.4487], + [35.0411, -0.4813], + [35.0345, -0.4877], + [35.0339, -0.499], + [35.0501, -0.4995], + [35.0569, -0.5081], + [35.0487, -0.5241], + [35.0531, -0.5355], + [35.0501, -0.5386], + [35.0523, -0.5452], + [35.0493, -0.5709], + [35.0519, -0.5861], + [35.0626, -0.6048], + [35.0577, -0.6198], + [35.0643, -0.633], + [35.0565, -0.6464], + [35.0557, -0.6577], + [35.0723, -0.6917], + [35.0695, -0.6959], + [35.0529, -0.7017], + [35.0485, -0.71], + [35.0919, -0.8032], + [35.0455, -0.8546], + [35.0313, -0.8471], + [35.0229, -0.849], + [35.0257, -0.8721], + [35.0244, -0.8753], + [35.0213, -0.8724], + [35.0147, -0.8784], + [35.0133, -0.8903], + [34.9443, -0.7739], + [34.9185, -0.7604], + [34.9077, -0.7609], + [34.9021, -0.7512], + [34.8687, -0.7349], + [34.8349, -0.708], + [34.8249, -0.7041], + [34.8209, -0.6942], + [34.8089, -0.6882], + [34.7962, -0.6902], + [34.7869, -0.6759], + [34.7941, -0.6671], + [34.8121, -0.6665], + [34.8101, -0.6605], + [34.8142, -0.6383], + [34.8309, -0.6182], + [34.8359, -0.6055], + [34.8443, -0.5985], + [34.8555, -0.6004], + [34.8663, -0.6085], + [34.8763, -0.609], + [34.8851, -0.6135], + [34.8907, -0.6107], + [34.8913, -0.6063], + [34.8801, -0.5919], + [34.8811, -0.5878], + [34.8737, -0.5756], + [34.8791, -0.5612], + [34.8721, -0.538], + [34.8697, -0.51], + [34.8725, -0.5089], + [34.8625, -0.5042], + [34.8815, -0.489], + [34.9187, -0.4782], + [34.9279, -0.4719], + [34.9337, -0.4727], + [34.9363, -0.4677], + [34.9675, -0.4429], + [34.9991, -0.4302], + [35.0213, -0.4143] + ] + ], + [ + [ + [34.7869, -0.6759], + [34.7851, -0.6804], + [34.7795, -0.6768], + [34.7835, -0.675], + [34.7869, -0.6759] + ] + ] + ] + }, + "properties": { + "code": "46", + "name": "NYAMIRA", + "area": 0.07281816374, + "parent": "KE", + "level": "county", + "version": "KE Boundaries" + } + } + ] + } + }, + "parents": [] + }, + "isPinOrCompare": false, + "isPinning": false, + "zoom": 7, + "errorMessage": null, + "menus": { + "primaryMenu": [ + { + "__typename": "MenuItem", + "id": "cG9zdDoyOTg=", + "parentId": null, + "label": "Logo", + "path": "/", + "target": null, + "title": "Pesa Yetu", + "url": "/", + "description": "Our Country Our Responsibility", + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDoxNjU=", + "parentId": null, + "label": "Explore", + "path": "/explore/", + "target": null, + "title": null, + "url": "https://cms.dev.codeforafrica.org/pesayetu/explore/", + "description": null, + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDoxMTA=", + "parentId": null, + "label": "Data", + "path": "/data/", + "target": null, + "title": null, + "url": "https://cms.dev.codeforafrica.org/pesayetu/data/", + "description": null, + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDoxMTI=", + "parentId": null, + "label": "Stories", + "path": "/stories/news", + "target": "_blank", + "title": "https://cms.dev.codeforafrica.org/pesayetu/stories/", + "url": "/stories/news", + "description": null, + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDoxMTE=", + "parentId": null, + "label": "How it works", + "path": "/how-it-works/", + "target": null, + "title": null, + "url": "https://cms.dev.codeforafrica.org/pesayetu/how-it-works/", + "description": null, + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDoxNjY=", + "parentId": null, + "label": "Social Media Links", + "path": "/social-links", + "target": null, + "title": null, + "url": "/social-links", + "description": null, + "children": [ + { + "__typename": "MenuItem", + "id": "cG9zdDoxNjg=", + "parentId": "cG9zdDoxNjY=", + "label": "Twitter", + "path": "https://twitter.com/Code4Africa", + "target": "_blank", + "title": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/08/nav-desktop-tw.svg", + "url": "https://twitter.com/Code4Africa", + "description": null, + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDoxNjc=", + "parentId": "cG9zdDoxNjY=", + "label": "Facebook", + "path": "https://www.facebook.com/CodeForAfrica", + "target": "_blank", + "title": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/08/nav-desktop-fb.svg", + "url": "https://www.facebook.com/CodeForAfrica", + "description": null, + "children": [] + } + ] + } + ], + "footerMenu": [ + { + "__typename": "MenuItem", + "id": "cG9zdDo4Mg==", + "parentId": null, + "label": "Logo", + "path": "/wp-content/uploads/sites/2/2021/07/Group-4426.svg", + "target": "_blank", + "title": "https://medium.com/code-for-africa", + "url": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-4426.svg", + "description": "This site is a project of Code for Africa, the continent’s largest network of civic technology and data journalism labs. All content is released under a Creative Commons attribution Licence 4.0. Reuse it to help empower your own community.", + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDo4NA==", + "parentId": null, + "label": "Copyright", + "path": "/wp-content/uploads/sites/2/2021/07/cc.svg", + "target": "_blank", + "title": "https://github.com/CodeForAfrica/", + "url": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/cc.svg", + "description": "2022 PesaYetu", + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDo4Mw==", + "parentId": null, + "label": "Resources", + "path": null, + "target": null, + "title": "resources", + "url": null, + "description": null, + "children": [ + { + "__typename": "MenuItem", + "id": "cG9zdDo4OA==", + "parentId": "cG9zdDo4Mw==", + "label": "About", + "path": "/about/", + "target": "_blank", + "title": "/about/", + "url": "https://cms.dev.codeforafrica.org/pesayetu/about/", + "description": null, + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDo4Nw==", + "parentId": "cG9zdDo4Mw==", + "label": "Privacy Policy", + "path": "/privacy-policy/", + "target": "_blank", + "title": "/legal/privacy-policy", + "url": "https://cms.dev.codeforafrica.org/pesayetu/privacy-policy/", + "description": null, + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDo4Ng==", + "parentId": "cG9zdDo4Mw==", + "label": "Terms of Service", + "path": "/terms-of-service/", + "target": "_blank", + "title": "/legal/terms-of-service", + "url": "https://cms.dev.codeforafrica.org/pesayetu/terms-of-service/", + "description": null, + "children": [] + } + ] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDo4NQ==", + "parentId": null, + "label": "Stay in touch with us", + "path": "/Stay%20in%20touch", + "target": null, + "title": null, + "url": "/Stay%20in%20touch", + "description": null, + "children": [ + { + "__typename": "MenuItem", + "id": "cG9zdDo4OQ==", + "parentId": "cG9zdDo4NQ==", + "label": "Instagram", + "path": "https://www.instagram.com/codeforafrica__/?hl=en", + "target": null, + "title": null, + "url": "https://www.instagram.com/codeforafrica__/?hl=en", + "description": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-3049.svg", + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDo5Mg==", + "parentId": "cG9zdDo4NQ==", + "label": "Facebook", + "path": "https://web.facebook.com/CodeForAfrica/?_rdc=1&_rdr", + "target": null, + "title": null, + "url": "https://web.facebook.com/CodeForAfrica/?_rdc=1&_rdr", + "description": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-3048.svg", + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDo5MA==", + "parentId": "cG9zdDo4NQ==", + "label": "Twitter", + "path": "https://twitter.com/Code4Africa?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor", + "target": null, + "title": null, + "url": "https://twitter.com/Code4Africa?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor", + "description": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-3047.svg", + "children": [] + }, + { + "__typename": "MenuItem", + "id": "cG9zdDo5MQ==", + "parentId": "cG9zdDo4NQ==", + "label": "LinkedIn", + "path": "https://ke.linkedin.com/company/code-for-africa", + "target": null, + "title": null, + "url": "https://ke.linkedin.com/company/code-for-africa", + "description": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-3184.svg", + "children": [] + } + ] + } + ], + "mobileMenu": [], + "counties": [ + { + "name": "Nairobi", + "level": "county", + "code": "47" + }, + { + "name": "Kajiado", + "level": "county", + "code": "34" + } + ] + }, + "defaultSeo": { + "title": "Home | PesaYetu", + "description": "PesaYetu helps journalists, researchers and activists transform their work with in-depth county-specific information. Get started now with datasets from Kenya.", + "noIndex": false, + "noFollow": false, + "openGraph": { + "type": "website", + "locale": "en_US", + "url": "https://cms.dev.codeforafrica.org/pesayetu", + "siteName": "PesaYetu", + "images": [ + { + "url": "" + } + ] + }, + "social": { + "facebook": "", + "instagram": "", + "linkedIn": "", + "mySpace": "", + "pinterest": "", + "twitter": "", + "wikipedia": "", + "youTube": "" + } + }, + "post": { + "__typename": "Page", + "isPostsPage": false, + "databaseId": 164, + "date": "2021-08-05T14:14:28", + "slug": "explore", + "uri": "/explore/", + "title": "Explore", + "status": "publish", + "excerpt": "", + "content": "\n\n", + "seo": { + "__typename": "PostTypeSEO", + "breadcrumbs": [ + { + "__typename": "SEOPostTypeBreadcrumbs", + "text": "Home", + "url": "https://pesayetu.pesacheck.org/pesayetu/" + }, + { + "__typename": "SEOPostTypeBreadcrumbs", + "text": "Explore", + "url": "https://pesayetu.pesacheck.org/pesayetu/explore/" + } + ], + "canonical": "https://pesayetu.pesacheck.org/explore/", + "title": "Explore | PesaYetu", + "metaDesc": "", + "metaRobotsNofollow": "follow", + "metaRobotsNoindex": "index", + "opengraphAuthor": "", + "opengraphModifiedTime": "2022-07-13T14:33:41+00:00", + "opengraphPublishedTime": "", + "opengraphImage": null + }, + "author": null, + "featuredImage": null, + "blocks": [ + { + "__typename": "LazyblockTutorialBlock" + }, + { + "__typename": "LazyblockPanelBlock" + }, + { + "innerBlocks": [], + "name": "lazyblock/tutorial", + "postId": 164, + "blockType": { + "name": "lazyblock/tutorial", + "keywords": [], + "attributes": { + "items": { + "type": "string", + "default": "%5B%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%2C%22selector%22%3A%22%22%2C%22image%22%3A%22%22%2C%22lazyblock%22%3A%7B%22slug%22%3A%22lazyblock%5C%2Ftutorial%22%7D%2C%22className%22%3A%22%22%2C%22align%22%3A%22%22%2C%22anchor%22%3A%22%22%2C%22blockId%22%3A%22%22%2C%22blockUniqueClass%22%3A%22%22%2C%22ghostkitSpacings%22%3A%22%22%2C%22ghostkitSR%22%3A%22%22%7D%5D" + }, + "lazyblock": { + "type": "object", + "default": { + "slug": "lazyblock/tutorial" + } + }, + "className": { + "type": "string" + }, + "align": { + "type": "string", + "default": "" + }, + "anchor": { + "type": "string", + "default": "" + }, + "blockId": { + "type": "string", + "default": "" + }, + "blockUniqueClass": { + "type": "string", + "default": "" + }, + "ghostkitSpacings": { + "type": "object", + "default": "" + }, + "ghostkitSR": { + "type": "string", + "default": "" + }, + "lock": { + "type": "object" + }, + "metadata": { + "type": "object" + } + }, + "providesContext": [], + "usesContext": [], + "selectors": [], + "supports": { + "customClassName": true, + "anchor": false, + "align": ["wide", "full"], + "html": false, + "multiple": true, + "inserter": true + }, + "styles": [], + "variations": [], + "blockHooks": [], + "apiVersion": 1, + "title": "Tutorial", + "description": "", + "category": "text", + "ghostkit": { + "supports": { + "spacings": false, + "display": false, + "scrollReveal": false, + "frame": false, + "customCSS": false + } + }, + "lazyblock": true + }, + "originalContent": "", + "saveContent": "", + "order": 0, + "get_parent": {}, + "attributes": { + "items": "%5B%7B%22title%22:%22SELECT%20LOCATION%22,%22description%22:%22Select%20the%20County%20or%20Municipality%20you%20want%20to%20explore,%20by%20clicking%C2%A0on%20the%20search%20field%20and%20the%20dropdown%20menu.%3Cbr%3E%3Cbr%3EOnce%20you%20have%20made%C2%A0your%20selection,%20explore%20the%20visualisations,%20change%20location%20or%20pin%20to%20compare%20it%20to%20a%20second%20location.%22,%22selector%22:%22#location-search%22,%22image%22:%7B%22alt%22:%22%22,%22title%22:%22PesaYetu-Tutorial-1%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-1.png'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22247%5C%22%20src=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-1-300x247.png%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-1-300x247.png%20300w,%20https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-1.png%20694w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20/%3E%3C/a%3E%3C/p%3E%5Cn%22%7D,%22id%22:981,%22link%22:%22https://cms.dev.codeforafrica.org/pesayetu/explore/attachment/pesayetu-tutorial-1/%22,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-1.png%22,%22sizes%22:%22%22%7D%7D,%7B%22description%22:%22Explore%20the%20map%20to%20confirm%20or%20change%20your%20selection.%20You%20can%20also%20pin%20your%20location%20if%20you%20want%20to%20compare%20two%20places.%20%3Cbr%3E%3Cbr%3EOnce%20a%20location%20is%20confirmed,%20click%20on%20the%20%E2%80%9CRich%20Data%E2%80%9D%20button%20(on%20the%20left%20hand-side)%20to%20display%20the%20data%20visualisations.%22,%22title%22:%22EXPLORE%20THE%20MAP%22,%22selector%22:%22#none%22,%22image%22:%7B%22alt%22:%22%22,%22title%22:%22PesaYetu-Tutorial-2%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-2.png'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22235%5C%22%20src=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-2-300x235.png%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-2-300x235.png%20300w,%20https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-2.png%20751w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20/%3E%3C/a%3E%3C/p%3E%5Cn%22%7D,%22id%22:983,%22link%22:%22https://cms.dev.codeforafrica.org/pesayetu/explore/attachment/pesayetu-tutorial-2/%22,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-2.png%22,%22sizes%22:%22%22%7D%7D,%7B%22title%22:%22BROWSE%20THE%20CHARTS%22,%22description%22:%22Continue%20to%20open%20the%20Rich%20Data%20dashboard,%20using%20the%20button%20on%20the%20left.%3Cbr%3E%3Cbr%3EBrowse%20the%20charts%20by%20scrolling%20the%20data%20dashboard.%20You%20can%20share%20and%20download%20the%20data%20using%20the%20buttons%20on%20the%20side%20of%20each%20chart.%22,%22selector%22:%22#rich-data%22,%22image%22:%7B%22alt%22:%22%22,%22title%22:%22PesaYetu-Tutorial-3a%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-3a.png'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22197%5C%22%20src=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-3a-300x197.png%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-3a-300x197.png%20300w,%20https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-3a.png%20670w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20/%3E%3C/a%3E%3C/p%3E%5Cn%22%7D,%22id%22:984,%22link%22:%22https://cms.dev.codeforafrica.org/pesayetu/explore/attachment/pesayetu-tutorial-3a/%22,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-3a.png%22,%22sizes%22:%22%22%7D%7D,%7B%22title%22:%22PIN%20AND%20COMPARE%22,%22description%22:%22There%20are%20two%20ways%20to%20pin%20and%20compare%20a%20second%20location:%20%3Cbr%3E%3Cbr%3E1)%20From%20the%20data%20dashboard:%20look%20for%20the%20%E2%80%9Cpin%E2%80%9D%20icon%20and%20select%20a%20second%20location%20from%20the%20dropdown%20menu.%20%3Cbr%3E%3Cbr%3E2)%20From%20the%20map:%20pin%20your%20selected%20location%20by%20clicking%20on%20the%20%E2%80%9Dpin%E2%80%9D%20icon,%20then%20select%20a%20second%20location,%20which%20will%20appear%20in%20a%20different%20colour.%22,%22selector%22:%22#pin%22,%22image%22:%7B%22alt%22:%22%22,%22title%22:%22PesaYetu-Tutorial-4%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-4.png'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22218%5C%22%20src=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-4-300x218.png%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-4-300x218.png%20300w,%20https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-4.png%20675w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20/%3E%3C/a%3E%3C/p%3E%5Cn%22%7D,%22id%22:985,%22link%22:%22https://cms.dev.codeforafrica.org/pesayetu/explore/attachment/pesayetu-tutorial-4/%22,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-4.png%22,%22sizes%22:%22%22%7D%7D%5D", + "lazyblock": { + "slug": "lazyblock/tutorial" + }, + "align": "", + "anchor": "", + "blockId": "Z1npKaH", + "blockUniqueClass": "lazyblock-tutorial-Z1npKaH", + "ghostkitSpacings": "", + "ghostkitSR": "" + }, + "attributesType": { + "items": { + "type": "string", + "default": "%5B%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%2C%22selector%22%3A%22%22%2C%22image%22%3A%22%22%2C%22lazyblock%22%3A%7B%22slug%22%3A%22lazyblock%5C%2Ftutorial%22%7D%2C%22className%22%3A%22%22%2C%22align%22%3A%22%22%2C%22anchor%22%3A%22%22%2C%22blockId%22%3A%22%22%2C%22blockUniqueClass%22%3A%22%22%2C%22ghostkitSpacings%22%3A%22%22%2C%22ghostkitSR%22%3A%22%22%7D%5D" + }, + "lazyblock": { + "type": "object", + "default": { + "slug": "lazyblock/tutorial" + } + }, + "className": { + "type": "string" + }, + "align": { + "type": "string", + "default": "" + }, + "anchor": { + "type": "string", + "default": "" + }, + "blockId": { + "type": "string", + "default": "" + }, + "blockUniqueClass": { + "type": "string", + "default": "" + }, + "ghostkitSpacings": { + "type": "object", + "default": "" + }, + "ghostkitSR": { + "type": "string", + "default": "" + }, + "lock": { + "type": "object" + }, + "metadata": { + "type": "object" + } + }, + "dynamicContent": "" + }, + { + "innerBlocks": [], + "name": "lazyblock/panel", + "postId": 164, + "blockType": { + "name": "lazyblock/panel", + "keywords": [], + "attributes": { + "panelItems": { + "type": "string", + "default": "%5B%7B%22value%22%3A%22%22%2C%22icon%22%3A%22%22%2C%22pin%22%3Afalse%2C%22disabled%22%3Afalse%2C%22lazyblock%22%3A%7B%22slug%22%3A%22lazyblock%5C%2Fpanel%22%7D%2C%22className%22%3A%22%22%2C%22align%22%3A%22%22%2C%22anchor%22%3A%22%22%2C%22blockId%22%3A%22%22%2C%22blockUniqueClass%22%3A%22%22%2C%22ghostkitSpacings%22%3A%22%22%2C%22ghostkitSR%22%3A%22%22%7D%5D" + }, + "scrollToTopLabel": { + "type": "string", + "default": "Back To Top" + }, + "dataNotAvailable": { + "type": "string", + "default": "— DATA NOT AVAILABLE" + }, + "lazyblock": { + "type": "object", + "default": { + "slug": "lazyblock/panel" + } + }, + "className": { + "type": "string" + }, + "align": { + "type": "string", + "default": "" + }, + "anchor": { + "type": "string", + "default": "" + }, + "blockId": { + "type": "string", + "default": "" + }, + "blockUniqueClass": { + "type": "string", + "default": "" + }, + "ghostkitSpacings": { + "type": "object", + "default": "" + }, + "ghostkitSR": { + "type": "string", + "default": "" + }, + "lock": { + "type": "object" + }, + "metadata": { + "type": "object" + } + }, + "providesContext": [], + "usesContext": [], + "selectors": [], + "supports": { + "customClassName": true, + "anchor": false, + "align": ["wide", "full"], + "html": false, + "multiple": true, + "inserter": true + }, + "styles": [], + "variations": [], + "blockHooks": [], + "apiVersion": 1, + "title": "Panel", + "description": "", + "category": "text", + "ghostkit": { + "supports": { + "spacings": false, + "display": false, + "scrollReveal": false, + "frame": false, + "customCSS": false + } + }, + "lazyblock": true + }, + "originalContent": "", + "saveContent": "", + "order": 1, + "get_parent": {}, + "attributes": { + "panelItems": "%5B%7B%22value%22:%22rich-data%22,%22icon%22:%7B%22alt%22:%22%22,%22title%22:%22Group-4505%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/11/Group-4505.svg'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22300%5C%22%20src=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/11/Group-4505.svg%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2//2021/11/Group-4505.svg%20150w,%20https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2//2021/11/Group-4505.svg%20300w,%20https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2//2021/11/Group-4505.svg%201024w,%20https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2//2021/11/Group-4505.svg%2044w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20/%3E%3C/a%3E%3C/p%3E%5Cn%22%7D,%22id%22:597,%22link%22:%22https://cms.dev.codeforafrica.org/pesayetu/explore/attachment/group-4505/%22,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/11/Group-4505.svg%22,%22sizes%22:%22%22%7D%7D,%7B%22value%22:%22pin%22,%22icon%22:%7B%22alt%22:%22%22,%22title%22:%22Path-210-1%20(1)%22,%22caption%22:%22%22,%22description%22:%22%22,%22id%22:646,%22link%22:%22https://cms.dev.codeforafrica.org/pesayetu/path-210-1-1/%22,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/01/Path-210-1-1.svg%22,%22sizes%22:%7B%22thumbnail%22:%7B%22height%22:150,%22width%22:150,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/01/Path-210-1-1.svg%22,%22orientation%22:%22landscape%22%7D,%22medium%22:%7B%22height%22:300,%22width%22:300,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/01/Path-210-1-1.svg%22,%22orientation%22:%22landscape%22%7D,%22large%22:%7B%22height%22:1024,%22width%22:1024,%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/01/Path-210-1-1.svg%22,%22orientation%22:%22landscape%22%7D,%22full%22:%7B%22url%22:%22https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/01/Path-210-1-1.svg%22,%22height%22:44,%22width%22:44,%22orientation%22:%22landscape%22%7D%7D%7D,%22pin%22:true%7D%5D", + "scrollToTopLabel": "Back To Top", + "dataNotAvailable": "— DATA NOT AVAILABLE", + "lazyblock": { + "slug": "lazyblock/panel" + }, + "align": "", + "anchor": "", + "blockId": "20amuc", + "blockUniqueClass": "lazyblock-panel-20amuc", + "ghostkitSpacings": "", + "ghostkitSR": "" + }, + "attributesType": { + "panelItems": { + "type": "string", + "default": "%5B%7B%22value%22%3A%22%22%2C%22icon%22%3A%22%22%2C%22pin%22%3Afalse%2C%22disabled%22%3Afalse%2C%22lazyblock%22%3A%7B%22slug%22%3A%22lazyblock%5C%2Fpanel%22%7D%2C%22className%22%3A%22%22%2C%22align%22%3A%22%22%2C%22anchor%22%3A%22%22%2C%22blockId%22%3A%22%22%2C%22blockUniqueClass%22%3A%22%22%2C%22ghostkitSpacings%22%3A%22%22%2C%22ghostkitSR%22%3A%22%22%7D%5D" + }, + "scrollToTopLabel": { + "type": "string", + "default": "Back To Top" + }, + "dataNotAvailable": { + "type": "string", + "default": "— DATA NOT AVAILABLE" + }, + "lazyblock": { + "type": "object", + "default": { + "slug": "lazyblock/panel" + } + }, + "className": { + "type": "string" + }, + "align": { + "type": "string", + "default": "" + }, + "anchor": { + "type": "string", + "default": "" + }, + "blockId": { + "type": "string", + "default": "" + }, + "blockUniqueClass": { + "type": "string", + "default": "" + }, + "ghostkitSpacings": { + "type": "object", + "default": "" + }, + "ghostkitSR": { + "type": "string", + "default": "" + }, + "lock": { + "type": "object" + }, + "metadata": { + "type": "object" + } + }, + "dynamicContent": "" + } + ], + "postsPageBlockJSON": null + }, + "error": false, + "preview": false, + "__APOLLO_STATE__": { + "MenuItem:cG9zdDo4Mg==": { + "__typename": "MenuItem", + "id": "cG9zdDo4Mg==", + "parentId": null, + "label": "Logo", + "path": "/pesayetu/wp-content/uploads/sites/2/2021/07/Group-4426.svg", + "target": "_blank", + "title": "https://medium.com/code-for-africa", + "url": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-4426.svg", + "description": "This site is a project of Code for Africa, the continent’s largest network of civic technology and data journalism labs. All content is released under a Creative Commons attribution Licence 4.0. Reuse it to help empower your own community." + }, + "MenuItem:cG9zdDo4NA==": { + "__typename": "MenuItem", + "id": "cG9zdDo4NA==", + "parentId": null, + "label": "Copyright", + "path": "/pesayetu/wp-content/uploads/sites/2/2021/07/cc.svg", + "target": "_blank", + "title": "https://github.com/CodeForAfrica/", + "url": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/cc.svg", + "description": "2022 PesaYetu" + }, + "MenuItem:cG9zdDo4Mw==": { + "__typename": "MenuItem", + "id": "cG9zdDo4Mw==", + "parentId": null, + "label": "Resources", + "path": null, + "target": null, + "title": "resources", + "url": null, + "description": null + }, + "MenuItem:cG9zdDo4OA==": { + "__typename": "MenuItem", + "id": "cG9zdDo4OA==", + "parentId": "cG9zdDo4Mw==", + "label": "About", + "path": "/pesayetu/about/", + "target": "_blank", + "title": "/about/", + "url": "https://cms.dev.codeforafrica.org/pesayetu/about/", + "description": null + }, + "MenuItem:cG9zdDo4Nw==": { + "__typename": "MenuItem", + "id": "cG9zdDo4Nw==", + "parentId": "cG9zdDo4Mw==", + "label": "Privacy Policy", + "path": "/pesayetu/privacy-policy/", + "target": "_blank", + "title": "/legal/privacy-policy", + "url": "https://cms.dev.codeforafrica.org/pesayetu/privacy-policy/", + "description": null + }, + "MenuItem:cG9zdDo4Ng==": { + "__typename": "MenuItem", + "id": "cG9zdDo4Ng==", + "parentId": "cG9zdDo4Mw==", + "label": "Terms of Service", + "path": "/pesayetu/terms-of-service/", + "target": "_blank", + "title": "/legal/terms-of-service", + "url": "https://cms.dev.codeforafrica.org/pesayetu/terms-of-service/", + "description": null + }, + "MenuItem:cG9zdDo4NQ==": { + "__typename": "MenuItem", + "id": "cG9zdDo4NQ==", + "parentId": null, + "label": "Stay in touch with us", + "path": "/Stay%20in%20touch", + "target": null, + "title": null, + "url": "/Stay%20in%20touch", + "description": null + }, + "MenuItem:cG9zdDo4OQ==": { + "__typename": "MenuItem", + "id": "cG9zdDo4OQ==", + "parentId": "cG9zdDo4NQ==", + "label": "Instagram", + "path": "https://www.instagram.com/codeforafrica__/?hl=en", + "target": null, + "title": null, + "url": "https://www.instagram.com/codeforafrica__/?hl=en", + "description": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-3049.svg" + }, + "MenuItem:cG9zdDo5Mg==": { + "__typename": "MenuItem", + "id": "cG9zdDo5Mg==", + "parentId": "cG9zdDo4NQ==", + "label": "Facebook", + "path": "https://web.facebook.com/CodeForAfrica/?_rdc=1&_rdr", + "target": null, + "title": null, + "url": "https://web.facebook.com/CodeForAfrica/?_rdc=1&_rdr", + "description": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-3048.svg" + }, + "MenuItem:cG9zdDo5MA==": { + "__typename": "MenuItem", + "id": "cG9zdDo5MA==", + "parentId": "cG9zdDo4NQ==", + "label": "Twitter", + "path": "https://twitter.com/Code4Africa?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor", + "target": null, + "title": null, + "url": "https://twitter.com/Code4Africa?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor", + "description": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-3047.svg" + }, + "MenuItem:cG9zdDo5MQ==": { + "__typename": "MenuItem", + "id": "cG9zdDo5MQ==", + "parentId": "cG9zdDo4NQ==", + "label": "LinkedIn", + "path": "https://ke.linkedin.com/company/code-for-africa", + "target": null, + "title": null, + "url": "https://ke.linkedin.com/company/code-for-africa", + "description": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/07/Group-3184.svg" + }, + "MenuItem:cG9zdDoyOTg=": { + "__typename": "MenuItem", + "id": "cG9zdDoyOTg=", + "parentId": null, + "label": "Logo", + "path": "/", + "target": null, + "title": "Pesa Yetu", + "url": "/", + "description": "Our Country Our Responsibility" + }, + "MenuItem:cG9zdDoxNjU=": { + "__typename": "MenuItem", + "id": "cG9zdDoxNjU=", + "parentId": null, + "label": "Explore", + "path": "/pesayetu/explore/", + "target": null, + "title": null, + "url": "https://cms.dev.codeforafrica.org/pesayetu/explore/", + "description": null + }, + "MenuItem:cG9zdDoxMTA=": { + "__typename": "MenuItem", + "id": "cG9zdDoxMTA=", + "parentId": null, + "label": "Data", + "path": "/pesayetu/data/", + "target": null, + "title": null, + "url": "https://cms.dev.codeforafrica.org/pesayetu/data/", + "description": null + }, + "MenuItem:cG9zdDoxMTI=": { + "__typename": "MenuItem", + "id": "cG9zdDoxMTI=", + "parentId": null, + "label": "Stories", + "path": "/stories/news", + "target": "_blank", + "title": "https://cms.dev.codeforafrica.org/pesayetu/stories/", + "url": "/stories/news", + "description": null + }, + "MenuItem:cG9zdDoxMTE=": { + "__typename": "MenuItem", + "id": "cG9zdDoxMTE=", + "parentId": null, + "label": "How it works", + "path": "/pesayetu/how-it-works/", + "target": null, + "title": null, + "url": "https://cms.dev.codeforafrica.org/pesayetu/how-it-works/", + "description": null + }, + "MenuItem:cG9zdDoxNjY=": { + "__typename": "MenuItem", + "id": "cG9zdDoxNjY=", + "parentId": null, + "label": "Social Media Links", + "path": "/social-links", + "target": null, + "title": null, + "url": "/social-links", + "description": null + }, + "MenuItem:cG9zdDoxNjg=": { + "__typename": "MenuItem", + "id": "cG9zdDoxNjg=", + "parentId": "cG9zdDoxNjY=", + "label": "Twitter", + "path": "https://twitter.com/Code4Africa", + "target": "_blank", + "title": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/08/nav-desktop-tw.svg", + "url": "https://twitter.com/Code4Africa", + "description": null + }, + "MenuItem:cG9zdDoxNjc=": { + "__typename": "MenuItem", + "id": "cG9zdDoxNjc=", + "parentId": "cG9zdDoxNjY=", + "label": "Facebook", + "path": "https://www.facebook.com/CodeForAfrica", + "target": "_blank", + "title": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/08/nav-desktop-fb.svg", + "url": "https://www.facebook.com/CodeForAfrica", + "description": null + }, + "ROOT_QUERY": { + "__typename": "Query", + "homepageSettings": { + "__typename": "HomepageSettings", + "frontPage": { + "__typename": "Page", + "seo": { + "__typename": "PostTypeSEO", + "breadcrumbs": [ + { + "__typename": "SEOPostTypeBreadcrumbs", + "text": "Home", + "url": "https://pesayetu.pesacheck.org/pesayetu/" + } + ], + "canonical": "https://pesayetu.pesacheck.org/pesayetu/", + "title": "Home | PesaYetu", + "metaDesc": "PesaYetu helps journalists, researchers and activists transform their work with in-depth county-specific information. Get started now with datasets from Kenya.", + "metaRobotsNofollow": "follow", + "metaRobotsNoindex": "index", + "opengraphAuthor": "", + "opengraphModifiedTime": "2022-05-16T12:27:44+00:00", + "opengraphPublishedTime": "", + "opengraphImage": null + } + } + }, + "seo": { + "__typename": "SEOConfig", + "schema": { + "__typename": "SEOSchema", + "siteName": "PesaYetu", + "siteUrl": "https://cms.dev.codeforafrica.org/pesayetu" + }, + "openGraph": { + "__typename": "SEOOpenGraph", + "defaultImage": null + }, + "social": { + "__typename": "SEOSocial", + "facebook": { + "__typename": "SEOSocialFacebook", + "url": "" + }, + "instagram": { + "__typename": "SEOSocialInstagram", + "url": "" + }, + "linkedIn": { + "__typename": "SEOSocialLinkedIn", + "url": "" + }, + "mySpace": { + "__typename": "SEOSocialMySpace", + "url": "" + }, + "pinterest": { + "__typename": "SEOSocialPinterest", + "url": "" + }, + "twitter": { + "__typename": "SEOSocialTwitter", + "username": "" + }, + "wikipedia": { + "__typename": "SEOSocialWikipedia", + "url": "" + }, + "youTube": { + "__typename": "SEOSocialYoutube", + "url": "" + } + } + }, + "menus": { + "__typename": "RootQueryToMenuConnection", + "nodes": [ + { + "__typename": "Menu", + "locations": ["FOOTER_MENU"], + "menuItems({\"first\":100})": { + "__typename": "MenuToMenuItemConnection", + "nodes": [ + { + "__ref": "MenuItem:cG9zdDo4Mg==" + }, + { + "__ref": "MenuItem:cG9zdDo4NA==" + }, + { + "__ref": "MenuItem:cG9zdDo4Mw==" + }, + { + "__ref": "MenuItem:cG9zdDo4OA==" + }, + { + "__ref": "MenuItem:cG9zdDo4Nw==" + }, + { + "__ref": "MenuItem:cG9zdDo4Ng==" + }, + { + "__ref": "MenuItem:cG9zdDo4NQ==" + }, + { + "__ref": "MenuItem:cG9zdDo4OQ==" + }, + { + "__ref": "MenuItem:cG9zdDo5Mg==" + }, + { + "__ref": "MenuItem:cG9zdDo5MA==" + }, + { + "__ref": "MenuItem:cG9zdDo5MQ==" + } + ] + } + }, + { + "__typename": "Menu", + "locations": ["PRIMARY_MENU"], + "menuItems({\"first\":100})": { + "__typename": "MenuToMenuItemConnection", + "nodes": [ + { + "__ref": "MenuItem:cG9zdDoyOTg=" + }, + { + "__ref": "MenuItem:cG9zdDoxNjU=" + }, + { + "__ref": "MenuItem:cG9zdDoxMTA=" + }, + { + "__ref": "MenuItem:cG9zdDoxMTI=" + }, + { + "__ref": "MenuItem:cG9zdDoxMTE=" + }, + { + "__ref": "MenuItem:cG9zdDoxNjY=" + }, + { + "__ref": "MenuItem:cG9zdDoxNjg=" + }, + { + "__ref": "MenuItem:cG9zdDoxNjc=" + } + ] + } + } + ] + }, + "page({\"id\":\"explore\",\"idType\":\"URI\"})": { + "__typename": "Page", + "databaseId": 164, + "date": "2021-08-05T14:14:28", + "slug": "explore", + "uri": "/explore/", + "title": "Explore", + "status": "publish", + "blocksJSON": "[{\"innerBlocks\":[],\"name\":\"lazyblock\\/tutorial\",\"postId\":164,\"blockType\":{\"name\":\"lazyblock\\/tutorial\",\"keywords\":[],\"attributes\":{\"items\":{\"type\":\"string\",\"default\":\"%5B%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%2C%22selector%22%3A%22%22%2C%22image%22%3A%22%22%2C%22lazyblock%22%3A%7B%22slug%22%3A%22lazyblock%5C%2Ftutorial%22%7D%2C%22className%22%3A%22%22%2C%22align%22%3A%22%22%2C%22anchor%22%3A%22%22%2C%22blockId%22%3A%22%22%2C%22blockUniqueClass%22%3A%22%22%2C%22ghostkitSpacings%22%3A%22%22%2C%22ghostkitSR%22%3A%22%22%7D%5D\"},\"lazyblock\":{\"type\":\"object\",\"default\":{\"slug\":\"lazyblock\\/tutorial\"}},\"className\":{\"type\":\"string\"},\"align\":{\"type\":\"string\",\"default\":\"\"},\"anchor\":{\"type\":\"string\",\"default\":\"\"},\"blockId\":{\"type\":\"string\",\"default\":\"\"},\"blockUniqueClass\":{\"type\":\"string\",\"default\":\"\"},\"ghostkitSpacings\":{\"type\":\"object\",\"default\":\"\"},\"ghostkitSR\":{\"type\":\"string\",\"default\":\"\"},\"lock\":{\"type\":\"object\"},\"metadata\":{\"type\":\"object\"}},\"providesContext\":[],\"usesContext\":[],\"selectors\":[],\"supports\":{\"customClassName\":true,\"anchor\":false,\"align\":[\"wide\",\"full\"],\"html\":false,\"multiple\":true,\"inserter\":true},\"styles\":[],\"variations\":[],\"blockHooks\":[],\"apiVersion\":1,\"title\":\"Tutorial\",\"description\":\"\",\"category\":\"text\",\"ghostkit\":{\"supports\":{\"spacings\":false,\"display\":false,\"scrollReveal\":false,\"frame\":false,\"customCSS\":false}},\"lazyblock\":true},\"originalContent\":\"\",\"saveContent\":\"\",\"order\":0,\"get_parent\":{},\"attributes\":{\"items\":\"%5B%7B%22title%22:%22SELECT%20LOCATION%22,%22description%22:%22Select%20the%20County%20or%20Municipality%20you%20want%20to%20explore,%20by%20clicking%C2%A0on%20the%20search%20field%20and%20the%20dropdown%20menu.%3Cbr%3E%3Cbr%3EOnce%20you%20have%20made%C2%A0your%20selection,%20explore%20the%20visualisations,%20change%20location%20or%20pin%20to%20compare%20it%20to%20a%20second%20location.%22,%22selector%22:%22#location-search%22,%22image%22:%7B%22alt%22:%22%22,%22title%22:%22PesaYetu-Tutorial-1%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-1.png'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22247%5C%22%20src=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-1-300x247.png%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-1-300x247.png%20300w,%20https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-1.png%20694w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20\\/%3E%3C\\/a%3E%3C\\/p%3E%5Cn%22%7D,%22id%22:981,%22link%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/explore\\/attachment\\/pesayetu-tutorial-1\\/%22,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-1.png%22,%22sizes%22:%22%22%7D%7D,%7B%22description%22:%22Explore%20the%20map%20to%20confirm%20or%20change%20your%20selection.%20You%20can%20also%20pin%20your%20location%20if%20you%20want%20to%20compare%20two%20places.%20%3Cbr%3E%3Cbr%3EOnce%20a%20location%20is%20confirmed,%20click%20on%20the%20%E2%80%9CRich%20Data%E2%80%9D%20button%20(on%20the%20left%20hand-side)%20to%20display%20the%20data%20visualisations.%22,%22title%22:%22EXPLORE%20THE%20MAP%22,%22selector%22:%22#none%22,%22image%22:%7B%22alt%22:%22%22,%22title%22:%22PesaYetu-Tutorial-2%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-2.png'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22235%5C%22%20src=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-2-300x235.png%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-2-300x235.png%20300w,%20https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-2.png%20751w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20\\/%3E%3C\\/a%3E%3C\\/p%3E%5Cn%22%7D,%22id%22:983,%22link%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/explore\\/attachment\\/pesayetu-tutorial-2\\/%22,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-2.png%22,%22sizes%22:%22%22%7D%7D,%7B%22title%22:%22BROWSE%20THE%20CHARTS%22,%22description%22:%22Continue%20to%20open%20the%20Rich%20Data%20dashboard,%20using%20the%20button%20on%20the%20left.%3Cbr%3E%3Cbr%3EBrowse%20the%20charts%20by%20scrolling%20the%20data%20dashboard.%20You%20can%20share%20and%20download%20the%20data%20using%20the%20buttons%20on%20the%20side%20of%20each%20chart.%22,%22selector%22:%22#rich-data%22,%22image%22:%7B%22alt%22:%22%22,%22title%22:%22PesaYetu-Tutorial-3a%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-3a.png'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22197%5C%22%20src=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-3a-300x197.png%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-3a-300x197.png%20300w,%20https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-3a.png%20670w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20\\/%3E%3C\\/a%3E%3C\\/p%3E%5Cn%22%7D,%22id%22:984,%22link%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/explore\\/attachment\\/pesayetu-tutorial-3a\\/%22,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-3a.png%22,%22sizes%22:%22%22%7D%7D,%7B%22title%22:%22PIN%20AND%20COMPARE%22,%22description%22:%22There%20are%20two%20ways%20to%20pin%20and%20compare%20a%20second%20location:%20%3Cbr%3E%3Cbr%3E1)%20From%20the%20data%20dashboard:%20look%20for%20the%20%E2%80%9Cpin%E2%80%9D%20icon%20and%20select%20a%20second%20location%20from%20the%20dropdown%20menu.%20%3Cbr%3E%3Cbr%3E2)%20From%20the%20map:%20pin%20your%20selected%20location%20by%20clicking%20on%20the%20%E2%80%9Dpin%E2%80%9D%20icon,%20then%20select%20a%20second%20location,%20which%20will%20appear%20in%20a%20different%20colour.%22,%22selector%22:%22#pin%22,%22image%22:%7B%22alt%22:%22%22,%22title%22:%22PesaYetu-Tutorial-4%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-4.png'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22218%5C%22%20src=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-4-300x218.png%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-4-300x218.png%20300w,%20https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-4.png%20675w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20\\/%3E%3C\\/a%3E%3C\\/p%3E%5Cn%22%7D,%22id%22:985,%22link%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/explore\\/attachment\\/pesayetu-tutorial-4\\/%22,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/04\\/PesaYetu-Tutorial-4.png%22,%22sizes%22:%22%22%7D%7D%5D\",\"lazyblock\":{\"slug\":\"lazyblock\\/tutorial\"},\"align\":\"\",\"anchor\":\"\",\"blockId\":\"Z1npKaH\",\"blockUniqueClass\":\"lazyblock-tutorial-Z1npKaH\",\"ghostkitSpacings\":\"\",\"ghostkitSR\":\"\"},\"attributesType\":{\"items\":{\"type\":\"string\",\"default\":\"%5B%7B%22title%22%3A%22%22%2C%22description%22%3A%22%22%2C%22selector%22%3A%22%22%2C%22image%22%3A%22%22%2C%22lazyblock%22%3A%7B%22slug%22%3A%22lazyblock%5C%2Ftutorial%22%7D%2C%22className%22%3A%22%22%2C%22align%22%3A%22%22%2C%22anchor%22%3A%22%22%2C%22blockId%22%3A%22%22%2C%22blockUniqueClass%22%3A%22%22%2C%22ghostkitSpacings%22%3A%22%22%2C%22ghostkitSR%22%3A%22%22%7D%5D\"},\"lazyblock\":{\"type\":\"object\",\"default\":{\"slug\":\"lazyblock\\/tutorial\"}},\"className\":{\"type\":\"string\"},\"align\":{\"type\":\"string\",\"default\":\"\"},\"anchor\":{\"type\":\"string\",\"default\":\"\"},\"blockId\":{\"type\":\"string\",\"default\":\"\"},\"blockUniqueClass\":{\"type\":\"string\",\"default\":\"\"},\"ghostkitSpacings\":{\"type\":\"object\",\"default\":\"\"},\"ghostkitSR\":{\"type\":\"string\",\"default\":\"\"},\"lock\":{\"type\":\"object\"},\"metadata\":{\"type\":\"object\"}},\"dynamicContent\":\"\"},{\"innerBlocks\":[],\"name\":\"lazyblock\\/panel\",\"postId\":164,\"blockType\":{\"name\":\"lazyblock\\/panel\",\"keywords\":[],\"attributes\":{\"panelItems\":{\"type\":\"string\",\"default\":\"%5B%7B%22value%22%3A%22%22%2C%22icon%22%3A%22%22%2C%22pin%22%3Afalse%2C%22disabled%22%3Afalse%2C%22lazyblock%22%3A%7B%22slug%22%3A%22lazyblock%5C%2Fpanel%22%7D%2C%22className%22%3A%22%22%2C%22align%22%3A%22%22%2C%22anchor%22%3A%22%22%2C%22blockId%22%3A%22%22%2C%22blockUniqueClass%22%3A%22%22%2C%22ghostkitSpacings%22%3A%22%22%2C%22ghostkitSR%22%3A%22%22%7D%5D\"},\"scrollToTopLabel\":{\"type\":\"string\",\"default\":\"Back To Top\"},\"dataNotAvailable\":{\"type\":\"string\",\"default\":\"\\u2014 DATA NOT AVAILABLE\"},\"lazyblock\":{\"type\":\"object\",\"default\":{\"slug\":\"lazyblock\\/panel\"}},\"className\":{\"type\":\"string\"},\"align\":{\"type\":\"string\",\"default\":\"\"},\"anchor\":{\"type\":\"string\",\"default\":\"\"},\"blockId\":{\"type\":\"string\",\"default\":\"\"},\"blockUniqueClass\":{\"type\":\"string\",\"default\":\"\"},\"ghostkitSpacings\":{\"type\":\"object\",\"default\":\"\"},\"ghostkitSR\":{\"type\":\"string\",\"default\":\"\"},\"lock\":{\"type\":\"object\"},\"metadata\":{\"type\":\"object\"}},\"providesContext\":[],\"usesContext\":[],\"selectors\":[],\"supports\":{\"customClassName\":true,\"anchor\":false,\"align\":[\"wide\",\"full\"],\"html\":false,\"multiple\":true,\"inserter\":true},\"styles\":[],\"variations\":[],\"blockHooks\":[],\"apiVersion\":1,\"title\":\"Panel\",\"description\":\"\",\"category\":\"text\",\"ghostkit\":{\"supports\":{\"spacings\":false,\"display\":false,\"scrollReveal\":false,\"frame\":false,\"customCSS\":false}},\"lazyblock\":true},\"originalContent\":\"\",\"saveContent\":\"\",\"order\":1,\"get_parent\":{},\"attributes\":{\"panelItems\":\"%5B%7B%22value%22:%22rich-data%22,%22icon%22:%7B%22alt%22:%22%22,%22title%22:%22Group-4505%22,%22caption%22:%22%22,%22description%22:%7B%22raw%22:%22%22,%22rendered%22:%22%3Cp%20class=%5C%22attachment%5C%22%3E%3Ca%20href='https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2021\\/11\\/Group-4505.svg'%3E%3Cimg%20width=%5C%22300%5C%22%20height=%5C%22300%5C%22%20src=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2021\\/11\\/Group-4505.svg%5C%22%20class=%5C%22attachment-medium%20size-medium%5C%22%20alt=%5C%22%5C%22%20loading=%5C%22lazy%5C%22%20srcset=%5C%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/\\/2021\\/11\\/Group-4505.svg%20150w,%20https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/\\/2021\\/11\\/Group-4505.svg%20300w,%20https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/\\/2021\\/11\\/Group-4505.svg%201024w,%20https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/\\/2021\\/11\\/Group-4505.svg%2044w%5C%22%20sizes=%5C%22(max-width:%20300px)%20100vw,%20300px%5C%22%20\\/%3E%3C\\/a%3E%3C\\/p%3E%5Cn%22%7D,%22id%22:597,%22link%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/explore\\/attachment\\/group-4505\\/%22,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2021\\/11\\/Group-4505.svg%22,%22sizes%22:%22%22%7D%7D,%7B%22value%22:%22pin%22,%22icon%22:%7B%22alt%22:%22%22,%22title%22:%22Path-210-1%20(1)%22,%22caption%22:%22%22,%22description%22:%22%22,%22id%22:646,%22link%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/path-210-1-1\\/%22,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/01\\/Path-210-1-1.svg%22,%22sizes%22:%7B%22thumbnail%22:%7B%22height%22:150,%22width%22:150,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/01\\/Path-210-1-1.svg%22,%22orientation%22:%22landscape%22%7D,%22medium%22:%7B%22height%22:300,%22width%22:300,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/01\\/Path-210-1-1.svg%22,%22orientation%22:%22landscape%22%7D,%22large%22:%7B%22height%22:1024,%22width%22:1024,%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/01\\/Path-210-1-1.svg%22,%22orientation%22:%22landscape%22%7D,%22full%22:%7B%22url%22:%22https:\\/\\/cms.dev.codeforafrica.org\\/pesayetu\\/wp-content\\/uploads\\/sites\\/2\\/2022\\/01\\/Path-210-1-1.svg%22,%22height%22:44,%22width%22:44,%22orientation%22:%22landscape%22%7D%7D%7D,%22pin%22:true%7D%5D\",\"scrollToTopLabel\":\"Back To Top\",\"dataNotAvailable\":\"\\u2014 DATA NOT AVAILABLE\",\"lazyblock\":{\"slug\":\"lazyblock\\/panel\"},\"align\":\"\",\"anchor\":\"\",\"blockId\":\"20amuc\",\"blockUniqueClass\":\"lazyblock-panel-20amuc\",\"ghostkitSpacings\":\"\",\"ghostkitSR\":\"\"},\"attributesType\":{\"panelItems\":{\"type\":\"string\",\"default\":\"%5B%7B%22value%22%3A%22%22%2C%22icon%22%3A%22%22%2C%22pin%22%3Afalse%2C%22disabled%22%3Afalse%2C%22lazyblock%22%3A%7B%22slug%22%3A%22lazyblock%5C%2Fpanel%22%7D%2C%22className%22%3A%22%22%2C%22align%22%3A%22%22%2C%22anchor%22%3A%22%22%2C%22blockId%22%3A%22%22%2C%22blockUniqueClass%22%3A%22%22%2C%22ghostkitSpacings%22%3A%22%22%2C%22ghostkitSR%22%3A%22%22%7D%5D\"},\"scrollToTopLabel\":{\"type\":\"string\",\"default\":\"Back To Top\"},\"dataNotAvailable\":{\"type\":\"string\",\"default\":\"\\u2014 DATA NOT AVAILABLE\"},\"lazyblock\":{\"type\":\"object\",\"default\":{\"slug\":\"lazyblock\\/panel\"}},\"className\":{\"type\":\"string\"},\"align\":{\"type\":\"string\",\"default\":\"\"},\"anchor\":{\"type\":\"string\",\"default\":\"\"},\"blockId\":{\"type\":\"string\",\"default\":\"\"},\"blockUniqueClass\":{\"type\":\"string\",\"default\":\"\"},\"ghostkitSpacings\":{\"type\":\"object\",\"default\":\"\"},\"ghostkitSR\":{\"type\":\"string\",\"default\":\"\"},\"lock\":{\"type\":\"object\"},\"metadata\":{\"type\":\"object\"}},\"dynamicContent\":\"\"}]", + "excerpt": "", + "content": "\n\n", + "seo": { + "__typename": "PostTypeSEO", + "breadcrumbs": [ + { + "__typename": "SEOPostTypeBreadcrumbs", + "text": "Home", + "url": "https://pesayetu.pesacheck.org/pesayetu/" + }, + { + "__typename": "SEOPostTypeBreadcrumbs", + "text": "Explore", + "url": "https://pesayetu.pesacheck.org/pesayetu/explore/" + } + ], + "canonical": "https://pesayetu.pesacheck.org/pesayetu/explore/", + "title": "Explore | PesaYetu", + "metaDesc": "", + "metaRobotsNofollow": "follow", + "metaRobotsNoindex": "index", + "opengraphAuthor": "", + "opengraphModifiedTime": "2022-07-13T14:33:41+00:00", + "opengraphPublishedTime": "", + "opengraphImage": null + }, + "author": null, + "featuredImage": null, + "blocks": [ + { + "__typename": "LazyblockTutorialBlock" + }, + { + "__typename": "LazyblockPanelBlock" + } + ], + "isPostsPage": false + } + } + }, + "blocks": { + "texts": [], + "panel": { + "panelItems": [ + { + "value": "rich-data", + "icon": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/11/Group-4505.svg", + "iconProps": { + "src": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2021/11/Group-4505.svg", + "width": 44, + "height": 44, + "type": "svg", + "blurDataURL": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGElEQVR4nGNgQAP/T///f/o/jHMWiQMHACIVCyeABSwfAAAAAElFTkSuQmCC", + "placeholder": "blur" + } + }, + { + "value": "pin", + "icon": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/01/Path-210-1-1.svg", + "pin": true, + "iconProps": { + "src": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/01/Path-210-1-1.svg", + "width": 44, + "height": 44, + "type": "svg", + "blurDataURL": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAH0lEQVR4nGNgQAP/L/z/f/r//4P/wZzT//+fBbOQAQBvnQ3r6iVM4QAAAABJRU5ErkJggg==", + "placeholder": "blur" + } + } + ], + "scrollToTopLabel": "Back To Top", + "dataNotAvailable": "— DATA NOT AVAILABLE", + "lazyblock": { + "slug": "lazyblock/panel" + }, + "align": "", + "anchor": "", + "blockId": "20amuc", + "blockUniqueClass": "lazyblock-panel-20amuc", + "ghostkitSpacings": "", + "ghostkitSR": "" + }, + "tutorial": { + "items": [ + { + "title": "SELECT LOCATION", + "description": "Select the County or Municipality you want to explore, by clicking on the search field and the dropdown menu.

Once you have made your selection, explore the visualisations, change location or pin to compare it to a second location.", + "selector": "#location-search", + "image": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-1.png", + "imageProps": { + "src": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-1.png", + "width": 694, + "height": 572, + "type": "png", + "blurDataURL": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAIAAAA7ljmRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAMElEQVR4nGOoqW09f/7Shw8fzp07x8AuoC4qqdXf311YWMTAL6YVE5ve2tpcV18PAHqlETRE6fa/AAAAAElFTkSuQmCC", + "placeholder": "blur" + } + }, + { + "description": "Explore the map to confirm or change your selection. You can also pin your location if you want to compare two places.

Once a location is confirmed, click on the “Rich Data” button (on the left hand-side) to display the data visualisations.", + "title": "EXPLORE THE MAP", + "selector": "#none", + "image": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-2.png", + "imageProps": { + "src": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-2.png", + "width": 751, + "height": 589, + "type": "png", + "blurDataURL": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAIAAAA7ljmRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAMElEQVR4nGP49u3rxEnTDxw4sn//fobCggJeYVU+YaWCvByGzMxMPmElWwfPgvw8AH1vD9GRbZHGAAAAAElFTkSuQmCC", + "placeholder": "blur" + } + }, + { + "title": "BROWSE THE CHARTS", + "description": "Continue to open the Rich Data dashboard, using the button on the left.

Browse the charts by scrolling the data dashboard. You can share and download the data using the buttons on the side of each chart.", + "selector": "#rich-data", + "image": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-3a.png", + "imageProps": { + "src": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-3a.png", + "width": 670, + "height": 439, + "type": "png", + "blurDataURL": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAIAAAA7ljmRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAMklEQVR4nAEnANj/ANbW1s3NyVtbWrKyswDOztFdY38JCxe5ubcA3t7ffIKf4uPq////vgcX8ZIA2dgAAAAASUVORK5CYII=", + "placeholder": "blur" + } + }, + { + "title": "PIN AND COMPARE", + "description": "There are two ways to pin and compare a second location:

1) From the data dashboard: look for the “pin” icon and select a second location from the dropdown menu.

2) From the map: pin your selected location by clicking on the ”pin” icon, then select a second location, which will appear in a different colour.", + "selector": "#pin", + "image": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-4.png", + "imageProps": { + "src": "https://cms.dev.codeforafrica.org/pesayetu/wp-content/uploads/sites/2/2022/04/PesaYetu-Tutorial-4.png", + "width": 675, + "height": 491, + "type": "png", + "blurDataURL": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAIAAAA7ljmRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAMklEQVR4nAEnANj/APj491lWYA8QI+zs6wC/wMHXzMmLi5uztLYAu7u7w8XF39/eu7u7x7oYwYnBuWcAAAAASUVORK5CYII=", + "placeholder": "blur" + } + } + ], + "lazyblock": { + "slug": "lazyblock/tutorial" + }, + "align": "", + "anchor": "", + "blockId": "Z1npKaH", + "blockUniqueClass": "lazyblock-tutorial-Z1npKaH", + "ghostkitSpacings": "", + "ghostkitSR": "" + } + }, + "locations": [ + { + "name": "Nairobi", + "level": "county", + "code": "47" + }, + { + "name": "Kajiado", + "level": "county", + "code": "34" + }, + { + "name": "Kenya", + "level": "country", + "code": "ke" + }, + { + "name": "Kasarani", + "level": "subcounty", + "code": "47280" + }, + { + "name": "Kibra", + "level": "subcounty", + "code": "47278" + }, + { + "name": "Kajiado Central", + "level": "subcounty", + "code": "34184" + }, + { + "name": "Kajiado South", + "level": "subcounty", + "code": "34187" + }, + { + "name": "Kajiado North", + "level": "subcounty", + "code": "34183" + } + ], + "variant": "explore", + "preferredChildren": { + "county": ["subcounty"], + "country": ["county"] + } +} From 48e6a441f1d1b92e96fe5e64471cb3c2034b73c6 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Wed, 31 Jul 2024 15:26:52 +0300 Subject: [PATCH 08/15] Fix dependencies and upgrade --- apps/charterafrica/package.json | 38 +- apps/climatemappedafrica/package.json | 30 +- .../src/lib/hurumap/index.js | 8 +- apps/codeforafrica/package.json | 32 +- apps/pesayetu/package.json | 48 +- apps/pesayetu/src/lib/hurumap/index.js | 8 +- apps/promisetracker/package.json | 26 +- .../src/components/Promises/index.js | 4 +- apps/roboshield/package.json | 30 +- apps/uibook/package.json | 40 +- .../stories/HURUmap/next/Map.stories.js | 182 - .../core/ChartTooltip.stories.js | 0 .../core/Location.stories.js | 0 .../core/LocationHighlight.stories.js | 0 .../core/LocationTag.stories.js | 0 .../stories/hurumap/next/Map.stories.js | 57 + .../next/Source.stories.js | 0 .../stories/{HURUmap => hurumap}/next/ke.json | 0 apps/vpnmanager/package.json | 18 +- package.json | 6 +- packages/commons-ui-core/package.json | 14 +- packages/commons-ui-next/package.json | 6 +- .../commons-ui-testing-library/package.json | 14 +- .../eslint-config-commons-ui/package.json | 14 +- packages/hurumap-core/package.json | 18 +- packages/hurumap-next/package.json | 23 +- packages/hurumap-next/src/Map/Layers.js | 1 - packages/hurumap-next/src/Map/Map.js | 1 - packages/jest-config-commons-ui/package.json | 8 +- .../playwright-config-commons-ui/package.json | 10 +- pnpm-lock.yaml | 6109 ++++++++--------- 31 files changed, 3282 insertions(+), 3463 deletions(-) delete mode 100644 apps/uibook/stories/HURUmap/next/Map.stories.js rename apps/uibook/stories/{HURUmap => hurumap}/core/ChartTooltip.stories.js (100%) rename apps/uibook/stories/{HURUmap => hurumap}/core/Location.stories.js (100%) rename apps/uibook/stories/{HURUmap => hurumap}/core/LocationHighlight.stories.js (100%) rename apps/uibook/stories/{HURUmap => hurumap}/core/LocationTag.stories.js (100%) create mode 100644 apps/uibook/stories/hurumap/next/Map.stories.js rename apps/uibook/stories/{HURUmap => hurumap}/next/Source.stories.js (100%) rename apps/uibook/stories/{HURUmap => hurumap}/next/ke.json (100%) diff --git a/apps/charterafrica/package.json b/apps/charterafrica/package.json index b5d8c69ed..884c75072 100644 --- a/apps/charterafrica/package.json +++ b/apps/charterafrica/package.json @@ -36,30 +36,30 @@ "db-rollback": "migrate-mongo down" }, "dependencies": { - "@aws-sdk/client-s3": "^3.614.0", - "@aws-sdk/lib-storage": "^3.614.0", + "@aws-sdk/client-s3": "^3.621.0", + "@aws-sdk/lib-storage": "^3.621.0", "@commons-ui/core": "workspace:*", "@commons-ui/next": "workspace:*", - "@emotion/cache": "^11.11.0", - "@emotion/react": "^11.11.4", + "@emotion/cache": "^11.13.1", + "@emotion/react": "^11.13.0", "@emotion/server": "^11.11.0", - "@emotion/styled": "^11.11.5", - "@mui/material": "^5.16.1", - "@mui/utils": "^5.16.1", + "@emotion/styled": "^11.13.0", + "@mui/material": "^5.16.6", + "@mui/utils": "^5.16.6", "@next/env": "^14.2.5", "@nivo/core": "^0.84.0", "@nivo/pie": "^0.84.0", "@nivo/tooltip": "^0.84.0", "@nivo/waffle": "^0.84.0", "@payloadcms/bundler-webpack": "^1.0.7", - "@payloadcms/db-mongodb": "^1.5.2", + "@payloadcms/db-mongodb": "^1.7.1", "@payloadcms/plugin-cloud-storage": "^1.1.3", "@payloadcms/plugin-nested-docs": "^1.0.12", "@payloadcms/plugin-sentry": "^0.0.6", "@payloadcms/plugin-seo": "^2.3.2", "@payloadcms/richtext-slate": "^1.5.2", - "@react-spring/web": "^9.7.3", - "@sentry/nextjs": "^8.17.0", + "@react-spring/web": "^9.7.4", + "@sentry/nextjs": "^8.21.0", "airtable": "^0.12.2", "dotenv": "^16.4.5", "express": "^4.19.2", @@ -69,7 +69,7 @@ "next": "^14.2.5", "next-seo": "^6.5.0", "nodemailer-sendgrid": "^1.0.3", - "payload": "^2.23.1", + "payload": "^2.25.0", "prop-types": "^15.8.1", "qs": "^6.12.3", "react": "^18.3.1", @@ -81,20 +81,20 @@ "sharp": "^0.33.4", "slate": "^0.103.0", "swr": "^2.2.5", - "video.js": "^8.16.1", + "video.js": "^8.17.1", "videojs-youtube": "^3.0.1" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", "@babel/register": "^7.24.6", - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "@commons-ui/testing-library": "workspace:*", - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.45.3", "@svgr/webpack": "^8.1.0", - "@swc/core": "^1.6.13", + "@swc/core": "^1.7.3", "@types/express": "^4.17.21", - "@types/node": "^20.14.10", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "babel-jest": "^29.7.0", "eslint": "^8.57.0", @@ -105,10 +105,10 @@ "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react-test-renderer": "^18.3.1", "ts-node": "^10.9.2", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "engines": { diff --git a/apps/climatemappedafrica/package.json b/apps/climatemappedafrica/package.json index d1db1c318..41bea3301 100644 --- a/apps/climatemappedafrica/package.json +++ b/apps/climatemappedafrica/package.json @@ -31,19 +31,19 @@ "clean": "rm -rf .next .turbo node_modules" }, "dependencies": { - "@apollo/client": "^3.10.8", + "@apollo/client": "^3.11.1", "@commons-ui/core": "^0.1.0", "@commons-ui/next": "workspace:*", - "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.5", + "@emotion/react": "^11.13.0", + "@emotion/styled": "^11.13.0", "@hurumap/core": "workspace:*", "@hurumap/next": "workspace:*", "@mui/lab": "5.0.0-alpha.155", - "@mui/material": "^5.16.1", - "@mui/styles": "^5.16.1", - "@mui/utils": "^5.16.1", + "@mui/material": "^5.16.6", + "@mui/styles": "^5.16.6", + "@mui/utils": "^5.16.6", "@reactour/tour": "^3.7.0", - "aws-sdk": "^2.1658.0", + "aws-sdk": "^2.1665.0", "clsx": "^2.1.1", "d3-format": "^3.1.0", "deepmerge": "^4.3.1", @@ -67,20 +67,20 @@ "swr": "^2.2.5", "vega": "^5.30.0", "vega-embed": "^6.26.0", - "vega-lite": "^5.19.0", + "vega-lite": "^5.20.0", "vega-tooltip": "^0.33.0", - "video.js": "^8.16.1", + "video.js": "^8.17.1", "videojs-youtube": "^3.0.1", "webpack": "^5.93.0", "xlsx": "^0.18.5" }, "devDependencies": { - "@babel/core": "^7.24.8", - "@babel/preset-env": "^7.24.8", + "@babel/core": "^7.25.2", + "@babel/preset-env": "^7.25.2", "@babel/preset-react": "^7.24.7", "@commons-ui/testing-library": "workspace:*", "@material-ui/codemod": "^4.5.1", - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.45.3", "@storybook/addon-actions": "^7.6.20", "@storybook/addon-essentials": "^7.6.20", "@storybook/addon-links": "^7.6.20", @@ -91,7 +91,7 @@ "@storybook/react": "^7.6.20", "@storybook/theming": "^7.6.20", "@svgr/webpack": "^8.1.0", - "@types/node": "^20.14.10", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "apollo-link-rest": "^0.9.0", "babel-jest": "^29.7.0", @@ -110,10 +110,10 @@ "jscodeshift": "^0.15.2", "next-sitemap": "^1.9.12", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react-test-renderer": "^18.3.1", "svg-url-loader": "^8.0.0", - "typescript": "^5.5.3" + "typescript": "^5.5.4" }, "engines": { "node": "20.x" diff --git a/apps/climatemappedafrica/src/lib/hurumap/index.js b/apps/climatemappedafrica/src/lib/hurumap/index.js index 19527d907..bb03b451a 100644 --- a/apps/climatemappedafrica/src/lib/hurumap/index.js +++ b/apps/climatemappedafrica/src/lib/hurumap/index.js @@ -46,8 +46,8 @@ function formatProfileGeographyData(data, parent) { indicator ], parentData: parent.data - ? parent?.data?.[label]?.subcategories?.[child] - ?.indicators?.[indicator]?.data ?? null + ? (parent?.data?.[label]?.subcategories?.[child] + ?.indicators?.[indicator]?.data ?? null) : null, parentName: parent?.name ?? null, }, @@ -63,9 +63,9 @@ function formatProfileGeographyData(data, parent) { parentMetric: parent.data && parent?.data[label]?.subcategories[child]?.key_metrics - ? parent?.data[label]?.subcategories[child]?.key_metrics[ + ? (parent?.data[label]?.subcategories[child]?.key_metrics[ index - ] ?? null + ] ?? null) : null, }; }), diff --git a/apps/codeforafrica/package.json b/apps/codeforafrica/package.json index 08724018e..ed307dd7d 100644 --- a/apps/codeforafrica/package.json +++ b/apps/codeforafrica/package.json @@ -33,26 +33,26 @@ "clean": "rm -rf .next .turbo node_modules" }, "dependencies": { - "@aws-sdk/client-s3": "^3.614.0", - "@aws-sdk/lib-storage": "^3.614.0", + "@aws-sdk/client-s3": "^3.621.0", + "@aws-sdk/lib-storage": "^3.621.0", "@commons-ui/core": "workspace:*", "@commons-ui/next": "workspace:*", - "@emotion/cache": "^11.11.0", - "@emotion/react": "^11.11.4", + "@emotion/cache": "^11.13.1", + "@emotion/react": "^11.13.0", "@emotion/server": "^11.11.0", - "@emotion/styled": "^11.11.5", + "@emotion/styled": "^11.13.0", "@googlemaps/react-wrapper": "^1.1.35", - "@mui/material": "^5.16.1", - "@mui/utils": "^5.16.1", + "@mui/material": "^5.16.6", + "@mui/utils": "^5.16.6", "@next/env": "^14.2.5", "@payloadcms/bundler-webpack": "^1.0.7", - "@payloadcms/db-mongodb": "^1.5.2", + "@payloadcms/db-mongodb": "^1.7.1", "@payloadcms/plugin-cloud-storage": "^1.1.3", "@payloadcms/plugin-nested-docs": "^1.0.12", "@payloadcms/plugin-sentry": "^0.0.6", "@payloadcms/plugin-seo": "^2.3.2", "@payloadcms/richtext-slate": "^1.5.2", - "@sentry/nextjs": "^8.17.0", + "@sentry/nextjs": "^8.21.0", "camelcase-keys": "^9.1.3", "dotenv": "^16.4.5", "express": "^4.19.2", @@ -63,7 +63,7 @@ "next": "^14.2.5", "next-seo": "^6.5.0", "nodemailer-sendgrid": "^1.0.3", - "payload": "^2.23.1", + "payload": "^2.25.0", "prop-types": "^15.8.1", "qs": "^6.12.3", "react": "^18.3.1", @@ -74,14 +74,14 @@ "swr": "^2.2.5" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", "@commons-ui/testing-library": "workspace:*", - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.45.3", "@svgr/webpack": "^8.1.0", - "@swc/core": "^1.6.13", + "@swc/core": "^1.7.3", "@types/express": "^4.17.21", - "@types/node": "^20.14.10", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "babel-jest": "^29.7.0", "eslint": "^8.57.0", @@ -92,10 +92,10 @@ "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react-test-renderer": "^18.3.1", "ts-node": "^10.9.2", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "engines": { diff --git a/apps/pesayetu/package.json b/apps/pesayetu/package.json index fa667a0c7..ccb36b289 100644 --- a/apps/pesayetu/package.json +++ b/apps/pesayetu/package.json @@ -32,19 +32,19 @@ "clean": "rm -rf .next .turbo node_modules" }, "dependencies": { - "@apollo/client": "^3.10.8", + "@apollo/client": "^3.11.1", "@commons-ui/core": "^0.1.0", "@commons-ui/next": "workspace:*", - "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.5", + "@emotion/react": "^11.13.0", + "@emotion/styled": "^11.13.0", "@hurumap/core": "workspace:*", "@hurumap/next": "workspace:*", "@mui/lab": "5.0.0-alpha.155", - "@mui/material": "^5.16.1", - "@mui/styles": "^5.16.1", - "@mui/utils": "^5.16.1", + "@mui/material": "^5.16.6", + "@mui/styles": "^5.16.6", + "@mui/utils": "^5.16.6", "@reactour/tour": "^3.7.0", - "aws-sdk": "^2.1658.0", + "aws-sdk": "^2.1665.0", "clsx": "^2.1.1", "d3-format": "^3.1.0", "deepmerge": "^4.3.1", @@ -68,30 +68,30 @@ "swr": "^2.2.5", "vega": "^5.30.0", "vega-embed": "^6.26.0", - "vega-lite": "^5.19.0", + "vega-lite": "^5.20.0", "vega-tooltip": "^0.33.0", - "video.js": "^8.16.1", + "video.js": "^8.17.1", "videojs-youtube": "^3.0.1", "webpack": "^5.93.0", "xlsx": "^0.18.5" }, "devDependencies": { - "@babel/core": "^7.24.8", - "@babel/preset-env": "^7.24.8", + "@babel/core": "^7.25.2", + "@babel/preset-env": "^7.25.2", "@babel/preset-react": "^7.24.7", "@commons-ui/testing-library": "workspace:*", "@material-ui/codemod": "^4.5.1", - "@playwright/test": "^1.45.1", - "@storybook/addon-essentials": "^8.2.2", - "@storybook/addon-interactions": "^8.2.2", - "@storybook/addon-links": "^8.2.2", - "@storybook/blocks": "^8.2.2", - "@storybook/cli": "^8.2.2", - "@storybook/nextjs": "^8.2.2", - "@storybook/react": "^8.2.2", - "@storybook/test": "^8.2.2", + "@playwright/test": "^1.45.3", + "@storybook/addon-essentials": "^8.2.6", + "@storybook/addon-interactions": "^8.2.6", + "@storybook/addon-links": "^8.2.6", + "@storybook/blocks": "^8.2.6", + "@storybook/cli": "^8.2.6", + "@storybook/nextjs": "^8.2.6", + "@storybook/react": "^8.2.6", + "@storybook/test": "^8.2.6", "@svgr/webpack": "^8.1.0", - "@types/node": "^20.14.10", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "apollo-link-rest": "^0.9.0", "babel-jest": "^29.7.0", @@ -113,11 +113,11 @@ "jscodeshift": "^0.15.2", "next-sitemap": "^1.9.12", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react-test-renderer": "^18.3.1", - "storybook": "^8.2.2", + "storybook": "^8.2.6", "svg-url-loader": "^8.0.0", - "typescript": "^5.5.3" + "typescript": "^5.5.4" }, "engines": { "node": "20.x" diff --git a/apps/pesayetu/src/lib/hurumap/index.js b/apps/pesayetu/src/lib/hurumap/index.js index d3b3f8390..5495a9d2d 100644 --- a/apps/pesayetu/src/lib/hurumap/index.js +++ b/apps/pesayetu/src/lib/hurumap/index.js @@ -46,8 +46,8 @@ function formatProfileGeographyData(data, parent) { indicator ], parentData: parent.data - ? parent?.data?.[label]?.subcategories?.[child] - ?.indicators?.[indicator]?.data ?? null + ? (parent?.data?.[label]?.subcategories?.[child] + ?.indicators?.[indicator]?.data ?? null) : null, parentName: parent?.name ?? null, }, @@ -63,9 +63,9 @@ function formatProfileGeographyData(data, parent) { parentMetric: parent.data && parent?.data[label]?.subcategories[child]?.key_metrics - ? parent?.data[label]?.subcategories[child]?.key_metrics[ + ? (parent?.data[label]?.subcategories[child]?.key_metrics[ index - ] ?? null + ] ?? null) : null, }; }), diff --git a/apps/promisetracker/package.json b/apps/promisetracker/package.json index c5a11bfa6..a90cc32a6 100644 --- a/apps/promisetracker/package.json +++ b/apps/promisetracker/package.json @@ -23,15 +23,15 @@ "dependencies": { "@commons-ui/core": "workspace:*", "@commons-ui/next": "workspace:*", - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@emotion/server": "^11.11.0", - "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.16.1", + "@emotion/styled": "^11.13.0", + "@mui/icons-material": "^5.16.6", "@mui/lab": "5.0.0-alpha.155", - "@mui/material": "^5.16.1", - "@mui/styles": "^5.16.1", - "@mui/utils": "^5.16.1", - "@sentry/nextjs": "^8.17.0", + "@mui/material": "^5.16.6", + "@mui/styles": "^5.16.6", + "@mui/utils": "^5.16.6", + "@sentry/nextjs": "^8.21.0", "clsx": "^2.1.1", "date-fns": "^2.30.0", "form-data": "^4.0.0", @@ -55,13 +55,13 @@ "victory": "^36.9.2" }, "devDependencies": { - "@babel/core": "^7.24.8", - "@babel/preset-env": "^7.24.8", + "@babel/core": "^7.25.2", + "@babel/preset-env": "^7.25.2", "@babel/preset-react": "^7.24.7", "@commons-ui/testing-library": "workspace:*", - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.45.3", "@svgr/webpack": "^8.1.0", - "@types/node": "^20.14.10", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "babel-jest": "^29.7.0", "eslint": "^8.57.0", @@ -72,9 +72,9 @@ "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react-test-renderer": "^18.3.1", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "scripts": { diff --git a/apps/promisetracker/src/components/Promises/index.js b/apps/promisetracker/src/components/Promises/index.js index fd404768f..55b68a418 100644 --- a/apps/promisetracker/src/components/Promises/index.js +++ b/apps/promisetracker/src/components/Promises/index.js @@ -94,10 +94,10 @@ function Promises({ sortedItems = items.sort((a, b) => { const aDeadline = a?.promiseDeadline ? new Date(a.promiseDeadline).getTime() - : a.events?.[0]?.year ?? 0; + : (a.events?.[0]?.year ?? 0); const bDeadline = b?.promiseDeadline ? new Date(b.promiseDeadline).getTime() - : b.events?.[0]?.year ?? 0; + : (b.events?.[0]?.year ?? 0); return bDeadline - aDeadline; }); } diff --git a/apps/roboshield/package.json b/apps/roboshield/package.json index 06327db69..521ea27d9 100644 --- a/apps/roboshield/package.json +++ b/apps/roboshield/package.json @@ -17,33 +17,33 @@ "dependencies": { "@commons-ui/core": "workspace:*", "@commons-ui/next": "workspace:*", - "@emotion/cache": "^11.11.0", - "@emotion/react": "^11.11.4", + "@emotion/cache": "^11.13.1", + "@emotion/react": "^11.13.0", "@emotion/server": "^11.11.0", - "@emotion/styled": "^11.11.5", - "@mui/icons-material": "^5.16.1", - "@mui/material": "^5.16.1", - "@mui/material-nextjs": "^5.16.1", - "@mui/utils": "^5.16.1", - "@mui/x-date-pickers": "^7.10.0", + "@emotion/styled": "^11.13.0", + "@mui/icons-material": "^5.16.6", + "@mui/material": "^5.16.6", + "@mui/material-nextjs": "^5.16.6", + "@mui/utils": "^5.16.6", + "@mui/x-date-pickers": "^7.11.1", "@next/env": "^14.2.5", "@payloadcms/bundler-webpack": "^1.0.7", - "@payloadcms/db-mongodb": "^1.5.2", + "@payloadcms/db-mongodb": "^1.7.1", "@payloadcms/live-preview-react": "^0.2.0", "@payloadcms/plugin-cloud-storage": "^1.1.3", "@payloadcms/plugin-nested-docs": "^1.0.12", "@payloadcms/plugin-sentry": "^0.0.6", "@payloadcms/plugin-seo": "^2.3.2", "@payloadcms/richtext-slate": "^1.5.2", - "@sentry/nextjs": "^8.17.0", - "ace-builds": "^1.35.2", + "@sentry/nextjs": "^8.21.0", + "ace-builds": "^1.35.4", "crawler-user-agents": "^1.0.142", "date-fns": "^3.6.0", "dotenv": "^16.4.5", "express": "^4.19.2", "next": "^14.2.5", "nodemailer-sendgrid": "^1.0.3", - "payload": "^2.23.1", + "payload": "^2.25.0", "react": "^18.3.1", "react-ace": "^11.0.1", "react-dom": "^18.3.1", @@ -59,7 +59,7 @@ "@commons-ui/testing-library": "workspace:*", "@svgr/webpack": "^8.1.0", "@types/express": "^4.17.21", - "@types/node": "^20.14.10", + "@types/node": "^20.14.13", "@types/nodemailer-sendgrid": "^1.0.3", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", @@ -71,8 +71,8 @@ "eslint-plugin-import": "^2.29.1", "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "ts-node": "^10.9.2", - "typescript": "^5.5.3" + "typescript": "^5.5.4" } } diff --git a/apps/uibook/package.json b/apps/uibook/package.json index e4dd82925..1e39c78e9 100644 --- a/apps/uibook/package.json +++ b/apps/uibook/package.json @@ -30,41 +30,43 @@ "dependencies": { "@commons-ui/core": "workspace:*", "@commons-ui/next": "workspace:*", - "@emotion/cache": "^11.11.0", - "@emotion/react": "^11.11.4", + "@emotion/cache": "^11.13.1", + "@emotion/react": "^11.13.0", "@emotion/server": "^11.11.0", - "@emotion/styled": "^11.11.5", + "@emotion/styled": "^11.13.0", "@hurumap/core": "workspace:*", "@hurumap/next": "workspace:*", - "@mui/material": "^5.16.1", - "@mui/utils": "^5.16.1", + "@mui/material": "^5.16.6", + "@mui/utils": "^5.16.6", "@next/env": "^14.2.5", "css-loader": "^7.1.2", + "leaflet": "^1.9.4", "next": "^14.2.5", "prop-types": "^15.8.1", "react": "^18.3.1", - "react-dom": "^18.3.1" + "react-dom": "^18.3.1", + "react-leaflet": "^4.2.1" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", - "@storybook/addon-essentials": "^8.2.2", - "@storybook/addon-interactions": "^8.2.2", - "@storybook/addon-links": "^8.2.2", - "@storybook/blocks": "^8.2.2", - "@storybook/cli": "^8.2.2", - "@storybook/nextjs": "^8.2.2", - "@storybook/react": "^8.2.2", - "@storybook/test": "^8.2.2", - "@types/node": "^20.14.10", + "@storybook/addon-essentials": "^8.2.6", + "@storybook/addon-interactions": "^8.2.6", + "@storybook/addon-links": "^8.2.6", + "@storybook/blocks": "^8.2.6", + "@storybook/cli": "^8.2.6", + "@storybook/nextjs": "^8.2.6", + "@storybook/react": "^8.2.6", + "@storybook/test": "^8.2.6", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "eslint": "^8.57.0", "eslint-config-commons-ui": "workspace:*", "eslint-import-resolver-webpack": "^0.13.8", "eslint-plugin-import": "^2.29.1", - "prettier": "^3.3.2", - "storybook": "^8.2.2", - "typescript": "^5.5.3", + "prettier": "^3.3.3", + "storybook": "^8.2.6", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "engines": { diff --git a/apps/uibook/stories/HURUmap/next/Map.stories.js b/apps/uibook/stories/HURUmap/next/Map.stories.js deleted file mode 100644 index fd9a57090..000000000 --- a/apps/uibook/stories/HURUmap/next/Map.stories.js +++ /dev/null @@ -1,182 +0,0 @@ -import { Map } from "@hurumap/next"; -import React from "react"; - -export default { - title: "@hurumap/next/Map", - argTypes: { - geography: { - control: { - type: "object", - }, - }, - geometries: { - control: { - type: "object", - }, - }, - tileLayers: { - control: { - type: "object", - }, - }, - zoom: { - control: { - type: "number", - }, - }, - center: { - control: { - type: "object", - }, - }, - preferredChildren: { - control: { - type: "object", - }, - }, - }, -}; - -function Template({ ...args }) { - return ; -} - -export const Default = Template.bind({}); - -Default.args = { - center: [0.3051933453207569, 37.908818734483155], - zoom: 6.25, - preferredChildren: { county: ["subcounty"], country: ["county"] }, - geography: { - level: "county", - }, - geometries: { - parents: [], - children: {}, - boundary: { - type: "Feature", - geometry: { - type: "MultiPolygon", - coordinates: [ - [ - [ - [37.0875, -1.249], - [37.1039, -1.2648], - [37.1015, -1.2742], - [37.0879, -1.2775], - [37.0823, -1.2847], - [37.0787, -1.2838], - [37.0735, -1.2954], - [37.076, -1.3024], - [37.0265, -1.2919], - [37.0027, -1.3007], - [36.9955, -1.2814], - [36.9743, -1.2896], - [36.9843, -1.3148], - [36.9669, -1.3532], - [36.9345, -1.3388], - [36.9073, -1.3634], - [36.9239, -1.3939], - [36.9369, -1.3997], - [36.9443, -1.4067], - [36.9475, -1.4219], - [36.9559, -1.4293], - [36.9617, -1.4387], - [36.9612, -1.4439], - [36.9555, -1.4376], - [36.9319, -1.4329], - [36.8929, -1.4157], - [36.8907, -1.4138], - [36.8943, -1.4111], - [36.8853, -1.4072], - [36.8711, -1.4071], - [36.8693, -1.4039], - [36.8497, -1.3961], - [36.8443, -1.3876], - [36.8299, -1.3876], - [36.8199, -1.3815], - [36.8091, -1.3881], - [36.7931, -1.3858], - [36.7725, -1.3885], - [36.7349, -1.3784], - [36.7027, -1.3522], - [36.6955, -1.353], - [36.6805, -1.3289], - [36.6755, -1.3303], - [36.6697, -1.3261], - [36.6735, -1.3244], - [36.6641, -1.3197], - [36.6709, -1.306], - [36.6743, -1.3073], - [36.6817, -1.298], - [36.6891, -1.2827], - [36.6889, -1.2755], - [36.6919, -1.2755], - [36.6919, -1.2716], - [36.6969, -1.2675], - [36.6941, -1.2639], - [36.6967, -1.2606], - [36.7015, -1.2617], - [36.7043, -1.2586], - [36.7197, -1.2637], - [36.7311, -1.2348], - [36.7459, -1.2371], - [36.7566, -1.2204], - [36.7789, -1.2268], - [36.7889, -1.2078], - [36.7852, -1.2048], - [36.7915, -1.1918], - [36.8351, -1.2161], - [36.8333, -1.2091], - [36.8501, -1.2131], - [36.8527, -1.2026], - [36.8601, -1.2019], - [36.8639, -1.1904], - [36.8785, -1.1964], - [36.8969, -1.1923], - [36.8891, -1.1743], - [36.9022, -1.1606], - [36.9203, -1.1632], - [36.9415, -1.1746], - [36.9135, -1.208], - [36.9317, -1.2233], - [36.9391, -1.2222], - [36.9585, -1.2288], - [36.9887, -1.2241], - [37.0045, -1.2366], - [37.0125, -1.2355], - [37.0165, -1.2285], - [37.0383, -1.2132], - [37.0611, -1.2069], - [37.0809, -1.2373], - [37.0877, -1.2341], - [37.0915, -1.2379], - [37.0955, -1.2448], - [37.0875, -1.249], - ], - ], - ], - }, - properties: { - code: "47", - name: "NAIROBI", - area: 0.057422949, - parent: "KE", - level: "county", - version: "KE Boundaries", - }, - }, - }, - tileLayers: [ - { - url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png", - pane: "tiles", - zIndex: 200, - }, - { - url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_only_labels/{z}/{x}/{y}.png", - pane: "labels", - zIndex: 650, - }, - ], -}; diff --git a/apps/uibook/stories/HURUmap/core/ChartTooltip.stories.js b/apps/uibook/stories/hurumap/core/ChartTooltip.stories.js similarity index 100% rename from apps/uibook/stories/HURUmap/core/ChartTooltip.stories.js rename to apps/uibook/stories/hurumap/core/ChartTooltip.stories.js diff --git a/apps/uibook/stories/HURUmap/core/Location.stories.js b/apps/uibook/stories/hurumap/core/Location.stories.js similarity index 100% rename from apps/uibook/stories/HURUmap/core/Location.stories.js rename to apps/uibook/stories/hurumap/core/Location.stories.js diff --git a/apps/uibook/stories/HURUmap/core/LocationHighlight.stories.js b/apps/uibook/stories/hurumap/core/LocationHighlight.stories.js similarity index 100% rename from apps/uibook/stories/HURUmap/core/LocationHighlight.stories.js rename to apps/uibook/stories/hurumap/core/LocationHighlight.stories.js diff --git a/apps/uibook/stories/HURUmap/core/LocationTag.stories.js b/apps/uibook/stories/hurumap/core/LocationTag.stories.js similarity index 100% rename from apps/uibook/stories/HURUmap/core/LocationTag.stories.js rename to apps/uibook/stories/hurumap/core/LocationTag.stories.js diff --git a/apps/uibook/stories/hurumap/next/Map.stories.js b/apps/uibook/stories/hurumap/next/Map.stories.js new file mode 100644 index 000000000..77dd17bc0 --- /dev/null +++ b/apps/uibook/stories/hurumap/next/Map.stories.js @@ -0,0 +1,57 @@ +import { Map } from "@hurumap/next"; +import React from "react"; + +import KE from "./ke.json"; + +export default { + title: "@hurumap/next/Map", + argTypes: { + geography: { + control: { + type: "object", + }, + }, + geometries: { + control: { + type: "object", + }, + }, + tileLayers: { + control: { + type: "object", + }, + }, + zoom: { + control: { + type: "number", + }, + }, + center: { + control: { + type: "object", + }, + }, + preferredChildren: { + control: { + type: "object", + }, + }, + }, +}; + +function Template({ ...args }) { + return ; +} + +export const Default = Template.bind({}); + +Default.args = { + ...KE, + tileLayers: [ + { + url: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png", + pane: "tiles", + zIndex: 200, + }, + ], +}; diff --git a/apps/uibook/stories/HURUmap/next/Source.stories.js b/apps/uibook/stories/hurumap/next/Source.stories.js similarity index 100% rename from apps/uibook/stories/HURUmap/next/Source.stories.js rename to apps/uibook/stories/hurumap/next/Source.stories.js diff --git a/apps/uibook/stories/HURUmap/next/ke.json b/apps/uibook/stories/hurumap/next/ke.json similarity index 100% rename from apps/uibook/stories/HURUmap/next/ke.json rename to apps/uibook/stories/hurumap/next/ke.json diff --git a/apps/vpnmanager/package.json b/apps/vpnmanager/package.json index fc0e09504..a503b1f99 100644 --- a/apps/vpnmanager/package.json +++ b/apps/vpnmanager/package.json @@ -16,15 +16,15 @@ "@babel/preset-react": "^7.24.7", "@commons-ui/core": "workspace:*", "@commons-ui/next": "workspace:*", - "@emotion/cache": "^11.11.0", - "@emotion/react": "^11.11.4", + "@emotion/cache": "^11.13.1", + "@emotion/react": "^11.13.0", "@emotion/server": "^11.11.0", - "@emotion/styled": "^11.11.5", - "@mui/material": "^5.16.1", - "@mui/utils": "^5.16.1", + "@emotion/styled": "^11.13.0", + "@mui/material": "^5.16.6", + "@mui/utils": "^5.16.6", "@next/env": "^14.2.5", "@sendgrid/mail": "^8.1.3", - "@sentry/nextjs": "^8.17.0", + "@sentry/nextjs": "^8.21.0", "@svgr/webpack": "^8.1.0", "@types/jest": "^29.5.12", "googleapis": "^133.0.0", @@ -35,14 +35,14 @@ "tsc-alias": "^1.8.10" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@commons-ui/testing-library": "workspace:*", - "@types/node": "^20.14.10", + "@types/node": "^20.14.13", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", "eslint-config-next": "^14.2.5", "eslint-config-prettier": "^9.1.0", - "typescript": "^5.5.3" + "typescript": "^5.5.4" } } diff --git a/package.json b/package.json index d56791b61..22203521a 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ "@actions/exec": "^1.1.1", "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.7", - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.45.3", "eslint": "^8.57.0", "eslint-config-commons-ui": "workspace:*", "husky": "^8.0.3", "lint-staged": "^15.2.7", "playwright-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", - "turbo": "^2.0.6" + "prettier": "^3.3.3", + "turbo": "^2.0.10" }, "engines": { "node": "20.x", diff --git a/packages/commons-ui-core/package.json b/packages/commons-ui-core/package.json index aa8db354c..7fce8ea02 100644 --- a/packages/commons-ui-core/package.json +++ b/packages/commons-ui-core/package.json @@ -28,13 +28,13 @@ "clean": "rm -rf .turbo node_modules dist" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", "@commons-ui/testing-library": "workspace:*", - "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.5", - "@mui/material": "^5.16.1", - "@mui/utils": "^5.16.1", + "@emotion/react": "^11.13.0", + "@emotion/styled": "^11.13.0", + "@mui/material": "^5.16.6", + "@mui/utils": "^5.16.6", "@types/react": "^18.3.3", "babel-loader": "^9.1.3", "eslint": "^8.57.0", @@ -42,12 +42,12 @@ "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-test-renderer": "^18.3.1", "require-from-string": "^2.0.2", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "peerDependencies": { diff --git a/packages/commons-ui-next/package.json b/packages/commons-ui-next/package.json index 06c5107c5..38ea12510 100644 --- a/packages/commons-ui-next/package.json +++ b/packages/commons-ui-next/package.json @@ -30,11 +30,11 @@ "clean": "rm -rf .turbo node_modules dist" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", "@commons-ui/core": "workspace:*", "@commons-ui/testing-library": "workspace:*", - "@mui/material": "^5.16.1", + "@mui/material": "^5.16.6", "babel-loader": "^9.1.3", "eslint": "^8.57.0", "eslint-config-commons-ui": "workspace:*", @@ -45,7 +45,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "require-from-string": "^2.0.2", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "peerDependencies": { diff --git a/packages/commons-ui-testing-library/package.json b/packages/commons-ui-testing-library/package.json index 9f1604ba5..cbeb1ff68 100644 --- a/packages/commons-ui-testing-library/package.json +++ b/packages/commons-ui-testing-library/package.json @@ -32,11 +32,11 @@ "clean": "rm -rf .turbo node_modules dist" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", - "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.5", - "@mui/material": "^5.16.1", + "@emotion/react": "^11.13.0", + "@emotion/styled": "^11.13.0", + "@mui/material": "^5.16.6", "@types/react": "^18.3.3", "babel-loader": "^9.1.3", "eslint": "^8.57.0", @@ -44,11 +44,11 @@ "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-test-renderer": "^18.3.1", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "peerDependencies": { @@ -60,7 +60,7 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@testing-library/jest-dom": "^6.4.6", + "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^14.3.1", "prop-types": "^15.8.1" } diff --git a/packages/eslint-config-commons-ui/package.json b/packages/eslint-config-commons-ui/package.json index 2f95c87d7..97f414e1f 100644 --- a/packages/eslint-config-commons-ui/package.json +++ b/packages/eslint-config-commons-ui/package.json @@ -13,12 +13,12 @@ "clean": "rm -rf .turbo node_modules" }, "dependencies": { - "@babel/eslint-parser": "^7.24.8", + "@babel/eslint-parser": "^7.25.1", "@babel/preset-react": "^7.24.7", "@next/eslint-plugin-next": "^14.2.5", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^2.0.6", + "eslint-config-turbo": "^2.0.10", "eslint-import-resolver-jsconfig": "^1.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", @@ -27,17 +27,17 @@ "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-markdown": "^3.0.1", "eslint-plugin-playwright": "^0.19.0", - "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-react": "^7.34.3", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^6.2.2" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "eslint": "^8.57.0", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react": "^18.3.1", - "typescript": "^5.5.3" + "typescript": "^5.5.4" }, "peerDependencies": { "eslint": "^8.11.0", diff --git a/packages/hurumap-core/package.json b/packages/hurumap-core/package.json index 2ff1cc6db..d6425b8a2 100644 --- a/packages/hurumap-core/package.json +++ b/packages/hurumap-core/package.json @@ -31,13 +31,13 @@ "clean": "rm -rf .turbo node_modules dist" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", "@commons-ui/testing-library": "workspace:*", - "@emotion/react": "^11.11.4", - "@emotion/styled": "^11.11.5", - "@mui/material": "^5.16.1", - "@mui/utils": "^5.16.1", + "@emotion/react": "^11.13.0", + "@emotion/styled": "^11.13.0", + "@mui/material": "^5.16.6", + "@mui/utils": "^5.16.6", "@types/react": "^18.3.3", "babel-loader": "^9.1.3", "eslint": "^8.57.0", @@ -46,13 +46,13 @@ "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", "leaflet": "^1.9.4", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-leaflet": "^4.2.1", "react-test-renderer": "^18.3.1", "require-from-string": "^2.0.2", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "peerDependencies": { @@ -61,10 +61,8 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.0", "@mui/utils": "^5.12.3", - "leaflet": "^1.9.4", "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-leaflet": "^4.2.1" + "react-dom": "^18.2.0" }, "dependencies": { "prop-types": "^15.8.1" diff --git a/packages/hurumap-next/package.json b/packages/hurumap-next/package.json index ebd18ad17..bf86c329c 100644 --- a/packages/hurumap-next/package.json +++ b/packages/hurumap-next/package.json @@ -31,38 +31,43 @@ "clean": "rm -rf .turbo node_modules dist" }, "devDependencies": { - "@babel/core": "^7.24.8", + "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", "@commons-ui/core": "workspace:*", + "@commons-ui/next": "workspace:*", "@commons-ui/testing-library": "workspace:*", + "@emotion/react": "^11.13.0", + "@emotion/styled": "^11.13.0", "@hurumap/core": "workspace:*", - "@mui/material": "^5.16.1", + "@mui/material": "^5.16.6", "babel-loader": "^9.1.3", "eslint": "^8.57.0", "eslint-config-commons-ui": "workspace:*", "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", + "leaflet": "^1.9.4", "next": "^14.2.5", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", + "react-leaflet": "^4.2.1", "require-from-string": "^2.0.2", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "webpack": "^5.93.0" }, "peerDependencies": { "@babel/core": "^7.22.9", "@commons-ui/core": "workspace:*", + "@commons-ui/next": "workspace:*", + "@emotion/react": "^11.11.4", + "@emotion/styled": "^11.11.5", "@hurumap/core": "workspace:*", "@mui/material": "^5.14.0", - "next": "~13.4.11", + "leaflet": "^1.9.4", + "next": "^14.2.5", "prop-types": "^15.8.1", "react": "^18.2.0", - "react-dom": "^18.2.0" - }, - "dependencies": { - "@commons-ui/next": "workspace:*", - "leaflet": "^1.9.4", + "react-dom": "^18.2.0", "react-leaflet": "^4.2.1" } } diff --git a/packages/hurumap-next/src/Map/Layers.js b/packages/hurumap-next/src/Map/Layers.js index 621f12969..a802af5e1 100644 --- a/packages/hurumap-next/src/Map/Layers.js +++ b/packages/hurumap-next/src/Map/Layers.js @@ -216,7 +216,6 @@ function Layers({ siblingRef, ]); - console.log("BOOM: ", { selectedBoundary }); return ( <> diff --git a/packages/hurumap-next/src/Map/Map.js b/packages/hurumap-next/src/Map/Map.js index 769917235..ab38ef4a4 100644 --- a/packages/hurumap-next/src/Map/Map.js +++ b/packages/hurumap-next/src/Map/Map.js @@ -7,7 +7,6 @@ const LazyMap = dynamic(() => import("./LazyMap"), { }); function MapContainer(props) { - console.log("BOOM: ", props); return ; } diff --git a/packages/jest-config-commons-ui/package.json b/packages/jest-config-commons-ui/package.json index 18c196abb..90ecf26b6 100644 --- a/packages/jest-config-commons-ui/package.json +++ b/packages/jest-config-commons-ui/package.json @@ -19,16 +19,16 @@ "jest-environment-jsdom": "^29.7.0" }, "devDependencies": { - "@babel/core": "^7.24.8", - "@babel/preset-env": "^7.24.8", + "@babel/core": "^7.25.2", + "@babel/preset-env": "^7.25.2", "@babel/preset-react": "^7.24.7", "eslint": "^8.57.0", "eslint-config-commons-ui": "workspace:*", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react": "^18.3.1", - "typescript": "^5.5.3" + "typescript": "^5.5.4" }, "peerDependencies": { "jest": "^28.1.0" diff --git a/packages/playwright-config-commons-ui/package.json b/packages/playwright-config-commons-ui/package.json index f8462d46c..3998b2a18 100644 --- a/packages/playwright-config-commons-ui/package.json +++ b/packages/playwright-config-commons-ui/package.json @@ -12,15 +12,15 @@ "clean": "rm -rf .turbo node_modules" }, "devDependencies": { - "@babel/core": "^7.24.8", - "@babel/preset-env": "^7.24.8", + "@babel/core": "^7.25.2", + "@babel/preset-env": "^7.25.2", "@babel/preset-react": "^7.24.7", - "@playwright/test": "^1.45.1", + "@playwright/test": "^1.45.3", "eslint": "^8.57.0", "eslint-config-commons-ui": "workspace:*", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "react": "^18.3.1", - "typescript": "^5.5.3" + "typescript": "^5.5.4" }, "peerDependencies": { "@playwright/test": "^1.19.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 08788f5f2..cc5c0e6d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^2.27.7 version: 2.27.7 '@playwright/test': - specifier: ^1.45.1 - version: 1.45.1 + specifier: ^1.45.3 + version: 1.45.3 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -39,20 +39,20 @@ importers: specifier: workspace:* version: link:packages/playwright-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 turbo: - specifier: ^2.0.6 - version: 2.0.6 + specifier: ^2.0.10 + version: 2.0.10 apps/charterafrica: dependencies: '@aws-sdk/client-s3': - specifier: ^3.614.0 - version: 3.614.0 + specifier: ^3.621.0 + version: 3.621.0 '@aws-sdk/lib-storage': - specifier: ^3.614.0 - version: 3.614.0(@aws-sdk/client-s3@3.614.0) + specifier: ^3.621.0 + version: 3.621.0(@aws-sdk/client-s3@3.621.0) '@commons-ui/core': specifier: workspace:* version: link:../../packages/commons-ui-core @@ -60,23 +60,23 @@ importers: specifier: workspace:* version: link:../../packages/commons-ui-next '@emotion/cache': - specifier: ^11.11.0 - version: 11.11.0 + specifier: ^11.13.1 + version: 11.13.1 '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 - version: 11.11.0(@emotion/css@11.11.2) + version: 11.11.0(@emotion/css@11.13.0) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@next/env': specifier: ^14.2.5 version: 14.2.5 @@ -94,31 +94,31 @@ importers: version: 0.84.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@payloadcms/bundler-webpack': specifier: ^1.0.7 - version: 1.0.7(@swc/core@1.6.13(@swc/helpers@0.5.5))(ajv@8.16.0)(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(sass@1.69.4) + version: 1.0.7(@swc/core@1.7.3(@swc/helpers@0.5.5))(ajv@8.17.1)(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(sass@1.69.4) '@payloadcms/db-mongodb': - specifier: ^1.5.2 - version: 1.5.2(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0))) + specifier: ^1.7.1 + version: 1.7.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0))) '@payloadcms/plugin-cloud-storage': specifier: ^1.1.3 - version: 1.1.3(@aws-sdk/client-s3@3.614.0)(@aws-sdk/lib-storage@3.614.0(@aws-sdk/client-s3@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0))) + version: 1.1.3(@aws-sdk/client-s3@3.621.0)(@aws-sdk/lib-storage@3.621.0(@aws-sdk/client-s3@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0))) '@payloadcms/plugin-nested-docs': specifier: ^1.0.12 - version: 1.0.12(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0))) + version: 1.0.12(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0))) '@payloadcms/plugin-sentry': specifier: ^0.0.6 - version: 0.0.6(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react@18.3.1) + version: 0.0.6(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react@18.3.1) '@payloadcms/plugin-seo': specifier: ^2.3.2 - version: 2.3.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react@18.3.1) + version: 2.3.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react@18.3.1) '@payloadcms/richtext-slate': specifier: ^1.5.2 - version: 1.5.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.5.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-spring/web': - specifier: ^9.7.3 - version: 9.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^9.7.4 + version: 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sentry/nextjs': - specifier: ^8.17.0 - version: 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + specifier: ^8.21.0 + version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) airtable: specifier: ^0.12.2 version: 0.12.2(encoding@0.1.13) @@ -133,22 +133,22 @@ importers: version: 1.9.4 migrate-mongo: specifier: ^11.0.0 - version: 11.0.0(mongodb@4.17.1(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))) + version: 11.0.0(mongodb@4.17.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))) monaco-editor: specifier: ^0.50.0 version: 0.50.0 next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) nodemailer-sendgrid: specifier: ^1.0.3 version: 1.0.3 payload: - specifier: ^2.23.1 - version: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + specifier: ^2.25.0 + version: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -183,48 +183,48 @@ importers: specifier: ^2.2.5 version: 2.2.5(react@18.3.1) video.js: - specifier: ^8.16.1 - version: 8.16.1 + specifier: ^8.17.1 + version: 8.17.1 videojs-youtube: specifier: ^3.0.1 - version: 3.0.1(video.js@8.16.1) + version: 3.0.1(video.js@8.17.1) devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@babel/register': specifier: ^7.24.6 - version: 7.24.6(@babel/core@7.24.8) + version: 7.24.6(@babel/core@7.25.2) '@babel/runtime': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.0 + version: 7.25.0 '@commons-ui/testing-library': specifier: workspace:* version: link:../../packages/commons-ui-testing-library '@playwright/test': - specifier: ^1.45.1 - version: 1.45.1 + specifier: ^1.45.3 + version: 1.45.3 '@svgr/webpack': specifier: ^8.1.0 - version: 8.1.0(typescript@5.5.3) + version: 8.1.0(typescript@5.5.4) '@swc/core': - specifier: ^1.6.13 - version: 1.6.13(@swc/helpers@0.5.5) + specifier: ^1.7.3 + version: 1.7.3(@swc/helpers@0.5.5) '@types/express': specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.13 + version: 20.14.13 '@types/react': specifier: ^18.3.3 version: 18.3.3 babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.24.8) + version: 29.7.0(@babel/core@7.25.2) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -233,7 +233,7 @@ importers: version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-webpack: specifier: ^0.13.8 - version: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + version: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) eslint-plugin-import: specifier: ^2.29.1 version: 2.29.1(eslint-import-resolver-webpack@0.13.8)(eslint@8.57.0) @@ -242,7 +242,7 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -250,38 +250,38 @@ importers: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react-test-renderer: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3) + version: 10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 - version: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + version: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) apps/climatemappedafrica: dependencies: '@apollo/client': - specifier: ^3.10.8 - version: 3.10.8(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^3.11.1 + version: 3.11.1(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@commons-ui/core': specifier: ^0.1.0 - version: 0.1.0(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/styles@5.16.1(@types/react@18.3.3)(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(simplebar-react@3.2.6(react@18.3.1)) + version: 0.1.0(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/styles@5.16.6(@types/react@18.3.3)(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(simplebar-react@3.2.6(react@18.3.1)) '@commons-ui/next': specifier: workspace:* version: link:../../packages/commons-ui-next '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@hurumap/core': specifier: workspace:* version: link:../../packages/hurumap-core @@ -290,22 +290,22 @@ importers: version: link:../../packages/hurumap-next '@mui/lab': specifier: 5.0.0-alpha.155 - version: 5.0.0-alpha.155(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-alpha.155(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/styles': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@reactour/tour': specifier: ^3.7.0 version: 3.7.0(react@18.3.1) aws-sdk: - specifier: ^2.1658.0 - version: 2.1658.0 + specifier: ^2.1665.0 + version: 2.1665.0 clsx: specifier: ^2.1.1 version: 2.1.1 @@ -323,13 +323,13 @@ importers: version: 4.17.21 next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) next-images: specifier: ^1.8.5 version: 1.8.5(webpack@5.93.0(esbuild@0.18.20)) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) papaparse: specifier: ^5.4.1 version: 5.4.1 @@ -359,7 +359,7 @@ importers: version: 5.1.0(react@18.3.1) react-vega: specifier: ^7.6.0 - version: 7.6.0(react@18.3.1)(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) + version: 7.6.0(react@18.3.1)(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) sharp: specifier: ^0.33.0 version: 0.33.4 @@ -374,19 +374,19 @@ importers: version: 5.30.0(encoding@0.1.13) vega-embed: specifier: ^6.26.0 - version: 6.26.0(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) + version: 6.26.0(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) vega-lite: - specifier: ^5.19.0 - version: 5.19.0(vega@5.30.0(encoding@0.1.13)) + specifier: ^5.20.0 + version: 5.20.0(vega@5.30.0(encoding@0.1.13)) vega-tooltip: specifier: ^0.33.0 version: 0.33.0 video.js: - specifier: ^8.16.1 - version: 8.16.1 + specifier: ^8.17.1 + version: 8.17.1 videojs-youtube: specifier: ^3.0.1 - version: 3.0.1(video.js@8.16.1) + version: 3.0.1(video.js@8.17.1) webpack: specifier: ^5.93.0 version: 5.93.0(esbuild@0.18.20) @@ -395,23 +395,23 @@ importers: version: 0.18.5 devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-env': - specifier: ^7.24.8 - version: 7.24.8(@babel/core@7.24.8) + specifier: ^7.25.2 + version: 7.25.2(@babel/core@7.25.2) '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/testing-library': specifier: workspace:* version: link:../../packages/commons-ui-testing-library '@material-ui/codemod': specifier: ^4.5.1 - version: 4.5.1(jscodeshift@0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + version: 4.5.1(jscodeshift@0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@playwright/test': - specifier: ^1.45.1 - version: 1.45.1 + specifier: ^1.45.3 + version: 1.45.3 '@storybook/addon-actions': specifier: ^7.6.20 version: 7.6.20 @@ -435,28 +435,28 @@ importers: version: 7.6.20 '@storybook/react': specifier: ^7.6.20 - version: 7.6.20(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3) + version: 7.6.20(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4) '@storybook/theming': specifier: ^7.6.20 version: 7.6.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@svgr/webpack': specifier: ^8.1.0 - version: 8.1.0(typescript@5.5.3) + version: 8.1.0(typescript@5.5.4) '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.13 + version: 20.14.13 '@types/react': specifier: ^18.3.3 version: 18.3.3 apollo-link-rest: specifier: ^0.9.0 - version: 0.9.0(@apollo/client@3.10.8(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(graphql@15.9.0)(qs@6.12.3) + version: 0.9.0(@apollo/client@3.11.1(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(graphql@15.9.0)(qs@6.12.3) babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.24.8) + version: 29.7.0(@babel/core@7.25.2) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0(esbuild@0.18.20)) + version: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.18.20)) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -465,10 +465,10 @@ importers: version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-babel-module: specifier: ^5.3.2 - version: 5.3.2(@babel/core@7.24.8)(babel-plugin-module-resolver@4.1.0) + version: 5.3.2(@babel/core@7.25.2)(babel-plugin-module-resolver@4.1.0) eslint-plugin-import: specifier: ^2.29.1 - version: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0) + version: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0) eslint-plugin-module-resolver: specifier: ^1.5.0 version: 1.5.0 @@ -486,22 +486,22 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui jscodeshift: specifier: ^0.15.2 - version: 0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + version: 0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2)) next-sitemap: specifier: ^1.9.12 - version: 1.9.12(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)) + version: 1.9.12(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)) playwright-config-commons-ui: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react-test-renderer: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) @@ -509,17 +509,17 @@ importers: specifier: ^8.0.0 version: 8.0.0(webpack@5.93.0(esbuild@0.18.20)) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 apps/codeforafrica: dependencies: '@aws-sdk/client-s3': - specifier: ^3.614.0 - version: 3.614.0 + specifier: ^3.621.0 + version: 3.621.0 '@aws-sdk/lib-storage': - specifier: ^3.614.0 - version: 3.614.0(@aws-sdk/client-s3@3.614.0) + specifier: ^3.621.0 + version: 3.621.0(@aws-sdk/client-s3@3.621.0) '@commons-ui/core': specifier: workspace:* version: link:../../packages/commons-ui-core @@ -527,53 +527,53 @@ importers: specifier: workspace:* version: link:../../packages/commons-ui-next '@emotion/cache': - specifier: ^11.11.0 - version: 11.11.0 + specifier: ^11.13.1 + version: 11.13.1 '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 - version: 11.11.0(@emotion/css@11.11.2) + version: 11.11.0(@emotion/css@11.13.0) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@googlemaps/react-wrapper': specifier: ^1.1.35 version: 1.1.35(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@next/env': specifier: ^14.2.5 version: 14.2.5 '@payloadcms/bundler-webpack': specifier: ^1.0.7 - version: 1.0.7(@swc/core@1.6.13(@swc/helpers@0.5.5))(ajv@8.16.0)(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(sass@1.69.4) + version: 1.0.7(@swc/core@1.7.3(@swc/helpers@0.5.5))(ajv@8.17.1)(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(sass@1.69.4) '@payloadcms/db-mongodb': - specifier: ^1.5.2 - version: 1.5.2(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)))) + specifier: ^1.7.1 + version: 1.7.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)))) '@payloadcms/plugin-cloud-storage': specifier: ^1.1.3 - version: 1.1.3(@aws-sdk/client-s3@3.614.0)(@aws-sdk/lib-storage@3.614.0(@aws-sdk/client-s3@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)))) + version: 1.1.3(@aws-sdk/client-s3@3.621.0)(@aws-sdk/lib-storage@3.621.0(@aws-sdk/client-s3@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)))) '@payloadcms/plugin-nested-docs': specifier: ^1.0.12 - version: 1.0.12(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)))) + version: 1.0.12(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)))) '@payloadcms/plugin-sentry': specifier: ^0.0.6 - version: 0.0.6(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react@18.3.1) + version: 0.0.6(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react@18.3.1) '@payloadcms/plugin-seo': specifier: ^2.3.2 - version: 2.3.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react@18.3.1) + version: 2.3.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react@18.3.1) '@payloadcms/richtext-slate': specifier: ^1.5.2 - version: 1.5.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.5.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sentry/nextjs': - specifier: ^8.17.0 - version: 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + specifier: ^8.21.0 + version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) camelcase-keys: specifier: ^9.1.3 version: 9.1.3 @@ -597,16 +597,16 @@ importers: version: 23.2.0 next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) nodemailer-sendgrid: specifier: ^1.0.3 version: 1.0.3 payload: - specifier: ^2.23.1 - version: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + specifier: ^2.25.0 + version: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -633,35 +633,35 @@ importers: version: 2.2.5(react@18.3.1) devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/testing-library': specifier: workspace:* version: link:../../packages/commons-ui-testing-library '@playwright/test': - specifier: ^1.45.1 - version: 1.45.1 + specifier: ^1.45.3 + version: 1.45.3 '@svgr/webpack': specifier: ^8.1.0 - version: 8.1.0(typescript@5.5.3) + version: 8.1.0(typescript@5.5.4) '@swc/core': - specifier: ^1.6.13 - version: 1.6.13(@swc/helpers@0.5.5) + specifier: ^1.7.3 + version: 1.7.3(@swc/helpers@0.5.5) '@types/express': specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.13 + version: 20.14.13 '@types/react': specifier: ^18.3.3 version: 18.3.3 babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.24.8) + version: 29.7.0(@babel/core@7.25.2) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -670,7 +670,7 @@ importers: version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-webpack: specifier: ^0.13.8 - version: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + version: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) eslint-plugin-import: specifier: ^2.29.1 version: 2.29.1(eslint-import-resolver-webpack@0.13.8)(eslint@8.57.0) @@ -679,7 +679,7 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -687,38 +687,38 @@ importers: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react-test-renderer: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3) + version: 10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 - version: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)) + version: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)) apps/pesayetu: dependencies: '@apollo/client': - specifier: ^3.10.8 - version: 3.10.8(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^3.11.1 + version: 3.11.1(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@commons-ui/core': specifier: ^0.1.0 - version: 0.1.0(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/styles@5.16.1(@types/react@18.3.3)(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(simplebar-react@3.2.6(react@18.3.1)) + version: 0.1.0(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/styles@5.16.6(@types/react@18.3.3)(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(simplebar-react@3.2.6(react@18.3.1)) '@commons-ui/next': specifier: workspace:* version: link:../../packages/commons-ui-next '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@hurumap/core': specifier: workspace:* version: link:../../packages/hurumap-core @@ -727,22 +727,22 @@ importers: version: link:../../packages/hurumap-next '@mui/lab': specifier: 5.0.0-alpha.155 - version: 5.0.0-alpha.155(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-alpha.155(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/styles': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@reactour/tour': specifier: ^3.7.0 version: 3.7.0(react@18.3.1) aws-sdk: - specifier: ^2.1658.0 - version: 2.1658.0 + specifier: ^2.1665.0 + version: 2.1665.0 clsx: specifier: ^2.1.1 version: 2.1.1 @@ -760,13 +760,13 @@ importers: version: 4.17.21 next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) next-images: specifier: ^1.8.5 version: 1.8.5(webpack@5.93.0(esbuild@0.21.5)) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) papaparse: specifier: ^5.4.1 version: 5.4.1 @@ -796,7 +796,7 @@ importers: version: 5.1.0(react@18.3.1) react-vega: specifier: ^7.6.0 - version: 7.6.0(react@18.3.1)(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) + version: 7.6.0(react@18.3.1)(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) sharp: specifier: ^0.33.0 version: 0.33.4 @@ -811,19 +811,19 @@ importers: version: 5.30.0(encoding@0.1.13) vega-embed: specifier: ^6.26.0 - version: 6.26.0(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) + version: 6.26.0(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) vega-lite: - specifier: ^5.19.0 - version: 5.19.0(vega@5.30.0(encoding@0.1.13)) + specifier: ^5.20.0 + version: 5.20.0(vega@5.30.0(encoding@0.1.13)) vega-tooltip: specifier: ^0.33.0 version: 0.33.0 video.js: - specifier: ^8.16.1 - version: 8.16.1 + specifier: ^8.17.1 + version: 8.17.1 videojs-youtube: specifier: ^3.0.1 - version: 3.0.1(video.js@8.16.1) + version: 3.0.1(video.js@8.17.1) webpack: specifier: ^5.93.0 version: 5.93.0(esbuild@0.21.5) @@ -832,65 +832,65 @@ importers: version: 0.18.5 devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-env': - specifier: ^7.24.8 - version: 7.24.8(@babel/core@7.24.8) + specifier: ^7.25.2 + version: 7.25.2(@babel/core@7.25.2) '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/testing-library': specifier: workspace:* version: link:../../packages/commons-ui-testing-library '@material-ui/codemod': specifier: ^4.5.1 - version: 4.5.1(jscodeshift@0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + version: 4.5.1(jscodeshift@0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@playwright/test': - specifier: ^1.45.1 - version: 1.45.1 + specifier: ^1.45.3 + version: 1.45.3 '@storybook/addon-essentials': - specifier: ^8.2.2 - version: 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/addon-interactions': - specifier: ^8.2.2 - version: 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/addon-links': - specifier: ^8.2.2 - version: 8.2.2(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/blocks': - specifier: ^8.2.2 - version: 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/cli': - specifier: ^8.2.2 - version: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + specifier: ^8.2.6 + version: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) '@storybook/nextjs': - specifier: ^8.2.2 - version: 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(babel-plugin-macros@3.1.0)(esbuild@0.21.5)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(type-fest@4.21.0)(typescript@5.5.3)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5)) + specifier: ^8.2.6 + version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(babel-plugin-macros@3.1.0)(esbuild@0.21.5)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5)) '@storybook/react': - specifier: ^8.2.2 - version: 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) + specifier: ^8.2.6 + version: 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) '@storybook/test': - specifier: ^8.2.2 - version: 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@svgr/webpack': specifier: ^8.1.0 - version: 8.1.0(typescript@5.5.3) + version: 8.1.0(typescript@5.5.4) '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.13 + version: 20.14.13 '@types/react': specifier: ^18.3.3 version: 18.3.3 apollo-link-rest: specifier: ^0.9.0 - version: 0.9.0(@apollo/client@3.10.8(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(graphql@15.9.0)(qs@6.12.3) + version: 0.9.0(@apollo/client@3.11.1(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(graphql@15.9.0)(qs@6.12.3) babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.24.8) + version: 29.7.0(@babel/core@7.25.2) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0(esbuild@0.21.5)) + version: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.21.5)) babel-plugin-module-resolver: specifier: ^4.1.0 version: 4.1.0 @@ -905,7 +905,7 @@ importers: version: link:../../packages/eslint-config-commons-ui eslint-import-resolver-babel-module: specifier: ^5.3.2 - version: 5.3.2(@babel/core@7.24.8)(babel-plugin-module-resolver@4.1.0) + version: 5.3.2(@babel/core@7.25.2)(babel-plugin-module-resolver@4.1.0) eslint-import-resolver-webpack: specifier: ^0.13.8 version: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(esbuild@0.21.5)) @@ -929,34 +929,34 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui jscodeshift: specifier: ^0.15.2 - version: 0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + version: 0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2)) next-sitemap: specifier: ^1.9.12 - version: 1.9.12(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)) + version: 1.9.12(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)) playwright-config-commons-ui: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react-test-renderer: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) storybook: - specifier: ^8.2.2 - version: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + specifier: ^8.2.6 + version: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) svg-url-loader: specifier: ^8.0.0 version: 8.0.0(webpack@5.93.0(esbuild@0.21.5)) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 apps/promisetracker: dependencies: @@ -967,32 +967,32 @@ importers: specifier: workspace:* version: link:../../packages/commons-ui-next '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 - version: 11.11.0(@emotion/css@11.11.2) + version: 11.11.0(@emotion/css@11.13.0) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/icons-material': - specifier: ^5.16.1 - version: 5.16.1(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/lab': specifier: 5.0.0-alpha.155 - version: 5.0.0-alpha.155(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.0.0-alpha.155(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/styles': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@sentry/nextjs': - specifier: ^8.17.0 - version: 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0) + specifier: ^8.21.0 + version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -1007,10 +1007,10 @@ importers: version: 2.4.6(react@18.3.1) formik-mui: specifier: 5.0.0-alpha.0 - version: 5.0.0-alpha.0(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(formik@2.4.6(react@18.3.1))(react@18.3.1)(tiny-warning@1.0.3) + version: 5.0.0-alpha.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(formik@2.4.6(react@18.3.1))(react@18.3.1)(tiny-warning@1.0.3) formik-mui-lab: specifier: ^1.0.0 - version: 1.0.0(uwokqjev6b7ignvfnuri4yvwiy) + version: 1.0.0(zaghcs6biehwgpwawq74yfrfry) jwt-decode: specifier: ^4.0.0 version: 4.0.0 @@ -1019,13 +1019,13 @@ importers: version: 4.17.21 next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) next-auth: specifier: ^4.24.7 - version: 4.24.7(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(nodemailer@6.9.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 4.24.7(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(nodemailer@6.9.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-seo: specifier: ^6.5.0 - version: 6.5.0(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 6.5.0(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) papaparse: specifier: ^5.4.1 version: 5.4.1 @@ -1058,32 +1058,32 @@ importers: version: 36.9.2(react@18.3.1) devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-env': - specifier: ^7.24.8 - version: 7.24.8(@babel/core@7.24.8) + specifier: ^7.25.2 + version: 7.25.2(@babel/core@7.25.2) '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/testing-library': specifier: workspace:* version: link:../../packages/commons-ui-testing-library '@playwright/test': - specifier: ^1.45.1 - version: 1.45.1 + specifier: ^1.45.3 + version: 1.45.3 '@svgr/webpack': specifier: ^8.1.0 - version: 8.1.0(typescript@5.5.3) + version: 8.1.0(typescript@5.5.4) '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.13 + version: 20.14.13 '@types/react': specifier: ^18.3.3 version: 18.3.3 babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.24.8) + version: 29.7.0(@babel/core@7.25.2) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1101,7 +1101,7 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui @@ -1109,14 +1109,14 @@ importers: specifier: workspace:* version: link:../../packages/playwright-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react-test-renderer: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 version: 5.93.0 @@ -1130,65 +1130,65 @@ importers: specifier: workspace:* version: link:../../packages/commons-ui-next '@emotion/cache': - specifier: ^11.11.0 - version: 11.11.0 + specifier: ^11.13.1 + version: 11.13.1 '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 - version: 11.11.0(@emotion/css@11.11.2) + version: 11.11.0(@emotion/css@11.13.0) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/icons-material': - specifier: ^5.16.1 - version: 5.16.1(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/material-nextjs': - specifier: ^5.16.1 - version: 5.16.1(@emotion/cache@11.11.0)(@emotion/server@11.11.0(@emotion/css@11.11.2))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/cache@11.13.1)(@emotion/server@11.11.0(@emotion/css@11.13.0))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@mui/x-date-pickers': - specifier: ^7.10.0 - version: 7.10.0(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(date-fns@3.6.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^7.11.1 + version: 7.11.1(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(date-fns@3.6.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@next/env': specifier: ^14.2.5 version: 14.2.5 '@payloadcms/bundler-webpack': specifier: ^1.0.7 - version: 1.0.7(@swc/core@1.6.13(@swc/helpers@0.5.5))(ajv@8.16.0)(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(sass@1.69.4) + version: 1.0.7(@swc/core@1.7.3(@swc/helpers@0.5.5))(ajv@8.17.1)(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(sass@1.69.4) '@payloadcms/db-mongodb': - specifier: ^1.5.2 - version: 1.5.2(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)))) + specifier: ^1.7.1 + version: 1.7.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)))) '@payloadcms/live-preview-react': specifier: ^0.2.0 version: 0.2.0(react@18.3.1) '@payloadcms/plugin-cloud-storage': specifier: ^1.1.3 - version: 1.1.3(@aws-sdk/client-s3@3.614.0)(@aws-sdk/lib-storage@3.614.0(@aws-sdk/client-s3@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)))) + version: 1.1.3(@aws-sdk/client-s3@3.621.0)(@aws-sdk/lib-storage@3.621.0(@aws-sdk/client-s3@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)))) '@payloadcms/plugin-nested-docs': specifier: ^1.0.12 - version: 1.0.12(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)))) + version: 1.0.12(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)))) '@payloadcms/plugin-sentry': specifier: ^0.0.6 - version: 0.0.6(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react@18.3.1) + version: 0.0.6(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react@18.3.1) '@payloadcms/plugin-seo': specifier: ^2.3.2 - version: 2.3.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react@18.3.1) + version: 2.3.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react@18.3.1) '@payloadcms/richtext-slate': specifier: ^1.5.2 - version: 1.5.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.5.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sentry/nextjs': - specifier: ^8.17.0 - version: 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + specifier: ^8.21.0 + version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) ace-builds: - specifier: ^1.35.2 - version: 1.35.2 + specifier: ^1.35.4 + version: 1.35.4 crawler-user-agents: specifier: ^1.0.142 version: 1.0.142 @@ -1203,13 +1203,13 @@ importers: version: 4.19.2 next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) nodemailer-sendgrid: specifier: ^1.0.3 version: 1.0.3 payload: - specifier: ^2.23.1 - version: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + specifier: ^2.25.0 + version: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) react: specifier: ^18.3.1 version: 18.3.1 @@ -1246,13 +1246,13 @@ importers: version: link:../../packages/commons-ui-testing-library '@svgr/webpack': specifier: ^8.1.0 - version: 8.1.0(typescript@5.5.3) + version: 8.1.0(typescript@5.5.4) '@types/express': specifier: ^4.17.21 version: 4.17.21 '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.13 + version: 20.14.13 '@types/nodemailer-sendgrid': specifier: ^1.0.3 version: 1.0.3 @@ -1264,37 +1264,37 @@ importers: version: 18.3.0 babel-jest: specifier: ^29.7.0 - version: 29.7.0(@babel/core@7.24.8) + version: 29.7.0(@babel/core@7.25.2) eslint: specifier: ^8.57.0 version: 8.57.0 eslint-config-next: specifier: ^14.2.5 - version: 14.2.5(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0)(typescript@5.5.3) + version: 14.2.5(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0)(typescript@5.5.4) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) eslint-import-resolver-webpack: specifier: ^0.13.8 - version: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + version: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) eslint-plugin-import: specifier: ^2.29.1 version: 2.29.1(eslint-import-resolver-webpack@0.13.8)(eslint@8.57.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../../packages/jest-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3) + version: 10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 apps/uibook: dependencies: @@ -1305,17 +1305,17 @@ importers: specifier: workspace:* version: link:../../packages/commons-ui-next '@emotion/cache': - specifier: ^11.11.0 - version: 11.11.0 + specifier: ^11.13.1 + version: 11.13.1 '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 - version: 11.11.0(@emotion/css@11.11.2) + version: 11.11.0(@emotion/css@11.13.0) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@hurumap/core': specifier: workspace:* version: link:../../packages/hurumap-core @@ -1323,20 +1323,23 @@ importers: specifier: workspace:* version: link:../../packages/hurumap-next '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@next/env': specifier: ^14.2.5 version: 14.2.5 css-loader: specifier: ^7.1.2 version: 7.1.2(webpack@5.93.0) + leaflet: + specifier: ^1.9.4 + version: 1.9.4 next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -1346,40 +1349,43 @@ importers: react-dom: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) + react-leaflet: + specifier: ^4.2.1 + version: 4.2.1(leaflet@1.9.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@storybook/addon-essentials': - specifier: ^8.2.2 - version: 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/addon-interactions': - specifier: ^8.2.2 - version: 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/addon-links': - specifier: ^8.2.2 - version: 8.2.2(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/blocks': - specifier: ^8.2.2 - version: 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/cli': - specifier: ^8.2.2 - version: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + specifier: ^8.2.6 + version: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) '@storybook/nextjs': - specifier: ^8.2.2 - version: 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(type-fest@4.21.0)(typescript@5.5.3)(webpack-hot-middleware@2.26.1)(webpack@5.93.0) + specifier: ^8.2.6 + version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0) '@storybook/react': - specifier: ^8.2.2 - version: 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) + specifier: ^8.2.6 + version: 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) '@storybook/test': - specifier: ^8.2.2 - version: 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + specifier: ^8.2.6 + version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.13 + version: 20.14.13 '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -1396,14 +1402,14 @@ importers: specifier: ^2.29.1 version: 2.29.1(eslint-import-resolver-webpack@0.13.8)(eslint@8.57.0) prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 storybook: - specifier: ^8.2.2 - version: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + specifier: ^8.2.6 + version: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 version: 5.93.0 @@ -1412,7 +1418,7 @@ importers: dependencies: '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/core': specifier: workspace:* version: link:../../packages/commons-ui-core @@ -1420,23 +1426,23 @@ importers: specifier: workspace:* version: link:../../packages/commons-ui-next '@emotion/cache': - specifier: ^11.11.0 - version: 11.11.0 + specifier: ^11.13.1 + version: 11.13.1 '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/server': specifier: ^11.11.0 - version: 11.11.0(@emotion/css@11.11.2) + version: 11.11.0(@emotion/css@11.13.0) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@next/env': specifier: ^14.2.5 version: 14.2.5 @@ -1444,11 +1450,11 @@ importers: specifier: ^8.1.3 version: 8.1.3 '@sentry/nextjs': - specifier: ^8.17.0 - version: 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0) + specifier: ^8.21.0 + version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0) '@svgr/webpack': specifier: ^8.1.0 - version: 8.1.0(typescript@5.5.3) + version: 8.1.0(typescript@5.5.4) '@types/jest': specifier: ^29.5.12 version: 29.5.12 @@ -1457,10 +1463,10 @@ importers: version: 133.0.0(encoding@0.1.13) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) react: specifier: ^18.3.1 version: 18.3.1 @@ -1472,14 +1478,14 @@ importers: version: 1.8.10 devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@commons-ui/testing-library': specifier: workspace:* version: link:../../packages/commons-ui-testing-library '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.13 + version: 20.14.13 '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -1491,13 +1497,13 @@ importers: version: 8.57.0 eslint-config-next: specifier: ^14.2.5 - version: 14.2.5(eslint@8.57.0)(typescript@5.5.3) + version: 14.2.5(eslint@8.57.0)(typescript@5.5.4) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 packages/commons-ui-core: dependencies: @@ -1506,32 +1512,32 @@ importers: version: 15.8.1 devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/testing-library': specifier: workspace:* version: link:../commons-ui-testing-library '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@types/react': specifier: ^18.3.3 version: 18.3.3 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0) + version: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1543,13 +1549,13 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react: specifier: ^18.3.1 version: 18.3.1 @@ -1563,8 +1569,8 @@ importers: specifier: ^2.0.2 version: 2.0.2 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 version: 5.93.0 @@ -1576,11 +1582,11 @@ importers: version: 2.1.1 devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/core': specifier: workspace:* version: link:../commons-ui-core @@ -1588,11 +1594,11 @@ importers: specifier: workspace:* version: link:../commons-ui-testing-library '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0) + version: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1601,13 +1607,13 @@ importers: version: link:../eslint-config-commons-ui jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -1621,8 +1627,8 @@ importers: specifier: ^2.0.2 version: 2.0.2 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 version: 5.93.0 @@ -1630,8 +1636,8 @@ importers: packages/commons-ui-testing-library: dependencies: '@testing-library/jest-dom': - specifier: ^6.4.6 - version: 6.4.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(babel-plugin-macros@3.1.0)) + specifier: ^6.4.8 + version: 6.4.8 '@testing-library/react': specifier: ^14.3.1 version: 14.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1640,26 +1646,26 @@ importers: version: 15.8.1 devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/react': specifier: ^18.3.3 version: 18.3.3 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0) + version: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1671,13 +1677,13 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react: specifier: ^18.3.1 version: 18.3.1 @@ -1688,8 +1694,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 version: 5.93.0 @@ -1697,32 +1703,32 @@ importers: packages/eslint-config-commons-ui: dependencies: '@babel/eslint-parser': - specifier: ^7.24.8 - version: 7.24.8(@babel/core@7.24.8)(eslint@8.57.0) + specifier: ^7.25.1 + version: 7.25.1(@babel/core@7.25.2)(eslint@8.57.0) '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@next/eslint-plugin-next': specifier: ^14.2.5 version: 14.2.5 eslint-config-airbnb: specifier: ^19.0.4 - version: 19.0.4(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react@7.34.3(eslint@8.57.0))(eslint@8.57.0) + version: 19.0.4(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react@7.35.0(eslint@8.57.0))(eslint@8.57.0) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) eslint-config-turbo: - specifier: ^2.0.6 - version: 2.0.6(eslint@8.57.0) + specifier: ^2.0.10 + version: 2.0.10(eslint@8.57.0) eslint-import-resolver-jsconfig: specifier: ^1.1.0 version: 1.1.0 eslint-plugin-import: specifier: ^2.29.1 - version: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0) + version: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0) eslint-plugin-jest: specifier: ^27.9.0 - version: 27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.3) + version: 27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.4) eslint-plugin-jest-dom: specifier: ^5.4.0 version: 5.4.0(@testing-library/dom@10.1.0)(eslint@8.57.0) @@ -1737,35 +1743,35 @@ importers: version: 3.0.1(eslint@8.57.0) eslint-plugin-playwright: specifier: ^0.19.0 - version: 0.19.0(eslint-plugin-jest@27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.3))(eslint@8.57.0) + version: 0.19.0(eslint-plugin-jest@27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.4))(eslint@8.57.0) eslint-plugin-prettier: - specifier: ^5.1.3 - version: 5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2) + specifier: ^5.2.1 + version: 5.2.1(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3) eslint-plugin-react: - specifier: ^7.34.3 - version: 7.34.3(eslint@8.57.0) + specifier: ^7.35.0 + version: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: specifier: ^4.6.2 version: 4.6.2(eslint@8.57.0) eslint-plugin-testing-library: specifier: ^6.2.2 - version: 6.2.2(eslint@8.57.0)(typescript@5.5.3) + version: 6.2.2(eslint@8.57.0)(typescript@5.5.4) devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 eslint: specifier: ^8.57.0 version: 8.57.0 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react: specifier: ^18.3.1 version: 18.3.1 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 packages/hurumap-core: dependencies: @@ -1774,32 +1780,32 @@ importers: version: 15.8.1 devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/testing-library': specifier: workspace:* version: link:../commons-ui-testing-library '@emotion/react': - specifier: ^11.11.4 - version: 11.11.4(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) '@emotion/styled': - specifier: ^11.11.5 - version: 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/utils': - specifier: ^5.16.1 - version: 5.16.1(@types/react@18.3.3)(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@types/react': specifier: ^18.3.3 version: 18.3.3 babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0) + version: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1811,7 +1817,7 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui @@ -1819,8 +1825,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react: specifier: ^18.3.1 version: 18.3.1 @@ -1837,45 +1843,44 @@ importers: specifier: ^2.0.2 version: 2.0.2 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 version: 5.93.0 packages/hurumap-next: - dependencies: - '@commons-ui/next': - specifier: workspace:* - version: link:../commons-ui-next - leaflet: - specifier: ^1.9.4 - version: 1.9.4 - react-leaflet: - specifier: ^4.2.1 - version: 4.2.1(leaflet@1.9.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@commons-ui/core': specifier: workspace:* version: link:../commons-ui-core + '@commons-ui/next': + specifier: workspace:* + version: link:../commons-ui-next '@commons-ui/testing-library': specifier: workspace:* version: link:../commons-ui-testing-library + '@emotion/react': + specifier: ^11.13.0 + version: 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': + specifier: ^11.13.0 + version: 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@hurumap/core': specifier: workspace:* version: link:../hurumap-core '@mui/material': - specifier: ^5.16.1 - version: 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.16.6 + version: 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0) + version: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1884,13 +1889,16 @@ importers: version: link:../eslint-config-commons-ui jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui + leaflet: + specifier: ^1.9.4 + version: 1.9.4 next: specifier: ^14.2.5 - version: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + version: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -1900,12 +1908,15 @@ importers: react-dom: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) + react-leaflet: + specifier: ^4.2.1 + version: 4.2.1(leaflet@1.9.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) require-from-string: specifier: ^2.0.2 version: 2.0.2 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 webpack: specifier: ^5.93.0 version: 5.93.0 @@ -1917,14 +1928,14 @@ importers: version: 29.7.0 devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-env': - specifier: ^7.24.8 - version: 7.24.8(@babel/core@7.24.8) + specifier: ^7.25.2 + version: 7.25.2(@babel/core@7.25.2) '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1936,31 +1947,31 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + version: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react: specifier: ^18.3.1 version: 18.3.1 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 packages/playwright-config-commons-ui: devDependencies: '@babel/core': - specifier: ^7.24.8 - version: 7.24.8 + specifier: ^7.25.2 + version: 7.25.2 '@babel/preset-env': - specifier: ^7.24.8 - version: 7.24.8(@babel/core@7.24.8) + specifier: ^7.25.2 + version: 7.25.2(@babel/core@7.25.2) '@babel/preset-react': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.8) + version: 7.24.7(@babel/core@7.25.2) '@playwright/test': - specifier: ^1.45.1 - version: 1.45.1 + specifier: ^1.45.3 + version: 1.45.3 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1968,14 +1979,14 @@ importers: specifier: workspace:* version: link:../eslint-config-commons-ui prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 react: specifier: ^18.3.1 version: 18.3.1 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 packages: @@ -1992,13 +2003,13 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@apollo/client@3.10.8': - resolution: {integrity: sha512-UaaFEitRrPRWV836wY2L7bd3HRCfbMie1jlYMcmazFAK23MVhz/Uq7VG1nwbotPb5xzFsw5RF4Wnp2G3dWPM3g==} + '@apollo/client@3.11.1': + resolution: {integrity: sha512-fVuAi7ufRt2apIEYV18upvykw5JD+CwHAThxZkclby4phWCXtO4LD39Z0sk0+4i+j7oZ+jOofEkO1XGDDomZvQ==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 subscriptions-transport-ws: ^0.9.0 || ^0.11.0 peerDependenciesMeta: graphql-ws: @@ -2036,92 +2047,92 @@ packages: '@aws-crypto/util@5.2.0': resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} - '@aws-sdk/client-cognito-identity@3.614.0': - resolution: {integrity: sha512-nydN0TVIMkYhYcCABkCcllmhLakzD4aN8r6ROWWG83+XFtBGgnvY2cxj2uFx+Vp7THAVnG2r6GVGKzEwvAH3pA==} + '@aws-sdk/client-cognito-identity@3.621.0': + resolution: {integrity: sha512-FpXia5qFf6ijcNDWenVq+mP9r1LbiW/+52i9wrv2+Afi6Nn1ROf8W7St8WvE9TEZ3t78y+vis4CwqfGts+uiKA==} engines: {node: '>=16.0.0'} - '@aws-sdk/client-s3@3.614.0': - resolution: {integrity: sha512-9BlhfeBegvyjOqHtcr9kvrT80wiy7EVUiqYyTFiiDv/hJIcG88XHQCZdLU7658XBkQ7aFrr5b8rF2HRD1oroxw==} + '@aws-sdk/client-s3@3.621.0': + resolution: {integrity: sha512-YhGkd2HQTM4HCYJIAVWvfbUMpOF7XUr1W/e2LN3CFP0WTF4zcCJKesJ2iNHrExqC0Ek1+qarMxiXBK95itfjYQ==} engines: {node: '>=16.0.0'} - '@aws-sdk/client-sso-oidc@3.614.0': - resolution: {integrity: sha512-BI1NWcpppbHg/28zbUg54dZeckork8BItZIcjls12vxasy+p3iEzrJVG60jcbUTTsk3Qc1tyxNfrdcVqx0y7Ww==} + '@aws-sdk/client-sso-oidc@3.621.0': + resolution: {integrity: sha512-mMjk3mFUwV2Y68POf1BQMTF+F6qxt5tPu6daEUCNGC9Cenk3h2YXQQoS4/eSyYzuBiYk3vx49VgleRvdvkg8rg==} engines: {node: '>=16.0.0'} peerDependencies: - '@aws-sdk/client-sts': ^3.614.0 + '@aws-sdk/client-sts': ^3.621.0 - '@aws-sdk/client-sso@3.614.0': - resolution: {integrity: sha512-p5pyYaxRzBttjBkqfc8i3K7DzBdTg3ECdVgBo6INIUxfvDy0J8QUE8vNtCgvFIkq+uPw/8M+Eo4zzln7anuO0Q==} + '@aws-sdk/client-sso@3.621.0': + resolution: {integrity: sha512-xpKfikN4u0BaUYZA9FGUMkkDmfoIP0Q03+A86WjqDWhcOoqNA1DkHsE4kZ+r064ifkPUfcNuUvlkVTEoBZoFjA==} engines: {node: '>=16.0.0'} - '@aws-sdk/client-sts@3.614.0': - resolution: {integrity: sha512-i6QmaVA1KHHYNnI2VYQy/sc31rLm4+jSp8b/YbQpFnD0w3aXsrEEHHlxek45uSkHb4Nrj1omFBVy/xp1WVYx2Q==} + '@aws-sdk/client-sts@3.621.0': + resolution: {integrity: sha512-707uiuReSt+nAx6d0c21xLjLm2lxeKc7padxjv92CIrIocnQSlJPxSCM7r5zBhwiahJA6MNQwmTl2xznU67KgA==} engines: {node: '>=16.0.0'} - '@aws-sdk/core@3.614.0': - resolution: {integrity: sha512-BUuS5/1YkgmKc4J0bg83XEtMyDHVyqG2QDzfmhYe8gbOIZabUl1FlrFVwhCAthtrrI6MPGTQcERB4BtJKUSplw==} + '@aws-sdk/core@3.621.0': + resolution: {integrity: sha512-CtOwWmDdEiINkGXD93iGfXjN0WmCp9l45cDWHHGa8lRgEDyhuL7bwd/pH5aSzj0j8SiQBG2k0S7DHbd5RaqvbQ==} engines: {node: '>=16.0.0'} - '@aws-sdk/credential-provider-cognito-identity@3.614.0': - resolution: {integrity: sha512-Y89x4RKUlggxtCU07OhQRhvsiBBOzt0ep7OyxnnkhgPrbmY+N4tfMk3sEo02sxetqTuirLz4hRbfxwlsM5scpw==} + '@aws-sdk/credential-provider-cognito-identity@3.621.0': + resolution: {integrity: sha512-Q+3awvTVJSqIGRjCUQflRwKPKlZ0TfmL3EQHgFLhZZrToeBapEA62+FY+T70aTKAZZZZprlvYeFPtBloNd5ziA==} engines: {node: '>=16.0.0'} - '@aws-sdk/credential-provider-env@3.609.0': - resolution: {integrity: sha512-v69ZCWcec2iuV9vLVJMa6fAb5xwkzN4jYIT8yjo2c4Ia/j976Q+TPf35Pnz5My48Xr94EFcaBazrWedF+kwfuQ==} + '@aws-sdk/credential-provider-env@3.620.1': + resolution: {integrity: sha512-ExuILJ2qLW5ZO+rgkNRj0xiAipKT16Rk77buvPP8csR7kkCflT/gXTyzRe/uzIiETTxM7tr8xuO9MP/DQXqkfg==} engines: {node: '>=16.0.0'} - '@aws-sdk/credential-provider-http@3.614.0': - resolution: {integrity: sha512-YIEjlNUKb3Vo/iTnGAPdsiDC3FUUnNoex2OwU8LmR7AkYZiWdB8nx99DfgkkY+OFMUpw7nKD2PCOtuFONelfGA==} + '@aws-sdk/credential-provider-http@3.621.0': + resolution: {integrity: sha512-/jc2tEsdkT1QQAI5Dvoci50DbSxtJrevemwFsm0B73pwCcOQZ5ZwwSdVqGsPutzYzUVx3bcXg3LRL7jLACqRIg==} engines: {node: '>=16.0.0'} - '@aws-sdk/credential-provider-ini@3.614.0': - resolution: {integrity: sha512-KfLuLFGwlvFSZ2MuzYwWGPb1y5TeiwX5okIDe0aQ1h10oD3924FXbN+mabOnUHQ8EFcGAtCaWbrC86mI7ktC6A==} + '@aws-sdk/credential-provider-ini@3.621.0': + resolution: {integrity: sha512-0EWVnSc+JQn5HLnF5Xv405M8n4zfdx9gyGdpnCmAmFqEDHA8LmBdxJdpUk1Ovp/I5oPANhjojxabIW5f1uU0RA==} engines: {node: '>=16.0.0'} peerDependencies: - '@aws-sdk/client-sts': ^3.614.0 + '@aws-sdk/client-sts': ^3.621.0 - '@aws-sdk/credential-provider-node@3.614.0': - resolution: {integrity: sha512-4J6gPEuFZP0mkWq5E//oMS1vrmMM88iNNcv7TEljYnsc6JTAlKejCyFwx6CN+nkIhmIZsl06SXIhBemzBdBPfg==} + '@aws-sdk/credential-provider-node@3.621.0': + resolution: {integrity: sha512-4JqpccUgz5Snanpt2+53hbOBbJQrSFq7E1sAAbgY6BKVQUsW5qyXqnjvSF32kDeKa5JpBl3bBWLZl04IadcPHw==} engines: {node: '>=16.0.0'} - '@aws-sdk/credential-provider-process@3.614.0': - resolution: {integrity: sha512-Q0SI0sTRwi8iNODLs5+bbv8vgz8Qy2QdxbCHnPk/6Cx6LMf7i3dqmWquFbspqFRd8QiqxStrblwxrUYZi09tkA==} + '@aws-sdk/credential-provider-process@3.620.1': + resolution: {integrity: sha512-hWqFMidqLAkaV9G460+1at6qa9vySbjQKKc04p59OT7lZ5cO5VH5S4aI05e+m4j364MBROjjk2ugNvfNf/8ILg==} engines: {node: '>=16.0.0'} - '@aws-sdk/credential-provider-sso@3.614.0': - resolution: {integrity: sha512-55+gp0JY4451cWI1qXmVMFM0GQaBKiQpXv2P0xmd9P3qLDyeFUSEW8XPh0d2lb1ICr6x4s47ynXVdGCIv2mXMg==} + '@aws-sdk/credential-provider-sso@3.621.0': + resolution: {integrity: sha512-Kza0jcFeA/GEL6xJlzR2KFf1PfZKMFnxfGzJzl5yN7EjoGdMijl34KaRyVnfRjnCWcsUpBWKNIDk9WZVMY9yiw==} engines: {node: '>=16.0.0'} - '@aws-sdk/credential-provider-web-identity@3.609.0': - resolution: {integrity: sha512-U+PG8NhlYYF45zbr1km3ROtBMYqyyj/oK8NRp++UHHeuavgrP+4wJ4wQnlEaKvJBjevfo3+dlIBcaeQ7NYejWg==} + '@aws-sdk/credential-provider-web-identity@3.621.0': + resolution: {integrity: sha512-w7ASSyfNvcx7+bYGep3VBgC3K6vEdLmlpjT7nSIHxxQf+WSdvy+HynwJosrpZax0sK5q0D1Jpn/5q+r5lwwW6w==} engines: {node: '>=16.0.0'} peerDependencies: - '@aws-sdk/client-sts': ^3.609.0 + '@aws-sdk/client-sts': ^3.621.0 - '@aws-sdk/credential-providers@3.614.0': - resolution: {integrity: sha512-mgb6bcLiOig9ZWxuAF4g0QwLGuqSleYFAyPWyWo30XafCAGB2MfCwxksVWRH+cuX86fCnAF8XgYnaSs38fBOXA==} + '@aws-sdk/credential-providers@3.621.0': + resolution: {integrity: sha512-FQbC7I8ae/72ZekLBa45jWJ+Q3d+YPhc3bW/rCks6RrldM6RgLTGr8pTOPCxHl828ky10RjkBiBmVU818rliyw==} engines: {node: '>=16.0.0'} - '@aws-sdk/lib-storage@3.614.0': - resolution: {integrity: sha512-Bzni+r7pS+nRiqcmWPpB/OiQEM4GszGRp1DXpL3rKnwaeu+Qgf2w12DULxWUacIvOc4IzLsv6tpEidQ/P1zKQg==} + '@aws-sdk/lib-storage@3.621.0': + resolution: {integrity: sha512-J4fwwmg2pH+vUsSbGO1kEIbAIv5TqDynrhOy48nIv8U5TNUWP29T+ZLs9+arQDla7bDJmvtB5f3iWHjI775ABQ==} engines: {node: '>=16.0.0'} peerDependencies: - '@aws-sdk/client-s3': ^3.614.0 + '@aws-sdk/client-s3': ^3.621.0 - '@aws-sdk/middleware-bucket-endpoint@3.614.0': - resolution: {integrity: sha512-TqEY8KcZeZ0LIxXaqG9RSSNnDHvD8RAFP4Xenwsxqnyad0Yn7LgCoFwRByelJ0t54ROYL1/ETJleWE4U4TOXdg==} + '@aws-sdk/middleware-bucket-endpoint@3.620.0': + resolution: {integrity: sha512-eGLL0W6L3HDb3OACyetZYOWpHJ+gLo0TehQKeQyy2G8vTYXqNTeqYhuI6up9HVjBzU9eQiULVQETmgQs7TFaRg==} engines: {node: '>=16.0.0'} - '@aws-sdk/middleware-expect-continue@3.609.0': - resolution: {integrity: sha512-+zeg//mSer4JZRxOB/4mUOMUJyuYPwATnIC5moBB8P8Xe+mJaVRFy8qlCtzYNj2TycnlsBPzTK0j7P1yvDh97w==} + '@aws-sdk/middleware-expect-continue@3.620.0': + resolution: {integrity: sha512-QXeRFMLfyQ31nAHLbiTLtk0oHzG9QLMaof5jIfqcUwnOkO8YnQdeqzakrg1Alpy/VQ7aqzIi8qypkBe2KXZz0A==} engines: {node: '>=16.0.0'} - '@aws-sdk/middleware-flexible-checksums@3.614.0': - resolution: {integrity: sha512-ZLpxVXMboDeMT7p2Kdp5m1uLVKOktkZoMgLvvbe3zbrU4Ji5IU5xVE0aa4X7H28BtuODCs6SLESnPs19bhMKlA==} + '@aws-sdk/middleware-flexible-checksums@3.620.0': + resolution: {integrity: sha512-ftz+NW7qka2sVuwnnO1IzBku5ccP+s5qZGeRTPgrKB7OzRW85gthvIo1vQR2w+OwHFk7WJbbhhWwbCbktnP4UA==} engines: {node: '>=16.0.0'} - '@aws-sdk/middleware-host-header@3.609.0': - resolution: {integrity: sha512-iTKfo158lc4jLDfYeZmYMIBHsn8m6zX+XB6birCSNZ/rrlzAkPbGE43CNdKfvjyWdqgLMRXF+B+OcZRvqhMXPQ==} + '@aws-sdk/middleware-host-header@3.620.0': + resolution: {integrity: sha512-VMtPEZwqYrII/oUkffYsNWY9PZ9xpNJpMgmyU0rlDQ25O1c0Hk3fJmZRe6pEkAJ0omD7kLrqGl1DUjQVxpd/Rg==} engines: {node: '>=16.0.0'} '@aws-sdk/middleware-location-constraint@3.609.0': @@ -2132,32 +2143,32 @@ packages: resolution: {integrity: sha512-S62U2dy4jMDhDFDK5gZ4VxFdWzCtLzwbYyFZx2uvPYTECkepLUfzLic2BHg2Qvtu4QjX+oGE3P/7fwaGIsGNuQ==} engines: {node: '>=16.0.0'} - '@aws-sdk/middleware-recursion-detection@3.609.0': - resolution: {integrity: sha512-6sewsYB7/o/nbUfA99Aa/LokM+a/u4Wpm/X2o0RxOsDtSB795ObebLJe2BxY5UssbGaWkn7LswyfvrdZNXNj1w==} + '@aws-sdk/middleware-recursion-detection@3.620.0': + resolution: {integrity: sha512-nh91S7aGK3e/o1ck64sA/CyoFw+gAYj2BDOnoNa6ouyCrVJED96ZXWbhye/fz9SgmNUZR2g7GdVpiLpMKZoI5w==} engines: {node: '>=16.0.0'} - '@aws-sdk/middleware-sdk-s3@3.614.0': - resolution: {integrity: sha512-9fJTaiuuOfFV4FqmUEhPYzrtv7JOfYpB7q65oG3uayVH4ngWHIJkjnnX79zRhNZKdPGta+XIsnZzjEghg82ngA==} + '@aws-sdk/middleware-sdk-s3@3.621.0': + resolution: {integrity: sha512-CJrQrtKylcqvyPkRR16JmPZkHroCkWwLErQrg30ZcBPNNok8xbfX6cYqG16XDTnu4lSYzv2Yqc4w4oOBv8xerQ==} engines: {node: '>=16.0.0'} - '@aws-sdk/middleware-signing@3.609.0': - resolution: {integrity: sha512-2w3dBLjQVKIajYzokO4hduq8/0hSMUYHHmIo1Kdl+MSY8uwRBt12bLL6pyreobTcRMxizvn2ph/CQ9I1ST/WGQ==} + '@aws-sdk/middleware-signing@3.620.0': + resolution: {integrity: sha512-gxI7rubiaanUXaLfJ4NybERa9MGPNg2Ycl/OqANsozrBnR3Pw8vqy3EuVImQOyn2pJ2IFvl8ZPoSMHf4pX56FQ==} engines: {node: '>=16.0.0'} '@aws-sdk/middleware-ssec@3.609.0': resolution: {integrity: sha512-GZSD1s7+JswWOTamVap79QiDaIV7byJFssBW68GYjyRS5EBjNfwA/8s+6uE6g39R3ojyTbYOmvcANoZEhSULXg==} engines: {node: '>=16.0.0'} - '@aws-sdk/middleware-user-agent@3.614.0': - resolution: {integrity: sha512-xUxh0UPQiMTG6E31Yvu6zVYlikrIcFDKljM11CaatInzvZubGTGiX0DjpqRlfGzUNsuPc/zNrKwRP2+wypgqIw==} + '@aws-sdk/middleware-user-agent@3.620.0': + resolution: {integrity: sha512-bvS6etn+KsuL32ubY5D3xNof1qkenpbJXf/ugGXbg0n98DvDFQ/F+SMLxHgbnER5dsKYchNnhmtI6/FC3HFu/A==} engines: {node: '>=16.0.0'} '@aws-sdk/region-config-resolver@3.614.0': resolution: {integrity: sha512-vDCeMXvic/LU0KFIUjpC3RiSTIkkvESsEfbVHiHH0YINfl8HnEqR5rj+L8+phsCeVg2+LmYwYxd5NRz4PHxt5g==} engines: {node: '>=16.0.0'} - '@aws-sdk/signature-v4-multi-region@3.614.0': - resolution: {integrity: sha512-6mW3ONW4oLzxrePznYhz7sNT9ji9Am9ufLeV722tbOVS5lArBOZ6E1oPz0uYBhisUPznWKhcLRMggt7vIJWMng==} + '@aws-sdk/signature-v4-multi-region@3.621.0': + resolution: {integrity: sha512-u+ulCaHFveqHaTxgiYrEAyfBVP6GRKjnmDut67CtjhjslshPWYpo/ndtlCW1zc0RDne3uUeK13Pqp7dp7p1d6g==} engines: {node: '>=16.0.0'} '@aws-sdk/token-providers@3.614.0': @@ -2202,23 +2213,23 @@ packages: resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.24.8': - resolution: {integrity: sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==} + '@babel/compat-data@7.25.2': + resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.24.8': - resolution: {integrity: sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==} + '@babel/core@7.25.2': + resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} engines: {node: '>=6.9.0'} - '@babel/eslint-parser@7.24.8': - resolution: {integrity: sha512-nYAikI4XTGokU2QX7Jx+v4rxZKhKivaQaREZjuW3mrJrbdWJ5yUfohnoUULge+zEEaKjPYNxhoRgUKktjXtbwA==} + '@babel/eslint-parser@7.25.1': + resolution: {integrity: sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.24.8': - resolution: {integrity: sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==} + '@babel/generator@7.25.0': + resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.24.7': @@ -2229,18 +2240,18 @@ packages: resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.24.8': - resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==} + '@babel/helper-compilation-targets@7.25.2': + resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.24.8': - resolution: {integrity: sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==} + '@babel/helper-create-class-features-plugin@7.25.0': + resolution: {integrity: sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.24.7': - resolution: {integrity: sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==} + '@babel/helper-create-regexp-features-plugin@7.25.2': + resolution: {integrity: sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2250,18 +2261,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - '@babel/helper-environment-visitor@7.24.7': - resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==} - engines: {node: '>=6.9.0'} - - '@babel/helper-function-name@7.24.7': - resolution: {integrity: sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==} - engines: {node: '>=6.9.0'} - - '@babel/helper-hoist-variables@7.24.7': - resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.24.8': resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==} engines: {node: '>=6.9.0'} @@ -2270,8 +2269,8 @@ packages: resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.24.8': - resolution: {integrity: sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q==} + '@babel/helper-module-transforms@7.25.2': + resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2284,14 +2283,14 @@ packages: resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==} engines: {node: '>=6.9.0'} - '@babel/helper-remap-async-to-generator@7.24.7': - resolution: {integrity: sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==} + '@babel/helper-remap-async-to-generator@7.25.0': + resolution: {integrity: sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.24.7': - resolution: {integrity: sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==} + '@babel/helper-replace-supers@7.25.0': + resolution: {integrity: sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2304,10 +2303,6 @@ packages: resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.24.7': - resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} - engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.24.8': resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} engines: {node: '>=6.9.0'} @@ -2320,31 +2315,37 @@ packages: resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} engines: {node: '>=6.9.0'} - '@babel/helper-wrap-function@7.24.7': - resolution: {integrity: sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==} + '@babel/helper-wrap-function@7.25.0': + resolution: {integrity: sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.24.8': - resolution: {integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==} + '@babel/helpers@7.25.0': + resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==} engines: {node: '>=6.9.0'} '@babel/highlight@7.24.7': resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.24.8': - resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==} + '@babel/parser@7.25.0': + resolution: {integrity: sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7': - resolution: {integrity: sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==} + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.0': + resolution: {integrity: sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7': - resolution: {integrity: sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==} + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0': + resolution: {integrity: sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0': + resolution: {integrity: sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2355,8 +2356,8 @@ packages: peerDependencies: '@babel/core': ^7.13.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7': - resolution: {integrity: sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==} + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0': + resolution: {integrity: sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2492,8 +2493,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.24.7': - resolution: {integrity: sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==} + '@babel/plugin-transform-async-generator-functions@7.25.0': + resolution: {integrity: sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2510,8 +2511,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.24.7': - resolution: {integrity: sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==} + '@babel/plugin-transform-block-scoping@7.25.0': + resolution: {integrity: sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2528,8 +2529,8 @@ packages: peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.24.8': - resolution: {integrity: sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==} + '@babel/plugin-transform-classes@7.25.0': + resolution: {integrity: sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2558,6 +2559,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0': + resolution: {integrity: sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/plugin-transform-dynamic-import@7.24.7': resolution: {integrity: sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==} engines: {node: '>=6.9.0'} @@ -2576,8 +2583,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-flow-strip-types@7.24.7': - resolution: {integrity: sha512-cjRKJ7FobOH2eakx7Ja+KpJRj8+y+/SiB3ooYm/n2UJfxu0oEaOoxOinitkJcPqv9KxS0kxTGPUaR7L2XcXDXA==} + '@babel/plugin-transform-flow-strip-types@7.25.2': + resolution: {integrity: sha512-InBZ0O8tew5V0K6cHcQ+wgxlrjOw1W4wDXLkOTjLRD8GYhTSkxTVBtdy3MMtvYBrbAWa1Qm3hNoTc1620Yj+Mg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2588,8 +2595,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-function-name@7.24.7': - resolution: {integrity: sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==} + '@babel/plugin-transform-function-name@7.25.1': + resolution: {integrity: sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2600,8 +2607,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-literals@7.24.7': - resolution: {integrity: sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==} + '@babel/plugin-transform-literals@7.25.2': + resolution: {integrity: sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2630,8 +2637,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-systemjs@7.24.7': - resolution: {integrity: sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==} + '@babel/plugin-transform-modules-systemjs@7.25.0': + resolution: {integrity: sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2714,8 +2721,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-constant-elements@7.24.7': - resolution: {integrity: sha512-7LidzZfUXyfZ8/buRW6qIIHBY8wAZ1OrY9c/wTr8YhZ6vMPo+Uc/CVFLYY1spZrEQlD4w5u8wjqk5NQ3OVqQKA==} + '@babel/plugin-transform-react-constant-elements@7.25.1': + resolution: {integrity: sha512-SLV/giH/V4SmloZ6Dt40HjTGTAIkxn33TVIHxNGNvo8ezMhrxBkzisj4op1KZYPIOHFLqhv60OHvX+YRu4xbmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2732,8 +2739,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx@7.24.7': - resolution: {integrity: sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==} + '@babel/plugin-transform-react-jsx@7.25.2': + resolution: {integrity: sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2792,8 +2799,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.24.8': - resolution: {integrity: sha512-CgFgtN61BbdOGCP4fLaAMOPkzWUh6yQZNMr5YSt8uz2cZSSiQONCQFWqsE4NeVfOIhqDOlS9CR3WD91FzMeB2Q==} + '@babel/plugin-transform-typescript@7.25.2': + resolution: {integrity: sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2822,8 +2829,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.24.8': - resolution: {integrity: sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==} + '@babel/preset-env@7.25.2': + resolution: {integrity: sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2863,20 +2870,20 @@ packages: '@babel/runtime@7.0.0': resolution: {integrity: sha512-7hGhzlcmg01CvH1EHdSPVXYX1aJ8KCEyz6I9xYIi/asDtzBPMyMhVibhM/K6g/5qnKBwjZtp10bNZIEFTRW1MA==} - '@babel/runtime@7.24.8': - resolution: {integrity: sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==} + '@babel/runtime@7.25.0': + resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} engines: {node: '>=6.9.0'} - '@babel/template@7.24.7': - resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==} + '@babel/template@7.25.0': + resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.24.8': - resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==} + '@babel/traverse@7.25.2': + resolution: {integrity: sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.8': - resolution: {integrity: sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==} + '@babel/types@7.25.2': + resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} engines: {node: '>=6.9.0'} '@base2/pretty-print-object@1.0.1': @@ -2994,8 +3001,8 @@ packages: '@csstools/css-parser-algorithms': ^2.6.1 '@csstools/css-tokenizer': ^2.2.4 - '@csstools/css-color-parser@2.0.4': - resolution: {integrity: sha512-yUb0mk/k2yVNcQvRmd9uikpu6D0aamFJGgU++5d0lng6ucaJkhKyhDCQCj9rVuQYntvFQKqyU6UfTPQWU2UkXQ==} + '@csstools/css-color-parser@2.0.5': + resolution: {integrity: sha512-lRZSmtl+DSjok3u9hTWpmkxFZnz7stkbZxzKc08aDUsdrWwhSgWo8yq9rq9DaFUtbAyAq2xnH92fj01S+pwIww==} engines: {node: ^14 || ^16 || >=18} peerDependencies: '@csstools/css-parser-algorithms': ^2.7.1 @@ -3220,26 +3227,26 @@ packages: '@emnapi/runtime@1.2.0': resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==} - '@emotion/babel-plugin@11.11.0': - resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==} + '@emotion/babel-plugin@11.12.0': + resolution: {integrity: sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==} - '@emotion/cache@11.11.0': - resolution: {integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==} + '@emotion/cache@11.13.1': + resolution: {integrity: sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==} - '@emotion/css@11.11.2': - resolution: {integrity: sha512-VJxe1ucoMYMS7DkiMdC2T7PWNbrEI0a39YRiyDvK2qq4lXwjRbVP/z4lpG+odCsRzadlR+1ywwrTzhdm5HNdew==} + '@emotion/css@11.13.0': + resolution: {integrity: sha512-BUk99ylT+YHl+W/HN7nv1RCTkDYmKKqa1qbvM/qLSQEg61gipuBF5Hptk/2/ERmX2DCv0ccuFGhz9i0KSZOqPg==} - '@emotion/hash@0.9.1': - resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} + '@emotion/hash@0.9.2': + resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} - '@emotion/is-prop-valid@1.2.2': - resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==} + '@emotion/is-prop-valid@1.3.0': + resolution: {integrity: sha512-SHetuSLvJDzuNbOdtPVbq6yMMMlLoW5Q94uDqJZqy50gcmAjxFkVqmzqSGEFq9gT2iMuIeKV1PXVWmvUhuZLlQ==} - '@emotion/memoize@0.8.1': - resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} + '@emotion/memoize@0.9.0': + resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} - '@emotion/react@11.11.4': - resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} + '@emotion/react@11.13.0': + resolution: {integrity: sha512-WkL+bw1REC2VNV1goQyfxjx1GYJkcc23CRQkXX+vZNLINyfI7o+uUn/rTGPt/xJ3bJHd5GcljgnxHf4wRw5VWQ==} peerDependencies: '@types/react': '*' react: '>=16.8.0' @@ -3247,8 +3254,8 @@ packages: '@types/react': optional: true - '@emotion/serialize@1.1.4': - resolution: {integrity: sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==} + '@emotion/serialize@1.3.0': + resolution: {integrity: sha512-jACuBa9SlYajnpIVXB+XOXnfJHyckDfe6fOpORIM6yhBDlqGuExvDdZYHDQGoDf3bZXGv7tNr+LpLjJqiEQ6EA==} '@emotion/server@11.11.0': resolution: {integrity: sha512-6q89fj2z8VBTx9w93kJ5n51hsmtYuFPtZgnc1L8VzRx9ti4EU6EyvF6Nn1H1x3vcCQCF7u2dB2lY4AYJwUW4PA==} @@ -3258,11 +3265,11 @@ packages: '@emotion/css': optional: true - '@emotion/sheet@1.2.2': - resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} + '@emotion/sheet@1.4.0': + resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} - '@emotion/styled@11.11.5': - resolution: {integrity: sha512-/ZjjnaNKvuMPxcIiUkf/9SHoG4Q196DRl1w82hQ3WCsjo1IUR8uaGWrC6a87CrYAW0Kb/pK7hk8BnLgLRi9KoQ==} + '@emotion/styled@11.13.0': + resolution: {integrity: sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==} peerDependencies: '@emotion/react': ^11.0.0-rc.0 '@types/react': '*' @@ -3271,19 +3278,19 @@ packages: '@types/react': optional: true - '@emotion/unitless@0.8.1': - resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} + '@emotion/unitless@0.9.0': + resolution: {integrity: sha512-TP6GgNZtmtFaFcsOgExdnfxLLpRDla4Q66tnenA9CktvVSdNKDvMVuUah4QvWPIpNjrWsGg3qeGo9a43QooGZQ==} - '@emotion/use-insertion-effect-with-fallbacks@1.0.1': - resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==} + '@emotion/use-insertion-effect-with-fallbacks@1.1.0': + resolution: {integrity: sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==} peerDependencies: react: '>=16.8.0' - '@emotion/utils@1.2.1': - resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==} + '@emotion/utils@1.4.0': + resolution: {integrity: sha512-spEnrA1b6hDR/C68lC2M7m6ALPUHZC0lIY7jAS/B/9DuuO1ZP04eov8SMv/6fwRd8pzmsn2AuJEznRREWlQrlQ==} - '@emotion/weak-memoize@0.3.1': - resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==} + '@emotion/weak-memoize@0.4.0': + resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} '@esbuild/aix-ppc64@0.21.5': resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} @@ -3591,11 +3598,11 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@floating-ui/core@1.6.4': - resolution: {integrity: sha512-a4IowK4QkXl4SCWTGUR0INAfEOX3wtsYw3rKK5InQEHMGObkR8Xk44qYQD9P4r6HHw0iIfK6GUKECmY8sTkqRA==} + '@floating-ui/core@1.6.5': + resolution: {integrity: sha512-8GrTWmoFhm5BsMZOTHeGD2/0FLKLQQHvO/ZmQga4tKempYRLz8aqJGqXVuQgisnMObq2YZ2SgkwctN1LOOxcqA==} - '@floating-ui/dom@1.6.7': - resolution: {integrity: sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==} + '@floating-ui/dom@1.6.8': + resolution: {integrity: sha512-kx62rP19VZ767Q653wsP1XZCGIirkE09E0QUGNYTM/ttbbQHqcGPdSfWFxUyyNLc/W6aoJRBajOSXhP6GXjC0Q==} '@floating-ui/react-dom@2.1.1': resolution: {integrity: sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg==} @@ -3603,14 +3610,14 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/utils@0.2.4': - resolution: {integrity: sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==} + '@floating-ui/utils@0.2.5': + resolution: {integrity: sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ==} '@gar/promisify@1.1.3': resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} - '@googlemaps/js-api-loader@1.16.6': - resolution: {integrity: sha512-V8p5W9DbPQx74jWUmyYJOerhiB4C+MHekaO0ZRmc6lrOYrvY7+syLhzOWpp55kqSPeNb+qbC2h8i69aLIX6krQ==} + '@googlemaps/js-api-loader@1.16.8': + resolution: {integrity: sha512-CROqqwfKotdO6EBjZO/gQGVTbeDps5V7Mt9+8+5Q+jTg5CRMi3Ii/L9PmV3USROrt2uWxtGzJHORmByxyo9pSQ==} '@googlemaps/react-wrapper@1.1.35': resolution: {integrity: sha512-vK+BDQMHN0Oqr66cW3ZPWVK43BUmJJBu6P8T74tc6/fKpUJUlFEaZsupgIIRRRDW9ejB8uGagUmwOnA2gdcvbw==} @@ -3895,8 +3902,8 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@mongodb-js/saslprep@1.1.7': - resolution: {integrity: sha512-dCHW/oEX0KJ4NjDULBo3JiOaK5+6axtpBbS+ao2ZInoAL9/YRQLhXzSNAFz7hP4nzLkIqsfYAK/PDE3+XHny0Q==} + '@mongodb-js/saslprep@1.1.8': + resolution: {integrity: sha512-qKwC/M/nNNaKUBMQ0nuzm47b7ZYWQHN3pcXq4IIcoSBc2hOIrflAxJduIvvqmhoz3gR2TacTAs8vlsCVPkiEdQ==} '@mui/base@5.0.0-beta.26': resolution: {integrity: sha512-gPMRKC84VRw+tjqYoyBzyrBUqHQucMXdlBpYazHa5rCXrb91fYEQk5SqQ2U5kjxx9QxZxTBvWAmZ6DblIgaGhQ==} @@ -3920,11 +3927,11 @@ packages: '@types/react': optional: true - '@mui/core-downloads-tracker@5.16.1': - resolution: {integrity: sha512-62Jq7ACYi/55Kjkh/nVfEL3F3ytTYTsdB8MGJ9iI+eRQv+Aoem5CPUAzQihUo25qqh1VkVu9/jQn3dFbyrXHgw==} + '@mui/core-downloads-tracker@5.16.6': + resolution: {integrity: sha512-kytg6LheUG42V8H/o/Ptz3olSO5kUXW9zF0ox18VnblX6bO2yif1FPItgc3ey1t5ansb1+gbe7SatntqusQupg==} - '@mui/icons-material@5.16.1': - resolution: {integrity: sha512-ogQPweYba4+5XZykilwxn2/oS78uwoQ0BVBpOhhCJo0ooZsqTTsalhzP2qD/RdGqMQ8xyXPz1sYM2djTruVVVA==} + '@mui/icons-material@5.16.6': + resolution: {integrity: sha512-ceNGjoXheH9wbIFa1JHmSc9QVjJUvh18KvHrR4/FkJCSi9HXJ+9ee1kUhCOEFfuxNF8UB6WWVrIUOUgRd70t0A==} engines: {node: '>=12.0.0'} peerDependencies: '@mui/material': ^5.0.0 @@ -3952,8 +3959,8 @@ packages: '@types/react': optional: true - '@mui/material-nextjs@5.16.1': - resolution: {integrity: sha512-hJt7wIHsv/ByoJnNSSEcdH1bRg3ZahQQ6b49q+70vItsKV21c9Y4muftowt8TBpl8SZM8+BN+TFyuKDFq3shqQ==} + '@mui/material-nextjs@5.16.6': + resolution: {integrity: sha512-Y64ybP5Pmy+GCUcu3SuMnc25CqFwBQkRn6XNXyhvc1mhR48Iq0oFKjoO5ncqfhm58OwPClIRW2tecP/PTdGNJw==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/cache': ^11.11.0 @@ -3970,8 +3977,8 @@ packages: '@types/react': optional: true - '@mui/material@5.16.1': - resolution: {integrity: sha512-BGTgJRb0d/hX9tus5CEb6N/Fo8pE4tYA+s9r4/S0PCrtZ3urCLXlTH4qrAvggQbiF1cYRAbHCkVHoQ+4Pdxl+w==} + '@mui/material@5.16.6': + resolution: {integrity: sha512-0LUIKBOIjiFfzzFNxXZBRAyr9UQfmTAFzbt6ziOU2FDXhorNN2o3N9/32mNJbCA8zJo2FqFU6d3dtoqUDyIEfA==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -3987,8 +3994,8 @@ packages: '@types/react': optional: true - '@mui/private-theming@5.16.1': - resolution: {integrity: sha512-2EGCKnAlq9vRIFj61jNWNXlKAxXp56577OVvsts7fAqRx+G1y6F+N7Q198SBaz8jYQeGKSz8ZMXK/M3FqjdEyw==} + '@mui/private-theming@5.16.6': + resolution: {integrity: sha512-rAk+Rh8Clg7Cd7shZhyt2HGTTE5wYKNSJ5sspf28Fqm/PZ69Er9o6KX25g03/FG2dfpg5GCwZh/xOojiTfm3hw==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -3997,8 +4004,8 @@ packages: '@types/react': optional: true - '@mui/styled-engine@5.16.1': - resolution: {integrity: sha512-JwWUBaYR8HHCFefSeos0z6JoTbu0MnjAuNHu4QoDgPxl2EE70XH38CsKay66Iy0QkNWmGTRXVU2sVFgUOPL/Dw==} + '@mui/styled-engine@5.16.6': + resolution: {integrity: sha512-zaThmS67ZmtHSWToTiHslbI8jwrmITcN93LQaR2lKArbvS7Z3iLkwRoiikNWutx9MBs8Q6okKvbZq1RQYB3v7g==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.4.1 @@ -4010,8 +4017,8 @@ packages: '@emotion/styled': optional: true - '@mui/styles@5.16.1': - resolution: {integrity: sha512-EWM/fKRCdMY2N0+Ma+huaPLDOC6eK+9ezbQsaVpzYW0L/02rHRXHqyPCWWdB+PTmh4EQeMgMTtV06w4VjCVlzw==} + '@mui/styles@5.16.6': + resolution: {integrity: sha512-l6TWbVZxwx7+fBdNsXTX0W11wXY1zHXrPmxrEgkFMSt17+ciyZkKhfmjObBC5oFhihqBSWpGoFI1IJPHFqpW1w==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -4020,8 +4027,8 @@ packages: '@types/react': optional: true - '@mui/system@5.16.1': - resolution: {integrity: sha512-VaFcClC+uhvIEzhzcNmh9FRBvrG9IPjsOokhj6U1HPZsFnLzHV7AD7dJcT6LxWoiIZj9Ej0GK+MGh/b8+BtSlQ==} + '@mui/system@5.16.6': + resolution: {integrity: sha512-5xgyJjBIMPw8HIaZpfbGAaFYPwImQn7Nyh+wwKWhvkoIeDosQ1ZMVrbTclefi7G8hNmqhip04duYwYpbBFnBgw==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -4044,8 +4051,8 @@ packages: '@types/react': optional: true - '@mui/utils@5.16.1': - resolution: {integrity: sha512-4UQzK46tAEYs2xZv79hRiIc3GxZScd00kGPDadNrGztAEZlmSaUY8cb9ITd2xCiTfzsx5AN6DH8aaQ8QEKJQeQ==} + '@mui/utils@5.16.6': + resolution: {integrity: sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA==} engines: {node: '>=12.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 @@ -4054,8 +4061,8 @@ packages: '@types/react': optional: true - '@mui/x-date-pickers@7.10.0': - resolution: {integrity: sha512-mfJuKOdrrdlH5FskXl0aypRmZuVctNRwn5Xw0aMgE3n1ORCpzDSGCXd5El1/PdH3/3olT+vPFmxXKMQju5UMow==} + '@mui/x-date-pickers@7.11.1': + resolution: {integrity: sha512-CflouzTNSv0YeOA8iiYpJMtqGlwGC8LI9EE9egDGhatR9Mn5geRDTXsm0rRG/4pMOfaRxyJc6Yzr/axBhEXM7w==} engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.9.0 @@ -4244,8 +4251,8 @@ packages: peerDependencies: '@opentelemetry/api': ^1.3.0 - '@opentelemetry/instrumentation-express@0.41.0': - resolution: {integrity: sha512-/B7fbMdaf3SYe5f1P973tkqd6s7XZirjpfkoJ63E7nltU30qmlgm9tY5XwZOzAFI0rHS9tbrFI2HFPAvQUFe/A==} + '@opentelemetry/instrumentation-express@0.41.1': + resolution: {integrity: sha512-uRx0V3LPGzjn2bxAnV8eUsDT82vT7NTwI0ezEuPMBOTOsnPpGhWdhcdNdhH80sM4TrWrOfXm9HGEdfWE3TRIww==} engines: {node: '>=14'} peerDependencies: '@opentelemetry/api': ^1.3.0 @@ -4381,8 +4388,8 @@ packages: ajv: 8.14.0 payload: ^2.0.0 - '@payloadcms/db-mongodb@1.5.2': - resolution: {integrity: sha512-vK3E96oq1sIexKwupmJU8a7hATbbNZijbfGgEb0EH9p6/u8NcRhhOSwu+jEhdHFXLrNJknsr5BL4sKRplzoFXg==} + '@payloadcms/db-mongodb@1.7.1': + resolution: {integrity: sha512-91GAfSAjR/1mlMjbpZgTBVDJGOT7BVF9tce7WYvcdLBPE8UPyeUyG0L8l1MT9b5yXIW23DllN2DurzWkC1wDwg==} peerDependencies: payload: ^2.0.0 @@ -4446,8 +4453,8 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@playwright/test@1.45.1': - resolution: {integrity: sha512-Wo1bWTzQvGA7LyKGIZc8nFSTFf2TkthGIFBR+QVNilvwouGzFd4PYukZe3rvf5PSqjHi1+1NyKSDZKcQWETzaA==} + '@playwright/test@1.45.3': + resolution: {integrity: sha512-UKF4XsBfy+u3MFWEH44hva1Q8Da28G6RFtR2+5saw+jgAFQV5yYnB1fu68Mz7fO+5GJF3wgwAIs0UelU8TxFrA==} engines: {node: '>=18'} hasBin: true @@ -4483,8 +4490,8 @@ packages: '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@prisma/instrumentation@5.16.1': - resolution: {integrity: sha512-4m5gRFWnQb8s/yTyGbMZkL7A5uJgqOWcWJxapwcAD0T0kh5sGPEVSQl/zTQvE9aduXhFAxOtC3gO+R8Hb5xO1Q==} + '@prisma/instrumentation@5.17.0': + resolution: {integrity: sha512-c1Sle4ji8aasMcYfBBHFM56We4ljfenVtRmS8aY06BllS7SoU6SmJBwG7vil+GHiR0Yrh+t9iBwt4AY0Jr4KNQ==} '@radix-ui/number@1.0.1': resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==} @@ -4902,26 +4909,29 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 - '@react-spring/animated@9.7.3': - resolution: {integrity: sha512-5CWeNJt9pNgyvuSzQH+uy2pvTg8Y4/OisoscZIR8/ZNLIOI+CatFBhGZpDGTF/OzdNFsAoGk3wiUYTwoJ0YIvw==} + '@react-spring/animated@9.7.4': + resolution: {integrity: sha512-7As+8Pty2QlemJ9O5ecsuPKjmO0NKvmVkRR1n6mEotFgWar8FKuQt2xgxz3RTgxcccghpx1YdS1FCdElQNexmQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@react-spring/core@9.7.3': - resolution: {integrity: sha512-IqFdPVf3ZOC1Cx7+M0cXf4odNLxDC+n7IN3MDcVCTIOSBfqEcBebSv+vlY5AhM0zw05PDbjKrNmBpzv/AqpjnQ==} + '@react-spring/core@9.7.4': + resolution: {integrity: sha512-GzjA44niEJBFUe9jN3zubRDDDP2E4tBlhNlSIkTChiNf9p4ZQlgXBg50qbXfSXHQPHak/ExYxwhipKVsQ/sUTw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@react-spring/shared@9.7.3': - resolution: {integrity: sha512-NEopD+9S5xYyQ0pGtioacLhL2luflh6HACSSDUZOwLHoxA5eku1UPuqcJqjwSD6luKjjLfiLOspxo43FUHKKSA==} + '@react-spring/rafz@9.7.4': + resolution: {integrity: sha512-mqDI6rW0Ca8IdryOMiXRhMtVGiEGLIO89vIOyFQXRIwwIMX30HLya24g9z4olDvFyeDW3+kibiKwtZnA4xhldA==} + + '@react-spring/shared@9.7.4': + resolution: {integrity: sha512-bEPI7cQp94dOtCFSEYpxvLxj0+xQfB5r9Ru1h8OMycsIq7zFZon1G0sHrBLaLQIWeMCllc4tVDYRTLIRv70C8w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@react-spring/types@9.7.3': - resolution: {integrity: sha512-Kpx/fQ/ZFX31OtlqVEFfgaD1ACzul4NksrvIgYfIFq9JpDHFwQkMVZ10tbo0FU/grje4rcL4EIrjekl3kYwgWw==} + '@react-spring/types@9.7.4': + resolution: {integrity: sha512-iQVztO09ZVfsletMiY+DpT/JRiBntdsdJ4uqk3UJFhrhS8mIC9ZOZbmfGSRs/kdbNPQkVyzucceDicQ/3Mlj9g==} - '@react-spring/web@9.7.3': - resolution: {integrity: sha512-BXt6BpS9aJL/QdVqEIX9YoUy8CE6TJrU0mNCqSoxdXlIeNcEBWOfIyE6B14ENNsyQKS3wOWkiJfco0tCr/9tUg==} + '@react-spring/web@9.7.4': + resolution: {integrity: sha512-UMvCZp7I5HCVIleSa4BwbNxynqvj+mJjG2m20VO2yPoi2pnCYANy58flvz9v/YcXTAvsmL655FV3pm5fbr6akA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4969,8 +4979,8 @@ packages: peerDependencies: react: '>=16.8.0' - '@rushstack/eslint-patch@1.10.3': - resolution: {integrity: sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==} + '@rushstack/eslint-patch@1.10.4': + resolution: {integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==} '@sendgrid/client@6.5.5': resolution: {integrity: sha512-Nbfgo94gbWSL8PIgJfuHoifyOJJepvV8NQkkglctAEfb1hyozKhrzE6v1kPG/z4j0RodaTtXD5LJj/t0q/VhLA==} @@ -4996,20 +5006,20 @@ packages: resolution: {integrity: sha512-Wg5iKSUOER83/cfY6rbPa+o3ChnYzWwv1OcsR8gCV8SKi+sUPIMroildimlnb72DBkQxcbylxng1W7f0RIX7MQ==} engines: {node: '>=12.*'} - '@sentry-internal/browser-utils@8.17.0': - resolution: {integrity: sha512-BEYBIDX1y8paKsDk8PmjYfAYFNS+KSeEhOwJTr/RWjvx/Fyb5ZF2q4u7qMjeNFLcxKnMkQTGYE9CYf/7XWs4bA==} + '@sentry-internal/browser-utils@8.21.0': + resolution: {integrity: sha512-qN95Yuc9csDW6H4LEET/qkAA87WIbYIq3x2EY8YzfmjyPvjgfGoOD3wz2ROiitKNgB291rCtnJiSMKE0GinSRg==} engines: {node: '>=14.18'} - '@sentry-internal/feedback@8.17.0': - resolution: {integrity: sha512-lFypwCqqcwgh++8sPZw9hAEKphXSgPIdSqoXakgwSKxGx2pCIBbzeyOWzUeBpGfBkTw813HiuRwNY+e0dF6b4Q==} + '@sentry-internal/feedback@8.21.0': + resolution: {integrity: sha512-vAArMtoYvsBbCvB2KGB4v6uzmBxHCimSkBtfq6CuAv0+mdPGFbhPd+pzKcMovXZD1tji4lY89DbFxRsuliskWw==} engines: {node: '>=14.18'} - '@sentry-internal/replay-canvas@8.17.0': - resolution: {integrity: sha512-2FAbd/65zjPzlUQK/cKBzNPIClBKSPrHzfuB1ZM102JwSpvS5sljzhLvxua17uwU9V1Z9pbOT1pu5KtkUyc7lQ==} + '@sentry-internal/replay-canvas@8.21.0': + resolution: {integrity: sha512-vm0ZLY5DpjjFodKDhD79ZiLLQaHnA6XG5gTT5HcWhMwAykYNVfXRaNC0dq3ydOw0oDgPnOAnL/RuOXCgYahVdQ==} engines: {node: '>=14.18'} - '@sentry-internal/replay@8.17.0': - resolution: {integrity: sha512-SBNXBbXEd4WdCIIa/9mkcrwUjxJxSQtYakJ00Xvv/gwqR1rmRFOVqVjLXisryDXCucdD4Rp5MqRT9H+BcSNVtg==} + '@sentry-internal/replay@8.21.0': + resolution: {integrity: sha512-di2rLyya4yPA+5LybX5+52HBrW4D8e22yKpERu7cnwWi3+ZAjoDf3M/CmKM9kCPFfSE/tHWlm+CYDl2WhslFLA==} engines: {node: '>=14.18'} '@sentry-internal/tracing@7.118.0': @@ -5020,57 +5030,57 @@ packages: resolution: {integrity: sha512-4mhEwYTK00bIb5Y9UWIELVUfru587Vaeg0DQGswv4aIRHIiMKLyNqCEejaaybQ/fNChIZOKmvyqXk430YVd7Qg==} engines: {node: '>= 14'} - '@sentry/browser@8.17.0': - resolution: {integrity: sha512-dPMvxyS+ogu7/3+AI83U2IKaLO7hZUt3J35mtgOQhAETcyNaLZtJP1VNUAcW/VhJa3TMCfmG5A1+dkBp8A6cdA==} + '@sentry/browser@8.21.0': + resolution: {integrity: sha512-pYlnQQbkDZfULT8UjGOWY8U+z+8La4dvTtetWYW3SI/colFR3YuZyJvGAJQkwKJpxi4VxGAxQglqj+HgsQua1A==} engines: {node: '>=14.18'} '@sentry/bundler-plugin-core@2.20.1': resolution: {integrity: sha512-6ipbmGzHekxeRCbp7eoefr6bdd/lW4cNA9eNnrmd9+PicubweGaZZbH2NjhFHsaxzgOezwipDHjrTaap2kTHgw==} engines: {node: '>= 14'} - '@sentry/cli-darwin@2.32.1': - resolution: {integrity: sha512-z/lEwANTYPCzbWTZ2+eeeNYxRLllC8knd0h+vtAKlhmGw/fyc/N39cznIFyFu+dLJ6tTdjOWOeikHtKuS/7onw==} + '@sentry/cli-darwin@2.33.0': + resolution: {integrity: sha512-LQFvD7uCOQ2P/vYru7IBKqJDHwJ9Rr2vqqkdjbxe2YCQS/N3NPXvi3eVM9hDJ284oyV/BMZ5lrmVTuIicf/hhw==} engines: {node: '>=10'} os: [darwin] - '@sentry/cli-linux-arm64@2.32.1': - resolution: {integrity: sha512-hsGqHYuecUl1Yhq4MhiRejfh1gNlmhyNPcQEoO/DDRBnGnJyEAdiDpKXJcc2e/lT9k40B55Ob2CP1SeY040T2w==} + '@sentry/cli-linux-arm64@2.33.0': + resolution: {integrity: sha512-mR2ZhqpU8RBVGLF5Ji19iOmVznk1B7Bzg5VhA8bVPuKsQmFN/3SyqE87IPMhwKoAsSRXyctwmbAkKs4240fxGA==} engines: {node: '>=10'} cpu: [arm64] os: [linux, freebsd] - '@sentry/cli-linux-arm@2.32.1': - resolution: {integrity: sha512-m0lHkn+o4YKBq8KptGZvpT64FAwSl9mYvHZO9/ChnEGIJ/WyJwiN1X1r9JHVaW4iT5lD0Y5FAyq3JLkk0m0XHg==} + '@sentry/cli-linux-arm@2.33.0': + resolution: {integrity: sha512-gY1bFE7wjDJc7WiNq1AS0WrILqLLJUw6Ou4pFQS45KjaH3/XJ1eohHhGJNy/UBHJ/Gq32b/BA9vsnWTXClZJ7g==} engines: {node: '>=10'} cpu: [arm] os: [linux, freebsd] - '@sentry/cli-linux-i686@2.32.1': - resolution: {integrity: sha512-SuMLN1/ceFd3Q/B0DVyh5igjetTAF423txiABAHASenEev0lG0vZkRDXFclfgDtDUKRPmOXW7VDMirM3yZWQHQ==} + '@sentry/cli-linux-i686@2.33.0': + resolution: {integrity: sha512-XPIy0XpqgAposHtWsy58qsX85QnZ8q0ktBuT4skrsCrLMzfhoQg4Ua+YbUr3RvE814Rt8Hzowx2ar2Rl3pyCyw==} engines: {node: '>=10'} cpu: [x86, ia32] os: [linux, freebsd] - '@sentry/cli-linux-x64@2.32.1': - resolution: {integrity: sha512-x4FGd6xgvFddz8V/dh6jii4wy9qjWyvYLBTz8Fhi9rIP+b8wQ3oxwHIdzntareetZP7C1ggx+hZheiYocNYVwA==} + '@sentry/cli-linux-x64@2.33.0': + resolution: {integrity: sha512-qe1DdCUv4tmqS03s8RtCkEX9vCW2G+NgOxX6jZ5jN/sKDwjUlquljqo7JHUGSupkoXmymnNPm5By3rNr6VyNHg==} engines: {node: '>=10'} cpu: [x64] os: [linux, freebsd] - '@sentry/cli-win32-i686@2.32.1': - resolution: {integrity: sha512-i6aZma9mFzR+hqMY5VliQZEX6ypP/zUjPK0VtIMYWs5cC6PsQLRmuoeJmy3Z7d4nlh0CdK5NPC813Ej6RY6/vg==} + '@sentry/cli-win32-i686@2.33.0': + resolution: {integrity: sha512-VEXWtJ69C3b+kuSmXQJRwdQ0ypPGH88hpqyQuosbAOIqh/sv4g9B/u1ETHZc+whLdFDpPcTLVMbLDbXTGug0Yg==} engines: {node: '>=10'} cpu: [x86, ia32] os: [win32] - '@sentry/cli-win32-x64@2.32.1': - resolution: {integrity: sha512-B58w/lRHLb4MUSjJNfMMw2cQykfimDCMLMmeK+1EiT2RmSeNQliwhhBxYcKk82a8kszH6zg3wT2vCea7LyPUyA==} + '@sentry/cli-win32-x64@2.33.0': + resolution: {integrity: sha512-GIUKysZ1xbSklY9h1aVaLMSYLsnMSd+JuwQLR+0wKw2wJC4O5kNCPFSGikhiOZM/kvh3GO1WnXNyazFp8nLAzw==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@sentry/cli@2.32.1': - resolution: {integrity: sha512-MWkbkzZfnlE7s2pPbg4VozRSAeMlIObfZlTIou9ye6XnPt6ZmmxCLOuOgSKMv4sXg6aeqKNzMNiadThxCWyvPg==} + '@sentry/cli@2.33.0': + resolution: {integrity: sha512-9MOzQy1UunVBhPOfEuO0JH2ofWAMmZVavTTR/Bo2CkJwI1qjyVF0UKLTXE3l4ujiJnFufOoBsVyKmYWXFerbCw==} engines: {node: '>= 10'} hasBin: true @@ -5078,16 +5088,16 @@ packages: resolution: {integrity: sha512-ol0xBdp3/K11IMAYSQE0FMxBOOH9hMsb/rjxXWe0hfM5c72CqYWL3ol7voPci0GELJ5CZG+9ImEU1V9r6gK64g==} engines: {node: '>=8'} - '@sentry/core@8.17.0': - resolution: {integrity: sha512-s62O0Re6WcvaVbH1IEeAWmj/ca8UhaRoFaDnc5TR68reOycBrgnqCNq3qHxBsELOA6NJowoK+T29DDGs9QVXhQ==} + '@sentry/core@8.21.0': + resolution: {integrity: sha512-1eW0HKxpBz23oWR3yshl7kVpoJSq1DtqnSIRK3JkV72ytO+UD5sbGQ2iCzmXrefJHP555EOrui2eMm+akq2sDA==} engines: {node: '>=14.18'} '@sentry/integrations@7.118.0': resolution: {integrity: sha512-C2rR4NvIMjokF8jP5qzSf1o2zxDx7IeYnr8u15Kb2+HdZtX559owALR0hfgwnfeElqMhGlJBaKUWZ48lXJMzCQ==} engines: {node: '>=8'} - '@sentry/nextjs@8.17.0': - resolution: {integrity: sha512-VUmPDNW8jgCIe6rN9tYQNzgvFZ2V1jp4wHMI7LTC1tgxZHbyadUJnw5yNTxs0IyjzkFSDaaO879STPv3saeU1A==} + '@sentry/nextjs@8.21.0': + resolution: {integrity: sha512-O8w6LxKexljzDyxRo2nIx82FS9/yXUCDu+6Y+0ghLMnnDPtqyOrioexWu6pYzVRT2wpev1RkcaTwgJKAnlnTNw==} engines: {node: '>=14.18'} peerDependencies: next: ^13.2.0 || ^14.0 || ^15.0.0-rc.0 @@ -5100,12 +5110,12 @@ packages: resolution: {integrity: sha512-79N63DvYKkNPqzmc0cjO+vMZ/nU7+CbE3K3COQNiV7gk58+666G9mRZQJuZVOVebatq5wM5UR0G4LPkwD+J84g==} engines: {node: '>=8'} - '@sentry/node@8.17.0': - resolution: {integrity: sha512-HJ7B/zlpGMOIN+TnLzp6gbOpOzTk3Co19N39Y17T9MrR+5Z4eHdgEKWORFyE0Wy2KYKkVRwJ5zZJbfldc0EsEA==} + '@sentry/node@8.21.0': + resolution: {integrity: sha512-AIgRIAqkyIIvaDCO0HS7EsGYRfMra8rcTwmSS6kbJsi5Xo9LLSz7mAq5zUZ/YaqRz0Sn54P+JxryJgB6pZj0NA==} engines: {node: '>=14.18'} - '@sentry/opentelemetry@8.17.0': - resolution: {integrity: sha512-SKHfvHECIs7kqcXVRypXC6bQ7AQ4TTILamamZS5Ro1FP+i+yT8qEIoVWljoFZUIyO4J42mAP98THa1lCPK4BXA==} + '@sentry/opentelemetry@8.21.0': + resolution: {integrity: sha512-EDaHt1GSayCEMcRonYm+J/qf6HH+aZxoTeWxd27xlqUwIcALTo5OdGSk/JpJLQKlJO1WcxWzrpY8HWoZWwhdZw==} engines: {node: '>=14.18'} peerDependencies: '@opentelemetry/api': ^1.9.0 @@ -5114,8 +5124,8 @@ packages: '@opentelemetry/sdk-trace-base': ^1.25.1 '@opentelemetry/semantic-conventions': ^1.25.1 - '@sentry/react@8.17.0': - resolution: {integrity: sha512-KhRECfyhIZZQGuaIB4V7k7wmeyQcxvsKtZUrkj9bTjP3uTf9p+WHKGlyTnX1jdidEgGJAnmBYnKMqR5mUZDCyQ==} + '@sentry/react@8.21.0': + resolution: {integrity: sha512-ypAlRkkjRy/FggrCzf9N6tvuLu04QsC6vE6PCek9vPgTUE3lt25rjF8z34ieC+mzLLpfg/tWDvS4NghMwTgPPQ==} engines: {node: '>=14.18'} peerDependencies: react: ^16.14.0 || 17.x || 18.x || 19.x @@ -5124,20 +5134,20 @@ packages: resolution: {integrity: sha512-2drqrD2+6kgeg+W/ycmiti3G4lJrV3hGjY9PpJ3bJeXrh6T2+LxKPzlgSEnKFaeQWkXdZ4eaUbtTXVebMjb5JA==} engines: {node: '>=8'} - '@sentry/types@8.17.0': - resolution: {integrity: sha512-v0nI0+ajiGTijhF1W/ryn2+zFVFr6VPn6lao3W4qKj9MlltIHa4/uuGzTaiCFwoPw7g5bZ1Q09SStpDXVMkz2A==} + '@sentry/types@8.21.0': + resolution: {integrity: sha512-2hF7lhDCGBN8VkIkHTuh9pL3QnJ3QBkIDAcKosFCS5tHGp68zGJgE0VWg2yQvqjZM06DnFT9CUKF9ZGv45FS3w==} engines: {node: '>=14.18'} '@sentry/utils@7.118.0': resolution: {integrity: sha512-43qItc/ydxZV1Zb3Kn2M54RwL9XXFa3IAYBO8S82Qvq5YUYmU2AmJ1jgg7DabXlVSWgMA1HntwqnOV3JLaEnTQ==} engines: {node: '>=8'} - '@sentry/utils@8.17.0': - resolution: {integrity: sha512-HHtAPLOlvzhwgfYzxtuPnLUoGRMtMrFvopkii74zmx/1ZD4VN4PYPB2E5KFf3c18pTovw+kxF0ux6VrGiyAHsw==} + '@sentry/utils@8.21.0': + resolution: {integrity: sha512-Evq5goV8CKLISuULenqJm8VyIYaKa6wDAYIHfcDmSyCJIEDlEpRb8S7LcKdYsf6h0FdGy9ofv5ksgMPCqYq7eg==} engines: {node: '>=14.18'} - '@sentry/vercel-edge@8.17.0': - resolution: {integrity: sha512-B03OxHergb8d++3VOAZfiRH013tKIc4GlkpT8vTudx0lWf23fv1Gp4+KMP0A3k+BR7QfjFkuyHO+2rmRM6pSPg==} + '@sentry/vercel-edge@8.21.0': + resolution: {integrity: sha512-VK2MvXJQJwor8DbNQzWIBJh3m1nxUszQxNIWYi5Zh8ZC0xEPZBmVJntLxRc5SbtTUvqWOn7fGVmojQ8oOdWR9Q==} engines: {node: '>=14.18'} '@sentry/webpack-plugin@2.20.1': @@ -5182,19 +5192,19 @@ packages: resolution: {integrity: sha512-SkW5LxfkSI1bUC74OtfBbdz+grQXYiPYolyu8VfpLIjEoN/sHVBlLeGXMQ1vX4ejkgfv6sxVbQJ32yF2cl1veA==} engines: {node: '>=16.0.0'} - '@smithy/core@2.2.6': - resolution: {integrity: sha512-tBbVIv/ui7/lLTKayYJJvi8JLVL2SwOQTbNFEOrvzSE3ktByvsa1erwBOnAMo8N5Vu30g7lN4lLStrU75oDGuw==} + '@smithy/core@2.3.1': + resolution: {integrity: sha512-BC7VMXx/1BCmRPCVzzn4HGWAtsrb7/0758EtwOGFJQrlSwJBEjCcDLNZLFoL/68JexYa2s+KmgL/UfmXdG6v1w==} engines: {node: '>=16.0.0'} - '@smithy/credential-provider-imds@3.1.4': - resolution: {integrity: sha512-NKyH01m97Xa5xf3pB2QOF3lnuE8RIK0hTVNU5zvZAwZU8uspYO4DHQVlK+Y5gwSrujTfHvbfd1D9UFJAc0iYKQ==} + '@smithy/credential-provider-imds@3.2.0': + resolution: {integrity: sha512-0SCIzgd8LYZ9EJxUjLXBmEKSZR/P/w6l7Rz/pab9culE/RWuqelAKGJvn5qUOl8BgX8Yj5HWM50A5hiB/RzsgA==} engines: {node: '>=16.0.0'} '@smithy/eventstream-codec@3.1.2': resolution: {integrity: sha512-0mBcu49JWt4MXhrhRAlxASNy0IjDRFU+aWNDRal9OtUJvJNiwDuyKMUONSOjLjSCeGwZaE0wOErdqULer8r7yw==} - '@smithy/eventstream-serde-browser@3.0.4': - resolution: {integrity: sha512-Eo4anLZX6ltGJTZ5yJMc80gZPYYwBn44g0h7oFq6et+TYr5dUsTpIcDbz2evsOKIZhZ7zBoFWHtBXQ4QQeb5xA==} + '@smithy/eventstream-serde-browser@3.0.5': + resolution: {integrity: sha512-dEyiUYL/ekDfk+2Ra4GxV+xNnFoCmk1nuIXg+fMChFTrM2uI/1r9AdiTYzPqgb72yIv/NtAj6C3dG//1wwgakQ==} engines: {node: '>=16.0.0'} '@smithy/eventstream-serde-config-resolver@3.0.3': @@ -5209,8 +5219,8 @@ packages: resolution: {integrity: sha512-Od9dv8zh3PgOD7Vj4T3HSuox16n0VG8jJIM2gvKASL6aCtcS8CfHZDWe1Ik3ZXW6xBouU+45Q5wgoliWDZiJ0A==} engines: {node: '>=16.0.0'} - '@smithy/fetch-http-handler@3.2.1': - resolution: {integrity: sha512-0w0bgUvZmfa0vHN8a+moByhCJT07WN6AHKEhFSOLsDpnszm+5dLVv5utGaqbhOrZ/aF5x3xuPMs/oMCd+4O5xg==} + '@smithy/fetch-http-handler@3.2.4': + resolution: {integrity: sha512-kBprh5Gs5h7ug4nBWZi1FZthdqSM+T7zMmsZxx0IBvWUn7dK3diz2SHn7Bs4dQGFDk8plDv375gzenDoNwrXjg==} '@smithy/hash-blob-browser@3.1.2': resolution: {integrity: sha512-hAbfqN2UbISltakCC2TP0kx4LqXBttEv2MqSPE98gVuDFMf05lU+TpC41QtqGP3Ff5A3GwZMPfKnEy0VmEUpmg==} @@ -5237,16 +5247,16 @@ packages: '@smithy/md5-js@3.0.3': resolution: {integrity: sha512-O/SAkGVwpWmelpj/8yDtsaVe6sINHLB1q8YE/+ZQbDxIw3SRLbTZuRaI10K12sVoENdnHqzPp5i3/H+BcZ3m3Q==} - '@smithy/middleware-content-length@3.0.3': - resolution: {integrity: sha512-Dbz2bzexReYIQDWMr+gZhpwBetNXzbhnEMhYKA6urqmojO14CsXjnsoPYO8UL/xxcawn8ZsuVU61ElkLSltIUQ==} + '@smithy/middleware-content-length@3.0.5': + resolution: {integrity: sha512-ILEzC2eyxx6ncej3zZSwMpB5RJ0zuqH7eMptxC4KN3f+v9bqT8ohssKbhNR78k/2tWW+KS5Spw+tbPF4Ejyqvw==} engines: {node: '>=16.0.0'} - '@smithy/middleware-endpoint@3.0.5': - resolution: {integrity: sha512-V4acqqrh5tDxUEGVTOgf2lYMZqPQsoGntCrjrJZEeBzEzDry2d2vcI1QCXhGltXPPY+BMc6eksZMguA9fIY8vA==} + '@smithy/middleware-endpoint@3.1.0': + resolution: {integrity: sha512-5y5aiKCEwg9TDPB4yFE7H6tYvGFf1OJHNczeY10/EFF8Ir8jZbNntQJxMWNfeQjC1mxPsaQ6mR9cvQbf+0YeMw==} engines: {node: '>=16.0.0'} - '@smithy/middleware-retry@3.0.9': - resolution: {integrity: sha512-Mrv9omExU1gA7Y0VEJG2LieGfPYtwwcEiOnVGZ54a37NEMr66TJ0glFslOJFuKWG6izg5DpKIUmDV9rRxjm47Q==} + '@smithy/middleware-retry@3.0.13': + resolution: {integrity: sha512-zvCLfaRYCaUmjbF2yxShGZdolSHft7NNCTA28HVN9hKcEbOH+g5irr1X9s+in8EpambclGnevZY4A3lYpvDCFw==} engines: {node: '>=16.0.0'} '@smithy/middleware-serde@3.0.3': @@ -5261,16 +5271,16 @@ packages: resolution: {integrity: sha512-YvnElQy8HR4vDcAjoy7Xkx9YT8xZP4cBXcbJSgm/kxmiQu08DwUwj8rkGnyoJTpfl/3xYHH+d8zE+eHqoDCSdQ==} engines: {node: '>=16.0.0'} - '@smithy/node-http-handler@3.1.2': - resolution: {integrity: sha512-Td3rUNI7qqtoSLTsJBtsyfoG4cF/XMFmJr6Z2dX8QNzIi6tIW6YmuyFml8mJ2cNpyWNqITKbROMOFrvQjmsOvw==} + '@smithy/node-http-handler@3.1.4': + resolution: {integrity: sha512-+UmxgixgOr/yLsUxcEKGH0fMNVteJFGkmRltYFHnBMlogyFdpzn2CwqWmxOrfJELhV34v0WSlaqG1UtE1uXlJg==} engines: {node: '>=16.0.0'} '@smithy/property-provider@3.1.3': resolution: {integrity: sha512-zahyOVR9Q4PEoguJ/NrFP4O7SMAfYO1HLhB18M+q+Z4KFd4V2obiMnlVoUFzFLSPeVt1POyNWneHHrZaTMoc/g==} engines: {node: '>=16.0.0'} - '@smithy/protocol-http@4.0.3': - resolution: {integrity: sha512-x5jmrCWwQlx+Zv4jAtc33ijJ+vqqYN+c/ZkrnpvEe/uDas7AT7A/4Rc2CdfxgWv4WFGmEqODIrrUToPN6DDkGw==} + '@smithy/protocol-http@4.1.0': + resolution: {integrity: sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==} engines: {node: '>=16.0.0'} '@smithy/querystring-builder@3.0.3': @@ -5289,12 +5299,12 @@ packages: resolution: {integrity: sha512-qMxS4hBGB8FY2GQqshcRUy1K6k8aBWP5vwm8qKkCT3A9K2dawUwOIJfqh9Yste/Bl0J2lzosVyrXDj68kLcHXQ==} engines: {node: '>=16.0.0'} - '@smithy/signature-v4@3.1.2': - resolution: {integrity: sha512-3BcPylEsYtD0esM4Hoyml/+s7WP2LFhcM3J2AGdcL2vx9O60TtfpDOL72gjb4lU8NeRPeKAwR77YNyyGvMbuEA==} + '@smithy/signature-v4@4.1.0': + resolution: {integrity: sha512-aRryp2XNZeRcOtuJoxjydO6QTaVhxx/vjaR+gx7ZjaFgrgPRyZ3HCTbfwqYj6ZWEBHkCSUfcaymKPURaByukag==} engines: {node: '>=16.0.0'} - '@smithy/smithy-client@3.1.7': - resolution: {integrity: sha512-nZbJZB0XI3YnaFBWGDBr7kjaew6O0oNYNmopyIz6gKZEbxzrtH7rwvU1GcVxcSFoOwWecLJEe79fxEMljHopFQ==} + '@smithy/smithy-client@3.1.11': + resolution: {integrity: sha512-l0BpyYkciNyMaS+PnFFz4aO5sBcXvGLoJd7mX9xrMBIm2nIQBVvYgp2ZpPDMzwjKCavsXu06iuCm0F6ZJZc6yQ==} engines: {node: '>=16.0.0'} '@smithy/types@3.3.0': @@ -5327,12 +5337,12 @@ packages: resolution: {integrity: sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==} engines: {node: '>=16.0.0'} - '@smithy/util-defaults-mode-browser@3.0.9': - resolution: {integrity: sha512-WKPcElz92MAQG09miBdb0GxEH/MwD5GfE8g07WokITq5g6J1ROQfYCKC1wNnkqAGfrSywT7L0rdvvqlBplqiyA==} + '@smithy/util-defaults-mode-browser@3.0.13': + resolution: {integrity: sha512-ZIRSUsnnMRStOP6OKtW+gCSiVFkwnfQF2xtf32QKAbHR6ACjhbAybDvry+3L5qQYdh3H6+7yD/AiUE45n8mTTw==} engines: {node: '>= 10.0.0'} - '@smithy/util-defaults-mode-node@3.0.9': - resolution: {integrity: sha512-dQLrUqFxqpf0GvEKEuFdgXcdZwz6oFm752h4d6C7lQz+RLddf761L2r7dSwGWzESMMB3wKj0jL+skRhEGlecjw==} + '@smithy/util-defaults-mode-node@3.0.13': + resolution: {integrity: sha512-voUa8TFJGfD+U12tlNNLCDlXibt9vRdNzRX45Onk/WxZe7TS+hTOZouEZRa7oARGicdgeXvt1A0W45qLGYdy+g==} engines: {node: '>= 10.0.0'} '@smithy/util-endpoints@2.0.5': @@ -5351,8 +5361,8 @@ packages: resolution: {integrity: sha512-AFw+hjpbtVApzpNDhbjNG5NA3kyoMs7vx0gsgmlJF4s+yz1Zlepde7J58zpIRIsdjc+emhpAITxA88qLkPF26w==} engines: {node: '>=16.0.0'} - '@smithy/util-stream@3.0.6': - resolution: {integrity: sha512-w9i//7egejAIvplX821rPWWgaiY1dxsQUw0hXX7qwa/uZ9U3zplqTQ871jWadkcVB9gFDhkPWYVZf4yfFbZ0xA==} + '@smithy/util-stream@3.1.3': + resolution: {integrity: sha512-FIv/bRhIlAxC0U7xM1BCnF2aDRPq0UaelqBHkM2lsCp26mcBbgI0tCVTv+jGdsQLUmAMybua/bjDsSu8RQHbmw==} engines: {node: '>=16.0.0'} '@smithy/util-uri-escape@3.0.0': @@ -5374,26 +5384,26 @@ packages: '@storybook/addon-actions@7.6.20': resolution: {integrity: sha512-c/GkEQ2U9BC/Ew/IMdh+zvsh4N6y6n7Zsn2GIhJgcu9YEAa5aF2a9/pNgEGBMOABH959XE8DAOMERw/5qiLR8g==} - '@storybook/addon-actions@8.2.2': - resolution: {integrity: sha512-SN4cSRt3f0qXi5te+yhMseSdQuZntA8lGlASbRmN77YQTpIaGsNiH88xFoky0s9qz531hiRfU1R0ZSMylBwSKw==} + '@storybook/addon-actions@8.2.6': + resolution: {integrity: sha512-iCsf3V28/jJ95w2zd8aSvR4denoA2UYV3fpNCTGOURqICyKOG3cyVxvqKp8Hhcwn7trNOsK+HlL6q5gpv56ViA==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-backgrounds@7.6.20': resolution: {integrity: sha512-a7ukoaXT42vpKsMxkseIeO3GqL0Zst2IxpCTq5dSlXiADrcemSF/8/oNpNW9C4L6F1Zdt+WDtECXslEm017FvQ==} - '@storybook/addon-backgrounds@8.2.2': - resolution: {integrity: sha512-m/xJe7uKL+kfJx7pQcHwAeIvJ3tdLIpDGrMAVDNDJHcAxfe44cFjIInaV/1HKf3y5Awap+DZFW66ekkxuI9zzA==} + '@storybook/addon-backgrounds@8.2.6': + resolution: {integrity: sha512-61NFowA6EmCw+Eyzp0U4fat9MlPDdnT7aoDyzqSImLwWLITY9IvmWuTeo7XKJZN3fe22z1r7cZseKdYrtaHcKw==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-controls@7.6.20': resolution: {integrity: sha512-06ZT5Ce1sZW52B0s6XuokwjkKO9GqHlTUHvuflvd8wifxKlCmRvNUxjBvwh+ccGJ49ZS73LbMSLFgtmBEkCxbg==} - '@storybook/addon-controls@8.2.2': - resolution: {integrity: sha512-y241aOANGzT5XBADUIvALwG/xF5eC6UItzmWJaFvOzSBCq74GIA0+Hu9atyFdvFQbXOrdvPWC4jR+9iuBFRxAA==} + '@storybook/addon-controls@8.2.6': + resolution: {integrity: sha512-EHUwHy+oZZv3pXzN7fuXWrS/meHFjqcELY3RBvOyEkGf21agl6co6R1tnf6d5N5QoYAGfIbDO7dkauSL2RfNAw==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-docs@7.6.20': resolution: {integrity: sha512-XNfYRhbxH5JP7B9Lh4W06PtMefNXkfpV39Gaoih5HuqngV3eoSL4RikZYOMkvxRGQ738xc6axySU3+JKcP1OZg==} @@ -5401,10 +5411,10 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/addon-docs@8.2.2': - resolution: {integrity: sha512-qk/yjAR9RpsSrKLLbeCgb6u58c8TmYqyJSnXgbAozZZNKHBWlIpvZ/hTNYud8qo0coPlxnLdjnZf32TykWGlAg==} + '@storybook/addon-docs@8.2.6': + resolution: {integrity: sha512-qe7hxntaezqjKdU9QS+Q9NFL6i/uNdBxdvOnCKgPhBAY/zY6yhk5t3sOvonynPK5nkaNAowfSNPIzNxAXlJ1sA==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-essentials@7.6.20': resolution: {integrity: sha512-hCupSOiJDeOxJKZSgH0x5Mb2Xqii6mps21g5hpxac1XjhQtmGflShxi/xOHhK3sNqrbgTSbScfpUP3hUlZO/2Q==} @@ -5412,23 +5422,23 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/addon-essentials@8.2.2': - resolution: {integrity: sha512-yN//BFMbSvNV0+Sll2hcKmgJX06TUKQDm6pZimUjkXczFtOmK7K/UdDmKjWS+qjhfJdWpxdRoEpxoHvvRmNfsA==} + '@storybook/addon-essentials@8.2.6': + resolution: {integrity: sha512-diGjGZcZNov+RCAVQBTm8JKP2kUtMRuJIQFBeXdPWpu6hYBk6lw1FlAf2GywWGCvdny1pJT90hfoD33qUMNuDg==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-highlight@7.6.20': resolution: {integrity: sha512-7/x7xFdFyqCki5Dm3uBePldUs9l98/WxJ7rTHQuYqlX7kASwyN5iXPzuhmMRUhlMm/6G6xXtLabIpzwf1sFurA==} - '@storybook/addon-highlight@8.2.2': - resolution: {integrity: sha512-yDTRzzL+IJAymgY32xoZl09BGBVmPOUV2wVNGYcZkkBLvz2GSQMTfUe1/7F4jAx//+rFBu48/MQzsTC7Bk8kPw==} + '@storybook/addon-highlight@8.2.6': + resolution: {integrity: sha512-03cV9USsfP3bS4wYV06DYcIaGPfoheQe53Q0Jr1B2yJUVyIPKvmO2nGjLBsqzeL3Wl7vSfLQn0/dUdxCcbqLsw==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 - '@storybook/addon-interactions@8.2.2': - resolution: {integrity: sha512-zRRuUwm/l41JtTUgjIoQTUgLT99Hsdz9cqKca/8NYo1MGBdEcKE41DH4aBIzKaOKFu7p9q00/o/X1EqYX4LMUA==} + '@storybook/addon-interactions@8.2.6': + resolution: {integrity: sha512-YXpHf8jWPz9HJV+Fw4GaunaCWeE6uqF24aLXdAd8xuhN1UfWJeNV6AwAvFQ0hTLqvmz0yMhX/5JXDKeKESoYDA==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-links@7.6.20': resolution: {integrity: sha512-iomSnBD90CA4MinesYiJkFX2kb3P1Psd/a1Y0ghlFEsHD4uMId9iT6sx2s16DYMja0SlPkrbWYnGukqaCjZpRw==} @@ -5438,11 +5448,11 @@ packages: react: optional: true - '@storybook/addon-links@8.2.2': - resolution: {integrity: sha512-eGh7O7SgTJMtnuXC0HlRPOegu1njcJS2cnVqjbzjvjxsPSBhbHpdYMi9Q9E7al/FKuqMUOjIR9YLIlmK1AJaqA==} + '@storybook/addon-links@8.2.6': + resolution: {integrity: sha512-CUuU3nk8wyZ3bljCmOG/OCKazan+bPuNbCph8N763zyzdEx5M/CbBxV9d3pi3zjYpix7txlqrl2/YdMCejfyFw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.2 + storybook: ^8.2.6 peerDependenciesMeta: react: optional: true @@ -5450,34 +5460,34 @@ packages: '@storybook/addon-measure@7.6.20': resolution: {integrity: sha512-i2Iq08bGfI7gZbG6Lb8uF/L287tnaGUR+2KFEmdBjH6+kgjWLiwfpanoPQpy4drm23ar0gUjX+L3Ri03VI5/Xg==} - '@storybook/addon-measure@8.2.2': - resolution: {integrity: sha512-3rCo/aMltt5FrBVdr2dYlD8HlE2q9TLKGJZnwh9on4QyL6ArHbdYw0LmyHe/LrFahJ49w1XQZBMSJcAdRkkS7w==} + '@storybook/addon-measure@8.2.6': + resolution: {integrity: sha512-neI8YeSOAtOmzasLxo6O8ZLr2ebMaD7XVF+kYatl5+SpyuwwvUGcP9NkKe5S+mB8V2zxFUIsXS74XrhmQhRoaQ==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-outline@7.6.20': resolution: {integrity: sha512-TdsIQZf/TcDsGoZ1XpO+9nBc4OKqcMIzY4SrI8Wj9dzyFLQ37s08gnZr9POci8AEv62NTUOVavsxcafllkzqDQ==} - '@storybook/addon-outline@8.2.2': - resolution: {integrity: sha512-Y+PQtfTNO8GLX5nz+3x5AMfHNvdGvBXazJ29+Rl1ygYN1+Q9ZhRJDE1kAK0wLxb7CG14peAgdYEaQb3Rduv7HQ==} + '@storybook/addon-outline@8.2.6': + resolution: {integrity: sha512-uAlPtqDWlq7MQQ4zJT80qdjbSdLF/zsvtPhidX6h9cjLKNPWAv79xJQ14AJHaMv+Hzy5xKnM4wdEhgPbzKabQg==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-toolbars@7.6.20': resolution: {integrity: sha512-5Btg4i8ffWTDHsU72cqxC8nIv9N3E3ObJAc6k0llrmPBG/ybh3jxmRfs8fNm44LlEXaZ5qrK/petsXX3UbpIFg==} - '@storybook/addon-toolbars@8.2.2': - resolution: {integrity: sha512-JGOueOc3EPljlCl9dVSQee0aMYoqGNvN0UH+R6wYJ3bDZ+tUG/iYpsZVPUOvS8vzp3Imk5Is1kzQbQYJtzdGLg==} + '@storybook/addon-toolbars@8.2.6': + resolution: {integrity: sha512-0JmRirMpxHS6VZzBk0kY871xWTpkk3TN4S1sxoFf5fcnCfVTHDjEJ5Ws/QWru1RJlIZHuJKRdQIA6Vuq5X+KfQ==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addon-viewport@7.6.20': resolution: {integrity: sha512-i8mIw8BjLWAVHEQsOTE6UPuEGQvJDpsu1XZnOCkpfTfPMz73m+3td/PmLG7mMT2wPnLu9IZncKLCKTAZRbt/YQ==} - '@storybook/addon-viewport@8.2.2': - resolution: {integrity: sha512-gkZ8bsjGGP0NuevkT2iKC+szezSy+w4BrBDknf490mRU2K/B2e7TGojf/j/AtxzILMzD4IKzKUXbE/zwcqjZvA==} + '@storybook/addon-viewport@8.2.6': + resolution: {integrity: sha512-IAxH9H8tVFzSmZhKf5E+EALiAdkp19RzGqP/rWluD8LH7oW5HumQE/4oN0ZhVMy1RxYsCKFYjWyAp7AuxeMRSw==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/addons@7.6.17': resolution: {integrity: sha512-Ok18Y698Ccyg++MoUNJNHY0cXUvo8ETFIRLJk1g9ElJ70j6kPgNnzW2pAtZkBNmswHtofZ7pT156cj96k/LgfA==} @@ -5488,22 +5498,22 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/blocks@8.2.2': - resolution: {integrity: sha512-av0Tryg4toDl2L/d1ABErtsAk9wvM1su6+M4wq5/Go50sk5IjGTldhbZFa9zNOohxLkZwaj0Q5xAgJ1Y+m5KrQ==} + '@storybook/blocks@8.2.6': + resolution: {integrity: sha512-nMlZJjVTyfOJ6xwORptsNuS1AZZlDbJUVXc2R8uukGd5GIXxxCdrPk4NvUsjfQslMT9LhYuFld3z62FATsM2rw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.2 + storybook: ^8.2.6 peerDependenciesMeta: react: optional: true react-dom: optional: true - '@storybook/builder-webpack5@8.2.2': - resolution: {integrity: sha512-ud6a3pRusbC/TvT1ed15INxSivyL2y2zI61O/MWQZmM8sZOIC6ObdHLtzU4+535IIqiXhPoQ/QiOBbejqjgZvw==} + '@storybook/builder-webpack5@8.2.6': + resolution: {integrity: sha512-ba25XOXifbAxUYprw5WWcrYq/2DJODFoOHdv7YZqzjKeDDbg1Us8F+72zlBCdr38wY4V9084Sd8EBVXV5bxzRQ==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 typescript: '*' peerDependenciesMeta: typescript: @@ -5515,8 +5525,8 @@ packages: '@storybook/channels@7.6.20': resolution: {integrity: sha512-4hkgPSH6bJclB2OvLnkZOGZW1WptJs09mhQ6j6qLjgBZzL/ZdD6priWSd7iXrmPiN5TzUobkG4P4Dp7FjkiO7A==} - '@storybook/cli@8.2.2': - resolution: {integrity: sha512-ZhMWmXaO/NYyXgo4kxT6yqBHi+K+9p+YBanCL9MLk2zU2Iv866F8fTl5amXBCrO4vLiOTSAmD83YG9hmCPgYrQ==} + '@storybook/cli@8.2.6': + resolution: {integrity: sha512-xW1r9LfLc7GHI3WlCF2AefK94g2l/NZNoaaWlNCChcf4+L3UKSsWORYSvcU8qmpxQrmQdEVBxues7VbQkZn36Q==} hasBin: true '@storybook/client-api@7.6.17': @@ -5528,8 +5538,8 @@ packages: '@storybook/client-logger@7.6.20': resolution: {integrity: sha512-NwG0VIJQCmKrSaN5GBDFyQgTAHLNishUPLW1NrzqTDNAhfZUoef64rPQlinbopa0H4OXmlB+QxbQIb3ubeXmSQ==} - '@storybook/codemod@8.2.2': - resolution: {integrity: sha512-wRUVKLHVUhbLJYKW3QOufUxJGwaUT4jTCD8+HOGpHPdJO3NrwXu186xt4tuPZO2Y/NnacPeCQPsaK5ok4O8o7A==} + '@storybook/codemod@8.2.6': + resolution: {integrity: sha512-+mFJ6R+JhJLpU7VPDlXU5Yn6nqIBq745GaEosnIiFOdNo3jaxJ58wq/sGhbQvoCHPUxMA+sDQvR7pS62YFoLRQ==} '@storybook/components@7.6.20': resolution: {integrity: sha512-0d8u4m558R+W5V+rseF/+e9JnMciADLXTpsILrG+TBhwECk0MctIWW18bkqkujdCm8kDZr5U2iM/5kS1Noy7Ug==} @@ -5537,6 +5547,11 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + '@storybook/components@8.2.6': + resolution: {integrity: sha512-H8ckH1AnLkHtMtvJ3J8LxnmDtHxkJ7NJacGctHMRrsBIvdKTVwlT4su5nAVVJlan/PrEou+jESfw+OjjBYE5PA==} + peerDependencies: + storybook: ^8.2.6 + '@storybook/core-client@7.6.20': resolution: {integrity: sha512-upQuQQinLmlOPKcT8yqXNtwIucZ4E4qegYZXH5HXRWoLAL6GQtW7sUVSIuFogdki8OXRncr/dz8OA+5yQyYS4w==} @@ -5549,21 +5564,21 @@ packages: '@storybook/core-events@7.6.20': resolution: {integrity: sha512-tlVDuVbDiNkvPDFAu+0ou3xBBYbx9zUURQz4G9fAq0ScgBOs/bpzcRrFb4mLpemUViBAd47tfZKdH4MAX45KVQ==} - '@storybook/core-webpack@8.2.2': - resolution: {integrity: sha512-M5wzgNbotVXcfo7WkXIuDxcBl7tTjnQ27lmlSBk+cu63pDvNn4UMDan621FcvxWq2DbjgIj+PASZ4DzM5O+ovA==} + '@storybook/core-webpack@8.2.6': + resolution: {integrity: sha512-RSqRVNrxrp2pKoQeSmaiHMz7GvAzQ7BV+qPi9gDRDDCuAPrjpY8a17KyqmCJ617asDAb+OEQNBks802xM3pEQw==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 - '@storybook/core@8.2.2': - resolution: {integrity: sha512-L4ojYI+Os/i5bCReDIlFgEDQSS94mbJlNU9WRzEGZpqNC5/hbFEC9Tip7P1MiRx9NrewkzU7b+UCP7mi3e4drQ==} + '@storybook/core@8.2.6': + resolution: {integrity: sha512-XY71g3AcpD6IiER9k9Lt+vlUMYfPIYgWekd7e0Ggzz2gJkPuLunKEdQccLGDSHf5OFAobHhrTJc7ZsvWhmDMag==} '@storybook/csf-plugin@7.6.20': resolution: {integrity: sha512-dzBzq0dN+8WLDp6NxYS4G7BCe8+vDeDRBRjHmM0xb0uJ6xgQViL8SDplYVSGnk3bXE/1WmtvyRzQyTffBnaj9Q==} - '@storybook/csf-plugin@8.2.2': - resolution: {integrity: sha512-3K2RUpDDvq3DT46qAIj2VBC+fzTTebRUcZUsRfS6G1AzaX9p25iClEHiwcJacFkgQKhkci8A/Ly3Z4JJ3b4Pgw==} + '@storybook/csf-plugin@8.2.6': + resolution: {integrity: sha512-USn7E/bMQYVqvFBuW6d9rKoSuCImjk0BAmc/0wIOuMQ/yQNp2Xze0m8eVkNHUIUDokyx0TXDjRjwq10Xxk16ag==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/csf-tools@7.6.20': resolution: {integrity: sha512-rwcwzCsAYh/m/WYcxBiEtLpIW5OH1ingxNdF/rK9mtGWhJxXRDV8acPkFrF8rtFWIVKoOCXu5USJYmc3f2gdYQ==} @@ -5577,17 +5592,17 @@ packages: '@storybook/global@5.0.0': resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} - '@storybook/icons@1.2.9': - resolution: {integrity: sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==} + '@storybook/icons@1.2.10': + resolution: {integrity: sha512-310apKdDcjbbX2VSLWPwhEwAgjxTzVagrwucVZIdGPErwiAppX8KvBuWZgPo+rQLVrtH8S+pw1dbUwjcE6d7og==} engines: {node: '>=14.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/instrumenter@8.2.2': - resolution: {integrity: sha512-refwnHqKHhya45MgqakhMG0jKhTiEIAl0aOwAaQy9+zf9ncMIYQAXRQsSZ2Z188lFWE24wbeHKteb62a5ZfWwQ==} + '@storybook/instrumenter@8.2.6': + resolution: {integrity: sha512-RxtpcMTUSq8/wPM6cR6EXVrPEiNuRbC71cIFVFZagOFYvnnOKwSPV+GOLPK0wxMbGB4c5/+Xe8ADefmZTvxOsA==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/manager-api@7.6.17': resolution: {integrity: sha512-IJIV1Yc6yw1dhCY4tReHCfBnUKDqEBnMyHp3mbXpsaHxnxJZrXO45WjRAZIKlQKhl/Ge1CrnznmHRCmYgqmrWg==} @@ -5595,17 +5610,22 @@ packages: '@storybook/manager-api@7.6.20': resolution: {integrity: sha512-gOB3m8hO3gBs9cBoN57T7jU0wNKDh+hi06gLcyd2awARQlAlywnLnr3s1WH5knih6Aq+OpvGBRVKkGLOkaouCQ==} + '@storybook/manager-api@8.2.6': + resolution: {integrity: sha512-uv36h/b5RhlajWtEg4cVPBYV8gZs6juux0nIE+6G9i7vt8Ild6gM9tW1KNabgZcaHFiyWJYCNWxJZoKjgUmXDg==} + peerDependencies: + storybook: ^8.2.6 + '@storybook/mdx2-csf@1.1.0': resolution: {integrity: sha512-TXJJd5RAKakWx4BtpwvSNdgTDkKM6RkXU8GK34S/LhidQ5Pjz3wcnqb0TxEkfhK/ztbP8nKHqXFwLfa2CYkvQw==} - '@storybook/nextjs@8.2.2': - resolution: {integrity: sha512-yjQwsbGsrwb8icl2aNqWN5BvbW7lx5niH3hVfdDxlhRFhTKaiLYo0gntJdr4MYBeejyxNFrqeYgQe3igkoOq+w==} + '@storybook/nextjs@8.2.6': + resolution: {integrity: sha512-r38udEFiXOYXRW+rGvGGL4mq0FfftnF0hyDnhnt1cc+ngFoEYQuQCQ6MhCiPLcnphZr76ghF0otGNyIa8NOd7g==} engines: {node: '>=18.0.0'} peerDependencies: next: ^13.5.0 || ^14.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.2 + storybook: ^8.2.6 typescript: '*' webpack: ^5.0.0 peerDependenciesMeta: @@ -5620,13 +5640,13 @@ packages: '@storybook/postinstall@7.6.20': resolution: {integrity: sha512-AN4WPeNma2xC2/K/wP3I/GMbBUyeSGD3+86ZFFJFO1QmE/Zea6E+1aVlTd1iKHQUcNkZ9bZTrqkhPGVYx10pIw==} - '@storybook/preset-react-webpack@8.2.2': - resolution: {integrity: sha512-GJkDtw4Ac8icD66fotGXYE3rmZkIwASpNLOeGzyP4eMMNaf5vlvTDxwkY551cGbnA5P7r4UkGjDiWinB9XE4VQ==} + '@storybook/preset-react-webpack@8.2.6': + resolution: {integrity: sha512-lQRZTaM2y78UQfUohv0Ubqgaty2uIz5VglLQAD66HwxR7kmDVJd00dvJHglWkMV3XZO3mtdGLRIscD+jtHsRXA==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.2 + storybook: ^8.2.6 typescript: '*' peerDependenciesMeta: typescript: @@ -5638,6 +5658,11 @@ packages: '@storybook/preview-api@7.6.20': resolution: {integrity: sha512-3ic2m9LDZEPwZk02wIhNc3n3rNvbi7VDKn52hDXfAxnL5EYm7yDICAkaWcVaTfblru2zn0EDJt7ROpthscTW5w==} + '@storybook/preview-api@8.2.6': + resolution: {integrity: sha512-5vTj2ndX5ng4nDntZYe+r8UwLjCIGFymhq5/r2adAvRKL+Bo4zQDWGO7bhvGJk16do2THb2JvPz49ComW9LLZw==} + peerDependencies: + storybook: ^8.2.6 + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0': resolution: {integrity: sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==} peerDependencies: @@ -5650,12 +5675,12 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/react-dom-shim@8.2.2': - resolution: {integrity: sha512-4fb1/yT9WXHzHjs0In6orIEZxga5eXd9UaXEFGudBgowCjDUVP9LabDdKTbGusz20lfaAkATsRG/W+EcSLoh8w==} + '@storybook/react-dom-shim@8.2.6': + resolution: {integrity: sha512-B+x8UAEQPDp1yhN3tMh09NvSL38QNfJB7PAyLgKrfE7xIAzvewq+RLW2DfGkoZCy+Zr7QSHm1p7NOgud8+sQCg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/react@7.6.20': resolution: {integrity: sha512-i5tKNgUbTNwlqBWGwPveDhh9ktlS0wGtd97A1ZgKZc3vckLizunlAFc7PRC1O/CMq5PTyxbuUb4RvRD2jWKwDA==} @@ -5668,13 +5693,13 @@ packages: typescript: optional: true - '@storybook/react@8.2.2': - resolution: {integrity: sha512-U4p/RV78yhjEwEzem8U7wE5/3sSpnqreGsPdAHMCIHd69e9tVeF0rwrTJGp917RClPjBKgEcfelCuvOlby4MrA==} + '@storybook/react@8.2.6': + resolution: {integrity: sha512-awJlzfiAMrf8l9AgiLhjXEJ+HvS3VKPxNNQaRwBELGq/vigjJe656tMrhvg4OIlJXtlS+6XPshd2knLwjIWNLw==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.2 + storybook: ^8.2.6 typescript: '>= 4.2.x' peerDependenciesMeta: typescript: @@ -5686,10 +5711,10 @@ packages: '@storybook/router@7.6.20': resolution: {integrity: sha512-mCzsWe6GrH47Xb1++foL98Zdek7uM5GhaSlrI7blWVohGa0qIUYbfJngqR4ZsrXmJeeEvqowobh+jlxg3IJh+w==} - '@storybook/test@8.2.2': - resolution: {integrity: sha512-X2qAKErjTh1X7XLAZqCMtU0ZK8JuwdKmgiqU0oXWxIDmCX6/Dm9ZIcdMZHs/S+K/UnIByjNlQpTShLVfRUeN1w==} + '@storybook/test@8.2.6': + resolution: {integrity: sha512-nTzNxReBcMRlX1+8PNU/MuA9ArFbeQhfZXMBIwJJoHOhnNe1knYpyn1++xINxAHKOh0BBhQ0NIMoKdcGmW3V6w==} peerDependencies: - storybook: ^8.2.2 + storybook: ^8.2.6 '@storybook/theming@7.6.17': resolution: {integrity: sha512-ZbaBt3KAbmBtfjNqgMY7wPMBshhSJlhodyMNQypv+95xLD/R+Az6aBYbpVAOygLaUQaQk4ar7H/Ww6lFIoiFbA==} @@ -5703,6 +5728,11 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + '@storybook/theming@8.2.6': + resolution: {integrity: sha512-ICnYuLIVsYifVCMQljdHgrp+5vAquNybHxDGWiPeOxBicotwHF8rLhTckD2CdVQbMp0jk6r6jetvjXbFJ2MbvQ==} + peerDependencies: + storybook: ^8.2.6 + '@storybook/types@7.6.17': resolution: {integrity: sha512-GRY0xEJQ0PrL7DY2qCNUdIfUOE0Gsue6N+GBJw9ku1IUDFLJRDOF+4Dx2BvYcVCPI5XPqdWKlEyZdMdKjiQN7Q==} @@ -5793,8 +5823,8 @@ packages: cpu: [arm64] os: [darwin] - '@swc/core-darwin-arm64@1.6.13': - resolution: {integrity: sha512-SOF4buAis72K22BGJ3N8y88mLNfxLNprTuJUpzikyMGrvkuBFNcxYtMhmomO0XHsgLDzOJ+hWzcgjRNzjMsUcQ==} + '@swc/core-darwin-arm64@1.7.3': + resolution: {integrity: sha512-CTkHa6MJdov9t41vuV2kmQIMu+Q19LrEHGIR/UiJYH06SC/sOu35ZZH8DyfLp9ZoaCn21gwgWd61ixOGQlwzTw==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] @@ -5805,8 +5835,8 @@ packages: cpu: [x64] os: [darwin] - '@swc/core-darwin-x64@1.6.13': - resolution: {integrity: sha512-AW8akFSC+tmPE6YQQvK9S2A1B8pjnXEINg+gGgw0KRUUXunvu1/OEOeC5L2Co1wAwhD7bhnaefi06Qi9AiwOag==} + '@swc/core-darwin-x64@1.7.3': + resolution: {integrity: sha512-mun623y6rCoZ2EFIYfIRqXYRFufJOopoYSJcxYhZUrfTpAvQ1zLngjQpWCUU1krggXR2U0PQj+ls0DfXUTraNg==} engines: {node: '>=10'} cpu: [x64] os: [darwin] @@ -5817,8 +5847,8 @@ packages: cpu: [arm] os: [linux] - '@swc/core-linux-arm-gnueabihf@1.6.13': - resolution: {integrity: sha512-f4gxxvDXVUm2HLYXRd311mSrmbpQF2MZ4Ja6XCQz1hWAxXdhRl1gpnZ+LH/xIfGSwQChrtLLVrkxdYUCVuIjFg==} + '@swc/core-linux-arm-gnueabihf@1.7.3': + resolution: {integrity: sha512-4Jz4UcIcvZNMp9qoHbBx35bo3rjt8hpYLPqnR4FFq6gkAsJIMFC56UhRZwdEQoDuYiOFMBnnrsg31Fyo6YQypA==} engines: {node: '>=10'} cpu: [arm] os: [linux] @@ -5829,8 +5859,8 @@ packages: cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-gnu@1.6.13': - resolution: {integrity: sha512-Nf/eoW2CbG8s+9JoLtjl9FByBXyQ5cjdBsA4efO7Zw4p+YSuXDgc8HRPC+E2+ns0praDpKNZtLvDtmF2lL+2Gg==} + '@swc/core-linux-arm64-gnu@1.7.3': + resolution: {integrity: sha512-p+U/M/oqV7HC4erQ5TVWHhJU1984QD+wQBPxslAYq751bOQGm0R/mXK42GjugqjnR6yYrAiwKKbpq4iWVXNePA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -5841,8 +5871,8 @@ packages: cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.6.13': - resolution: {integrity: sha512-2OysYSYtdw79prJYuKIiux/Gj0iaGEbpS2QZWCIY4X9sGoETJ5iMg+lY+YCrIxdkkNYd7OhIbXdYFyGs/w5LDg==} + '@swc/core-linux-arm64-musl@1.7.3': + resolution: {integrity: sha512-s6VzyaJwaRGTi2mz2h6Ywxfmgpkc69IxhuMzl+sl34plH0V0RgnZDm14HoCGIKIzRk4+a2EcBV1ZLAfWmPACQg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -5853,8 +5883,8 @@ packages: cpu: [x64] os: [linux] - '@swc/core-linux-x64-gnu@1.6.13': - resolution: {integrity: sha512-PkR4CZYJNk5hcd2+tMWBpnisnmYsUzazI1O5X7VkIGFcGePTqJ/bWlfUIVVExWxvAI33PQFzLbzmN5scyIUyGQ==} + '@swc/core-linux-x64-gnu@1.7.3': + resolution: {integrity: sha512-IrFY48C356Z2dU2pjYg080yvMXzmSV3Lmm/Wna4cfcB1nkVLjWsuYwwRAk9CY7E19c+q8N1sMNggubAUDYoX2g==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -5865,8 +5895,8 @@ packages: cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.6.13': - resolution: {integrity: sha512-OdsY7wryTxCKwGQcwW9jwWg3cxaHBkTTHi91+5nm7hFPpmZMz1HivJrWAMwVE7iXFw+M4l6ugB/wCvpYrUAAjA==} + '@swc/core-linux-x64-musl@1.7.3': + resolution: {integrity: sha512-qoLgxBlBnnyUEDu5vmRQqX90h9jldU1JXI96e6eh2d1gJyKRA0oSK7xXmTzorv1fGHiHulv9qiJOUG+g6uzJWg==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -5877,8 +5907,8 @@ packages: cpu: [arm64] os: [win32] - '@swc/core-win32-arm64-msvc@1.6.13': - resolution: {integrity: sha512-ap6uNmYjwk9M/+bFEuWRNl3hq4VqgQ/Lk+ID/F5WGqczNr0L7vEf+pOsRAn0F6EV+o/nyb3ePt8rLhE/wjHpPg==} + '@swc/core-win32-arm64-msvc@1.7.3': + resolution: {integrity: sha512-OAd7jVVJ7nb0Ev80VAa1aeK+FldPeC4eZ35H4Qn6EICzIz0iqJo2T33qLKkSZiZEBKSoF4KcwrqYfkjLOp5qWg==} engines: {node: '>=10'} cpu: [arm64] os: [win32] @@ -5889,8 +5919,8 @@ packages: cpu: [ia32] os: [win32] - '@swc/core-win32-ia32-msvc@1.6.13': - resolution: {integrity: sha512-IJ8KH4yIUHTnS/U1jwQmtbfQals7zWPG0a9hbEfIr4zI0yKzjd83lmtS09lm2Q24QBWOCFGEEbuZxR4tIlvfzA==} + '@swc/core-win32-ia32-msvc@1.7.3': + resolution: {integrity: sha512-31+Le1NyfSnILFV9+AhxfFOG0DK0272MNhbIlbcv4w/iqpjkhaOnNQnLsYJD1Ow7lTX1MtIZzTjOhRlzSviRWg==} engines: {node: '>=10'} cpu: [ia32] os: [win32] @@ -5901,8 +5931,8 @@ packages: cpu: [x64] os: [win32] - '@swc/core-win32-x64-msvc@1.6.13': - resolution: {integrity: sha512-f6/sx6LMuEnbuxtiSL/EkR0Y6qUHFw1XVrh6rwzKXptTipUdOY+nXpKoh+1UsBm/r7H0/5DtOdrn3q5ZHbFZjQ==} + '@swc/core-win32-x64-msvc@1.7.3': + resolution: {integrity: sha512-jVQPbYrwcuueI4QB0fHC29SVrkFOBcfIspYDlgSoHnEz6tmLMqUy+txZUypY/ZH/KaK0HEY74JkzgbRC1S6LFQ==} engines: {node: '>=10'} cpu: [x64] os: [win32] @@ -5916,8 +5946,8 @@ packages: '@swc/helpers': optional: true - '@swc/core@1.6.13': - resolution: {integrity: sha512-eailUYex6fkfaQTev4Oa3mwn0/e3mQU4H8y1WPuImYQESOQDtVrowwUGDSc19evpBbHpKtwM+hw8nLlhIsF+Tw==} + '@swc/core@1.7.3': + resolution: {integrity: sha512-HHAlbXjWI6Kl9JmmUW1LSygT1YbblXgj2UvvDzMkTBPRzYMhW6xchxdO8HbtMPtFYRt/EQq9u1z7j4ttRSrFsA==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '*' @@ -5938,8 +5968,8 @@ packages: peerDependencies: '@swc/core': ^1.0.46 - '@swc/types@0.1.9': - resolution: {integrity: sha512-qKnCno++jzcJ4lM4NTfYifm1EFSCeIfKiAHAfkENZAV5Kl9PjJIyd2yeeVv6c/2CckuLyv2NmRC5pv6pm2WQBg==} + '@swc/types@0.1.12': + resolution: {integrity: sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==} '@testing-library/dom@10.1.0': resolution: {integrity: sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==} @@ -5970,26 +6000,9 @@ packages: vitest: optional: true - '@testing-library/jest-dom@6.4.6': - resolution: {integrity: sha512-8qpnGVincVDLEcQXWaHOf6zmlbwTKc6Us6PPu4CRnPXCzo2OGBS5cwgMMOWdxDpEz1mkbvXHpEy99M5Yvt682w==} + '@testing-library/jest-dom@6.4.8': + resolution: {integrity: sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} - peerDependencies: - '@jest/globals': '>= 28' - '@types/bun': latest - '@types/jest': '>= 28' - jest: '>= 28' - vitest: '>= 0.32' - peerDependenciesMeta: - '@jest/globals': - optional: true - '@types/bun': - optional: true - '@types/jest': - optional: true - jest: - optional: true - vitest: - optional: true '@testing-library/react@14.3.1': resolution: {integrity: sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==} @@ -6121,8 +6134,8 @@ packages: '@types/eslint-scope@3.7.7': resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} - '@types/eslint@8.56.10': - resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==} + '@types/eslint@9.6.0': + resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==} '@types/estree@0.0.51': resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} @@ -6187,8 +6200,8 @@ packages: '@types/lodash-es@4.17.12': resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} - '@types/lodash@4.17.6': - resolution: {integrity: sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==} + '@types/lodash@4.17.7': + resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==} '@types/mdast@3.0.15': resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} @@ -6214,11 +6227,14 @@ packages: '@types/node@14.18.63': resolution: {integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==} - '@types/node@18.19.39': - resolution: {integrity: sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==} + '@types/node@18.19.42': + resolution: {integrity: sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==} + + '@types/node@20.14.13': + resolution: {integrity: sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==} - '@types/node@20.14.10': - resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==} + '@types/node@22.0.0': + resolution: {integrity: sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==} '@types/nodemailer-sendgrid@1.0.3': resolution: {integrity: sha512-UpLLUyrXjcs8PIwhfY0/CqXAoJ5CcDNUs6hia9QT9+kcotCFK6siVC5dHUGpTAsodwteX2JoiQ3Na7ZbDkijgw==} @@ -6518,8 +6534,8 @@ packages: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} - ace-builds@1.35.2: - resolution: {integrity: sha512-06d00u4jDZx+ieI0jLlgy/uefx8kcgz7lhI0mCIFEu8NVWirH00U5IEP7tePHy4sjPsRcJUH4VbJZacoit2Hng==} + ace-builds@1.35.4: + resolution: {integrity: sha512-r0KQclhZ/uk5a4zOqRYQkJuQuu4vFMiA6VTj54Tk4nI1TUR3iEMMppZkWbNoWEgWwv4ciDloObb9Rf4V55Qgjw==} acorn-globals@7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} @@ -6609,8 +6625,8 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - ajv@8.16.0: - resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==} + ajv@8.17.1: + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} @@ -6620,9 +6636,9 @@ packages: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} engines: {node: '>=8'} - ansi-escapes@6.2.1: - resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} - engines: {node: '>=14.16'} + ansi-escapes@7.0.0: + resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==} + engines: {node: '>=18'} ansi-html-community@0.0.8: resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==} @@ -6742,9 +6758,6 @@ packages: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} - array.prototype.toreversed@1.1.2: - resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==} - array.prototype.tosorted@1.1.4: resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} engines: {node: '>= 0.4'} @@ -6798,8 +6811,8 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} - aws-sdk@2.1658.0: - resolution: {integrity: sha512-aJLps/LIRJtrfEv+1jQ//IfHbwDxJiBJJyXf+Oc9hH+l1PqLEwHtd+vWxSNGE4/YX1HFIVt2fCZJs4d/nL8HNg==} + aws-sdk@2.1665.0: + resolution: {integrity: sha512-IhEcdGmiplF3l/pCROxEYIdi0s+LZ2VkbMAq3RgoXTHxY5cgqVRNaqsEsgIHev2Clxa9V08HttnIERTIUqb1+Q==} engines: {node: '>= 10.0.0'} aws-sign2@0.7.0: @@ -6808,8 +6821,8 @@ packages: aws4@1.13.0: resolution: {integrity: sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==} - axe-core@4.9.1: - resolution: {integrity: sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==} + axe-core@4.10.0: + resolution: {integrity: sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==} engines: {node: '>=4'} axios@1.7.2: @@ -7065,8 +7078,8 @@ packages: resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} engines: {node: '>=16'} - caniuse-lite@1.0.30001641: - resolution: {integrity: sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==} + caniuse-lite@1.0.30001645: + resolution: {integrity: sha512-GFtY2+qt91kzyMk6j48dJcwJVq5uTkk71XxE3RtScx7XWRLsO7bU44LOFkOZYR8w9YMS0UhPSYpN/6rAMImmLw==} case-sensitive-paths-webpack-plugin@2.4.0: resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==} @@ -7079,8 +7092,8 @@ packages: resolution: {integrity: sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==} engines: {node: '>=0.8'} - chai@4.4.1: - resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} + chai@4.5.0: + resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==} engines: {node: '>=4'} chalk@2.4.2: @@ -7168,9 +7181,9 @@ packages: resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} engines: {node: '>=8'} - cli-cursor@4.0.0: - resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + cli-cursor@5.0.0: + resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} + engines: {node: '>=18'} cli-spinners@2.9.2: resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} @@ -7727,8 +7740,8 @@ packages: supports-color: optional: true - debug@4.3.5: - resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} + debug@4.3.6: + resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -7966,11 +7979,11 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.4.827: - resolution: {integrity: sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ==} + electron-to-chromium@1.5.4: + resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==} - elliptic@6.5.5: - resolution: {integrity: sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==} + elliptic@6.5.6: + resolution: {integrity: sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==} emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} @@ -8006,8 +8019,8 @@ packages: resolution: {integrity: sha512-kxpoMgrdtkXZ5h0SeraBS1iRntpTpQ3R8ussdb38+UAFnMGX5DDyJXePm+OCHOcoXvHDw7mc2erbJBpDnl7TPw==} engines: {node: '>=0.6'} - enhanced-resolve@5.17.0: - resolution: {integrity: sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==} + enhanced-resolve@5.17.1: + resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} engines: {node: '>=10.13.0'} enquirer@2.4.1: @@ -8030,6 +8043,10 @@ packages: engines: {node: '>=4'} hasBin: true + environment@1.1.0: + resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==} + engines: {node: '>=18'} + err-code@2.0.3: resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} @@ -8090,8 +8107,8 @@ packages: es6-weak-map@2.0.3: resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==} - esbuild-register@3.5.0: - resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} + esbuild-register@3.6.0: + resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} peerDependencies: esbuild: '>=0.12 <1' @@ -8161,8 +8178,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-config-turbo@2.0.6: - resolution: {integrity: sha512-PkRjFnZUZWPcrYT4Xoi5OWOUtnn6xVGh88I6TsayiH4AQZuLs/MDmzfJRK+PiWIrI7Q7sbsVEQP+nUyyRE3uAw==} + eslint-config-turbo@2.0.10: + resolution: {integrity: sha512-mMbaj/yQc5P2mY09iwlduZrU+FUvpSn0MdbntyTEE46zKATCoeLWNhOaQacTU6AnZRyfe/mGLVIjOl+9Hm4qBQ==} peerDependencies: eslint: '>6.6.0' @@ -8275,8 +8292,8 @@ packages: eslint-plugin-jest: optional: true - eslint-plugin-prettier@5.1.3: - resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==} + eslint-plugin-prettier@5.2.1: + resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: '@types/eslint': '>=8.0.0' @@ -8295,11 +8312,11 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react@7.34.3: - resolution: {integrity: sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==} + eslint-plugin-react@7.35.0: + resolution: {integrity: sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==} engines: {node: '>=4'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 eslint-plugin-testing-library@6.2.2: resolution: {integrity: sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ==} @@ -8307,8 +8324,8 @@ packages: peerDependencies: eslint: ^7.5.0 || ^8.0.0 - eslint-plugin-turbo@2.0.6: - resolution: {integrity: sha512-yGnpMvyBxI09ZrF5bGpaniBz57MiExTCsRnNxP+JnbMFD+xU3jG3ukRzehVol8LYNdC/G7E4HoH+x7OEpoSGAQ==} + eslint-plugin-turbo@2.0.10: + resolution: {integrity: sha512-6TR1Zu6UNRcvVvD/W+LUDjncGyr3I7oqRjVDvggPGSXs6Hbtk9Oc2GIPQji1JvWy8rzU59fFxrsTEgEKHFKlRA==} peerDependencies: eslint: '>6.6.0' @@ -8493,8 +8510,11 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-xml-parser@4.2.5: - resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==} + fast-uri@3.0.1: + resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==} + + fast-xml-parser@4.4.1: + resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==} hasBin: true fastest-levenshtein@1.0.16: @@ -8598,8 +8618,8 @@ packages: flatted@3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - flow-parser@0.239.1: - resolution: {integrity: sha512-topOrETNxJ6T2gAnQiWqAlzGPj8uI2wtmNOlDIMNB+qyvGJZ6R++STbUOTAYmvPhOMz2gXnXPH0hOvURYmrBow==} + flow-parser@0.242.1: + resolution: {integrity: sha512-E3ml21Q1S5cMAyPbtYslkvI6yZO5oCS/S2EoteeFH8Kx9iKOv/YOJ+dGd/yMf+H3YKfhMKjnOpyNwrO7NdddWA==} engines: {node: '>=0.4.0'} fn-args@5.0.0: @@ -8804,8 +8824,8 @@ packages: get-tsconfig@4.6.2: resolution: {integrity: sha512-E5XrT4CbbXcXWy+1jChlZmrmCwd5KGx502kDCXJJ7y898TtWW9FwoG5HfOLVRKmlmDGkWN2HM9Ho+/Y8F0sJDg==} - get-tsconfig@4.7.5: - resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} + get-tsconfig@4.7.6: + resolution: {integrity: sha512-ZAqrLlu18NbDdRaHq+AKXzAmqIUPswPWKUchfytdAjiRFnCe5ojG2bstg6mRiZabkKfCoL/e98pbBELIV/YCeA==} getpass@0.1.7: resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} @@ -8893,8 +8913,8 @@ packages: resolution: {integrity: sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==} engines: {node: '>=18'} - google-auth-library@9.11.0: - resolution: {integrity: sha512-epX3ww/mNnhl6tL45EQ/oixsY8JLEgUFoT4A5E/5iAR4esld9Kqv6IJGk7EmGuOgDvaarwF95hU2+v7Irql9lw==} + google-auth-library@9.12.0: + resolution: {integrity: sha512-5pWjpxJMNJ5UTuhK7QPD5KFPsbosWkX4ajMDeZwXllTtwwqeiIzPWbHIddkLBkkn0mUPboTmukT5rd30Ec9igQ==} engines: {node: '>=14'} googleapis-common@7.2.0: @@ -9232,21 +9252,21 @@ packages: immer@9.0.21: resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==} - immutable@4.3.6: - resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==} + immutable@4.3.7: + resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==} import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} + import-in-the-middle@1.11.0: + resolution: {integrity: sha512-5DimNQGoe0pLUHbR9qK84iWaWjjbsxiqXnw6Qz64+azRgleqv9k2kTt5fw7QsOpmaGYtuxxursnPPsnTKEx10Q==} + import-in-the-middle@1.7.1: resolution: {integrity: sha512-1LrZPDtW+atAxH42S6288qyDFNQ2YCty+2mxEPRtfazH6Z5QwkaBSTS2ods7hnVJioF6rkRfNoA6A/MstpFXLg==} - import-in-the-middle@1.9.0: - resolution: {integrity: sha512-Ng1SJINJDBzyUEkx9Mj32XD8G0TQCUb5TMoL9V91CTn6F3wYZLygLuhNFrv0cNMBZaeptnL1zecV6XrIdHJ+xQ==} - - import-local@3.1.0: - resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} + import-local@3.2.0: + resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==} engines: {node: '>=8'} hasBin: true @@ -9358,8 +9378,8 @@ packages: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} - is-core-module@2.14.0: - resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==} + is-core-module@2.15.0: + resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} engines: {node: '>= 0.4'} is-data-view@1.0.1: @@ -9782,15 +9802,15 @@ packages: jsbn@1.1.0: resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} - jscodeshift-add-imports@1.0.10: - resolution: {integrity: sha512-VUe9DJ3zkWIR62zSRQnmsOVeyt77yD8knvYNna/PzRZlF9j799hJw5sqTZu4EX16XLIqS3FxWz3nXuGuiw9iyQ==} + jscodeshift-add-imports@1.0.11: + resolution: {integrity: sha512-9eJQcskqlBEqdYwu3p28Am8te/cPBakQqT6f8lpeAPs3kxGlm7U23uRHJYcEXJyKPPEwNhCcLghUJGtY5v/luQ==} peerDependencies: - jscodeshift: ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 + jscodeshift: '>=0.7 <1' - jscodeshift-find-imports@2.0.4: - resolution: {integrity: sha512-HxOzjWDOFFSCf8EKSTQGqCxXeRFqZszOywnZ0HuMB9YPDFHVpxftGRsY+QS+Qq8o2qUojlmNU3JEHts5DWYS1A==} + jscodeshift-find-imports@2.0.5: + resolution: {integrity: sha512-B9V351mJosjOPsCqFY7rnaFdfnYKStl0kM9G/Lw21FFJlYWpoTXzEwl+Z1UEjpbjB9DrBMoOxEjdxcaul1GCxw==} peerDependencies: - jscodeshift: ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 + jscodeshift: '>=0.7 <1' jscodeshift@0.15.2: resolution: {integrity: sha512-FquR7Okgmc4Sd0aEDwqho3rEiKR3BdvuG9jfdHjLJ6JQoWSMpavug3AoIfnfWhxFlf+5pzQh8qjqz0DWFrNQzA==} @@ -9998,8 +10018,8 @@ packages: engines: {node: '>=18.12.0'} hasBin: true - listr2@8.2.3: - resolution: {integrity: sha512-Lllokma2mtoniUOS94CcOErHWAug5iu7HOmDrvWgpw8jyQH2fomgB+7lZS4HWZxytUuQwkGOwe49FvwVaA85Xw==} + listr2@8.2.4: + resolution: {integrity: sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==} engines: {node: '>=18.0.0'} load-yaml-file@0.2.0: @@ -10068,8 +10088,8 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} - log-update@6.0.0: - resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==} + log-update@6.1.0: + resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==} engines: {node: '>=18'} loose-envify@1.4.0: @@ -10105,8 +10125,8 @@ packages: m3u8-parser@7.1.0: resolution: {integrity: sha512-7N+pk79EH4oLKPEYdgRXgAsKDyA/VCo0qCHlUwacttQA0WqsjZQYmNfywMvjlY9MpEBVZEt0jKFd73Kv15EBYQ==} - magic-string@0.30.10: - resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} + magic-string@0.30.11: + resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} magic-string@0.30.8: resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} @@ -10238,6 +10258,10 @@ packages: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} + mime-db@1.53.0: + resolution: {integrity: sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==} + engines: {node: '>= 0.6'} + mime-types@2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} @@ -10259,6 +10283,10 @@ packages: resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} engines: {node: '>=12'} + mimic-function@5.0.1: + resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} + engines: {node: '>=18'} + mimic-response@3.1.0: resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} engines: {node: '>=10'} @@ -10557,8 +10585,8 @@ packages: peerDependencies: webpack: '>=5' - node-releases@2.0.14: - resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + node-releases@2.0.18: + resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} nodemailer-sendgrid@1.0.3: resolution: {integrity: sha512-To/veO2M4evjtv1XrY7BUgE+LDypgs/FBx4wOHb2UNTpvZhiARtvMaBI0685Yxkho0lIPJc4jS0cUE7v+XGNgg==} @@ -10652,10 +10680,6 @@ packages: resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} engines: {node: '>= 0.4'} - object.hasown@1.1.4: - resolution: {integrity: sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==} - engines: {node: '>= 0.4'} - object.values@1.2.0: resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} engines: {node: '>= 0.4'} @@ -10693,6 +10717,10 @@ packages: resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} engines: {node: '>=12'} + onetime@7.0.0: + resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} + engines: {node: '>=18'} + opener@1.5.2: resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true @@ -10895,8 +10923,8 @@ packages: pause@0.0.1: resolution: {integrity: sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==} - payload@2.23.1: - resolution: {integrity: sha512-rcIIhagI3mgPdCYjuxntgr/Vonip2b/+9MuqkUZiyAulLxXKfRSC2G6bsGsi+X/1EnzApwLPTCSl82Q9OCoQiw==} + payload@2.25.0: + resolution: {integrity: sha512-x2APzpVzMTyQGSCn6Eaud6FXg6NnaG7qEVenYTTXepeFVrFyENQDcY5MmHF9O54NfXRkdC5uRylbp6y8NeIBmQ==} engines: {node: '>=14'} hasBin: true @@ -10991,13 +11019,13 @@ packages: peerDependencies: sharp: ^0.33.0 - playwright-core@1.45.1: - resolution: {integrity: sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==} + playwright-core@1.45.3: + resolution: {integrity: sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==} engines: {node: '>=18'} hasBin: true - playwright@1.45.1: - resolution: {integrity: sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg==} + playwright@1.45.3: + resolution: {integrity: sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==} engines: {node: '>=18'} hasBin: true @@ -11234,8 +11262,8 @@ packages: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.4.39: - resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==} + postcss@8.4.40: + resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==} engines: {node: ^10 || ^12 || >=14} postgres-array@2.0.0: @@ -11259,8 +11287,8 @@ packages: peerDependencies: preact: '>=10' - preact@10.22.1: - resolution: {integrity: sha512-jRYbDDgMpIb5LHq3hkI0bbl+l/TQ9UnkdQ0ww+lp+4MMOdqaUYdFc5qeyP+IV8FAd/2Em7drVPeKdQxsiWCf/A==} + preact@10.23.1: + resolution: {integrity: sha512-O5UdRsNh4vdZaTieWe3XOgSpdMAmkIYBCT3VhQDlKrzyCm8lUYsk0fmVEvoQQifoOjFRTaHZO69ylrzTW2BH+A==} prebuild-install@7.1.2: resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} @@ -11284,8 +11312,8 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - prettier@3.3.2: - resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} engines: {node: '>=14'} hasBin: true @@ -11829,8 +11857,8 @@ packages: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} - require-in-the-middle@7.3.0: - resolution: {integrity: sha512-nQFEv9gRw6SJAwWD2LrL0NmQvAcO7FBwJbwmr2ttPAacfy0xuiOjE5zt+zM4xDyuyvUaxBi/9gb2SoCyNEVJcw==} + require-in-the-middle@7.4.0: + resolution: {integrity: sha512-X34iHADNbNDfr6OTStIAHWSAvvKQRYgLO6duASaVf7J2VA3lvmNYboAHOuLC2huav1IwgZJtyEcJCKVzFxOSMQ==} engines: {node: '>=8.6.0'} requireindex@1.2.0: @@ -11892,9 +11920,9 @@ packages: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} - restore-cursor@4.0.0: - resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + restore-cursor@5.1.0: + resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} + engines: {node: '>=18'} retry@0.12.0: resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} @@ -12039,8 +12067,8 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.6.2: - resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} engines: {node: '>=10'} hasBin: true @@ -12298,8 +12326,8 @@ packages: store2@2.14.3: resolution: {integrity: sha512-4QcZ+yx7nzEFiV4BMLnr/pRa5HYzNITX2ri0Zh6sT9EyQHbBHacC6YigllUPU9X3D0f/22QCgfokpKs52YRrUg==} - storybook@8.2.2: - resolution: {integrity: sha512-xDT9gyzAEFQNeK7P+Mj/8bNzN+fbm6/4D6ihdSzmczayjydpNjMs74HDHMY6S4Bfu6tRVyEK2ALPGnr6ZVofBA==} + storybook@8.2.6: + resolution: {integrity: sha512-8j30wDxQmkcqI0fWcSYFsUCjErsY1yTWbTW+yjbwM8DyW18Cud6CwbFRCxjFsH+2M0CjP6Pqs/m1PGI0vcQscQ==} hasBin: true stream-browserify@3.0.0: @@ -12342,6 +12370,9 @@ packages: resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} engines: {node: '>= 0.4'} + string.prototype.repeat@1.0.0: + resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} + string.prototype.trim@1.2.9: resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} engines: {node: '>= 0.4'} @@ -12504,8 +12535,8 @@ packages: synchronous-promise@2.0.17: resolution: {integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==} - synckit@0.8.8: - resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} + synckit@0.9.1: + resolution: {integrity: sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==} engines: {node: ^14.18.0 || >=16.0.0} tabbable@5.3.3: @@ -12581,8 +12612,8 @@ packages: uglify-js: optional: true - terser@5.31.2: - resolution: {integrity: sha512-LGyRZVFm/QElZHy/CPr/O4eNZOZIzsrQ92y4v9UJe/pFJjypje2yI3C2FmPtvUEnhadlSbmG2nXtdcjHOjCfxw==} + terser@5.31.3: + resolution: {integrity: sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==} engines: {node: '>=10'} hasBin: true @@ -12770,38 +12801,38 @@ packages: tunnel-agent@0.6.0: resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} - turbo-darwin-64@2.0.6: - resolution: {integrity: sha512-XpgBwWj3Ggmz/gQVqXdMKXHC1iFPMDiuwugLwSzE7Ih0O13JuNtYZKhQnopvbDQnFQCeRq2Vsm5OTWabg/oB/g==} + turbo-darwin-64@2.0.10: + resolution: {integrity: sha512-ND4hohx0wrd0AUsCf2RsdavlzUWVi0JU3vX5Vn2+wk3GG5RcZWIKi3y+it9MjgYuqqlCystkDbeamfH05iiQBQ==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.0.6: - resolution: {integrity: sha512-RfeZYXIAkiA21E8lsvfptGTqz/256YD+eI1x37fedfvnHFWuIMFZGAOwJxtZc6QasQunDZ9TRRREbJNI68tkIw==} + turbo-darwin-arm64@2.0.10: + resolution: {integrity: sha512-cvHMMi1jDiiVl5ls1nWwXyanH7mB+xD3oYyZOC3NzZdFAfce3CWpL6hgUnK2CFxbdvaHQTizkQEgsHvUeD9nTQ==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.0.6: - resolution: {integrity: sha512-92UDa0xNQQbx0HdSp9ag3YSS3xPdavhc7q9q9mxIAcqyjjD6VElA4Y85m4F/DDGE5SolCrvBz2sQhVmkOd6Caw==} + turbo-linux-64@2.0.10: + resolution: {integrity: sha512-dPRwHrKkzyc/VuQLfhOeYLkBxA60vvLZyn9pXChRF0zyimg04OnhBYcKBNkfWMUU+Z1gQDFEvfyvnV9EEHLh0Q==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.0.6: - resolution: {integrity: sha512-eQKu6utCVUkIH2kqOzD8OS6E0ba6COjWm6PRDTNCHQRljZW503ycaTUIdMOiJrVg1MkEjDyOReUg8s8D18aJ4Q==} + turbo-linux-arm64@2.0.10: + resolution: {integrity: sha512-6qsYl+b1gf243QbL6cw+TbgUEWo6/krCCWDQjVg/8Znx45rkXnTJUqtIAMkQQsT+t7d3UU8hreQ77pjOW59LcQ==} cpu: [arm64] os: [linux] - turbo-windows-64@2.0.6: - resolution: {integrity: sha512-+9u4EPrpoeHYCQ46dRcou9kbkSoelhOelHNcbs2d86D6ruYD/oIAHK9qgYK8LeARRz0jxhZIA/dWYdYsxJJWkw==} + turbo-windows-64@2.0.10: + resolution: {integrity: sha512-rkMOqvwN7hmMJNeChj63ZpLlIF6b9QC0jW/IbOMgcZMLcvz9iF+qCc2yaeDWgfOgLsNjhtv1rlhimShUuasSXw==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.0.6: - resolution: {integrity: sha512-rdrKL+p+EjtdDVg0wQ/7yTbzkIYrnb0Pw4IKcjsy3M0RqUM9UcEi67b94XOAyTa5a0GqJL1+tUj2ebsFGPgZbg==} + turbo-windows-arm64@2.0.10: + resolution: {integrity: sha512-r7HQScx+CpO0p+Mw97Yq63uUAIwTfEUXRX6qxzeipBK+mTsnV1A6dTTYeVLD3S5AlL8GGdXddx0swyDeeVkQng==} cpu: [arm64] os: [win32] - turbo@2.0.6: - resolution: {integrity: sha512-/Ftmxd5Mq//a9yMonvmwENNUN65jOVTwhhBPQjEtNZutYT9YKyzydFGLyVM1nzhpLWahQSMamRc/RDBv5EapzA==} + turbo@2.0.10: + resolution: {integrity: sha512-1t10h9bWl94/zktjzVWwTerJL3kIMDSA8mfibr1bevGLjF0DsiHOJFkCQFa5QABK0eXb0Af5mdRehLRBVem0Qg==} hasBin: true tweetnacl@0.14.5: @@ -12815,6 +12846,10 @@ packages: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} + type-detect@4.1.0: + resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==} + engines: {node: '>=4'} + type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} @@ -12835,8 +12870,8 @@ packages: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - type-fest@4.21.0: - resolution: {integrity: sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==} + type-fest@4.23.0: + resolution: {integrity: sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==} engines: {node: '>=16'} type-is@1.6.18: @@ -12862,16 +12897,16 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} - typescript@5.5.3: - resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==} + typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} hasBin: true - ufo@1.5.3: - resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} + ufo@1.5.4: + resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} - uglify-js@3.18.0: - resolution: {integrity: sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==} + uglify-js@3.19.1: + resolution: {integrity: sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==} engines: {node: '>=0.8.0'} hasBin: true @@ -12881,6 +12916,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.11.1: + resolution: {integrity: sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==} + unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -12951,8 +12989,8 @@ packages: unplugin@1.0.1: resolution: {integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==} - unplugin@1.11.0: - resolution: {integrity: sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==} + unplugin@1.12.0: + resolution: {integrity: sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw==} engines: {node: '>=14.0.0'} update-browserslist-db@1.1.0: @@ -12986,8 +13024,9 @@ packages: url@0.10.3: resolution: {integrity: sha512-hzSUW2q06EqL1gKM/a+obYHLIO6ct2hwPuviqTTOcfFVc61UbfJ2Q32+uGL/HCPxKqrdGB5QUwIe7UqlDgwsOQ==} - url@0.11.3: - resolution: {integrity: sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==} + url@0.11.4: + resolution: {integrity: sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==} + engines: {node: '>= 0.4'} use-callback-ref@1.3.2: resolution: {integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==} @@ -13142,8 +13181,8 @@ packages: vega-label@1.3.0: resolution: {integrity: sha512-EfSFSCWAwVPsklM5g0gUEuohALgryuGC/SKMmsOH7dYT/bywmLBZhLVbrE+IHJAUauoGrMhYw1mqnXL/0giJBg==} - vega-lite@5.19.0: - resolution: {integrity: sha512-DtSArHnomfYdKnkz7rDCLkXpuh4O6kHVU1YSDoMtQR0ewEwqelb5YY85mvJPCJRT9E7UG84RGdxjDbuwowtHRg==} + vega-lite@5.20.0: + resolution: {integrity: sha512-6c4EvFqdWigYOAUOQYOLR4j/QzJDnXHLvHMtLX40iBAZiSWYHWVdiB5AGsLVhxRVPiocD9slVf9+JZfNww1hQw==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -13365,8 +13404,8 @@ packages: peerDependencies: react: '>=16.6.0' - video.js@8.16.1: - resolution: {integrity: sha512-yAhxu4Vhyx5DdOgPn2PcRKHx3Vzs9tpvCWA0yX+sv5bIeBkg+IWdEX+MHGZgktgDQ/R8fJDxDbEASyvxXnFn1A==} + video.js@8.17.1: + resolution: {integrity: sha512-MKW/oRs5B9UeN6TiF+CsVNGacxV4mPWlyDt1VzRkNXy6gPkCK04oQKB2XEhHHQCtACv3PeOkOXnr5b1ID2LwPg==} videojs-contrib-quality-levels@4.1.0: resolution: {integrity: sha512-TfrXJJg1Bv4t6TOCMEVMwF/CoS8iENYsWNKip8zfhB5kTcegiFYezEA0eHAJPU64ZC8NQbxQgOwAsYU8VXbOWA==} @@ -13544,8 +13583,8 @@ packages: which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} - which-builtin-type@1.1.3: - resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} + which-builtin-type@1.1.4: + resolution: {integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==} engines: {node: '>= 0.4'} which-collection@1.0.2: @@ -13736,7 +13775,7 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@apollo/client@3.10.8(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@apollo/client@3.11.1(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@15.9.0) '@wry/caches': 1.0.1 @@ -13812,44 +13851,44 @@ snapshots: '@smithy/util-utf8': 2.3.0 tslib: 2.6.3 - '@aws-sdk/client-cognito-identity@3.614.0': + '@aws-sdk/client-cognito-identity@3.621.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.614.0(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/client-sts': 3.614.0 - '@aws-sdk/core': 3.614.0 - '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/middleware-host-header': 3.609.0 + '@aws-sdk/client-sso-oidc': 3.621.0(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/client-sts': 3.621.0 + '@aws-sdk/core': 3.621.0 + '@aws-sdk/credential-provider-node': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/middleware-host-header': 3.620.0 '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.609.0 - '@aws-sdk/middleware-user-agent': 3.614.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.620.0 '@aws-sdk/region-config-resolver': 3.614.0 '@aws-sdk/types': 3.609.0 '@aws-sdk/util-endpoints': 3.614.0 '@aws-sdk/util-user-agent-browser': 3.609.0 '@aws-sdk/util-user-agent-node': 3.614.0 '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.2.6 - '@smithy/fetch-http-handler': 3.2.1 + '@smithy/core': 2.3.1 + '@smithy/fetch-http-handler': 3.2.4 '@smithy/hash-node': 3.0.3 '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.3 - '@smithy/middleware-endpoint': 3.0.5 - '@smithy/middleware-retry': 3.0.9 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.13 '@smithy/middleware-serde': 3.0.3 '@smithy/middleware-stack': 3.0.3 '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.2 - '@smithy/protocol-http': 4.0.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.9 - '@smithy/util-defaults-mode-node': 3.0.9 + '@smithy/util-defaults-mode-browser': 3.0.13 + '@smithy/util-defaults-mode-node': 3.0.13 '@smithy/util-endpoints': 2.0.5 '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 @@ -13859,106 +13898,106 @@ snapshots: - aws-crt optional: true - '@aws-sdk/client-s3@3.614.0': + '@aws-sdk/client-s3@3.621.0': dependencies: '@aws-crypto/sha1-browser': 5.2.0 '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.614.0(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/client-sts': 3.614.0 - '@aws-sdk/core': 3.614.0 - '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/middleware-bucket-endpoint': 3.614.0 - '@aws-sdk/middleware-expect-continue': 3.609.0 - '@aws-sdk/middleware-flexible-checksums': 3.614.0 - '@aws-sdk/middleware-host-header': 3.609.0 + '@aws-sdk/client-sso-oidc': 3.621.0(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/client-sts': 3.621.0 + '@aws-sdk/core': 3.621.0 + '@aws-sdk/credential-provider-node': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/middleware-bucket-endpoint': 3.620.0 + '@aws-sdk/middleware-expect-continue': 3.620.0 + '@aws-sdk/middleware-flexible-checksums': 3.620.0 + '@aws-sdk/middleware-host-header': 3.620.0 '@aws-sdk/middleware-location-constraint': 3.609.0 '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.609.0 - '@aws-sdk/middleware-sdk-s3': 3.614.0 - '@aws-sdk/middleware-signing': 3.609.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-sdk-s3': 3.621.0 + '@aws-sdk/middleware-signing': 3.620.0 '@aws-sdk/middleware-ssec': 3.609.0 - '@aws-sdk/middleware-user-agent': 3.614.0 + '@aws-sdk/middleware-user-agent': 3.620.0 '@aws-sdk/region-config-resolver': 3.614.0 - '@aws-sdk/signature-v4-multi-region': 3.614.0 + '@aws-sdk/signature-v4-multi-region': 3.621.0 '@aws-sdk/types': 3.609.0 '@aws-sdk/util-endpoints': 3.614.0 '@aws-sdk/util-user-agent-browser': 3.609.0 '@aws-sdk/util-user-agent-node': 3.614.0 '@aws-sdk/xml-builder': 3.609.0 '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.2.6 - '@smithy/eventstream-serde-browser': 3.0.4 + '@smithy/core': 2.3.1 + '@smithy/eventstream-serde-browser': 3.0.5 '@smithy/eventstream-serde-config-resolver': 3.0.3 '@smithy/eventstream-serde-node': 3.0.4 - '@smithy/fetch-http-handler': 3.2.1 + '@smithy/fetch-http-handler': 3.2.4 '@smithy/hash-blob-browser': 3.1.2 '@smithy/hash-node': 3.0.3 '@smithy/hash-stream-node': 3.1.2 '@smithy/invalid-dependency': 3.0.3 '@smithy/md5-js': 3.0.3 - '@smithy/middleware-content-length': 3.0.3 - '@smithy/middleware-endpoint': 3.0.5 - '@smithy/middleware-retry': 3.0.9 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.13 '@smithy/middleware-serde': 3.0.3 '@smithy/middleware-stack': 3.0.3 '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.2 - '@smithy/protocol-http': 4.0.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.9 - '@smithy/util-defaults-mode-node': 3.0.9 + '@smithy/util-defaults-mode-browser': 3.0.13 + '@smithy/util-defaults-mode-node': 3.0.13 '@smithy/util-endpoints': 2.0.5 '@smithy/util-retry': 3.0.3 - '@smithy/util-stream': 3.0.6 + '@smithy/util-stream': 3.1.3 '@smithy/util-utf8': 3.0.0 '@smithy/util-waiter': 3.1.2 tslib: 2.6.3 transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)': + '@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sts': 3.614.0 - '@aws-sdk/core': 3.614.0 - '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/middleware-host-header': 3.609.0 + '@aws-sdk/client-sts': 3.621.0 + '@aws-sdk/core': 3.621.0 + '@aws-sdk/credential-provider-node': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/middleware-host-header': 3.620.0 '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.609.0 - '@aws-sdk/middleware-user-agent': 3.614.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.620.0 '@aws-sdk/region-config-resolver': 3.614.0 '@aws-sdk/types': 3.609.0 '@aws-sdk/util-endpoints': 3.614.0 '@aws-sdk/util-user-agent-browser': 3.609.0 '@aws-sdk/util-user-agent-node': 3.614.0 '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.2.6 - '@smithy/fetch-http-handler': 3.2.1 + '@smithy/core': 2.3.1 + '@smithy/fetch-http-handler': 3.2.4 '@smithy/hash-node': 3.0.3 '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.3 - '@smithy/middleware-endpoint': 3.0.5 - '@smithy/middleware-retry': 3.0.9 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.13 '@smithy/middleware-serde': 3.0.3 '@smithy/middleware-stack': 3.0.3 '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.2 - '@smithy/protocol-http': 4.0.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.9 - '@smithy/util-defaults-mode-node': 3.0.9 + '@smithy/util-defaults-mode-browser': 3.0.13 + '@smithy/util-defaults-mode-node': 3.0.13 '@smithy/util-endpoints': 2.0.5 '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 @@ -13967,41 +14006,41 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sso@3.614.0': + '@aws-sdk/client-sso@3.621.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.614.0 - '@aws-sdk/middleware-host-header': 3.609.0 + '@aws-sdk/core': 3.621.0 + '@aws-sdk/middleware-host-header': 3.620.0 '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.609.0 - '@aws-sdk/middleware-user-agent': 3.614.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.620.0 '@aws-sdk/region-config-resolver': 3.614.0 '@aws-sdk/types': 3.609.0 '@aws-sdk/util-endpoints': 3.614.0 '@aws-sdk/util-user-agent-browser': 3.609.0 '@aws-sdk/util-user-agent-node': 3.614.0 '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.2.6 - '@smithy/fetch-http-handler': 3.2.1 + '@smithy/core': 2.3.1 + '@smithy/fetch-http-handler': 3.2.4 '@smithy/hash-node': 3.0.3 '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.3 - '@smithy/middleware-endpoint': 3.0.5 - '@smithy/middleware-retry': 3.0.9 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.13 '@smithy/middleware-serde': 3.0.3 '@smithy/middleware-stack': 3.0.3 '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.2 - '@smithy/protocol-http': 4.0.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.9 - '@smithy/util-defaults-mode-node': 3.0.9 + '@smithy/util-defaults-mode-browser': 3.0.13 + '@smithy/util-defaults-mode-node': 3.0.13 '@smithy/util-endpoints': 2.0.5 '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 @@ -14010,43 +14049,43 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sts@3.614.0': + '@aws-sdk/client-sts@3.621.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/client-sso-oidc': 3.614.0(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/core': 3.614.0 - '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/middleware-host-header': 3.609.0 + '@aws-sdk/client-sso-oidc': 3.621.0(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/core': 3.621.0 + '@aws-sdk/credential-provider-node': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/middleware-host-header': 3.620.0 '@aws-sdk/middleware-logger': 3.609.0 - '@aws-sdk/middleware-recursion-detection': 3.609.0 - '@aws-sdk/middleware-user-agent': 3.614.0 + '@aws-sdk/middleware-recursion-detection': 3.620.0 + '@aws-sdk/middleware-user-agent': 3.620.0 '@aws-sdk/region-config-resolver': 3.614.0 '@aws-sdk/types': 3.609.0 '@aws-sdk/util-endpoints': 3.614.0 '@aws-sdk/util-user-agent-browser': 3.609.0 '@aws-sdk/util-user-agent-node': 3.614.0 '@smithy/config-resolver': 3.0.5 - '@smithy/core': 2.2.6 - '@smithy/fetch-http-handler': 3.2.1 + '@smithy/core': 2.3.1 + '@smithy/fetch-http-handler': 3.2.4 '@smithy/hash-node': 3.0.3 '@smithy/invalid-dependency': 3.0.3 - '@smithy/middleware-content-length': 3.0.3 - '@smithy/middleware-endpoint': 3.0.5 - '@smithy/middleware-retry': 3.0.9 + '@smithy/middleware-content-length': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.13 '@smithy/middleware-serde': 3.0.3 '@smithy/middleware-stack': 3.0.3 '@smithy/node-config-provider': 3.1.4 - '@smithy/node-http-handler': 3.1.2 - '@smithy/protocol-http': 4.0.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/node-http-handler': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 '@smithy/util-base64': 3.0.0 '@smithy/util-body-length-browser': 3.0.0 '@smithy/util-body-length-node': 3.0.0 - '@smithy/util-defaults-mode-browser': 3.0.9 - '@smithy/util-defaults-mode-node': 3.0.9 + '@smithy/util-defaults-mode-browser': 3.0.13 + '@smithy/util-defaults-mode-node': 3.0.13 '@smithy/util-endpoints': 2.0.5 '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 @@ -14055,19 +14094,21 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/core@3.614.0': + '@aws-sdk/core@3.621.0': dependencies: - '@smithy/core': 2.2.6 - '@smithy/protocol-http': 4.0.3 - '@smithy/signature-v4': 3.1.2 - '@smithy/smithy-client': 3.1.7 + '@smithy/core': 2.3.1 + '@smithy/node-config-provider': 3.1.4 + '@smithy/protocol-http': 4.1.0 + '@smithy/signature-v4': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 - fast-xml-parser: 4.2.5 + '@smithy/util-middleware': 3.0.3 + fast-xml-parser: 4.4.1 tslib: 2.6.3 - '@aws-sdk/credential-provider-cognito-identity@3.614.0': + '@aws-sdk/credential-provider-cognito-identity@3.621.0': dependencies: - '@aws-sdk/client-cognito-identity': 3.614.0 + '@aws-sdk/client-cognito-identity': 3.621.0 '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 @@ -14076,35 +14117,35 @@ snapshots: - aws-crt optional: true - '@aws-sdk/credential-provider-env@3.609.0': + '@aws-sdk/credential-provider-env@3.620.1': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 tslib: 2.6.3 - '@aws-sdk/credential-provider-http@3.614.0': + '@aws-sdk/credential-provider-http@3.621.0': dependencies: '@aws-sdk/types': 3.609.0 - '@smithy/fetch-http-handler': 3.2.1 - '@smithy/node-http-handler': 3.1.2 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/node-http-handler': 3.1.4 '@smithy/property-provider': 3.1.3 - '@smithy/protocol-http': 4.0.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 - '@smithy/util-stream': 3.0.6 + '@smithy/util-stream': 3.1.3 tslib: 2.6.3 - '@aws-sdk/credential-provider-ini@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)': + '@aws-sdk/credential-provider-ini@3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0)': dependencies: - '@aws-sdk/client-sts': 3.614.0 - '@aws-sdk/credential-provider-env': 3.609.0 - '@aws-sdk/credential-provider-http': 3.614.0 - '@aws-sdk/credential-provider-process': 3.614.0 - '@aws-sdk/credential-provider-sso': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) - '@aws-sdk/credential-provider-web-identity': 3.609.0(@aws-sdk/client-sts@3.614.0) + '@aws-sdk/client-sts': 3.621.0 + '@aws-sdk/credential-provider-env': 3.620.1 + '@aws-sdk/credential-provider-http': 3.621.0 + '@aws-sdk/credential-provider-process': 3.620.1 + '@aws-sdk/credential-provider-sso': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) + '@aws-sdk/credential-provider-web-identity': 3.621.0(@aws-sdk/client-sts@3.621.0) '@aws-sdk/types': 3.609.0 - '@smithy/credential-provider-imds': 3.1.4 + '@smithy/credential-provider-imds': 3.2.0 '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 @@ -14113,16 +14154,16 @@ snapshots: - '@aws-sdk/client-sso-oidc' - aws-crt - '@aws-sdk/credential-provider-node@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)': + '@aws-sdk/credential-provider-node@3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0)': dependencies: - '@aws-sdk/credential-provider-env': 3.609.0 - '@aws-sdk/credential-provider-http': 3.614.0 - '@aws-sdk/credential-provider-ini': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/credential-provider-process': 3.614.0 - '@aws-sdk/credential-provider-sso': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) - '@aws-sdk/credential-provider-web-identity': 3.609.0(@aws-sdk/client-sts@3.614.0) + '@aws-sdk/credential-provider-env': 3.620.1 + '@aws-sdk/credential-provider-http': 3.621.0 + '@aws-sdk/credential-provider-ini': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/credential-provider-process': 3.620.1 + '@aws-sdk/credential-provider-sso': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) + '@aws-sdk/credential-provider-web-identity': 3.621.0(@aws-sdk/client-sts@3.621.0) '@aws-sdk/types': 3.609.0 - '@smithy/credential-provider-imds': 3.1.4 + '@smithy/credential-provider-imds': 3.2.0 '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 @@ -14132,7 +14173,7 @@ snapshots: - '@aws-sdk/client-sts' - aws-crt - '@aws-sdk/credential-provider-process@3.614.0': + '@aws-sdk/credential-provider-process@3.620.1': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 @@ -14140,10 +14181,10 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 - '@aws-sdk/credential-provider-sso@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))': + '@aws-sdk/credential-provider-sso@3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))': dependencies: - '@aws-sdk/client-sso': 3.614.0 - '@aws-sdk/token-providers': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) + '@aws-sdk/client-sso': 3.621.0 + '@aws-sdk/token-providers': 3.614.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 @@ -14153,29 +14194,29 @@ snapshots: - '@aws-sdk/client-sso-oidc' - aws-crt - '@aws-sdk/credential-provider-web-identity@3.609.0(@aws-sdk/client-sts@3.614.0)': + '@aws-sdk/credential-provider-web-identity@3.621.0(@aws-sdk/client-sts@3.621.0)': dependencies: - '@aws-sdk/client-sts': 3.614.0 + '@aws-sdk/client-sts': 3.621.0 '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 tslib: 2.6.3 - '@aws-sdk/credential-providers@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))': - dependencies: - '@aws-sdk/client-cognito-identity': 3.614.0 - '@aws-sdk/client-sso': 3.614.0 - '@aws-sdk/client-sts': 3.614.0 - '@aws-sdk/credential-provider-cognito-identity': 3.614.0 - '@aws-sdk/credential-provider-env': 3.609.0 - '@aws-sdk/credential-provider-http': 3.614.0 - '@aws-sdk/credential-provider-ini': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0) - '@aws-sdk/credential-provider-process': 3.614.0 - '@aws-sdk/credential-provider-sso': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) - '@aws-sdk/credential-provider-web-identity': 3.609.0(@aws-sdk/client-sts@3.614.0) + '@aws-sdk/credential-providers@3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))': + dependencies: + '@aws-sdk/client-cognito-identity': 3.621.0 + '@aws-sdk/client-sso': 3.621.0 + '@aws-sdk/client-sts': 3.621.0 + '@aws-sdk/credential-provider-cognito-identity': 3.621.0 + '@aws-sdk/credential-provider-env': 3.620.1 + '@aws-sdk/credential-provider-http': 3.621.0 + '@aws-sdk/credential-provider-ini': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/credential-provider-node': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(@aws-sdk/client-sts@3.621.0) + '@aws-sdk/credential-provider-process': 3.620.1 + '@aws-sdk/credential-provider-sso': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) + '@aws-sdk/credential-provider-web-identity': 3.621.0(@aws-sdk/client-sts@3.621.0) '@aws-sdk/types': 3.609.0 - '@smithy/credential-provider-imds': 3.1.4 + '@smithy/credential-provider-imds': 3.2.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 tslib: 2.6.3 @@ -14184,49 +14225,49 @@ snapshots: - aws-crt optional: true - '@aws-sdk/lib-storage@3.614.0(@aws-sdk/client-s3@3.614.0)': + '@aws-sdk/lib-storage@3.621.0(@aws-sdk/client-s3@3.621.0)': dependencies: - '@aws-sdk/client-s3': 3.614.0 + '@aws-sdk/client-s3': 3.621.0 '@smithy/abort-controller': 3.1.1 - '@smithy/middleware-endpoint': 3.0.5 - '@smithy/smithy-client': 3.1.7 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/smithy-client': 3.1.11 buffer: 5.6.0 events: 3.3.0 stream-browserify: 3.0.0 tslib: 2.6.3 - '@aws-sdk/middleware-bucket-endpoint@3.614.0': + '@aws-sdk/middleware-bucket-endpoint@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 '@aws-sdk/util-arn-parser': 3.568.0 '@smithy/node-config-provider': 3.1.4 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 tslib: 2.6.3 - '@aws-sdk/middleware-expect-continue@3.609.0': + '@aws-sdk/middleware-expect-continue@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 tslib: 2.6.3 - '@aws-sdk/middleware-flexible-checksums@3.614.0': + '@aws-sdk/middleware-flexible-checksums@3.620.0': dependencies: '@aws-crypto/crc32': 5.2.0 '@aws-crypto/crc32c': 5.2.0 '@aws-sdk/types': 3.609.0 '@smithy/is-array-buffer': 3.0.0 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 - '@aws-sdk/middleware-host-header@3.609.0': + '@aws-sdk/middleware-host-header@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 tslib: 2.6.3 @@ -14242,31 +14283,33 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 - '@aws-sdk/middleware-recursion-detection@3.609.0': + '@aws-sdk/middleware-recursion-detection@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 tslib: 2.6.3 - '@aws-sdk/middleware-sdk-s3@3.614.0': + '@aws-sdk/middleware-sdk-s3@3.621.0': dependencies: '@aws-sdk/types': 3.609.0 '@aws-sdk/util-arn-parser': 3.568.0 '@smithy/node-config-provider': 3.1.4 - '@smithy/protocol-http': 4.0.3 - '@smithy/signature-v4': 3.1.2 - '@smithy/smithy-client': 3.1.7 + '@smithy/protocol-http': 4.1.0 + '@smithy/signature-v4': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 + '@smithy/util-stream': 3.1.3 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 - '@aws-sdk/middleware-signing@3.609.0': + '@aws-sdk/middleware-signing@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 - '@smithy/protocol-http': 4.0.3 - '@smithy/signature-v4': 3.1.2 + '@smithy/protocol-http': 4.1.0 + '@smithy/signature-v4': 4.1.0 '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 @@ -14277,11 +14320,11 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 - '@aws-sdk/middleware-user-agent@3.614.0': + '@aws-sdk/middleware-user-agent@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 '@aws-sdk/util-endpoints': 3.614.0 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 tslib: 2.6.3 @@ -14294,18 +14337,18 @@ snapshots: '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 - '@aws-sdk/signature-v4-multi-region@3.614.0': + '@aws-sdk/signature-v4-multi-region@3.621.0': dependencies: - '@aws-sdk/middleware-sdk-s3': 3.614.0 + '@aws-sdk/middleware-sdk-s3': 3.621.0 '@aws-sdk/types': 3.609.0 - '@smithy/protocol-http': 4.0.3 - '@smithy/signature-v4': 3.1.2 + '@smithy/protocol-http': 4.1.0 + '@smithy/signature-v4': 4.1.0 '@smithy/types': 3.3.0 tslib: 2.6.3 - '@aws-sdk/token-providers@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))': + '@aws-sdk/token-providers@3.614.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))': dependencies: - '@aws-sdk/client-sso-oidc': 3.614.0(@aws-sdk/client-sts@3.614.0) + '@aws-sdk/client-sso-oidc': 3.621.0(@aws-sdk/client-sts@3.621.0) '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 @@ -14356,194 +14399,173 @@ snapshots: '@babel/highlight': 7.24.7 picocolors: 1.0.1 - '@babel/compat-data@7.24.8': {} + '@babel/compat-data@7.25.2': {} - '@babel/core@7.24.8': + '@babel/core@7.25.2': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.7 - '@babel/generator': 7.24.8 - '@babel/helper-compilation-targets': 7.24.8 - '@babel/helper-module-transforms': 7.24.8(@babel/core@7.24.8) - '@babel/helpers': 7.24.8 - '@babel/parser': 7.24.8 - '@babel/template': 7.24.7 - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/generator': 7.25.0 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) + '@babel/helpers': 7.25.0 + '@babel/parser': 7.25.0 + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 convert-source-map: 2.0.0 - debug: 4.3.5 + debug: 4.3.6 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/eslint-parser@7.24.8(@babel/core@7.24.8)(eslint@8.57.0)': + '@babel/eslint-parser@7.25.1(@babel/core@7.25.2)(eslint@8.57.0)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 8.57.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.24.8': + '@babel/generator@7.25.0': dependencies: - '@babel/types': 7.24.8 + '@babel/types': 7.25.2 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.24.8 + '@babel/types': 7.25.2 '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': dependencies: - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color - '@babel/helper-compilation-targets@7.24.8': + '@babel/helper-compilation-targets@7.25.2': dependencies: - '@babel/compat-data': 7.24.8 + '@babel/compat-data': 7.25.2 '@babel/helper-validator-option': 7.24.8 browserslist: 4.23.2 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.8(@babel/core@7.24.8)': + '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.8) + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 + '@babel/traverse': 7.25.2 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.24.7(@babel/core@7.24.8)': + '@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 regexpu-core: 5.3.2 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.8)': + '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-compilation-targets': 7.24.8 + '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - debug: 4.3.5 + debug: 4.3.6 lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: - supports-color - '@babel/helper-environment-visitor@7.24.7': - dependencies: - '@babel/types': 7.24.8 - - '@babel/helper-function-name@7.24.7': - dependencies: - '@babel/template': 7.24.7 - '@babel/types': 7.24.8 - - '@babel/helper-hoist-variables@7.24.7': - dependencies: - '@babel/types': 7.24.8 - '@babel/helper-member-expression-to-functions@7.24.8': dependencies: - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.24.7': dependencies: - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.24.8(@babel/core@7.24.8)': + '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-environment-visitor': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 + '@babel/traverse': 7.25.2 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.24.7': dependencies: - '@babel/types': 7.24.8 + '@babel/types': 7.25.2 '@babel/helper-plugin-utils@7.24.8': {} - '@babel/helper-remap-async-to-generator@7.24.7(@babel/core@7.24.8)': + '@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-wrap-function': 7.24.7 + '@babel/helper-wrap-function': 7.25.0 + '@babel/traverse': 7.25.2 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.8)': + '@babel/helper-replace-supers@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-environment-visitor': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/traverse': 7.25.2 transitivePeerDependencies: - supports-color '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color - '@babel/helper-split-export-declaration@7.24.7': - dependencies: - '@babel/types': 7.24.8 - '@babel/helper-string-parser@7.24.8': {} '@babel/helper-validator-identifier@7.24.7': {} '@babel/helper-validator-option@7.24.8': {} - '@babel/helper-wrap-function@7.24.7': + '@babel/helper-wrap-function@7.25.0': dependencies: - '@babel/helper-function-name': 7.24.7 - '@babel/template': 7.24.7 - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color - '@babel/helpers@7.24.8': + '@babel/helpers@7.25.0': dependencies: - '@babel/template': 7.24.7 - '@babel/types': 7.24.8 + '@babel/template': 7.25.0 + '@babel/types': 7.25.2 '@babel/highlight@7.24.7': dependencies: @@ -14552,663 +14574,681 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.0.1 - '@babel/parser@7.24.8': + '@babel/parser@7.25.0': + dependencies: + '@babel/types': 7.25.2 + + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/types': 7.24.8 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/traverse': 7.25.2 + transitivePeerDependencies: + - supports-color - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-environment-visitor': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.24.8) + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-environment-visitor': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + '@babel/traverse': 7.25.2 + transitivePeerDependencies: + - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.8)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.8)': + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.8)': + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.8)': + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.8)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.8)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.8)': + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-flow@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-syntax-flow@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.8)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.8)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.8)': + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.8)': + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.8)': + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.8)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.8)': + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.8)': + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.8)': + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.8)': + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.8)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-async-generator-functions@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-async-generator-functions@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-environment-visitor': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.8) + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) + '@babel/traverse': 7.25.2 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.24.8) + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.8) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.24.8(@babel/core@7.24.8)': + '@babel/plugin-transform-classes@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-compilation-targets': 7.24.8 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 + '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.8) - '@babel/helper-split-export-declaration': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/traverse': 7.25.2 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/template': 7.24.7 + '@babel/template': 7.25.0 - '@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.24.8)': + '@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + + '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 '@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.8) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-transform-flow-strip-types@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-flow-strip-types@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.24.8) + '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-function-name@7.25.1(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-compilation-targets': 7.24.8 - '@babel/helper-function-name': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + '@babel/traverse': 7.25.2 + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.8) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-literals@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.8) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) - '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-module-transforms': 7.24.8(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.24.8)': + '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-module-transforms': 7.24.8(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-simple-access': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-hoist-variables': 7.24.7 - '@babel/helper-module-transforms': 7.24.8(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 + '@babel/traverse': 7.25.2 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-module-transforms': 7.24.8(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.8) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) - '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-compilation-targets': 7.24.8 + '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) - '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.8) + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.8) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) - '@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.24.8)': + '@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8) + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.8) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-react-constant-elements@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-react-constant-elements@7.25.1(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-react-jsx@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.8) - '@babel/types': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 regenerator-transform: 0.15.2 - '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-runtime@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.8) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.8) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.8) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-spread@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.24.8)': + '@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-typescript@7.24.8(@babel/core@7.24.8)': + '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8) + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.8) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.24.8)': + '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) '@babel/helper-plugin-utils': 7.24.8 - '@babel/preset-env@7.24.8(@babel/core@7.24.8)': + '@babel/preset-env@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/compat-data': 7.24.8 - '@babel/core': 7.24.8 - '@babel/helper-compilation-targets': 7.24.8 + '@babel/compat-data': 7.25.2 + '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.8) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.8) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.8) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.8) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.8) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.8) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.8) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.8) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.8) - '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-async-generator-functions': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-classes': 7.24.8(@babel/core@7.24.8) - '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.24.8) - '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.24.8) - '@babel/plugin-transform-modules-systemjs': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.24.8) - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.24.8) - '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.24.8) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.8) - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.8) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.8) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.8) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) + '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-async-generator-functions': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.25.2) + '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.25.2) + '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-modules-systemjs': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.25.2) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) core-js-compat: 3.37.1 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-flow@7.24.7(@babel/core@7.24.8)': + '@babel/preset-flow@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.24.8) + '@babel/plugin-transform-flow-strip-types': 7.25.2(@babel/core@7.25.2) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.8)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 - '@babel/types': 7.24.8 + '@babel/types': 7.25.2 esutils: 2.0.3 - '@babel/preset-react@7.24.7(@babel/core@7.24.8)': + '@babel/preset-react@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.24.8) + '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.24.7(@babel/core@7.24.8)': + '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-option': 7.24.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.24.8) - '@babel/plugin-transform-typescript': 7.24.8(@babel/core@7.24.8) + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color - '@babel/register@7.24.6(@babel/core@7.24.8)': + '@babel/register@7.24.6(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -15221,32 +15261,29 @@ snapshots: dependencies: regenerator-runtime: 0.12.1 - '@babel/runtime@7.24.8': + '@babel/runtime@7.25.0': dependencies: regenerator-runtime: 0.14.1 - '@babel/template@7.24.7': + '@babel/template@7.25.0': dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.24.8 - '@babel/types': 7.24.8 + '@babel/parser': 7.25.0 + '@babel/types': 7.25.2 - '@babel/traverse@7.24.8': + '@babel/traverse@7.25.2': dependencies: '@babel/code-frame': 7.24.7 - '@babel/generator': 7.24.8 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 - '@babel/helper-hoist-variables': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 - '@babel/parser': 7.24.8 - '@babel/types': 7.24.8 - debug: 4.3.5 + '@babel/generator': 7.25.0 + '@babel/parser': 7.25.0 + '@babel/template': 7.25.0 + '@babel/types': 7.25.2 + debug: 4.3.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.24.8': + '@babel/types@7.25.2': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 @@ -15265,7 +15302,7 @@ snapshots: '@changesets/apply-release-plan@7.0.4': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/config': 3.0.2 '@changesets/get-version-range-type': 0.4.0 '@changesets/git': 3.0.0 @@ -15278,17 +15315,17 @@ snapshots: outdent: 0.5.0 prettier: 2.8.8 resolve-from: 5.0.0 - semver: 7.6.2 + semver: 7.6.3 '@changesets/assemble-release-plan@6.0.3': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.1 '@changesets/should-skip-package': 0.1.0 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 - semver: 7.6.2 + semver: 7.6.3 '@changesets/changelog-git@0.2.0': dependencies: @@ -15304,7 +15341,7 @@ snapshots: '@changesets/cli@2.27.7': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/apply-release-plan': 7.0.4 '@changesets/assemble-release-plan': 6.0.3 '@changesets/changelog-git': 0.2.0 @@ -15333,7 +15370,7 @@ snapshots: p-limit: 2.3.0 preferred-pm: 3.1.4 resolve-from: 5.0.0 - semver: 7.6.2 + semver: 7.6.3 spawndamnit: 2.0.0 term-size: 2.2.1 @@ -15357,7 +15394,7 @@ snapshots: '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 - semver: 7.6.2 + semver: 7.6.3 '@changesets/get-github-info@0.6.0(encoding@0.1.13)': dependencies: @@ -15368,7 +15405,7 @@ snapshots: '@changesets/get-release-plan@4.0.3': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/assemble-release-plan': 6.0.3 '@changesets/config': 3.0.2 '@changesets/pre': 2.0.0 @@ -15380,7 +15417,7 @@ snapshots: '@changesets/git@3.0.0': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/errors': 0.2.0 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 @@ -15399,7 +15436,7 @@ snapshots: '@changesets/pre@2.0.0': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/errors': 0.2.0 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 @@ -15407,7 +15444,7 @@ snapshots: '@changesets/read@0.6.0': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/git': 3.0.0 '@changesets/logger': 0.1.0 '@changesets/parse': 0.4.0 @@ -15418,7 +15455,7 @@ snapshots: '@changesets/should-skip-package@0.1.0': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 @@ -15428,7 +15465,7 @@ snapshots: '@changesets/write@0.3.1': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/types': 6.0.0 fs-extra: 7.0.1 human-id: 1.0.2 @@ -15437,10 +15474,10 @@ snapshots: '@colors/colors@1.5.0': optional: true - '@commons-ui/core@0.1.0(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/styles@5.16.1(@types/react@18.3.3)(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(simplebar-react@3.2.6(react@18.3.1))': + '@commons-ui/core@0.1.0(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/styles@5.16.6(@types/react@18.3.3)(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(simplebar-react@3.2.6(react@18.3.1))': dependencies: - '@mui/material': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/styles': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@mui/material': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/styles': 5.16.6(@types/react@18.3.3)(react@18.3.1) clsx: 1.2.1 prop-types: 15.8.1 react: 18.3.1 @@ -15472,7 +15509,7 @@ snapshots: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 - '@csstools/css-color-parser@2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': + '@csstools/css-color-parser@2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': dependencies: '@csstools/color-helpers': 4.2.1 '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) @@ -15520,7 +15557,7 @@ snapshots: '@csstools/postcss-gradients-interpolation-method@4.0.20(postcss@8.4.31)': dependencies: - '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.31) @@ -15529,7 +15566,7 @@ snapshots: '@csstools/postcss-hwb-function@3.0.18(postcss@8.4.31)': dependencies: - '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.31) @@ -15592,7 +15629,7 @@ snapshots: '@csstools/postcss-oklab-function@3.0.19(postcss@8.4.31)': dependencies: - '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.31) @@ -15611,7 +15648,7 @@ snapshots: '@csstools/postcss-relative-color-syntax@2.0.19(postcss@8.4.31)': dependencies: - '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.31) @@ -15699,13 +15736,13 @@ snapshots: tslib: 2.6.3 optional: true - '@emotion/babel-plugin@11.11.0': + '@emotion/babel-plugin@11.12.0': dependencies: '@babel/helper-module-imports': 7.24.7 - '@babel/runtime': 7.24.8 - '@emotion/hash': 0.9.1 - '@emotion/memoize': 0.8.1 - '@emotion/serialize': 1.1.4 + '@babel/runtime': 7.25.0 + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/serialize': 1.3.0 babel-plugin-macros: 3.1.0 convert-source-map: 1.9.0 escape-string-regexp: 4.0.0 @@ -15715,41 +15752,41 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/cache@11.11.0': + '@emotion/cache@11.13.1': dependencies: - '@emotion/memoize': 0.8.1 - '@emotion/sheet': 1.2.2 - '@emotion/utils': 1.2.1 - '@emotion/weak-memoize': 0.3.1 + '@emotion/memoize': 0.9.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.0 + '@emotion/weak-memoize': 0.4.0 stylis: 4.2.0 - '@emotion/css@11.11.2': + '@emotion/css@11.13.0': dependencies: - '@emotion/babel-plugin': 11.11.0 - '@emotion/cache': 11.11.0 - '@emotion/serialize': 1.1.4 - '@emotion/sheet': 1.2.2 - '@emotion/utils': 1.2.1 + '@emotion/babel-plugin': 11.12.0 + '@emotion/cache': 11.13.1 + '@emotion/serialize': 1.3.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.0 transitivePeerDependencies: - supports-color - '@emotion/hash@0.9.1': {} + '@emotion/hash@0.9.2': {} - '@emotion/is-prop-valid@1.2.2': + '@emotion/is-prop-valid@1.3.0': dependencies: - '@emotion/memoize': 0.8.1 + '@emotion/memoize': 0.9.0 - '@emotion/memoize@0.8.1': {} + '@emotion/memoize@0.9.0': {} - '@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)': + '@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@emotion/babel-plugin': 11.11.0 - '@emotion/cache': 11.11.0 - '@emotion/serialize': 1.1.4 - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) - '@emotion/utils': 1.2.1 - '@emotion/weak-memoize': 0.3.1 + '@babel/runtime': 7.25.0 + '@emotion/babel-plugin': 11.12.0 + '@emotion/cache': 11.13.1 + '@emotion/serialize': 1.3.0 + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@18.3.1) + '@emotion/utils': 1.4.0 + '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 react: 18.3.1 optionalDependencies: @@ -15757,49 +15794,49 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/serialize@1.1.4': + '@emotion/serialize@1.3.0': dependencies: - '@emotion/hash': 0.9.1 - '@emotion/memoize': 0.8.1 - '@emotion/unitless': 0.8.1 - '@emotion/utils': 1.2.1 + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/unitless': 0.9.0 + '@emotion/utils': 1.4.0 csstype: 3.1.3 - '@emotion/server@11.11.0(@emotion/css@11.11.2)': + '@emotion/server@11.11.0(@emotion/css@11.13.0)': dependencies: - '@emotion/utils': 1.2.1 + '@emotion/utils': 1.4.0 html-tokenize: 2.0.1 multipipe: 1.0.2 through: 2.3.8 optionalDependencies: - '@emotion/css': 11.11.2 + '@emotion/css': 11.13.0 - '@emotion/sheet@1.2.2': {} + '@emotion/sheet@1.4.0': {} - '@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': + '@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@emotion/babel-plugin': 11.11.0 - '@emotion/is-prop-valid': 1.2.2 - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@emotion/serialize': 1.1.4 - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) - '@emotion/utils': 1.2.1 + '@babel/runtime': 7.25.0 + '@emotion/babel-plugin': 11.12.0 + '@emotion/is-prop-valid': 1.3.0 + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/serialize': 1.3.0 + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@18.3.1) + '@emotion/utils': 1.4.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 transitivePeerDependencies: - supports-color - '@emotion/unitless@0.8.1': {} + '@emotion/unitless@0.9.0': {} - '@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.3.1)': + '@emotion/use-insertion-effect-with-fallbacks@1.1.0(react@18.3.1)': dependencies: react: 18.3.1 - '@emotion/utils@1.2.1': {} + '@emotion/utils@1.4.0': {} - '@emotion/weak-memoize@0.3.1': {} + '@emotion/weak-memoize@0.4.0': {} '@esbuild/aix-ppc64@0.21.5': optional: true @@ -15946,7 +15983,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.5 + debug: 4.3.6 espree: 9.6.1 globals: 13.24.0 ignore: 5.3.1 @@ -15978,33 +16015,31 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@floating-ui/core@1.6.4': + '@floating-ui/core@1.6.5': dependencies: - '@floating-ui/utils': 0.2.4 + '@floating-ui/utils': 0.2.5 - '@floating-ui/dom@1.6.7': + '@floating-ui/dom@1.6.8': dependencies: - '@floating-ui/core': 1.6.4 - '@floating-ui/utils': 0.2.4 + '@floating-ui/core': 1.6.5 + '@floating-ui/utils': 0.2.5 '@floating-ui/react-dom@2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@floating-ui/dom': 1.6.7 + '@floating-ui/dom': 1.6.8 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@floating-ui/utils@0.2.4': {} + '@floating-ui/utils@0.2.5': {} '@gar/promisify@1.1.3': optional: true - '@googlemaps/js-api-loader@1.16.6': - dependencies: - fast-deep-equal: 3.1.3 + '@googlemaps/js-api-loader@1.16.8': {} '@googlemaps/react-wrapper@1.1.35(react@18.3.1)': dependencies: - '@googlemaps/js-api-loader': 1.16.6 + '@googlemaps/js-api-loader': 1.16.8 react: 18.3.1 '@graphql-typed-document-node/core@3.2.0(graphql@15.9.0)': @@ -16020,7 +16055,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.5 + debug: 4.3.6 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -16126,7 +16161,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 20.14.13 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -16139,14 +16174,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 20.14.13 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.14.10) + jest-config: 29.7.0(@types/node@20.14.13) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -16168,56 +16203,21 @@ snapshots: - ts-node optional: true - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 20.14.13 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) - jest-haste-map: 29.7.0 - jest-message-util: 29.7.0 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-resolve-dependencies: 29.7.0 - jest-runner: 29.7.0 - jest-runtime: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - jest-watcher: 29.7.0 - micromatch: 4.0.7 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - ts-node - - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3))': - dependencies: - '@jest/console': 29.7.0 - '@jest/reporters': 29.7.0 - '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0 - '@jest/types': 29.6.3 - '@types/node': 20.14.10 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - ci-info: 3.9.0 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) + jest-config: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -16242,7 +16242,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 22.0.0 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -16260,7 +16260,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.14.10 + '@types/node': 22.0.0 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -16282,7 +16282,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 20.14.10 + '@types/node': 20.14.13 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -16329,7 +16329,7 @@ snapshots: '@jest/transform@29.7.0': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 babel-plugin-istanbul: 6.1.1 @@ -16352,7 +16352,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -16389,25 +16389,25 @@ snapshots: '@manypkg/find-root@1.1.0': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 '@manypkg/get-packages@1.1.3': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 globby: 11.1.0 read-yaml-file: 1.1.0 - '@material-ui/codemod@4.5.1(jscodeshift@0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@material-ui/codemod@4.5.1(jscodeshift@0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: - '@babel/core': 7.24.8 - '@babel/traverse': 7.24.8 - jscodeshift-add-imports: 1.0.10(jscodeshift@0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@babel/core': 7.25.2 + '@babel/traverse': 7.25.2 + jscodeshift-add-imports: 1.0.11(jscodeshift@0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2))) transitivePeerDependencies: - jscodeshift - supports-color @@ -16436,17 +16436,17 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@mongodb-js/saslprep@1.1.7': + '@mongodb-js/saslprep@1.1.8': dependencies: sparse-bitfield: 3.0.3 optional: true '@mui/base@5.0.0-beta.26(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 @@ -16457,10 +16457,10 @@ snapshots: '@mui/base@5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) '@popperjs/core': 2.11.8 clsx: 2.1.1 prop-types: 15.8.1 @@ -16469,52 +16469,52 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 - '@mui/core-downloads-tracker@5.16.1': {} + '@mui/core-downloads-tracker@5.16.6': {} - '@mui/icons-material@5.16.1(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': + '@mui/icons-material@5.16.6(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@mui/material': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@babel/runtime': 7.25.0 + '@mui/material': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@mui/lab@5.0.0-alpha.155(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/lab@5.0.0-alpha.155(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@mui/base': 5.0.0-beta.26(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/material': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/system': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/material': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/system': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) clsx: 2.1.1 prop-types: 15.8.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@types/react': 18.3.3 - '@mui/material-nextjs@5.16.1(@emotion/cache@11.11.0)(@emotion/server@11.11.0(@emotion/css@11.11.2))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)': + '@mui/material-nextjs@5.16.6(@emotion/cache@11.13.1)(@emotion/server@11.11.0(@emotion/css@11.13.0))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@mui/material': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + '@babel/runtime': 7.25.0 + '@mui/material': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) react: 18.3.1 optionalDependencies: - '@emotion/cache': 11.11.0 - '@emotion/server': 11.11.0(@emotion/css@11.11.2) + '@emotion/cache': 11.13.1 + '@emotion/server': 11.11.0(@emotion/css@11.13.0) '@types/react': 18.3.3 - '@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/core-downloads-tracker': 5.16.1 - '@mui/system': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@babel/runtime': 7.25.0 + '@mui/core-downloads-tracker': 5.16.6 + '@mui/system': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) + '@popperjs/core': 2.11.8 '@types/react-transition-group': 4.4.10 clsx: 2.1.1 csstype: 3.1.3 @@ -16524,37 +16524,37 @@ snapshots: react-is: 18.3.1 react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@types/react': 18.3.3 - '@mui/private-theming@5.16.1(@types/react@18.3.3)(react@18.3.1)': + '@mui/private-theming@5.16.6(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@babel/runtime': 7.25.0 + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) prop-types: 15.8.1 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@mui/styled-engine@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': + '@mui/styled-engine@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@emotion/cache': 11.11.0 + '@babel/runtime': 7.25.0 + '@emotion/cache': 11.13.1 csstype: 3.1.3 prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@mui/styles@5.16.1(@types/react@18.3.3)(react@18.3.1)': + '@mui/styles@5.16.6(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@emotion/hash': 0.9.1 - '@mui/private-theming': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@babel/runtime': 7.25.0 + '@emotion/hash': 0.9.2 + '@mui/private-theming': 5.16.6(@types/react@18.3.3)(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) clsx: 2.1.1 csstype: 3.1.3 hoist-non-react-statics: 3.3.2 @@ -16571,43 +16571,45 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 - '@mui/system@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': + '@mui/system@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 - '@mui/private-theming': 5.16.1(@types/react@18.3.3)(react@18.3.1) - '@mui/styled-engine': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) + '@babel/runtime': 7.25.0 + '@mui/private-theming': 5.16.6(@types/react@18.3.3)(react@18.3.1) + '@mui/styled-engine': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) '@mui/types': 7.2.15(@types/react@18.3.3) - '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 react: 18.3.1 optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) '@types/react': 18.3.3 '@mui/types@7.2.15(@types/react@18.3.3)': optionalDependencies: '@types/react': 18.3.3 - '@mui/utils@5.16.1(@types/react@18.3.3)(react@18.3.1)': + '@mui/utils@5.16.6(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 + '@mui/types': 7.2.15(@types/react@18.3.3) '@types/prop-types': 15.7.12 + clsx: 2.1.1 prop-types: 15.8.1 react: 18.3.1 react-is: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@mui/x-date-pickers@7.10.0(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(date-fns@3.6.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/x-date-pickers@7.11.1(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(date-fns@3.6.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/material': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/system': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@mui/utils': 5.16.1(@types/react@18.3.3)(react@18.3.1) + '@mui/material': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/system': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/utils': 5.16.6(@types/react@18.3.3)(react@18.3.1) '@types/react-transition-group': 4.4.10 clsx: 2.1.1 prop-types: 15.8.1 @@ -16615,8 +16617,8 @@ snapshots: react-dom: 18.3.1(react@18.3.1) react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) date-fns: 3.6.0 transitivePeerDependencies: - '@types/react' @@ -16662,7 +16664,7 @@ snapshots: dependencies: '@nivo/colors': 0.84.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@nivo/core': 0.84.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-spring/web': 9.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-spring/web': 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/d3-shape': 2.1.7 d3-shape: 1.3.7 react: 18.3.1 @@ -16692,7 +16694,7 @@ snapshots: dependencies: '@nivo/recompose': 0.84.0(react@18.3.1) '@nivo/tooltip': 0.84.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-spring/web': 9.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-spring/web': 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/d3-shape': 2.1.7 d3-color: 3.1.0 d3-format: 1.4.5 @@ -16746,7 +16748,7 @@ snapshots: '@nivo/tooltip@0.84.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@nivo/core': 0.84.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-spring/web': 9.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-spring/web': 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - prop-types - react @@ -16760,7 +16762,7 @@ snapshots: '@nivo/grid': 0.84.0 '@nivo/legends': 0.84.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@nivo/tooltip': 0.84.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-spring/web': 9.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-spring/web': 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/d3-shape': 2.1.7 d3-shape: 1.3.7 react: 18.3.1 @@ -16783,7 +16785,7 @@ snapshots: '@npmcli/fs@1.1.1': dependencies: '@gar/promisify': 1.1.3 - semver: 7.6.2 + semver: 7.6.3 optional: true '@npmcli/move-file@1.1.2': @@ -16817,7 +16819,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@opentelemetry/instrumentation-express@0.41.0(@opentelemetry/api@1.9.0)': + '@opentelemetry/instrumentation-express@0.41.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) @@ -16857,7 +16859,7 @@ snapshots: '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color @@ -16948,8 +16950,8 @@ snapshots: '@opentelemetry/api': 1.9.0 '@types/shimmer': 1.2.0 import-in-the-middle: 1.7.1 - require-in-the-middle: 7.3.0 - semver: 7.6.2 + require-in-the-middle: 7.4.0 + semver: 7.6.3 shimmer: 1.2.1 transitivePeerDependencies: - supports-color @@ -16960,9 +16962,9 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/api-logs': 0.52.1 '@types/shimmer': 1.2.0 - import-in-the-middle: 1.9.0 - require-in-the-middle: 7.3.0 - semver: 7.6.2 + import-in-the-middle: 1.11.0 + require-in-the-middle: 7.4.0 + semver: 7.6.3 shimmer: 1.2.1 transitivePeerDependencies: - supports-color @@ -16998,33 +17000,33 @@ snapshots: '@panva/hkdf@1.2.1': {} - '@payloadcms/bundler-webpack@1.0.7(@swc/core@1.6.13(@swc/helpers@0.5.5))(ajv@8.16.0)(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(sass@1.69.4)': + '@payloadcms/bundler-webpack@1.0.7(@swc/core@1.7.3(@swc/helpers@0.5.5))(ajv@8.17.1)(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(sass@1.69.4)': dependencies: - ajv: 8.16.0 + ajv: 8.17.1 compression: 1.7.4 connect-history-api-fallback: 1.6.0 - css-loader: 5.2.7(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - file-loader: 6.2.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + css-loader: 5.2.7(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + file-loader: 6.2.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) find-node-modules: 2.1.3 - html-webpack-plugin: 5.6.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + html-webpack-plugin: 5.6.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) md5: 2.3.0 - mini-css-extract-plugin: 1.6.2(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + mini-css-extract-plugin: 1.6.2(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) path-browserify: 1.0.1 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) postcss: 8.4.31 - postcss-loader: 6.2.1(postcss@8.4.31)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + postcss-loader: 6.2.1(postcss@8.4.31)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) postcss-preset-env: 9.0.0(postcss@8.4.31) process: 0.11.10 - sass-loader: 12.6.0(sass@1.69.4)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - style-loader: 2.0.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - swc-loader: 0.2.6(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - swc-minify-webpack-plugin: 2.1.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - terser-webpack-plugin: 5.3.10(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + sass-loader: 12.6.0(sass@1.69.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + style-loader: 2.0.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + swc-loader: 0.2.6(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + swc-minify-webpack-plugin: 2.1.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) webpack-bundle-analyzer: 4.10.2 webpack-cli: 4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0) - webpack-dev-middleware: 6.1.2(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + webpack-dev-middleware: 6.1.2(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) webpack-hot-middleware: 2.26.1 transitivePeerDependencies: - '@rspack/core' @@ -17042,33 +17044,33 @@ snapshots: - utf-8-validate - webpack-dev-server - '@payloadcms/bundler-webpack@1.0.7(@swc/core@1.6.13(@swc/helpers@0.5.5))(ajv@8.16.0)(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(sass@1.69.4)': + '@payloadcms/bundler-webpack@1.0.7(@swc/core@1.7.3(@swc/helpers@0.5.5))(ajv@8.17.1)(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(sass@1.69.4)': dependencies: - ajv: 8.16.0 + ajv: 8.17.1 compression: 1.7.4 connect-history-api-fallback: 1.6.0 - css-loader: 5.2.7(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - file-loader: 6.2.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + css-loader: 5.2.7(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + file-loader: 6.2.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) find-node-modules: 2.1.3 - html-webpack-plugin: 5.6.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + html-webpack-plugin: 5.6.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) md5: 2.3.0 - mini-css-extract-plugin: 1.6.2(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + mini-css-extract-plugin: 1.6.2(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) path-browserify: 1.0.1 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) postcss: 8.4.31 - postcss-loader: 6.2.1(postcss@8.4.31)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + postcss-loader: 6.2.1(postcss@8.4.31)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) postcss-preset-env: 9.0.0(postcss@8.4.31) process: 0.11.10 - sass-loader: 12.6.0(sass@1.69.4)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - style-loader: 2.0.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - swc-loader: 0.2.6(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - swc-minify-webpack-plugin: 2.1.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - terser-webpack-plugin: 5.3.10(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + sass-loader: 12.6.0(sass@1.69.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + style-loader: 2.0.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + swc-loader: 0.2.6(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + swc-minify-webpack-plugin: 2.1.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) webpack-bundle-analyzer: 4.10.2 webpack-cli: 4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0) - webpack-dev-middleware: 6.1.2(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + webpack-dev-middleware: 6.1.2(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) webpack-hot-middleware: 2.26.1 transitivePeerDependencies: - '@rspack/core' @@ -17086,16 +17088,16 @@ snapshots: - utf-8-validate - webpack-dev-server - '@payloadcms/db-mongodb@1.5.2(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))': + '@payloadcms/db-mongodb@1.7.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))': dependencies: bson-objectid: 2.0.4 deepmerge: 4.3.1 get-port: 5.1.1 http-status: 1.6.2 - mongoose: 6.12.3(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) + mongoose: 6.12.3(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) mongoose-aggregate-paginate-v2: 1.0.6 mongoose-paginate-v2: 1.7.22 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) prompts: 2.4.2 uuid: 9.0.0 transitivePeerDependencies: @@ -17103,16 +17105,16 @@ snapshots: - aws-crt - supports-color - '@payloadcms/db-mongodb@1.5.2(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))': + '@payloadcms/db-mongodb@1.7.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))': dependencies: bson-objectid: 2.0.4 deepmerge: 4.3.1 get-port: 5.1.1 http-status: 1.6.2 - mongoose: 6.12.3(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) + mongoose: 6.12.3(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) mongoose-aggregate-paginate-v2: 1.0.6 mongoose-paginate-v2: 1.7.22 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) prompts: 2.4.2 uuid: 9.0.0 transitivePeerDependencies: @@ -17127,68 +17129,68 @@ snapshots: '@payloadcms/live-preview@0.2.2': {} - '@payloadcms/plugin-cloud-storage@1.1.3(@aws-sdk/client-s3@3.614.0)(@aws-sdk/lib-storage@3.614.0(@aws-sdk/client-s3@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))': + '@payloadcms/plugin-cloud-storage@1.1.3(@aws-sdk/client-s3@3.621.0)(@aws-sdk/lib-storage@3.621.0(@aws-sdk/client-s3@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))': dependencies: find-node-modules: 2.1.3 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) range-parser: 1.2.1 optionalDependencies: - '@aws-sdk/client-s3': 3.614.0 - '@aws-sdk/lib-storage': 3.614.0(@aws-sdk/client-s3@3.614.0) + '@aws-sdk/client-s3': 3.621.0 + '@aws-sdk/lib-storage': 3.621.0(@aws-sdk/client-s3@3.621.0) - '@payloadcms/plugin-cloud-storage@1.1.3(@aws-sdk/client-s3@3.614.0)(@aws-sdk/lib-storage@3.614.0(@aws-sdk/client-s3@3.614.0))(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))': + '@payloadcms/plugin-cloud-storage@1.1.3(@aws-sdk/client-s3@3.621.0)(@aws-sdk/lib-storage@3.621.0(@aws-sdk/client-s3@3.621.0))(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))': dependencies: find-node-modules: 2.1.3 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) range-parser: 1.2.1 optionalDependencies: - '@aws-sdk/client-s3': 3.614.0 - '@aws-sdk/lib-storage': 3.614.0(@aws-sdk/client-s3@3.614.0) + '@aws-sdk/client-s3': 3.621.0 + '@aws-sdk/lib-storage': 3.621.0(@aws-sdk/client-s3@3.621.0) - '@payloadcms/plugin-nested-docs@1.0.12(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))': + '@payloadcms/plugin-nested-docs@1.0.12(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))': dependencies: - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - '@payloadcms/plugin-nested-docs@1.0.12(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))': + '@payloadcms/plugin-nested-docs@1.0.12(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))': dependencies: - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) - '@payloadcms/plugin-sentry@0.0.6(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react@18.3.1)': + '@payloadcms/plugin-sentry@0.0.6(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react@18.3.1)': dependencies: '@sentry/node': 7.118.0 '@sentry/types': 7.118.0 express: 4.19.2 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) react: 18.3.1 transitivePeerDependencies: - supports-color - '@payloadcms/plugin-sentry@0.0.6(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react@18.3.1)': + '@payloadcms/plugin-sentry@0.0.6(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react@18.3.1)': dependencies: '@sentry/node': 7.118.0 '@sentry/types': 7.118.0 express: 4.19.2 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) react: 18.3.1 transitivePeerDependencies: - supports-color - '@payloadcms/plugin-seo@2.3.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react@18.3.1)': + '@payloadcms/plugin-seo@2.3.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react@18.3.1)': dependencies: - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) react: 18.3.1 - '@payloadcms/plugin-seo@2.3.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react@18.3.1)': + '@payloadcms/plugin-seo@2.3.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react@18.3.1)': dependencies: - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) react: 18.3.1 - '@payloadcms/richtext-slate@1.5.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@payloadcms/richtext-slate@1.5.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@faceless-ui/modal': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) i18next: 22.5.1 is-hotkey: 0.2.0 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) react: 18.3.1 react-i18next: 11.18.6(i18next@22.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) slate: 0.91.4 @@ -17199,12 +17201,12 @@ snapshots: - react-dom - react-native - '@payloadcms/richtext-slate@1.5.2(payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@payloadcms/richtext-slate@1.5.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@faceless-ui/modal': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) i18next: 22.5.1 is-hotkey: 0.2.0 - payload: 2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + payload: 2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) react: 18.3.1 react-i18next: 11.18.6(i18next@22.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) slate: 0.91.4 @@ -17220,11 +17222,11 @@ snapshots: '@pkgr/core@0.1.1': {} - '@playwright/test@1.45.1': + '@playwright/test@1.45.3': dependencies: - playwright: 1.45.1 + playwright: 1.45.3 - '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(type-fest@4.21.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5))': + '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(type-fest@4.23.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5))': dependencies: ansi-html: 0.0.9 core-js-pure: 3.37.1 @@ -17236,10 +17238,10 @@ snapshots: source-map: 0.7.4 webpack: 5.93.0(esbuild@0.21.5) optionalDependencies: - type-fest: 4.21.0 + type-fest: 4.23.0 webpack-hot-middleware: 2.26.1 - '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(type-fest@4.21.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0)': + '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(type-fest@4.23.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0)': dependencies: ansi-html: 0.0.9 core-js-pure: 3.37.1 @@ -17251,14 +17253,14 @@ snapshots: source-map: 0.7.4 webpack: 5.93.0 optionalDependencies: - type-fest: 4.21.0 + type-fest: 4.23.0 webpack-hot-middleware: 2.26.1 '@polka/url@1.0.0-next.25': {} '@popperjs/core@2.11.8': {} - '@prisma/instrumentation@5.16.1': + '@prisma/instrumentation@5.17.0': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) @@ -17268,17 +17270,17 @@ snapshots: '@radix-ui/number@1.0.1': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/primitive@1.0.1': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/primitive@1.1.0': {} '@radix-ui/react-arrow@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -17288,7 +17290,7 @@ snapshots: '@radix-ui/react-collection@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -17313,7 +17315,7 @@ snapshots: '@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 @@ -17326,7 +17328,7 @@ snapshots: '@radix-ui/react-context@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 @@ -17339,7 +17341,7 @@ snapshots: '@radix-ui/react-direction@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 @@ -17352,7 +17354,7 @@ snapshots: '@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/primitive': 1.0.1 '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -17366,14 +17368,14 @@ snapshots: '@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 '@radix-ui/react-focus-scope@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) @@ -17385,7 +17387,7 @@ snapshots: '@radix-ui/react-id@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: @@ -17400,7 +17402,7 @@ snapshots: '@radix-ui/react-popper@1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) @@ -17419,7 +17421,7 @@ snapshots: '@radix-ui/react-portal@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -17429,7 +17431,7 @@ snapshots: '@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -17465,7 +17467,7 @@ snapshots: '@radix-ui/react-select@1.2.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -17504,7 +17506,7 @@ snapshots: '@radix-ui/react-slot@1.0.2(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: @@ -17560,7 +17562,7 @@ snapshots: '@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 @@ -17573,7 +17575,7 @@ snapshots: '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: @@ -17588,7 +17590,7 @@ snapshots: '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: @@ -17596,7 +17598,7 @@ snapshots: '@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 @@ -17609,14 +17611,14 @@ snapshots: '@radix-ui/react-use-previous@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 '@radix-ui/react-use-rect@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/rect': 1.0.1 react: 18.3.1 optionalDependencies: @@ -17624,7 +17626,7 @@ snapshots: '@radix-ui/react-use-size@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: @@ -17632,7 +17634,7 @@ snapshots: '@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -17642,7 +17644,7 @@ snapshots: '@radix-ui/rect@1.0.1': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@react-leaflet/core@2.1.0(leaflet@1.9.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -17650,32 +17652,35 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-spring/animated@9.7.3(react@18.3.1)': + '@react-spring/animated@9.7.4(react@18.3.1)': dependencies: - '@react-spring/shared': 9.7.3(react@18.3.1) - '@react-spring/types': 9.7.3 + '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/types': 9.7.4 react: 18.3.1 - '@react-spring/core@9.7.3(react@18.3.1)': + '@react-spring/core@9.7.4(react@18.3.1)': dependencies: - '@react-spring/animated': 9.7.3(react@18.3.1) - '@react-spring/shared': 9.7.3(react@18.3.1) - '@react-spring/types': 9.7.3 + '@react-spring/animated': 9.7.4(react@18.3.1) + '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/types': 9.7.4 react: 18.3.1 - '@react-spring/shared@9.7.3(react@18.3.1)': + '@react-spring/rafz@9.7.4': {} + + '@react-spring/shared@9.7.4(react@18.3.1)': dependencies: - '@react-spring/types': 9.7.3 + '@react-spring/rafz': 9.7.4 + '@react-spring/types': 9.7.4 react: 18.3.1 - '@react-spring/types@9.7.3': {} + '@react-spring/types@9.7.4': {} - '@react-spring/web@9.7.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@react-spring/web@9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@react-spring/animated': 9.7.3(react@18.3.1) - '@react-spring/core': 9.7.3(react@18.3.1) - '@react-spring/shared': 9.7.3(react@18.3.1) - '@react-spring/types': 9.7.3 + '@react-spring/animated': 9.7.4(react@18.3.1) + '@react-spring/core': 9.7.4(react@18.3.1) + '@react-spring/shared': 9.7.4(react@18.3.1) + '@react-spring/types': 9.7.4 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -17709,7 +17714,7 @@ snapshots: estree-walker: 2.0.2 glob: 10.4.5 is-reference: 1.2.1 - magic-string: 0.30.10 + magic-string: 0.30.11 optionalDependencies: rollup: 3.29.4 @@ -17725,7 +17730,7 @@ snapshots: dependencies: react: 18.3.1 - '@rushstack/eslint-patch@1.10.3': {} + '@rushstack/eslint-patch@1.10.4': {} '@sendgrid/client@6.5.5': dependencies: @@ -17761,31 +17766,31 @@ snapshots: transitivePeerDependencies: - debug - '@sentry-internal/browser-utils@8.17.0': + '@sentry-internal/browser-utils@8.21.0': dependencies: - '@sentry/core': 8.17.0 - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry/core': 8.21.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 - '@sentry-internal/feedback@8.17.0': + '@sentry-internal/feedback@8.21.0': dependencies: - '@sentry/core': 8.17.0 - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry/core': 8.21.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 - '@sentry-internal/replay-canvas@8.17.0': + '@sentry-internal/replay-canvas@8.21.0': dependencies: - '@sentry-internal/replay': 8.17.0 - '@sentry/core': 8.17.0 - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry-internal/replay': 8.21.0 + '@sentry/core': 8.21.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 - '@sentry-internal/replay@8.17.0': + '@sentry-internal/replay@8.21.0': dependencies: - '@sentry-internal/browser-utils': 8.17.0 - '@sentry/core': 8.17.0 - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry-internal/browser-utils': 8.21.0 + '@sentry/core': 8.21.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 '@sentry-internal/tracing@7.118.0': dependencies: @@ -17795,21 +17800,21 @@ snapshots: '@sentry/babel-plugin-component-annotate@2.20.1': {} - '@sentry/browser@8.17.0': + '@sentry/browser@8.21.0': dependencies: - '@sentry-internal/browser-utils': 8.17.0 - '@sentry-internal/feedback': 8.17.0 - '@sentry-internal/replay': 8.17.0 - '@sentry-internal/replay-canvas': 8.17.0 - '@sentry/core': 8.17.0 - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry-internal/browser-utils': 8.21.0 + '@sentry-internal/feedback': 8.21.0 + '@sentry-internal/replay': 8.21.0 + '@sentry-internal/replay-canvas': 8.21.0 + '@sentry/core': 8.21.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 '@sentry/bundler-plugin-core@2.20.1(encoding@0.1.13)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@sentry/babel-plugin-component-annotate': 2.20.1 - '@sentry/cli': 2.32.1(encoding@0.1.13) + '@sentry/cli': 2.33.0(encoding@0.1.13) dotenv: 16.4.5 find-up: 5.0.0 glob: 9.3.5 @@ -17819,28 +17824,28 @@ snapshots: - encoding - supports-color - '@sentry/cli-darwin@2.32.1': + '@sentry/cli-darwin@2.33.0': optional: true - '@sentry/cli-linux-arm64@2.32.1': + '@sentry/cli-linux-arm64@2.33.0': optional: true - '@sentry/cli-linux-arm@2.32.1': + '@sentry/cli-linux-arm@2.33.0': optional: true - '@sentry/cli-linux-i686@2.32.1': + '@sentry/cli-linux-i686@2.33.0': optional: true - '@sentry/cli-linux-x64@2.32.1': + '@sentry/cli-linux-x64@2.33.0': optional: true - '@sentry/cli-win32-i686@2.32.1': + '@sentry/cli-win32-i686@2.33.0': optional: true - '@sentry/cli-win32-x64@2.32.1': + '@sentry/cli-win32-x64@2.33.0': optional: true - '@sentry/cli@2.32.1(encoding@0.1.13)': + '@sentry/cli@2.33.0(encoding@0.1.13)': dependencies: https-proxy-agent: 5.0.1 node-fetch: 2.7.0(encoding@0.1.13) @@ -17848,13 +17853,13 @@ snapshots: proxy-from-env: 1.1.0 which: 2.0.2 optionalDependencies: - '@sentry/cli-darwin': 2.32.1 - '@sentry/cli-linux-arm': 2.32.1 - '@sentry/cli-linux-arm64': 2.32.1 - '@sentry/cli-linux-i686': 2.32.1 - '@sentry/cli-linux-x64': 2.32.1 - '@sentry/cli-win32-i686': 2.32.1 - '@sentry/cli-win32-x64': 2.32.1 + '@sentry/cli-darwin': 2.33.0 + '@sentry/cli-linux-arm': 2.33.0 + '@sentry/cli-linux-arm64': 2.33.0 + '@sentry/cli-linux-i686': 2.33.0 + '@sentry/cli-linux-x64': 2.33.0 + '@sentry/cli-win32-i686': 2.33.0 + '@sentry/cli-win32-x64': 2.33.0 transitivePeerDependencies: - encoding - supports-color @@ -17864,10 +17869,10 @@ snapshots: '@sentry/types': 7.118.0 '@sentry/utils': 7.118.0 - '@sentry/core@8.17.0': + '@sentry/core@8.21.0': dependencies: - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 '@sentry/integrations@7.118.0': dependencies: @@ -17876,26 +17881,26 @@ snapshots: '@sentry/utils': 7.118.0 localforage: 1.10.0 - '@sentry/nextjs@8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': + '@sentry/nextjs@8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': dependencies: '@opentelemetry/instrumentation-http': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 '@rollup/plugin-commonjs': 26.0.1(rollup@3.29.4) - '@sentry/core': 8.17.0 - '@sentry/node': 8.17.0 - '@sentry/opentelemetry': 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) - '@sentry/react': 8.17.0(react@18.3.1) - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 - '@sentry/vercel-edge': 8.17.0 - '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + '@sentry/core': 8.21.0 + '@sentry/node': 8.21.0 + '@sentry/opentelemetry': 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/react': 8.21.0(react@18.3.1) + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 + '@sentry/vercel-edge': 8.21.0 + '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) chalk: 3.0.0 - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) resolve: 1.22.8 rollup: 3.29.4 stacktrace-parser: 0.1.10 optionalDependencies: - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) transitivePeerDependencies: - '@opentelemetry/api' - '@opentelemetry/core' @@ -17905,26 +17910,26 @@ snapshots: - react - supports-color - '@sentry/nextjs@8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)))': + '@sentry/nextjs@8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)))': dependencies: '@opentelemetry/instrumentation-http': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 '@rollup/plugin-commonjs': 26.0.1(rollup@3.29.4) - '@sentry/core': 8.17.0 - '@sentry/node': 8.17.0 - '@sentry/opentelemetry': 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) - '@sentry/react': 8.17.0(react@18.3.1) - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 - '@sentry/vercel-edge': 8.17.0 - '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + '@sentry/core': 8.21.0 + '@sentry/node': 8.21.0 + '@sentry/opentelemetry': 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/react': 8.21.0(react@18.3.1) + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 + '@sentry/vercel-edge': 8.21.0 + '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) chalk: 3.0.0 - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) resolve: 1.22.8 rollup: 3.29.4 stacktrace-parser: 0.1.10 optionalDependencies: - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)) transitivePeerDependencies: - '@opentelemetry/api' - '@opentelemetry/core' @@ -17934,21 +17939,21 @@ snapshots: - react - supports-color - '@sentry/nextjs@8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0)': + '@sentry/nextjs@8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0)': dependencies: '@opentelemetry/instrumentation-http': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 '@rollup/plugin-commonjs': 26.0.1(rollup@3.29.4) - '@sentry/core': 8.17.0 - '@sentry/node': 8.17.0 - '@sentry/opentelemetry': 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) - '@sentry/react': 8.17.0(react@18.3.1) - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 - '@sentry/vercel-edge': 8.17.0 + '@sentry/core': 8.21.0 + '@sentry/node': 8.21.0 + '@sentry/opentelemetry': 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/react': 8.21.0(react@18.3.1) + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 + '@sentry/vercel-edge': 8.21.0 '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0) chalk: 3.0.0 - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) resolve: 1.22.8 rollup: 3.29.4 stacktrace-parser: 0.1.10 @@ -17971,14 +17976,14 @@ snapshots: '@sentry/types': 7.118.0 '@sentry/utils': 7.118.0 - '@sentry/node@8.17.0': + '@sentry/node@8.21.0': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/context-async-hooks': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation-connect': 0.38.0(@opentelemetry/api@1.9.0) - '@opentelemetry/instrumentation-express': 0.41.0(@opentelemetry/api@1.9.0) + '@opentelemetry/instrumentation-express': 0.41.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation-fastify': 0.38.0(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation-graphql': 0.42.0(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation-hapi': 0.40.0(@opentelemetry/api@1.9.0) @@ -17995,70 +18000,71 @@ snapshots: '@opentelemetry/resources': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 - '@prisma/instrumentation': 5.16.1 - '@sentry/core': 8.17.0 - '@sentry/opentelemetry': 8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@prisma/instrumentation': 5.17.0 + '@sentry/core': 8.21.0 + '@sentry/opentelemetry': 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 + import-in-the-middle: 1.11.0 optionalDependencies: opentelemetry-instrumentation-fetch-node: 1.2.3(@opentelemetry/api@1.9.0) transitivePeerDependencies: - supports-color - '@sentry/opentelemetry@8.17.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)': + '@sentry/opentelemetry@8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 - '@sentry/core': 8.17.0 - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry/core': 8.21.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 - '@sentry/react@8.17.0(react@18.3.1)': + '@sentry/react@8.21.0(react@18.3.1)': dependencies: - '@sentry/browser': 8.17.0 - '@sentry/core': 8.17.0 - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry/browser': 8.21.0 + '@sentry/core': 8.21.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 hoist-non-react-statics: 3.3.2 react: 18.3.1 '@sentry/types@7.118.0': {} - '@sentry/types@8.17.0': {} + '@sentry/types@8.21.0': {} '@sentry/utils@7.118.0': dependencies: '@sentry/types': 7.118.0 - '@sentry/utils@8.17.0': + '@sentry/utils@8.21.0': dependencies: - '@sentry/types': 8.17.0 + '@sentry/types': 8.21.0 - '@sentry/vercel-edge@8.17.0': + '@sentry/vercel-edge@8.21.0': dependencies: - '@sentry/core': 8.17.0 - '@sentry/types': 8.17.0 - '@sentry/utils': 8.17.0 + '@sentry/core': 8.21.0 + '@sentry/types': 8.21.0 + '@sentry/utils': 8.21.0 - '@sentry/webpack-plugin@2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': + '@sentry/webpack-plugin@2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': dependencies: '@sentry/bundler-plugin-core': 2.20.1(encoding@0.1.13) unplugin: 1.0.1 uuid: 9.0.1 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) transitivePeerDependencies: - encoding - supports-color - '@sentry/webpack-plugin@2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)))': + '@sentry/webpack-plugin@2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)))': dependencies: '@sentry/bundler-plugin-core': 2.20.1(encoding@0.1.13) unplugin: 1.0.1 uuid: 9.0.1 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)) transitivePeerDependencies: - encoding - supports-color @@ -18115,18 +18121,18 @@ snapshots: '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 - '@smithy/core@2.2.6': + '@smithy/core@2.3.1': dependencies: - '@smithy/middleware-endpoint': 3.0.5 - '@smithy/middleware-retry': 3.0.9 + '@smithy/middleware-endpoint': 3.1.0 + '@smithy/middleware-retry': 3.0.13 '@smithy/middleware-serde': 3.0.3 - '@smithy/protocol-http': 4.0.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/protocol-http': 4.1.0 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 - '@smithy/credential-provider-imds@3.1.4': + '@smithy/credential-provider-imds@3.2.0': dependencies: '@smithy/node-config-provider': 3.1.4 '@smithy/property-provider': 3.1.3 @@ -18141,7 +18147,7 @@ snapshots: '@smithy/util-hex-encoding': 3.0.0 tslib: 2.6.3 - '@smithy/eventstream-serde-browser@3.0.4': + '@smithy/eventstream-serde-browser@3.0.5': dependencies: '@smithy/eventstream-serde-universal': 3.0.4 '@smithy/types': 3.3.0 @@ -18164,9 +18170,9 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 - '@smithy/fetch-http-handler@3.2.1': + '@smithy/fetch-http-handler@3.2.4': dependencies: - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/querystring-builder': 3.0.3 '@smithy/types': 3.3.0 '@smithy/util-base64': 3.0.0 @@ -18211,13 +18217,13 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 - '@smithy/middleware-content-length@3.0.3': + '@smithy/middleware-content-length@3.0.5': dependencies: - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 tslib: 2.6.3 - '@smithy/middleware-endpoint@3.0.5': + '@smithy/middleware-endpoint@3.1.0': dependencies: '@smithy/middleware-serde': 3.0.3 '@smithy/node-config-provider': 3.1.4 @@ -18227,12 +18233,12 @@ snapshots: '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 - '@smithy/middleware-retry@3.0.9': + '@smithy/middleware-retry@3.0.13': dependencies: '@smithy/node-config-provider': 3.1.4 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/service-error-classification': 3.0.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 @@ -18256,10 +18262,10 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 - '@smithy/node-http-handler@3.1.2': + '@smithy/node-http-handler@3.1.4': dependencies: '@smithy/abort-controller': 3.1.1 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/querystring-builder': 3.0.3 '@smithy/types': 3.3.0 tslib: 2.6.3 @@ -18269,7 +18275,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 - '@smithy/protocol-http@4.0.3': + '@smithy/protocol-http@4.1.0': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 @@ -18294,9 +18300,10 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 - '@smithy/signature-v4@3.1.2': + '@smithy/signature-v4@4.1.0': dependencies: '@smithy/is-array-buffer': 3.0.0 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 '@smithy/util-hex-encoding': 3.0.0 '@smithy/util-middleware': 3.0.3 @@ -18304,13 +18311,13 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 - '@smithy/smithy-client@3.1.7': + '@smithy/smithy-client@3.1.11': dependencies: - '@smithy/middleware-endpoint': 3.0.5 + '@smithy/middleware-endpoint': 3.1.0 '@smithy/middleware-stack': 3.0.3 - '@smithy/protocol-http': 4.0.3 + '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 - '@smithy/util-stream': 3.0.6 + '@smithy/util-stream': 3.1.3 tslib: 2.6.3 '@smithy/types@3.3.0': @@ -18351,21 +18358,21 @@ snapshots: dependencies: tslib: 2.6.3 - '@smithy/util-defaults-mode-browser@3.0.9': + '@smithy/util-defaults-mode-browser@3.0.13': dependencies: '@smithy/property-provider': 3.1.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 bowser: 2.11.0 tslib: 2.6.3 - '@smithy/util-defaults-mode-node@3.0.9': + '@smithy/util-defaults-mode-node@3.0.13': dependencies: '@smithy/config-resolver': 3.0.5 - '@smithy/credential-provider-imds': 3.1.4 + '@smithy/credential-provider-imds': 3.2.0 '@smithy/node-config-provider': 3.1.4 '@smithy/property-provider': 3.1.3 - '@smithy/smithy-client': 3.1.7 + '@smithy/smithy-client': 3.1.11 '@smithy/types': 3.3.0 tslib: 2.6.3 @@ -18390,10 +18397,10 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 - '@smithy/util-stream@3.0.6': + '@smithy/util-stream@3.1.3': dependencies: - '@smithy/fetch-http-handler': 3.2.1 - '@smithy/node-http-handler': 3.1.2 + '@smithy/fetch-http-handler': 3.2.4 + '@smithy/node-http-handler': 3.1.4 '@smithy/types': 3.3.0 '@smithy/util-base64': 3.0.0 '@smithy/util-buffer-from': 3.0.0 @@ -18430,13 +18437,13 @@ snapshots: polished: 4.3.1 uuid: 9.0.1 - '@storybook/addon-actions@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-actions@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 '@types/uuid': 9.0.8 dequal: 2.0.3 polished: 4.3.1 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) uuid: 9.0.1 '@storybook/addon-backgrounds@7.6.20': @@ -18445,11 +18452,11 @@ snapshots: memoizerific: 1.11.3 ts-dedent: 2.2.0 - '@storybook/addon-backgrounds@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-backgrounds@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 memoizerific: 1.11.3 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 '@storybook/addon-controls@7.6.20(@types/react-dom@18.3.0)(@types/react@18.3.3)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -18465,11 +18472,11 @@ snapshots: - react-dom - supports-color - '@storybook/addon-controls@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-controls@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: dequal: 2.0.3 lodash: 4.17.21 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 '@storybook/addon-docs@7.6.20(@types/react-dom@18.3.0)(@types/react@18.3.3)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -18501,21 +18508,21 @@ snapshots: - encoding - supports-color - '@storybook/addon-docs@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-docs@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@mdx-js/react': 3.0.1(@types/react@18.3.3)(react@18.3.1) - '@storybook/blocks': 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/csf-plugin': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@storybook/blocks': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/csf-plugin': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/global': 5.0.0 - '@storybook/react-dom-shim': 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@storybook/react-dom-shim': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@types/react': 18.3.3 fs-extra: 11.2.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) rehype-external-links: 3.0.0 rehype-slug: 6.0.0 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -18544,18 +18551,18 @@ snapshots: - encoding - supports-color - '@storybook/addon-essentials@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': - dependencies: - '@storybook/addon-actions': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/addon-backgrounds': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/addon-controls': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/addon-docs': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/addon-highlight': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/addon-measure': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/addon-outline': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/addon-toolbars': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/addon-viewport': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + '@storybook/addon-essentials@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': + dependencies: + '@storybook/addon-actions': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/addon-backgrounds': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/addon-controls': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/addon-docs': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/addon-highlight': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/addon-measure': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/addon-outline': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/addon-toolbars': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/addon-viewport': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -18564,18 +18571,18 @@ snapshots: dependencies: '@storybook/global': 5.0.0 - '@storybook/addon-highlight@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-highlight@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) - '@storybook/addon-interactions@8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-interactions@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/test': 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@storybook/instrumenter': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/test': 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) polished: 4.3.1 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 transitivePeerDependencies: - '@jest/globals' @@ -18584,13 +18591,13 @@ snapshots: - jest - vitest - '@storybook/addon-interactions@8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-interactions@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/test': 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@storybook/instrumenter': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/test': 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) polished: 4.3.1 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 transitivePeerDependencies: - '@jest/globals' @@ -18607,11 +18614,11 @@ snapshots: optionalDependencies: react: 18.3.1 - '@storybook/addon-links@8.2.2(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-links@8.2.6(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/csf': 0.1.11 '@storybook/global': 5.0.0 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 optionalDependencies: react: 18.3.1 @@ -18621,10 +18628,10 @@ snapshots: '@storybook/global': 5.0.0 tiny-invariant: 1.3.3 - '@storybook/addon-measure@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-measure@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) tiny-invariant: 1.3.3 '@storybook/addon-outline@7.6.20': @@ -18632,26 +18639,26 @@ snapshots: '@storybook/global': 5.0.0 ts-dedent: 2.2.0 - '@storybook/addon-outline@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-outline@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 '@storybook/addon-toolbars@7.6.20': {} - '@storybook/addon-toolbars@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-toolbars@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) '@storybook/addon-viewport@7.6.20': dependencies: memoizerific: 1.11.3 - '@storybook/addon-viewport@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/addon-viewport@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: memoizerific: 1.11.3 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) '@storybook/addons@7.6.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -18675,7 +18682,7 @@ snapshots: '@storybook/preview-api': 7.6.20 '@storybook/theming': 7.6.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@storybook/types': 7.6.20 - '@types/lodash': 4.17.6 + '@types/lodash': 4.17.7 color-convert: 2.0.1 dequal: 2.0.3 lodash: 4.17.21 @@ -18695,12 +18702,12 @@ snapshots: - encoding - supports-color - '@storybook/blocks@8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/blocks@8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/csf': 0.1.11 '@storybook/global': 5.0.0 - '@storybook/icons': 1.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@types/lodash': 4.17.6 + '@storybook/icons': 1.2.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@types/lodash': 4.17.7 color-convert: 2.0.1 dequal: 2.0.3 lodash: 4.17.21 @@ -18708,7 +18715,7 @@ snapshots: memoizerific: 1.11.3 polished: 4.3.1 react-colorful: 5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) telejson: 7.2.0 ts-dedent: 2.2.0 util-deprecate: 1.0.2 @@ -18716,10 +18723,10 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/builder-webpack5@8.2.2(esbuild@0.21.5)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3)': + '@storybook/builder-webpack5@8.2.6(esbuild@0.21.5)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/core-webpack': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@types/node': 18.19.39 + '@storybook/core-webpack': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@types/node': 18.19.42 '@types/semver': 7.5.8 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -18728,18 +18735,18 @@ snapshots: css-loader: 6.11.0(webpack@5.93.0(esbuild@0.21.5)) es-module-lexer: 1.5.4 express: 4.19.2 - fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.5.3)(webpack@5.93.0(esbuild@0.21.5)) + fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.5.4)(webpack@5.93.0(esbuild@0.21.5)) fs-extra: 11.2.0 html-webpack-plugin: 5.6.0(webpack@5.93.0(esbuild@0.21.5)) - magic-string: 0.30.10 + magic-string: 0.30.11 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.6.2 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + semver: 7.6.3 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) style-loader: 3.3.4(webpack@5.93.0(esbuild@0.21.5)) terser-webpack-plugin: 5.3.10(esbuild@0.21.5)(webpack@5.93.0(esbuild@0.21.5)) ts-dedent: 2.2.0 - url: 0.11.3 + url: 0.11.4 util: 0.12.5 util-deprecate: 1.0.2 webpack: 5.93.0(esbuild@0.21.5) @@ -18747,7 +18754,7 @@ snapshots: webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -18756,10 +18763,10 @@ snapshots: - uglify-js - webpack-cli - '@storybook/builder-webpack5@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3)': + '@storybook/builder-webpack5@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/core-webpack': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@types/node': 18.19.39 + '@storybook/core-webpack': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@types/node': 18.19.42 '@types/semver': 7.5.8 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -18768,18 +18775,18 @@ snapshots: css-loader: 6.11.0(webpack@5.93.0) es-module-lexer: 1.5.4 express: 4.19.2 - fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.5.3)(webpack@5.93.0) + fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.5.4)(webpack@5.93.0) fs-extra: 11.2.0 html-webpack-plugin: 5.6.0(webpack@5.93.0) - magic-string: 0.30.10 + magic-string: 0.30.11 path-browserify: 1.0.1 process: 0.11.10 - semver: 7.6.2 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + semver: 7.6.3 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) style-loader: 3.3.4(webpack@5.93.0) terser-webpack-plugin: 5.3.10(webpack@5.93.0) ts-dedent: 2.2.0 - url: 0.11.3 + url: 0.11.4 util: 0.12.5 util-deprecate: 1.0.2 webpack: 5.93.0 @@ -18787,7 +18794,7 @@ snapshots: webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -18814,9 +18821,9 @@ snapshots: telejson: 7.2.0 tiny-invariant: 1.3.3 - '@storybook/cli@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))': + '@storybook/cli@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))': dependencies: - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) transitivePeerDependencies: - '@babel/preset-env' - bufferutil @@ -18836,19 +18843,19 @@ snapshots: dependencies: '@storybook/global': 5.0.0 - '@storybook/codemod@8.2.2': + '@storybook/codemod@8.2.6': dependencies: - '@babel/core': 7.24.8 - '@babel/preset-env': 7.24.8(@babel/core@7.24.8) - '@babel/types': 7.24.8 - '@storybook/core': 8.2.2 + '@babel/core': 7.25.2 + '@babel/preset-env': 7.25.2(@babel/core@7.25.2) + '@babel/types': 7.25.2 + '@storybook/core': 8.2.6 '@storybook/csf': 0.1.11 '@types/cross-spawn': 6.0.6 cross-spawn: 7.0.3 globby: 14.0.2 - jscodeshift: 0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + jscodeshift: 0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2)) lodash: 4.17.21 - prettier: 3.3.2 + prettier: 3.3.3 recast: 0.23.9 tiny-invariant: 1.3.3 transitivePeerDependencies: @@ -18874,6 +18881,10 @@ snapshots: - '@types/react' - '@types/react-dom' + '@storybook/components@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': + dependencies: + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) + '@storybook/core-client@7.6.20': dependencies: '@storybook/client-logger': 7.6.20 @@ -18885,12 +18896,12 @@ snapshots: '@storybook/node-logger': 7.6.20 '@storybook/types': 7.6.20 '@types/find-cache-dir': 3.2.1 - '@types/node': 18.19.39 + '@types/node': 18.19.42 '@types/node-fetch': 2.6.11 '@types/pretty-hrtime': 1.0.3 chalk: 4.1.2 esbuild: 0.18.20 - esbuild-register: 3.5.0(esbuild@0.18.20) + esbuild-register: 3.6.0(esbuild@0.18.20) file-system-cache: 2.3.0 find-cache-dir: 3.3.2 find-up: 5.0.0 @@ -18916,20 +18927,20 @@ snapshots: dependencies: ts-dedent: 2.2.0 - '@storybook/core-webpack@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/core-webpack@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: - '@types/node': 18.19.39 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + '@types/node': 18.19.42 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 - '@storybook/core@8.2.2': + '@storybook/core@8.2.6': dependencies: '@storybook/csf': 0.1.11 '@types/express': 4.17.21 - '@types/node': 18.19.39 + '@types/node': 18.19.42 browser-assert: 1.2.1 esbuild: 0.21.5 - esbuild-register: 3.5.0(esbuild@0.21.5) + esbuild-register: 3.6.0(esbuild@0.21.5) express: 4.19.2 process: 0.11.10 recast: 0.23.9 @@ -18943,21 +18954,21 @@ snapshots: '@storybook/csf-plugin@7.6.20': dependencies: '@storybook/csf-tools': 7.6.20 - unplugin: 1.11.0 + unplugin: 1.12.0 transitivePeerDependencies: - supports-color - '@storybook/csf-plugin@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/csf-plugin@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) - unplugin: 1.11.0 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) + unplugin: 1.12.0 '@storybook/csf-tools@7.6.20': dependencies: - '@babel/generator': 7.24.8 - '@babel/parser': 7.24.8 - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/generator': 7.25.0 + '@babel/parser': 7.25.0 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 '@storybook/csf': 0.1.11 '@storybook/types': 7.6.20 fs-extra: 11.2.0 @@ -18985,16 +18996,16 @@ snapshots: '@storybook/global@5.0.0': {} - '@storybook/icons@1.2.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@storybook/icons@1.2.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/instrumenter@8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/instrumenter@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 '@vitest/utils': 1.6.0 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) util: 0.12.5 '@storybook/manager-api@7.6.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -19037,56 +19048,60 @@ snapshots: - react - react-dom + '@storybook/manager-api@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': + dependencies: + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) + '@storybook/mdx2-csf@1.1.0': {} - '@storybook/nextjs@8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(babel-plugin-macros@3.1.0)(esbuild@0.21.5)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(type-fest@4.21.0)(typescript@5.5.3)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5))': - dependencies: - '@babel/core': 7.24.8 - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.24.8) - '@babel/preset-env': 7.24.8(@babel/core@7.24.8) - '@babel/preset-react': 7.24.7(@babel/core@7.24.8) - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.8) - '@babel/runtime': 7.24.8 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@4.21.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5)) - '@storybook/builder-webpack5': 8.2.2(esbuild@0.21.5)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) - '@storybook/preset-react-webpack': 8.2.2(esbuild@0.21.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) - '@storybook/react': 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) - '@storybook/test': 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@types/node': 18.19.39 + '@storybook/nextjs@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(babel-plugin-macros@3.1.0)(esbuild@0.21.5)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5))': + dependencies: + '@babel/core': 7.25.2 + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.25.2) + '@babel/preset-env': 7.25.2(@babel/core@7.25.2) + '@babel/preset-react': 7.24.7(@babel/core@7.25.2) + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) + '@babel/runtime': 7.25.0 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@4.23.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5)) + '@storybook/builder-webpack5': 8.2.6(esbuild@0.21.5)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/preset-react-webpack': 8.2.6(esbuild@0.21.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/react': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/test': 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@types/node': 18.19.42 '@types/semver': 7.5.8 - babel-loader: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0(esbuild@0.21.5)) + babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.21.5)) css-loader: 6.11.0(webpack@5.93.0(esbuild@0.21.5)) find-up: 5.0.0 fs-extra: 11.2.0 image-size: 1.1.1 loader-utils: 3.3.1 - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) node-polyfill-webpack-plugin: 2.0.1(webpack@5.93.0(esbuild@0.21.5)) - pnp-webpack-plugin: 1.7.0(typescript@5.5.3) - postcss: 8.4.39 - postcss-loader: 8.1.1(postcss@8.4.39)(typescript@5.5.3)(webpack@5.93.0(esbuild@0.21.5)) + pnp-webpack-plugin: 1.7.0(typescript@5.5.4) + postcss: 8.4.40 + postcss-loader: 8.1.1(postcss@8.4.40)(typescript@5.5.4)(webpack@5.93.0(esbuild@0.21.5)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-refresh: 0.14.2 resolve-url-loader: 5.0.0 sass-loader: 12.6.0(sass@1.69.4)(webpack@5.93.0(esbuild@0.21.5)) - semver: 7.6.2 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + semver: 7.6.3 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) style-loader: 3.3.4(webpack@5.93.0(esbuild@0.21.5)) - styled-jsx: 5.1.1(@babel/core@7.24.8)(babel-plugin-macros@3.1.0)(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@18.3.1) ts-dedent: 2.2.0 tsconfig-paths: 4.2.0 tsconfig-paths-webpack-plugin: 4.1.0 optionalDependencies: sharp: 0.33.4 - typescript: 5.5.3 + typescript: 5.5.4 webpack: 5.93.0(esbuild@0.21.5) transitivePeerDependencies: - '@jest/globals' @@ -19112,54 +19127,54 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/nextjs@8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(type-fest@4.21.0)(typescript@5.5.3)(webpack-hot-middleware@2.26.1)(webpack@5.93.0)': - dependencies: - '@babel/core': 7.24.8 - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.24.8) - '@babel/preset-env': 7.24.8(@babel/core@7.24.8) - '@babel/preset-react': 7.24.7(@babel/core@7.24.8) - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.8) - '@babel/runtime': 7.24.8 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@4.21.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0) - '@storybook/builder-webpack5': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) - '@storybook/preset-react-webpack': 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) - '@storybook/react': 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) - '@storybook/test': 8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@types/node': 18.19.39 + '@storybook/nextjs@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0)': + dependencies: + '@babel/core': 7.25.2 + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.25.2) + '@babel/preset-env': 7.25.2(@babel/core@7.25.2) + '@babel/preset-react': 7.24.7(@babel/core@7.25.2) + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) + '@babel/runtime': 7.25.0 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@4.23.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0) + '@storybook/builder-webpack5': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/preset-react-webpack': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/react': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/test': 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@types/node': 18.19.42 '@types/semver': 7.5.8 - babel-loader: 9.1.3(@babel/core@7.24.8)(webpack@5.93.0) + babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0) css-loader: 6.11.0(webpack@5.93.0) find-up: 5.0.0 fs-extra: 11.2.0 image-size: 1.1.1 loader-utils: 3.3.1 - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) node-polyfill-webpack-plugin: 2.0.1(webpack@5.93.0) - pnp-webpack-plugin: 1.7.0(typescript@5.5.3) - postcss: 8.4.39 - postcss-loader: 8.1.1(postcss@8.4.39)(typescript@5.5.3)(webpack@5.93.0) + pnp-webpack-plugin: 1.7.0(typescript@5.5.4) + postcss: 8.4.40 + postcss-loader: 8.1.1(postcss@8.4.40)(typescript@5.5.4)(webpack@5.93.0) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-refresh: 0.14.2 resolve-url-loader: 5.0.0 sass-loader: 12.6.0(sass@1.69.4)(webpack@5.93.0) - semver: 7.6.2 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + semver: 7.6.3 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) style-loader: 3.3.4(webpack@5.93.0) - styled-jsx: 5.1.1(@babel/core@7.24.8)(babel-plugin-macros@3.1.0)(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@18.3.1) ts-dedent: 2.2.0 tsconfig-paths: 4.2.0 tsconfig-paths-webpack-plugin: 4.1.0 optionalDependencies: sharp: 0.33.4 - typescript: 5.5.3 + typescript: 5.5.4 webpack: 5.93.0 transitivePeerDependencies: - '@jest/globals' @@ -19189,26 +19204,26 @@ snapshots: '@storybook/postinstall@7.6.20': {} - '@storybook/preset-react-webpack@8.2.2(esbuild@0.21.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3)': + '@storybook/preset-react-webpack@8.2.6(esbuild@0.21.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/core-webpack': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/react': 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.5.3)(webpack@5.93.0(esbuild@0.21.5)) - '@types/node': 18.19.39 + '@storybook/core-webpack': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/react': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.5.4)(webpack@5.93.0(esbuild@0.21.5)) + '@types/node': 18.19.42 '@types/semver': 7.5.8 find-up: 5.0.0 fs-extra: 11.2.0 - magic-string: 0.30.10 + magic-string: 0.30.11 react: 18.3.1 react-docgen: 7.0.3 react-dom: 18.3.1(react@18.3.1) resolve: 1.22.8 - semver: 7.6.2 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + semver: 7.6.3 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) tsconfig-paths: 4.2.0 webpack: 5.93.0(esbuild@0.21.5) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - '@swc/core' - esbuild @@ -19216,26 +19231,26 @@ snapshots: - uglify-js - webpack-cli - '@storybook/preset-react-webpack@8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3)': + '@storybook/preset-react-webpack@8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/core-webpack': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) - '@storybook/react': 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.5.3)(webpack@5.93.0) - '@types/node': 18.19.39 + '@storybook/core-webpack': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/react': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.5.4)(webpack@5.93.0) + '@types/node': 18.19.42 '@types/semver': 7.5.8 find-up: 5.0.0 fs-extra: 11.2.0 - magic-string: 0.30.10 + magic-string: 0.30.11 react: 18.3.1 react-docgen: 7.0.3 react-dom: 18.3.1(react@18.3.1) resolve: 1.22.8 - semver: 7.6.2 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + semver: 7.6.3 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) tsconfig-paths: 4.2.0 webpack: 5.93.0 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - '@swc/core' - esbuild @@ -19277,30 +19292,34 @@ snapshots: ts-dedent: 2.2.0 util-deprecate: 1.0.2 - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.5.3)(webpack@5.93.0(esbuild@0.21.5))': + '@storybook/preview-api@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': + dependencies: + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) + + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.5.4)(webpack@5.93.0(esbuild@0.21.5))': dependencies: - debug: 4.3.5 + debug: 4.3.6 endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.7 - react-docgen-typescript: 2.2.2(typescript@5.5.3) + react-docgen-typescript: 2.2.2(typescript@5.5.4) tslib: 2.6.3 - typescript: 5.5.3 + typescript: 5.5.4 webpack: 5.93.0(esbuild@0.21.5) transitivePeerDependencies: - supports-color - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.5.3)(webpack@5.93.0)': + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.5.4)(webpack@5.93.0)': dependencies: - debug: 4.3.5 + debug: 4.3.6 endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.7 - react-docgen-typescript: 2.2.2(typescript@5.5.3) + react-docgen-typescript: 2.2.2(typescript@5.5.4) tslib: 2.6.3 - typescript: 5.5.3 + typescript: 5.5.4 webpack: 5.93.0 transitivePeerDependencies: - supports-color @@ -19310,13 +19329,13 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/react-dom-shim@8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/react-dom-shim@8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) - '@storybook/react@7.6.20(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.3)': + '@storybook/react@7.6.20(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)': dependencies: '@storybook/client-logger': 7.6.20 '@storybook/core-client': 7.6.20 @@ -19327,7 +19346,7 @@ snapshots: '@storybook/types': 7.6.20 '@types/escodegen': 0.0.6 '@types/estree': 0.0.51 - '@types/node': 18.19.39 + '@types/node': 18.19.42 acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) acorn-walk: 7.2.0 @@ -19342,18 +19361,22 @@ snapshots: type-fest: 2.19.0 util-deprecate: 1.0.2 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - encoding - supports-color - '@storybook/react@8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))(typescript@5.5.3)': + '@storybook/react@8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: + '@storybook/components': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@storybook/global': 5.0.0 - '@storybook/react-dom-shim': 8.2.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@storybook/manager-api': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/preview-api': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/react-dom-shim': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) + '@storybook/theming': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@types/escodegen': 0.0.6 '@types/estree': 0.0.51 - '@types/node': 18.19.39 + '@types/node': 18.19.42 acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) acorn-walk: 7.2.0 @@ -19364,13 +19387,13 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-element-to-jsx-string: 15.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - semver: 7.6.2 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + semver: 7.6.3 + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) ts-dedent: 2.2.0 type-fest: 2.19.0 util-deprecate: 1.0.2 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 '@storybook/router@7.6.17': dependencies: @@ -19384,16 +19407,16 @@ snapshots: memoizerific: 1.11.3 qs: 6.12.3 - '@storybook/test@8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/test@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/csf': 0.1.11 - '@storybook/instrumenter': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@storybook/instrumenter': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@testing-library/dom': 10.1.0 - '@testing-library/jest-dom': 6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)) + '@testing-library/jest-dom': 6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)) '@testing-library/user-event': 14.5.2(@testing-library/dom@10.1.0) '@vitest/expect': 1.6.0 '@vitest/spy': 1.6.0 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) util: 0.12.5 transitivePeerDependencies: - '@jest/globals' @@ -19402,16 +19425,16 @@ snapshots: - jest - vitest - '@storybook/test@8.2.2(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)))': + '@storybook/test@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': dependencies: '@storybook/csf': 0.1.11 - '@storybook/instrumenter': 8.2.2(storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@storybook/instrumenter': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2))) '@testing-library/dom': 10.1.0 - '@testing-library/jest-dom': 6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)) + '@testing-library/jest-dom': 6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)) '@testing-library/user-event': 14.5.2(@testing-library/dom@10.1.0) '@vitest/expect': 1.6.0 '@vitest/spy': 1.6.0 - storybook: 8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) util: 0.12.5 transitivePeerDependencies: - '@jest/globals' @@ -19422,7 +19445,7 @@ snapshots: '@storybook/theming@7.6.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@18.3.1) '@storybook/client-logger': 7.6.17 '@storybook/global': 5.0.0 memoizerific: 1.11.3 @@ -19431,13 +19454,17 @@ snapshots: '@storybook/theming@7.6.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.3.1) + '@emotion/use-insertion-effect-with-fallbacks': 1.1.0(react@18.3.1) '@storybook/client-logger': 7.6.20 '@storybook/global': 5.0.0 memoizerific: 1.11.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) + '@storybook/theming@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)))': + dependencies: + storybook: 8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)) + '@storybook/types@7.6.17': dependencies: '@storybook/channels': 7.6.17 @@ -19452,56 +19479,56 @@ snapshots: '@types/express': 4.17.21 file-system-cache: 2.3.0 - '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.24.8)': + '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.24.8)': + '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.24.8)': + '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.24.8)': + '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.24.8)': + '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.24.8)': + '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.24.8)': + '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.24.8)': + '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - '@svgr/babel-preset@8.1.0(@babel/core@7.24.8)': + '@svgr/babel-preset@8.1.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.8 - '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.24.8) - '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.24.8) - '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.24.8) - '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.24.8) - '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.24.8) - '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.24.8) - '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.24.8) - '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.25.2) + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.25.2) + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.25.2) + '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.25.2) + '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.25.2) + '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.25.2) + '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.25.2) + '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.25.2) - '@svgr/core@8.1.0(typescript@5.5.3)': + '@svgr/core@8.1.0(typescript@5.5.4)': dependencies: - '@babel/core': 7.24.8 - '@svgr/babel-preset': 8.1.0(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@svgr/babel-preset': 8.1.0(@babel/core@7.25.2) camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.5.3) + cosmiconfig: 8.3.6(typescript@5.5.4) snake-case: 3.0.4 transitivePeerDependencies: - supports-color @@ -19509,38 +19536,38 @@ snapshots: '@svgr/hast-util-to-babel-ast@8.0.0': dependencies: - '@babel/types': 7.24.8 + '@babel/types': 7.25.2 entities: 4.5.0 - '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.3))': + '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.4))': dependencies: - '@babel/core': 7.24.8 - '@svgr/babel-preset': 8.1.0(@babel/core@7.24.8) - '@svgr/core': 8.1.0(typescript@5.5.3) + '@babel/core': 7.25.2 + '@svgr/babel-preset': 8.1.0(@babel/core@7.25.2) + '@svgr/core': 8.1.0(typescript@5.5.4) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 transitivePeerDependencies: - supports-color - '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.5.3))(typescript@5.5.3)': + '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.5.4))(typescript@5.5.4)': dependencies: - '@svgr/core': 8.1.0(typescript@5.5.3) - cosmiconfig: 8.3.6(typescript@5.5.3) + '@svgr/core': 8.1.0(typescript@5.5.4) + cosmiconfig: 8.3.6(typescript@5.5.4) deepmerge: 4.3.1 svgo: 3.3.2 transitivePeerDependencies: - typescript - '@svgr/webpack@8.1.0(typescript@5.5.3)': + '@svgr/webpack@8.1.0(typescript@5.5.4)': dependencies: - '@babel/core': 7.24.8 - '@babel/plugin-transform-react-constant-elements': 7.24.7(@babel/core@7.24.8) - '@babel/preset-env': 7.24.8(@babel/core@7.24.8) - '@babel/preset-react': 7.24.7(@babel/core@7.24.8) - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.8) - '@svgr/core': 8.1.0(typescript@5.5.3) - '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.3)) - '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.5.3))(typescript@5.5.3) + '@babel/core': 7.25.2 + '@babel/plugin-transform-react-constant-elements': 7.25.1(@babel/core@7.25.2) + '@babel/preset-env': 7.25.2(@babel/core@7.25.2) + '@babel/preset-react': 7.24.7(@babel/core@7.25.2) + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) + '@svgr/core': 8.1.0(typescript@5.5.4) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.4)) + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.5.4))(typescript@5.5.4) transitivePeerDependencies: - supports-color - typescript @@ -19548,67 +19575,67 @@ snapshots: '@swc/core-darwin-arm64@1.6.1': optional: true - '@swc/core-darwin-arm64@1.6.13': + '@swc/core-darwin-arm64@1.7.3': optional: true '@swc/core-darwin-x64@1.6.1': optional: true - '@swc/core-darwin-x64@1.6.13': + '@swc/core-darwin-x64@1.7.3': optional: true '@swc/core-linux-arm-gnueabihf@1.6.1': optional: true - '@swc/core-linux-arm-gnueabihf@1.6.13': + '@swc/core-linux-arm-gnueabihf@1.7.3': optional: true '@swc/core-linux-arm64-gnu@1.6.1': optional: true - '@swc/core-linux-arm64-gnu@1.6.13': + '@swc/core-linux-arm64-gnu@1.7.3': optional: true '@swc/core-linux-arm64-musl@1.6.1': optional: true - '@swc/core-linux-arm64-musl@1.6.13': + '@swc/core-linux-arm64-musl@1.7.3': optional: true '@swc/core-linux-x64-gnu@1.6.1': optional: true - '@swc/core-linux-x64-gnu@1.6.13': + '@swc/core-linux-x64-gnu@1.7.3': optional: true '@swc/core-linux-x64-musl@1.6.1': optional: true - '@swc/core-linux-x64-musl@1.6.13': + '@swc/core-linux-x64-musl@1.7.3': optional: true '@swc/core-win32-arm64-msvc@1.6.1': optional: true - '@swc/core-win32-arm64-msvc@1.6.13': + '@swc/core-win32-arm64-msvc@1.7.3': optional: true '@swc/core-win32-ia32-msvc@1.6.1': optional: true - '@swc/core-win32-ia32-msvc@1.6.13': + '@swc/core-win32-ia32-msvc@1.7.3': optional: true '@swc/core-win32-x64-msvc@1.6.1': optional: true - '@swc/core-win32-x64-msvc@1.6.13': + '@swc/core-win32-x64-msvc@1.7.3': optional: true '@swc/core@1.6.1(@swc/helpers@0.5.5)': dependencies: '@swc/counter': 0.1.3 - '@swc/types': 0.1.9 + '@swc/types': 0.1.12 optionalDependencies: '@swc/core-darwin-arm64': 1.6.1 '@swc/core-darwin-x64': 1.6.1 @@ -19622,21 +19649,21 @@ snapshots: '@swc/core-win32-x64-msvc': 1.6.1 '@swc/helpers': 0.5.5 - '@swc/core@1.6.13(@swc/helpers@0.5.5)': + '@swc/core@1.7.3(@swc/helpers@0.5.5)': dependencies: '@swc/counter': 0.1.3 - '@swc/types': 0.1.9 + '@swc/types': 0.1.12 optionalDependencies: - '@swc/core-darwin-arm64': 1.6.13 - '@swc/core-darwin-x64': 1.6.13 - '@swc/core-linux-arm-gnueabihf': 1.6.13 - '@swc/core-linux-arm64-gnu': 1.6.13 - '@swc/core-linux-arm64-musl': 1.6.13 - '@swc/core-linux-x64-gnu': 1.6.13 - '@swc/core-linux-x64-musl': 1.6.13 - '@swc/core-win32-arm64-msvc': 1.6.13 - '@swc/core-win32-ia32-msvc': 1.6.13 - '@swc/core-win32-x64-msvc': 1.6.13 + '@swc/core-darwin-arm64': 1.7.3 + '@swc/core-darwin-x64': 1.7.3 + '@swc/core-linux-arm-gnueabihf': 1.7.3 + '@swc/core-linux-arm64-gnu': 1.7.3 + '@swc/core-linux-arm64-musl': 1.7.3 + '@swc/core-linux-x64-gnu': 1.7.3 + '@swc/core-linux-x64-musl': 1.7.3 + '@swc/core-win32-arm64-msvc': 1.7.3 + '@swc/core-win32-ia32-msvc': 1.7.3 + '@swc/core-win32-x64-msvc': 1.7.3 '@swc/helpers': 0.5.5 '@swc/counter@0.1.3': {} @@ -19653,14 +19680,14 @@ snapshots: pirates: 4.0.6 source-map-support: 0.5.21 - '@swc/types@0.1.9': + '@swc/types@0.1.12': dependencies: '@swc/counter': 0.1.3 '@testing-library/dom@10.1.0': dependencies: '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@types/aria-query': 5.0.4 aria-query: 5.3.0 chalk: 4.1.2 @@ -19671,7 +19698,7 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -19679,10 +19706,10 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/jest-dom@6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0))': + '@testing-library/jest-dom@6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))': dependencies: '@adobe/css-tools': 4.4.0 - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 aria-query: 5.3.0 chalk: 3.0.0 css.escape: 1.5.1 @@ -19692,12 +19719,12 @@ snapshots: optionalDependencies: '@jest/globals': 29.7.0 '@types/jest': 29.5.12 - jest: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + jest: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) - '@testing-library/jest-dom@6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.10))': + '@testing-library/jest-dom@6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))': dependencies: '@adobe/css-tools': 4.4.0 - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 aria-query: 5.3.0 chalk: 3.0.0 css.escape: 1.5.1 @@ -19707,26 +19734,22 @@ snapshots: optionalDependencies: '@jest/globals': 29.7.0 '@types/jest': 29.5.12 - jest: 29.7.0(@types/node@20.14.10) + jest: 29.7.0(@types/node@20.14.13) - '@testing-library/jest-dom@6.4.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(babel-plugin-macros@3.1.0))': + '@testing-library/jest-dom@6.4.8': dependencies: '@adobe/css-tools': 4.4.0 - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 aria-query: 5.3.0 chalk: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.6.3 lodash: 4.17.21 redent: 3.0.0 - optionalDependencies: - '@jest/globals': 29.7.0 - '@types/jest': 29.5.12 - jest: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) '@testing-library/react@14.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@testing-library/dom': 9.3.4 '@types/react-dom': 18.3.0 react: 18.3.1 @@ -19757,43 +19780,43 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.24.8 - '@babel/types': 7.24.8 + '@babel/parser': 7.25.0 + '@babel/types': 7.25.2 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.24.8 + '@babel/types': 7.25.2 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.24.8 - '@babel/types': 7.24.8 + '@babel/parser': 7.25.0 + '@babel/types': 7.25.2 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.24.8 + '@babel/types': 7.25.2 '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/caseless@0.12.5': {} '@types/connect@3.4.36': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/connect@3.4.38': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/d3-array@3.2.1': {} @@ -19845,10 +19868,10 @@ snapshots: '@types/eslint-scope@3.7.7': dependencies: - '@types/eslint': 8.56.10 + '@types/eslint': 9.6.0 '@types/estree': 1.0.5 - '@types/eslint@8.56.10': + '@types/eslint@9.6.0': dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 @@ -19859,7 +19882,7 @@ snapshots: '@types/express-serve-static-core@4.19.5': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -19878,11 +19901,11 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/hast@3.0.4': dependencies: @@ -19916,7 +19939,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.14.10 + '@types/node': 22.0.0 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 @@ -19926,9 +19949,9 @@ snapshots: '@types/lodash-es@4.17.12': dependencies: - '@types/lodash': 4.17.6 + '@types/lodash': 4.17.7 - '@types/lodash@4.17.6': {} + '@types/lodash@4.17.7': {} '@types/mdast@3.0.15': dependencies: @@ -19942,32 +19965,36 @@ snapshots: '@types/mysql@2.15.22': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/node-fetch@2.6.11': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 form-data: 4.0.0 '@types/node@12.20.55': {} '@types/node@14.18.63': {} - '@types/node@18.19.39': + '@types/node@18.19.42': dependencies: undici-types: 5.26.5 - '@types/node@20.14.10': + '@types/node@20.14.13': dependencies: undici-types: 5.26.5 + '@types/node@22.0.0': + dependencies: + undici-types: 6.11.1 + '@types/nodemailer-sendgrid@1.0.3': dependencies: '@types/nodemailer': 6.4.15 '@types/nodemailer@6.4.15': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/parse-json@4.0.2': {} @@ -19977,7 +20004,7 @@ snapshots: '@types/pg@8.6.1': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 pg-protocol: 1.6.1 pg-types: 2.2.0 @@ -20011,7 +20038,7 @@ snapshots: '@types/request@2.48.12': dependencies: '@types/caseless': 0.12.5 - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/tough-cookie': 4.0.5 form-data: 2.5.1 @@ -20022,12 +20049,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/send': 0.17.4 '@types/shimmer@1.2.0': {} @@ -20046,7 +20073,7 @@ snapshots: '@types/whatwg-url@8.2.2': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 '@types/webidl-conversions': 7.0.3 '@types/yargs-parser@21.0.3': {} @@ -20055,16 +20082,16 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3)': + '@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@typescript-eslint/scope-manager': 7.2.0 '@typescript-eslint/types': 7.2.0 - '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.4) '@typescript-eslint/visitor-keys': 7.2.0 - debug: 4.3.5 + debug: 4.3.6 eslint: 8.57.0 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color @@ -20082,46 +20109,46 @@ snapshots: '@typescript-eslint/types@7.2.0': {} - '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.5 + debug: 4.3.6 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.6.2 - tsutils: 3.21.0(typescript@5.5.3) + semver: 7.6.3 + tsutils: 3.21.0(typescript@5.5.4) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.2.0(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@7.2.0(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 7.2.0 '@typescript-eslint/visitor-keys': 7.2.0 - debug: 4.3.5 + debug: 4.3.6 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.5.3) + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.5.3)': + '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) eslint: 8.57.0 eslint-scope: 5.1.1 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript @@ -20138,32 +20165,32 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@videojs/http-streaming@3.13.1(video.js@8.16.1)': + '@videojs/http-streaming@3.13.1(video.js@8.17.1)': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@videojs/vhs-utils': 4.0.0 aes-decrypter: 4.0.1 global: 4.4.0 m3u8-parser: 7.1.0 mpd-parser: 1.3.0 mux.js: 7.0.3 - video.js: 8.16.1 + video.js: 8.17.1 '@videojs/vhs-utils@3.0.5': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 global: 4.4.0 url-toolkit: 2.2.5 '@videojs/vhs-utils@4.0.0': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 global: 4.4.0 url-toolkit: 2.2.5 '@videojs/xhr@2.7.0': dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 global: 4.4.0 is-function: 1.0.2 @@ -20171,7 +20198,7 @@ snapshots: dependencies: '@vitest/spy': 1.6.0 '@vitest/utils': 1.6.0 - chai: 4.4.1 + chai: 4.5.0 '@vitest/spy@1.6.0': dependencies: @@ -20260,9 +20287,9 @@ snapshots: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 - '@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': + '@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': dependencies: - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) webpack-cli: 4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0) '@webpack-cli/info@1.5.0(webpack-cli@4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0))': @@ -20330,7 +20357,7 @@ snapshots: mime-types: 2.1.35 negotiator: 0.6.3 - ace-builds@1.35.2: {} + ace-builds@1.35.4: {} acorn-globals@7.0.1: dependencies: @@ -20373,20 +20400,20 @@ snapshots: aes-decrypter@4.0.1: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@videojs/vhs-utils': 3.0.5 global: 4.4.0 pkcs7: 1.0.4 agent-base@6.0.2: dependencies: - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color agent-base@7.1.1: dependencies: - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color @@ -20411,17 +20438,17 @@ snapshots: transitivePeerDependencies: - encoding - ajv-formats@2.1.1(ajv@8.16.0): + ajv-formats@2.1.1(ajv@8.17.1): optionalDependencies: - ajv: 8.16.0 + ajv: 8.17.1 ajv-keywords@3.5.2(ajv@6.12.6): dependencies: ajv: 6.12.6 - ajv-keywords@5.1.0(ajv@8.16.0): + ajv-keywords@5.1.0(ajv@8.17.1): dependencies: - ajv: 8.16.0 + ajv: 8.17.1 fast-deep-equal: 3.1.3 ajv@6.12.6: @@ -20431,12 +20458,12 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.16.0: + ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 + fast-uri: 3.0.1 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - uri-js: 4.4.1 ansi-colors@4.1.3: {} @@ -20444,7 +20471,9 @@ snapshots: dependencies: type-fest: 0.21.3 - ansi-escapes@6.2.1: {} + ansi-escapes@7.0.0: + dependencies: + environment: 1.1.0 ansi-html-community@0.0.8: {} @@ -20473,9 +20502,9 @@ snapshots: normalize-path: 3.0.0 picomatch: 2.3.1 - apollo-link-rest@0.9.0(@apollo/client@3.10.8(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(graphql@15.9.0)(qs@6.12.3): + apollo-link-rest@0.9.0(@apollo/client@3.11.1(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(graphql@15.9.0)(qs@6.12.3): dependencies: - '@apollo/client': 3.10.8(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@apollo/client': 3.11.1(@types/react@18.3.3)(graphql@15.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) graphql: 15.9.0 qs: 6.12.3 @@ -20576,13 +20605,6 @@ snapshots: es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 - array.prototype.toreversed@1.1.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.7 @@ -20639,7 +20661,7 @@ snapshots: autoprefixer@10.4.19(postcss@8.4.31): dependencies: browserslist: 4.23.2 - caniuse-lite: 1.0.30001641 + caniuse-lite: 1.0.30001645 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 @@ -20650,7 +20672,7 @@ snapshots: dependencies: possible-typed-array-names: 1.0.0 - aws-sdk@2.1658.0: + aws-sdk@2.1665.0: dependencies: buffer: 4.9.2 events: 1.1.1 @@ -20667,7 +20689,7 @@ snapshots: aws4@1.13.0: {} - axe-core@4.9.1: {} + axe-core@4.10.0: {} axios@1.7.2: dependencies: @@ -20681,40 +20703,40 @@ snapshots: dependencies: deep-equal: 2.2.3 - babel-core@7.0.0-bridge.0(@babel/core@7.24.8): + babel-core@7.0.0-bridge.0(@babel/core@7.25.2): dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 - babel-jest@29.7.0(@babel/core@7.24.8): + babel-jest@29.7.0(@babel/core@7.25.2): dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@jest/transform': 29.7.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.24.8) + babel-preset-jest: 29.6.3(@babel/core@7.25.2) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 transitivePeerDependencies: - supports-color - babel-loader@9.1.3(@babel/core@7.24.8)(webpack@5.93.0(esbuild@0.18.20)): + babel-loader@9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.18.20)): dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.93.0(esbuild@0.18.20) - babel-loader@9.1.3(@babel/core@7.24.8)(webpack@5.93.0(esbuild@0.21.5)): + babel-loader@9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.21.5)): dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.93.0(esbuild@0.21.5) - babel-loader@9.1.3(@babel/core@7.24.8)(webpack@5.93.0): + babel-loader@9.1.3(@babel/core@7.25.2)(webpack@5.93.0): dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.93.0 @@ -20731,14 +20753,14 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: - '@babel/template': 7.24.7 - '@babel/types': 7.24.8 + '@babel/template': 7.25.0 + '@babel/types': 7.25.2 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 cosmiconfig: 7.1.0 resolve: 1.22.8 @@ -20750,56 +20772,56 @@ snapshots: reselect: 4.1.8 resolve: 1.22.8 - babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.8): + babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2): dependencies: - '@babel/compat-data': 7.24.8 - '@babel/core': 7.24.8 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.8) + '@babel/compat-data': 7.25.2 + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.8): + babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.25.2): dependencies: - '@babel/core': 7.24.8 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) core-js-compat: 3.37.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.8): + babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.2): dependencies: - '@babel/core': 7.24.8 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color babel-plugin-transform-imports@2.0.0: dependencies: - '@babel/types': 7.24.8 + '@babel/types': 7.25.2 is-valid-path: 0.1.1 - babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.8): - dependencies: - '@babel/core': 7.24.8 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.8) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.8) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.8) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.8) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.8) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.8) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.8) - - babel-preset-jest@29.6.3(@babel/core@7.24.8): - dependencies: - '@babel/core': 7.24.8 + babel-preset-current-node-syntax@1.0.1(@babel/core@7.25.2): + dependencies: + '@babel/core': 7.25.2 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) + + babel-preset-jest@29.6.3(@babel/core@7.25.2): + dependencies: + '@babel/core': 7.25.2 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.8) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.25.2) balanced-match@1.0.2: {} @@ -20931,7 +20953,7 @@ snapshots: browserify-rsa: 4.1.0 create-hash: 1.2.0 create-hmac: 1.1.7 - elliptic: 6.5.5 + elliptic: 6.5.6 hash-base: 3.0.4 inherits: 2.0.4 parse-asn1: 5.1.7 @@ -20944,9 +20966,9 @@ snapshots: browserslist@4.23.2: dependencies: - caniuse-lite: 1.0.30001641 - electron-to-chromium: 1.4.827 - node-releases: 2.0.14 + caniuse-lite: 1.0.30001645 + electron-to-chromium: 1.5.4 + node-releases: 2.0.18 update-browserslist-db: 1.1.0(browserslist@4.23.2) bser@2.1.1: @@ -21044,7 +21066,7 @@ snapshots: camelcase: 8.0.0 map-obj: 5.0.0 quick-lru: 6.1.2 - type-fest: 4.21.0 + type-fest: 4.23.0 camelcase@5.3.1: {} @@ -21052,7 +21074,7 @@ snapshots: camelcase@8.0.0: {} - caniuse-lite@1.0.30001641: {} + caniuse-lite@1.0.30001645: {} case-sensitive-paths-webpack-plugin@2.4.0: {} @@ -21063,7 +21085,7 @@ snapshots: adler-32: 1.3.1 crc-32: 1.2.2 - chai@4.4.1: + chai@4.5.0: dependencies: assertion-error: 1.1.0 check-error: 1.0.3 @@ -21071,7 +21093,7 @@ snapshots: get-func-name: 2.0.2 loupe: 2.3.7 pathval: 1.1.1 - type-detect: 4.0.8 + type-detect: 4.1.0 chalk@2.4.2: dependencies: @@ -21159,9 +21181,9 @@ snapshots: dependencies: restore-cursor: 3.1.0 - cli-cursor@4.0.0: + cli-cursor@5.0.0: dependencies: - restore-cursor: 4.0.0 + restore-cursor: 5.1.0 cli-spinners@2.9.2: {} @@ -21253,7 +21275,7 @@ snapshots: compressible@2.0.18: dependencies: - mime-db: 1.52.0 + mime-db: 1.53.0 compression@1.7.4: dependencies: @@ -21273,8 +21295,8 @@ snapshots: conf@10.2.0: dependencies: - ajv: 8.16.0 - ajv-formats: 2.1.1(ajv@8.16.0) + ajv: 8.17.1 + ajv-formats: 2.1.1(ajv@8.17.1) atomically: 1.7.0 debounce-fn: 4.0.0 dot-prop: 6.0.1 @@ -21282,7 +21304,7 @@ snapshots: json-schema-typed: 7.0.3 onetime: 5.1.2 pkg-up: 3.1.0 - semver: 7.6.2 + semver: 7.6.3 confbox@0.1.7: {} @@ -21341,23 +21363,23 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@8.3.6(typescript@5.5.3): + cosmiconfig@8.3.6(typescript@5.5.4): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.5.3): + cosmiconfig@9.0.0(typescript@5.5.4): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 crawler-user-agents@1.0.142: {} @@ -21366,7 +21388,7 @@ snapshots: create-ecdh@4.0.4: dependencies: bn.js: 4.12.0 - elliptic: 6.5.5 + elliptic: 6.5.6 create-hash@1.2.0: dependencies: @@ -21385,13 +21407,13 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - create-jest@29.7.0(@types/node@20.14.10): + create-jest@29.7.0(@types/node@20.14.13): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.10) + jest-config: 29.7.0(@types/node@20.14.13) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -21401,28 +21423,13 @@ snapshots: - ts-node optional: true - create-jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)): + create-jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - create-jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) + jest-config: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -21477,7 +21484,7 @@ snapshots: postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 - css-loader@5.2.7(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + css-loader@5.2.7(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: icss-utils: 5.1.0(postcss@8.4.31) loader-utils: 2.0.4 @@ -21488,45 +21495,45 @@ snapshots: postcss-modules-values: 4.0.0(postcss@8.4.31) postcss-value-parser: 4.2.0 schema-utils: 3.3.0 - semver: 7.6.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + semver: 7.6.3 + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) css-loader@6.11.0(webpack@5.93.0(esbuild@0.21.5)): dependencies: - icss-utils: 5.1.0(postcss@8.4.39) - postcss: 8.4.39 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.39) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.39) - postcss-modules-scope: 3.2.0(postcss@8.4.39) - postcss-modules-values: 4.0.0(postcss@8.4.39) + icss-utils: 5.1.0(postcss@8.4.40) + postcss: 8.4.40 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.40) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.40) + postcss-modules-scope: 3.2.0(postcss@8.4.40) + postcss-modules-values: 4.0.0(postcss@8.4.40) postcss-value-parser: 4.2.0 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: webpack: 5.93.0(esbuild@0.21.5) css-loader@6.11.0(webpack@5.93.0): dependencies: - icss-utils: 5.1.0(postcss@8.4.39) - postcss: 8.4.39 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.39) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.39) - postcss-modules-scope: 3.2.0(postcss@8.4.39) - postcss-modules-values: 4.0.0(postcss@8.4.39) + icss-utils: 5.1.0(postcss@8.4.40) + postcss: 8.4.40 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.40) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.40) + postcss-modules-scope: 3.2.0(postcss@8.4.40) + postcss-modules-values: 4.0.0(postcss@8.4.40) postcss-value-parser: 4.2.0 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: webpack: 5.93.0 css-loader@7.1.2(webpack@5.93.0): dependencies: - icss-utils: 5.1.0(postcss@8.4.39) - postcss: 8.4.39 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.39) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.39) - postcss-modules-scope: 3.2.0(postcss@8.4.39) - postcss-modules-values: 4.0.0(postcss@8.4.39) + icss-utils: 5.1.0(postcss@8.4.40) + postcss: 8.4.40 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.40) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.40) + postcss-modules-scope: 3.2.0(postcss@8.4.40) + postcss-modules-values: 4.0.0(postcss@8.4.40) postcss-value-parser: 4.2.0 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: webpack: 5.93.0 @@ -21562,7 +21569,7 @@ snapshots: css-vendor@2.0.8: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 is-in-browser: 1.1.3 css-what@6.1.0: {} @@ -21755,7 +21762,7 @@ snapshots: date-fns@2.30.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 date-fns@3.6.0: {} @@ -21779,7 +21786,7 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.3.5: + debug@4.3.6: dependencies: ms: 2.1.2 @@ -21797,7 +21804,7 @@ snapshots: deep-eql@4.1.4: dependencies: - type-detect: 4.0.8 + type-detect: 4.1.0 deep-equal@2.2.2: dependencies: @@ -21941,7 +21948,7 @@ snapshots: dom-helpers@5.2.1: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 csstype: 3.1.3 dom-serializer@1.4.1: @@ -22022,9 +22029,9 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.4.827: {} + electron-to-chromium@1.5.4: {} - elliptic@6.5.5: + elliptic@6.5.6: dependencies: bn.js: 4.12.0 brorand: 1.1.0 @@ -22066,7 +22073,7 @@ snapshots: memory-fs: 0.2.0 tapable: 0.1.10 - enhanced-resolve@5.17.0: + enhanced-resolve@5.17.1: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 @@ -22084,6 +22091,8 @@ snapshots: envinfo@7.13.0: {} + environment@1.1.0: {} + err-code@2.0.3: optional: true @@ -22226,16 +22235,16 @@ snapshots: es6-iterator: 2.0.3 es6-symbol: 3.1.4 - esbuild-register@3.5.0(esbuild@0.18.20): + esbuild-register@3.6.0(esbuild@0.18.20): dependencies: - debug: 4.3.5 + debug: 4.3.6 esbuild: 0.18.20 transitivePeerDependencies: - supports-color - esbuild-register@3.5.0(esbuild@0.21.5): + esbuild-register@3.6.0(esbuild@0.21.5): dependencies: - debug: 4.3.5 + debug: 4.3.6 esbuild: 0.21.5 transitivePeerDependencies: - supports-color @@ -22313,54 +22322,54 @@ snapshots: dependencies: confusing-browser-globals: 1.0.11 eslint: 8.57.0 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0) object.assign: 4.1.5 object.entries: 1.1.8 semver: 6.3.1 - eslint-config-airbnb@19.0.4(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react@7.34.3(eslint@8.57.0))(eslint@8.57.0): + eslint-config-airbnb@19.0.4(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react@7.35.0(eslint@8.57.0))(eslint@8.57.0): dependencies: eslint: 8.57.0 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) - eslint-plugin-react: 7.34.3(eslint@8.57.0) + eslint-plugin-react: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) object.assign: 4.1.5 object.entries: 1.1.8 - eslint-config-next@14.2.5(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0)(typescript@5.5.3): + eslint-config-next@14.2.5(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0)(typescript@5.5.4): dependencies: '@next/eslint-plugin-next': 14.2.5 - '@rushstack/eslint-patch': 1.10.3 - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.3) + '@rushstack/eslint-patch': 1.10.4 + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) - eslint-plugin-react: 7.34.3(eslint@8.57.0) + eslint-plugin-react: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color - eslint-config-next@14.2.5(eslint@8.57.0)(typescript@5.5.3): + eslint-config-next@14.2.5(eslint@8.57.0)(typescript@5.5.4): dependencies: '@next/eslint-plugin-next': 14.2.5 - '@rushstack/eslint-patch': 1.10.3 - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.3) + '@rushstack/eslint-patch': 1.10.4 + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) - eslint-plugin-react: 7.34.3(eslint@8.57.0) + eslint-plugin-react: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color @@ -22369,14 +22378,14 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-config-turbo@2.0.6(eslint@8.57.0): + eslint-config-turbo@2.0.10(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-plugin-turbo: 2.0.6(eslint@8.57.0) + eslint-plugin-turbo: 2.0.10(eslint@8.57.0) - eslint-import-resolver-babel-module@5.3.2(@babel/core@7.24.8)(babel-plugin-module-resolver@4.1.0): + eslint-import-resolver-babel-module@5.3.2(@babel/core@7.25.2)(babel-plugin-module-resolver@4.1.0): dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 babel-plugin-module-resolver: 4.1.0 pkg-up: 3.1.0 resolve: 1.22.8 @@ -22390,21 +22399,21 @@ snapshots: eslint-import-resolver-node@0.3.9: dependencies: debug: 3.2.7 - is-core-module: 2.14.0 + is-core-module: 2.15.0 resolve: 1.22.8 transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0): dependencies: - debug: 4.3.5 - enhanced-resolve: 5.17.0 + debug: 4.3.6 + enhanced-resolve: 5.17.1 eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0) fast-glob: 3.3.2 - get-tsconfig: 4.7.5 - is-core-module: 2.14.0 + get-tsconfig: 4.7.6 + is-core-module: 2.15.0 is-glob: 4.0.3 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -22412,16 +22421,16 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): dependencies: - debug: 4.3.5 - enhanced-resolve: 5.17.0 + debug: 4.3.6 + enhanced-resolve: 5.17.1 eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) fast-glob: 3.3.2 - get-tsconfig: 4.7.5 - is-core-module: 2.14.0 + get-tsconfig: 4.7.6 + is-core-module: 2.15.0 is-glob: 4.0.3 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -22429,7 +22438,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: array.prototype.find: 2.2.3 debug: 3.2.7 @@ -22438,16 +22447,16 @@ snapshots: find-root: 1.1.0 hasown: 2.0.2 interpret: 1.4.0 - is-core-module: 2.14.0 + is-core-module: 2.15.0 is-regex: 1.1.4 lodash: 4.17.21 resolve: 2.0.0-next.5 semver: 5.7.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) transitivePeerDependencies: - supports-color - eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))): + eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))): dependencies: array.prototype.find: 2.2.3 debug: 3.2.7 @@ -22456,12 +22465,12 @@ snapshots: find-root: 1.1.0 hasown: 2.0.2 interpret: 1.4.0 - is-core-module: 2.14.0 + is-core-module: 2.15.0 is-regex: 1.1.4 lodash: 4.17.21 resolve: 2.0.0-next.5 semver: 5.7.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)) transitivePeerDependencies: - supports-color @@ -22474,7 +22483,7 @@ snapshots: find-root: 1.1.0 hasown: 2.0.2 interpret: 1.4.0 - is-core-module: 2.14.0 + is-core-module: 2.15.0 is-regex: 1.1.4 lodash: 4.17.21 resolve: 2.0.0-next.5 @@ -22492,7 +22501,7 @@ snapshots: find-root: 1.1.0 hasown: 2.0.2 interpret: 1.4.0 - is-core-module: 2.14.0 + is-core-module: 2.15.0 is-regex: 1.1.4 lodash: 4.17.21 resolve: 2.0.0-next.5 @@ -22501,40 +22510,40 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-import-resolver-webpack: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-webpack: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(eslint@8.57.0): + eslint-module-utils@2.8.1(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-webpack: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + eslint-import-resolver-webpack: 0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -22544,9 +22553,9 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))))(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))))(eslint@8.57.0) hasown: 2.0.2 - is-core-module: 2.14.0 + is-core-module: 2.15.0 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.8 @@ -22555,13 +22564,13 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.4) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -22571,9 +22580,9 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) hasown: 2.0.2 - is-core-module: 2.14.0 + is-core-module: 2.15.0 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.8 @@ -22582,7 +22591,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.4) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -22598,9 +22607,9 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(eslint@8.57.0) + eslint-module-utils: 2.8.1(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.1)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(eslint@8.57.0) hasown: 2.0.2 - is-core-module: 2.14.0 + is-core-module: 2.15.0 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.8 @@ -22615,18 +22624,18 @@ snapshots: eslint-plugin-jest-dom@5.4.0(@testing-library/dom@10.1.0)(eslint@8.57.0): dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 eslint: 8.57.0 requireindex: 1.2.0 optionalDependencies: '@testing-library/dom': 10.1.0 - eslint-plugin-jest@27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.3): + eslint-plugin-jest@27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 optionalDependencies: - jest: 29.7.0(@types/node@20.14.10) + jest: 29.7.0(@types/node@20.14.13) transitivePeerDependencies: - supports-color - typescript @@ -22642,7 +22651,7 @@ snapshots: array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 ast-types-flow: 0.0.8 - axe-core: 4.9.1 + axe-core: 4.10.0 axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 @@ -22665,58 +22674,58 @@ snapshots: eslint-plugin-module-resolver@1.5.0: {} - eslint-plugin-playwright@0.19.0(eslint-plugin-jest@27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.3))(eslint@8.57.0): + eslint-plugin-playwright@0.19.0(eslint-plugin-jest@27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.4))(eslint@8.57.0): dependencies: eslint: 8.57.0 globals: 13.24.0 optionalDependencies: - eslint-plugin-jest: 27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.3) + eslint-plugin-jest: 27.9.0(eslint@8.57.0)(jest@29.7.0)(typescript@5.5.4) - eslint-plugin-prettier@5.1.3(@types/eslint@8.56.10)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.2): + eslint-plugin-prettier@5.2.1(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3): dependencies: eslint: 8.57.0 - prettier: 3.3.2 + prettier: 3.3.3 prettier-linter-helpers: 1.0.0 - synckit: 0.8.8 + synckit: 0.9.1 optionalDependencies: - '@types/eslint': 8.56.10 + '@types/eslint': 9.6.0 eslint-config-prettier: 9.1.0(eslint@8.57.0) eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-plugin-react@7.34.3(eslint@8.57.0): + eslint-plugin-react@7.35.0(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 array.prototype.flatmap: 1.3.2 - array.prototype.toreversed: 1.1.2 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 es-iterator-helpers: 1.0.19 eslint: 8.57.0 estraverse: 5.3.0 + hasown: 2.0.2 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 object.entries: 1.1.8 object.fromentries: 2.0.8 - object.hasown: 1.1.4 object.values: 1.2.0 prop-types: 15.8.1 resolve: 2.0.0-next.5 semver: 6.3.1 string.prototype.matchall: 4.0.11 + string.prototype.repeat: 1.0.0 - eslint-plugin-testing-library@6.2.2(eslint@8.57.0)(typescript@5.5.3): + eslint-plugin-testing-library@6.2.2(eslint@8.57.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 transitivePeerDependencies: - supports-color - typescript - eslint-plugin-turbo@2.0.6(eslint@8.57.0): + eslint-plugin-turbo@2.0.10(eslint@8.57.0): dependencies: dotenv: 16.0.3 eslint: 8.57.0 @@ -22748,7 +22757,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.5 + debug: 4.3.6 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -22999,7 +23008,9 @@ snapshots: fast-safe-stringify@2.1.1: {} - fast-xml-parser@4.2.5: + fast-uri@3.0.1: {} + + fast-xml-parser@4.4.1: dependencies: strnum: 1.0.5 @@ -23021,11 +23032,11 @@ snapshots: dependencies: flat-cache: 3.2.0 - file-loader@6.2.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + file-loader@6.2.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) file-loader@6.2.0(webpack@5.93.0(esbuild@0.18.20)): dependencies: @@ -23140,7 +23151,7 @@ snapshots: flatted@3.3.1: {} - flow-parser@0.239.1: {} + flow-parser@0.242.1: {} fn-args@5.0.0: {} @@ -23161,7 +23172,7 @@ snapshots: forever-agent@0.6.1: {} - fork-ts-checker-webpack-plugin@8.0.0(typescript@5.5.3)(webpack@5.93.0(esbuild@0.21.5)): + fork-ts-checker-webpack-plugin@8.0.0(typescript@5.5.4)(webpack@5.93.0(esbuild@0.21.5)): dependencies: '@babel/code-frame': 7.24.7 chalk: 4.1.2 @@ -23173,12 +23184,12 @@ snapshots: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.6.2 + semver: 7.6.3 tapable: 2.2.1 - typescript: 5.5.3 + typescript: 5.5.4 webpack: 5.93.0(esbuild@0.21.5) - fork-ts-checker-webpack-plugin@8.0.0(typescript@5.5.3)(webpack@5.93.0): + fork-ts-checker-webpack-plugin@8.0.0(typescript@5.5.4)(webpack@5.93.0): dependencies: '@babel/code-frame': 7.24.7 chalk: 4.1.2 @@ -23190,9 +23201,9 @@ snapshots: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.6.2 + semver: 7.6.3 tapable: 2.2.1 - typescript: 5.5.3 + typescript: 5.5.4 webpack: 5.93.0 form-data@2.3.3: @@ -23213,21 +23224,21 @@ snapshots: combined-stream: 1.0.8 mime-types: 2.1.35 - formik-mui-lab@1.0.0(uwokqjev6b7ignvfnuri4yvwiy): + formik-mui-lab@1.0.0(zaghcs6biehwgpwawq74yfrfry): dependencies: - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@mui/lab': 5.0.0-alpha.155(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mui/material': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/lab': 5.0.0-alpha.155(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@mui/material': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) formik: 2.4.6(react@18.3.1) react: 18.3.1 tiny-warning: 1.0.3 - formik-mui@5.0.0-alpha.0(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(formik@2.4.6(react@18.3.1))(react@18.3.1)(tiny-warning@1.0.3): + formik-mui@5.0.0-alpha.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@mui/material@5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(formik@2.4.6(react@18.3.1))(react@18.3.1)(tiny-warning@1.0.3): dependencies: - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) - '@mui/material': 5.16.1(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@emotion/styled': 11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) + '@mui/material': 5.16.6(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.0(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) formik: 2.4.6(react@18.3.1) react: 18.3.1 tiny-warning: 1.0.3 @@ -23378,7 +23389,7 @@ snapshots: dependencies: resolve-pkg-maps: 1.0.0 - get-tsconfig@4.7.5: + get-tsconfig@4.7.6: dependencies: resolve-pkg-maps: 1.0.0 @@ -23507,7 +23518,7 @@ snapshots: slash: 5.1.0 unicorn-magic: 0.1.0 - google-auth-library@9.11.0(encoding@0.1.13): + google-auth-library@9.12.0(encoding@0.1.13): dependencies: base64-js: 1.5.1 ecdsa-sig-formatter: 1.0.11 @@ -23523,7 +23534,7 @@ snapshots: dependencies: extend: 3.0.2 gaxios: 6.7.0(encoding@0.1.13) - google-auth-library: 9.11.0(encoding@0.1.13) + google-auth-library: 9.12.0(encoding@0.1.13) qs: 6.12.3 url-template: 2.0.8 uuid: 9.0.1 @@ -23533,7 +23544,7 @@ snapshots: googleapis@133.0.0(encoding@0.1.13): dependencies: - google-auth-library: 9.11.0(encoding@0.1.13) + google-auth-library: 9.12.0(encoding@0.1.13) googleapis-common: 7.2.0(encoding@0.1.13) transitivePeerDependencies: - encoding @@ -23616,7 +23627,7 @@ snapshots: source-map: 0.6.1 wordwrap: 1.0.0 optionalDependencies: - uglify-js: 3.18.0 + uglify-js: 3.19.1 har-schema@2.0.0: {} @@ -23689,7 +23700,7 @@ snapshots: history@4.10.1: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.3 @@ -23730,7 +23741,7 @@ snapshots: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.31.2 + terser: 5.31.3 html-parse-stringify@3.0.1: dependencies: @@ -23746,25 +23757,25 @@ snapshots: readable-stream: 1.0.34 through2: 0.4.2 - html-webpack-plugin@5.5.3(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + html-webpack-plugin@5.5.3(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) - html-webpack-plugin@5.5.3(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))): + html-webpack-plugin@5.5.3(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)) - html-webpack-plugin@5.6.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + html-webpack-plugin@5.6.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -23772,7 +23783,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.2.1 optionalDependencies: - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) html-webpack-plugin@5.6.0(webpack@5.93.0(esbuild@0.21.5)): dependencies: @@ -23816,7 +23827,7 @@ snapshots: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color optional: true @@ -23825,14 +23836,14 @@ snapshots: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color @@ -23849,14 +23860,14 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color @@ -23877,13 +23888,13 @@ snapshots: i18next-browser-languagedetector@6.1.8: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 i18next-http-middleware@3.3.2: {} i18next@22.5.1: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 iconv-lite@0.4.24: dependencies: @@ -23897,9 +23908,9 @@ snapshots: dependencies: postcss: 8.4.31 - icss-utils@5.1.0(postcss@8.4.39): + icss-utils@5.1.0(postcss@8.4.40): dependencies: - postcss: 8.4.39 + postcss: 8.4.40 identity-obj-proxy@3.0.0: dependencies: @@ -23925,29 +23936,29 @@ snapshots: immer@9.0.21: {} - immutable@4.3.6: {} + immutable@4.3.7: {} import-fresh@3.3.0: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 - import-in-the-middle@1.7.1: + import-in-the-middle@1.11.0: dependencies: acorn: 8.12.1 - acorn-import-assertions: 1.9.0(acorn@8.12.1) + acorn-import-attributes: 1.9.5(acorn@8.12.1) cjs-module-lexer: 1.3.1 module-details-from-path: 1.0.3 - optional: true - import-in-the-middle@1.9.0: + import-in-the-middle@1.7.1: dependencies: acorn: 8.12.1 - acorn-import-attributes: 1.9.5(acorn@8.12.1) + acorn-import-assertions: 1.9.0(acorn@8.12.1) cjs-module-lexer: 1.3.1 module-details-from-path: 1.0.3 + optional: true - import-local@3.1.0: + import-local@3.2.0: dependencies: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 @@ -24043,7 +24054,7 @@ snapshots: is-callable@1.2.7: {} - is-core-module@2.14.0: + is-core-module@2.15.0: dependencies: hasown: 2.0.2 @@ -24216,8 +24227,8 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: - '@babel/core': 7.24.8 - '@babel/parser': 7.24.8 + '@babel/core': 7.25.2 + '@babel/parser': 7.25.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -24226,11 +24237,11 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: - '@babel/core': 7.24.8 - '@babel/parser': 7.24.8 + '@babel/core': 7.25.2 + '@babel/parser': 7.25.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color @@ -24242,7 +24253,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.5 + debug: 4.3.6 istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -24285,7 +24296,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 20.14.13 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3(babel-plugin-macros@3.1.0) @@ -24305,16 +24316,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.14.10): + jest-cli@29.7.0(@types/node@20.14.13): dependencies: '@jest/core': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.10) + create-jest: 29.7.0(@types/node@20.14.13) exit: 0.1.2 - import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.14.10) + import-local: 3.2.0 + jest-config: 29.7.0(@types/node@20.14.13) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -24325,16 +24336,16 @@ snapshots: - ts-node optional: true - jest-cli@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)): + jest-cli@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + create-jest: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) exit: 0.1.2 - import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) + import-local: 3.2.0 + jest-config: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -24344,31 +24355,12 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)): + jest-config@29.7.0(@types/node@20.14.13): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) - exit: 0.1.2 - import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - jest-config@29.7.0(@types/node@20.14.10): - dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.24.8) + babel-jest: 29.7.0(@babel/core@7.25.2) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -24388,18 +24380,18 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)): + jest-config@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)): dependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.24.8) + babel-jest: 29.7.0(@babel/core@7.25.2) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -24419,39 +24411,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.14.10 - ts-node: 10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)): - dependencies: - '@babel/core': 7.24.8 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.24.8) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.7 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.14.10 - ts-node: 10.9.2(@types/node@20.14.10)(typescript@5.5.3) + '@types/node': 20.14.13 + ts-node: 10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -24481,7 +24442,7 @@ snapshots: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.14.10 + '@types/node': 22.0.0 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -24495,7 +24456,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 20.14.13 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -24505,7 +24466,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.14.10 + '@types/node': 20.14.13 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -24544,7 +24505,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 22.0.0 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -24579,7 +24540,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 20.14.13 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -24607,7 +24568,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 20.14.13 chalk: 4.1.2 cjs-module-lexer: 1.3.1 collect-v8-coverage: 1.0.2 @@ -24627,15 +24588,15 @@ snapshots: jest-snapshot@29.7.0: dependencies: - '@babel/core': 7.24.8 - '@babel/generator': 7.24.8 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.8) - '@babel/types': 7.24.8 + '@babel/core': 7.25.2 + '@babel/generator': 7.25.0 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) + '@babel/types': 7.25.2 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.8) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.25.2) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -24646,14 +24607,14 @@ snapshots: jest-util: 29.7.0 natural-compare: 1.4.0 pretty-format: 29.7.0 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 22.0.0 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -24672,7 +24633,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.10 + '@types/node': 20.14.13 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -24681,23 +24642,23 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.13 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.14.10): + jest@29.7.0(@types/node@20.14.13): dependencies: '@jest/core': 29.7.0 '@jest/types': 29.6.3 - import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.14.10) + import-local: 3.2.0 + jest-cli: 29.7.0(@types/node@20.14.13) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -24705,24 +24666,12 @@ snapshots: - ts-node optional: true - jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) - '@jest/types': 29.6.3 - import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3)) - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - jest@29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)): + jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) '@jest/types': 29.6.3 - import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.14.10)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3)) + import-local: 3.2.0 + jest-cli: 29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -24760,33 +24709,33 @@ snapshots: jsbn@1.1.0: {} - jscodeshift-add-imports@1.0.10(jscodeshift@0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))): + jscodeshift-add-imports@1.0.11(jscodeshift@0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2))): dependencies: - '@babel/traverse': 7.24.8 - jscodeshift: 0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) - jscodeshift-find-imports: 2.0.4(jscodeshift@0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))) + '@babel/traverse': 7.25.2 + jscodeshift: 0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2)) + jscodeshift-find-imports: 2.0.5(jscodeshift@0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2))) transitivePeerDependencies: - supports-color - jscodeshift-find-imports@2.0.4(jscodeshift@0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8))): + jscodeshift-find-imports@2.0.5(jscodeshift@0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2))): dependencies: - jscodeshift: 0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + jscodeshift: 0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2)) - jscodeshift@0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)): + jscodeshift@0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2)): dependencies: - '@babel/core': 7.24.8 - '@babel/parser': 7.24.8 - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.24.8) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.24.8) - '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.24.8) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.24.8) - '@babel/preset-flow': 7.24.7(@babel/core@7.24.8) - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.8) - '@babel/register': 7.24.6(@babel/core@7.24.8) - babel-core: 7.0.0-bridge.0(@babel/core@7.24.8) + '@babel/core': 7.25.2 + '@babel/parser': 7.25.0 + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) + '@babel/preset-flow': 7.24.7(@babel/core@7.25.2) + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) + '@babel/register': 7.24.6(@babel/core@7.25.2) + babel-core: 7.0.0-bridge.0(@babel/core@7.25.2) chalk: 4.1.2 - flow-parser: 0.239.1 + flow-parser: 0.242.1 graceful-fs: 4.2.11 micromatch: 4.0.7 neo-async: 2.6.2 @@ -24795,7 +24744,7 @@ snapshots: temp: 0.8.4 write-file-atomic: 2.4.3 optionalDependencies: - '@babel/preset-env': 7.24.8(@babel/core@7.24.8) + '@babel/preset-env': 7.25.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -24876,7 +24825,7 @@ snapshots: dependencies: '@bcherny/json-schema-ref-parser': 9.0.9 '@types/json-schema': 7.0.15 - '@types/lodash': 4.17.6 + '@types/lodash': 4.17.7 '@types/prettier': 2.7.3 cli-color: 2.0.4 get-stdin: 8.0.0 @@ -24932,7 +24881,7 @@ snapshots: jws: 3.2.2 lodash: 4.17.21 ms: 2.1.3 - semver: 7.6.2 + semver: 7.6.3 jsprim@1.4.2: dependencies: @@ -24943,46 +24892,46 @@ snapshots: jss-plugin-camel-case@10.10.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 hyphenate-style-name: 1.1.0 jss: 10.10.0 jss-plugin-default-unit@10.10.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 jss: 10.10.0 jss-plugin-global@10.10.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 jss: 10.10.0 jss-plugin-nested@10.10.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 jss: 10.10.0 tiny-warning: 1.0.3 jss-plugin-props-sort@10.10.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 jss: 10.10.0 jss-plugin-rule-value-function@10.10.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 jss: 10.10.0 tiny-warning: 1.0.3 jss-plugin-vendor-prefixer@10.10.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 css-vendor: 2.0.8 jss: 10.10.0 jss@10.10.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 csstype: 3.1.3 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -25067,10 +25016,10 @@ snapshots: dependencies: chalk: 5.3.0 commander: 12.1.0 - debug: 4.3.5 + debug: 4.3.6 execa: 8.0.1 lilconfig: 3.1.2 - listr2: 8.2.3 + listr2: 8.2.4 micromatch: 4.0.7 pidtree: 0.6.0 string-argv: 0.3.2 @@ -25078,12 +25027,12 @@ snapshots: transitivePeerDependencies: - supports-color - listr2@8.2.3: + listr2@8.2.4: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 eventemitter3: 5.0.1 - log-update: 6.0.0 + log-update: 6.1.0 rfdc: 1.4.1 wrap-ansi: 9.0.0 @@ -25148,10 +25097,10 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 - log-update@6.0.0: + log-update@6.1.0: dependencies: - ansi-escapes: 6.2.1 - cli-cursor: 4.0.0 + ansi-escapes: 7.0.0 + cli-cursor: 5.0.0 slice-ansi: 7.1.0 strip-ansi: 7.1.0 wrap-ansi: 9.0.0 @@ -25191,11 +25140,11 @@ snapshots: m3u8-parser@7.1.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@videojs/vhs-utils': 3.0.5 global: 4.4.0 - magic-string@0.30.10: + magic-string@0.30.11: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 @@ -25214,7 +25163,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 make-error@1.3.6: {} @@ -25336,7 +25285,7 @@ snapshots: micromark@2.11.4: dependencies: - debug: 4.3.5 + debug: 4.3.6 parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -25346,7 +25295,7 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 - migrate-mongo@11.0.0(mongodb@4.17.1(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))): + migrate-mongo@11.0.0(mongodb@4.17.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0))): dependencies: cli-table3: 0.6.5 commander: 9.5.0 @@ -25354,7 +25303,7 @@ snapshots: fn-args: 5.0.0 fs-extra: 10.1.0 lodash: 4.17.21 - mongodb: 4.17.1(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) + mongodb: 4.17.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) p-each-series: 2.2.0 miller-rabin@4.0.1: @@ -25364,6 +25313,8 @@ snapshots: mime-db@1.52.0: {} + mime-db@1.53.0: {} + mime-types@2.1.35: dependencies: mime-db: 1.52.0 @@ -25376,6 +25327,8 @@ snapshots: mimic-fn@4.0.0: {} + mimic-function@5.0.1: {} + mimic-response@3.1.0: {} min-document@2.19.0: @@ -25384,11 +25337,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@1.6.2(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + mini-css-extract-plugin@1.6.2(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) webpack-sources: 1.4.3 minimalistic-assert@1.0.1: {} @@ -25470,7 +25423,7 @@ snapshots: acorn: 8.12.1 pathe: 1.1.2 pkg-types: 1.1.3 - ufo: 1.5.3 + ufo: 1.5.4 module-details-from-path@1.0.3: {} @@ -25483,14 +25436,14 @@ snapshots: '@types/whatwg-url': 8.2.2 whatwg-url: 11.0.0 - mongodb@4.17.1(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)): + mongodb@4.17.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)): dependencies: bson: 4.7.2 mongodb-connection-string-url: 2.6.0 socks: 2.8.3 optionalDependencies: - '@aws-sdk/credential-providers': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) - '@mongodb-js/saslprep': 1.1.7 + '@aws-sdk/credential-providers': 3.621.0(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) + '@mongodb-js/saslprep': 1.1.8 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -25499,11 +25452,11 @@ snapshots: mongoose-paginate-v2@1.7.22: {} - mongoose@6.12.3(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)): + mongoose@6.12.3(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)): dependencies: bson: 4.7.2 kareem: 2.5.1 - mongodb: 4.17.1(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)) + mongodb: 4.17.1(@aws-sdk/client-sso-oidc@3.621.0(@aws-sdk/client-sts@3.621.0)) mpath: 0.9.0 mquery: 4.0.3 ms: 2.1.3 @@ -25517,14 +25470,14 @@ snapshots: mpd-parser@1.3.0: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@videojs/vhs-utils': 4.0.0 '@xmldom/xmldom': 0.8.10 global: 4.4.0 mquery@4.0.3: dependencies: - debug: 4.3.5 + debug: 4.3.6 transitivePeerDependencies: - supports-color @@ -25545,7 +25498,7 @@ snapshots: mux.js@7.0.3: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 global: 4.4.0 mylas@2.1.13: {} @@ -25574,17 +25527,17 @@ snapshots: neo-async@2.6.2: {} - next-auth@4.24.7(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(nodemailer@6.9.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next-auth@4.24.7(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(nodemailer@6.9.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 '@panva/hkdf': 1.2.1 cookie: 0.5.0 jose: 4.15.9 - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) oauth: 0.9.15 openid-client: 5.6.5 - preact: 10.22.1 - preact-render-to-string: 5.2.6(preact@10.22.1) + preact: 10.23.1 + preact-render-to-string: 5.2.6(preact@10.23.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) uuid: 8.3.2 @@ -25603,31 +25556,31 @@ snapshots: url-loader: 4.1.1(file-loader@6.2.0(webpack@5.93.0(esbuild@0.21.5)))(webpack@5.93.0(esbuild@0.21.5)) webpack: 5.93.0(esbuild@0.21.5) - next-seo@6.5.0(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next-seo@6.5.0(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - next-sitemap@1.9.12(next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)): + next-sitemap@1.9.12(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)): dependencies: '@corex/deepmerge': 2.6.148 minimist: 1.2.8 - next: 14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) + next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) next-tick@1.1.0: {} - next@14.2.5(@babel/core@7.24.8)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.1)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4): + next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4): dependencies: '@next/env': 14.2.5 '@swc/helpers': 0.5.5 busboy: 1.6.0 - caniuse-lite: 1.0.30001641 + caniuse-lite: 1.0.30001645 graceful-fs: 4.2.11 postcss: 8.4.31 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(@babel/core@7.24.8)(babel-plugin-macros@3.1.0)(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@18.3.1) optionalDependencies: '@next/swc-darwin-arm64': 14.2.5 '@next/swc-darwin-x64': 14.2.5 @@ -25639,7 +25592,7 @@ snapshots: '@next/swc-win32-ia32-msvc': 14.2.5 '@next/swc-win32-x64-msvc': 14.2.5 '@opentelemetry/api': 1.9.0 - '@playwright/test': 1.45.1 + '@playwright/test': 1.45.3 sass: 1.69.4 transitivePeerDependencies: - '@babel/core' @@ -25652,7 +25605,7 @@ snapshots: node-abi@3.65.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 node-abort-controller@3.1.1: {} @@ -25689,7 +25642,7 @@ snapshots: nopt: 5.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.6.2 + semver: 7.6.3 tar: 6.2.1 which: 2.0.2 transitivePeerDependencies: @@ -25723,7 +25676,7 @@ snapshots: timers-browserify: 2.0.12 tty-browserify: 0.0.1 type-fest: 2.19.0 - url: 0.11.3 + url: 0.11.4 util: 0.12.5 vm-browserify: 1.1.2 webpack: 5.93.0(esbuild@0.21.5) @@ -25752,12 +25705,12 @@ snapshots: timers-browserify: 2.0.12 tty-browserify: 0.0.1 type-fest: 2.19.0 - url: 0.11.3 + url: 0.11.4 util: 0.12.5 vm-browserify: 1.1.2 webpack: 5.93.0 - node-releases@2.0.14: {} + node-releases@2.0.18: {} nodemailer-sendgrid@1.0.3: dependencies: @@ -25803,7 +25756,7 @@ snapshots: execa: 8.0.1 pathe: 1.1.2 pkg-types: 1.1.3 - ufo: 1.5.3 + ufo: 1.5.4 oauth-sign@0.9.0: {} @@ -25852,12 +25805,6 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.23.3 - object.hasown@1.1.4: - dependencies: - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - object.values@1.2.0: dependencies: call-bind: 1.0.7 @@ -25890,6 +25837,10 @@ snapshots: dependencies: mimic-fn: 4.0.0 + onetime@7.0.0: + dependencies: + mimic-function: 5.0.1 + opener@1.5.2: {} openid-client@5.6.5: @@ -26101,7 +26052,7 @@ snapshots: pause@0.0.1: {} - payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: '@date-io/date-fns': 2.16.0(date-fns@2.30.0) '@dnd-kit/core': 6.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -26137,7 +26088,7 @@ snapshots: graphql-query-complexity: 0.12.0(graphql@16.8.1) graphql-scalars: 1.22.2(graphql@16.8.1) graphql-type-json: 0.3.2(graphql@16.8.1) - html-webpack-plugin: 5.5.3(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + html-webpack-plugin: 5.5.3(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) http-status: 1.6.2 i18next: 22.5.1 i18next-browser-languagedetector: 6.1.8 @@ -26186,9 +26137,9 @@ snapshots: scheduler: 0.23.0 scmp: 2.1.0 sharp: 0.33.4 - swc-loader: 0.2.3(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - terser-webpack-plugin: 5.3.9(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) - ts-essentials: 7.0.3(typescript@5.5.3) + swc-loader: 0.2.3(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + terser-webpack-plugin: 5.3.9(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + ts-essentials: 7.0.3(typescript@5.5.4) use-context-selector: 1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.0) uuid: 9.0.1 transitivePeerDependencies: @@ -26202,7 +26153,7 @@ snapshots: - uglify-js - webpack - payload@2.23.1(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.3)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))): + payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))): dependencies: '@date-io/date-fns': 2.16.0(date-fns@2.30.0) '@dnd-kit/core': 6.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -26238,7 +26189,7 @@ snapshots: graphql-query-complexity: 0.12.0(graphql@16.8.1) graphql-scalars: 1.22.2(graphql@16.8.1) graphql-type-json: 0.3.2(graphql@16.8.1) - html-webpack-plugin: 5.5.3(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + html-webpack-plugin: 5.5.3(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) http-status: 1.6.2 i18next: 22.5.1 i18next-browser-languagedetector: 6.1.8 @@ -26287,9 +26238,9 @@ snapshots: scheduler: 0.23.0 scmp: 2.1.0 sharp: 0.33.4 - swc-loader: 0.2.3(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) - terser-webpack-plugin: 5.3.9(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) - ts-essentials: 7.0.3(typescript@5.5.3) + swc-loader: 0.2.3(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) + terser-webpack-plugin: 5.3.9(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) + ts-essentials: 7.0.3(typescript@5.5.4) use-context-selector: 1.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.0) uuid: 9.0.1 transitivePeerDependencies: @@ -26382,7 +26333,7 @@ snapshots: pkcs7@1.0.4: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 pkg-dir@3.0.0: dependencies: @@ -26419,11 +26370,11 @@ snapshots: node-fetch: 2.6.7(encoding@0.1.13) sharp: 0.33.4 - playwright-core@1.45.1: {} + playwright-core@1.45.3: {} - playwright@1.45.1: + playwright@1.45.3: dependencies: - playwright-core: 1.45.1 + playwright-core: 1.45.3 optionalDependencies: fsevents: 2.3.2 @@ -26433,15 +26384,15 @@ snapshots: pluralize@8.0.0: {} - pnp-webpack-plugin@1.7.0(typescript@5.5.3): + pnp-webpack-plugin@1.7.0(typescript@5.5.4): dependencies: - ts-pnp: 1.2.0(typescript@5.5.3) + ts-pnp: 1.2.0(typescript@5.5.4) transitivePeerDependencies: - typescript polished@4.3.1: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 possible-typed-array-names@1.0.0: {} @@ -26457,7 +26408,7 @@ snapshots: postcss-color-functional-notation@6.0.14(postcss@8.4.31): dependencies: - '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.31) @@ -26543,38 +26494,38 @@ snapshots: postcss-lab-function@6.0.19(postcss@8.4.31): dependencies: - '@csstools/css-color-parser': 2.0.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.31) '@csstools/utilities': 1.0.0(postcss@8.4.31) postcss: 8.4.31 - postcss-loader@6.2.1(postcss@8.4.31)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + postcss-loader@6.2.1(postcss@8.4.31)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: cosmiconfig: 7.1.0 klona: 2.0.6 postcss: 8.4.31 - semver: 7.6.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + semver: 7.6.3 + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) - postcss-loader@8.1.1(postcss@8.4.39)(typescript@5.5.3)(webpack@5.93.0(esbuild@0.21.5)): + postcss-loader@8.1.1(postcss@8.4.40)(typescript@5.5.4)(webpack@5.93.0(esbuild@0.21.5)): dependencies: - cosmiconfig: 9.0.0(typescript@5.5.3) + cosmiconfig: 9.0.0(typescript@5.5.4) jiti: 1.21.6 - postcss: 8.4.39 - semver: 7.6.2 + postcss: 8.4.40 + semver: 7.6.3 optionalDependencies: webpack: 5.93.0(esbuild@0.21.5) transitivePeerDependencies: - typescript - postcss-loader@8.1.1(postcss@8.4.39)(typescript@5.5.3)(webpack@5.93.0): + postcss-loader@8.1.1(postcss@8.4.40)(typescript@5.5.4)(webpack@5.93.0): dependencies: - cosmiconfig: 9.0.0(typescript@5.5.3) + cosmiconfig: 9.0.0(typescript@5.5.4) jiti: 1.21.6 - postcss: 8.4.39 - semver: 7.6.2 + postcss: 8.4.40 + semver: 7.6.3 optionalDependencies: webpack: 5.93.0 transitivePeerDependencies: @@ -26589,9 +26540,9 @@ snapshots: dependencies: postcss: 8.4.31 - postcss-modules-extract-imports@3.1.0(postcss@8.4.39): + postcss-modules-extract-imports@3.1.0(postcss@8.4.40): dependencies: - postcss: 8.4.39 + postcss: 8.4.40 postcss-modules-local-by-default@4.0.5(postcss@8.4.31): dependencies: @@ -26600,10 +26551,10 @@ snapshots: postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 - postcss-modules-local-by-default@4.0.5(postcss@8.4.39): + postcss-modules-local-by-default@4.0.5(postcss@8.4.40): dependencies: - icss-utils: 5.1.0(postcss@8.4.39) - postcss: 8.4.39 + icss-utils: 5.1.0(postcss@8.4.40) + postcss: 8.4.40 postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 @@ -26612,9 +26563,9 @@ snapshots: postcss: 8.4.31 postcss-selector-parser: 6.1.1 - postcss-modules-scope@3.2.0(postcss@8.4.39): + postcss-modules-scope@3.2.0(postcss@8.4.40): dependencies: - postcss: 8.4.39 + postcss: 8.4.40 postcss-selector-parser: 6.1.1 postcss-modules-values@4.0.0(postcss@8.4.31): @@ -26622,10 +26573,10 @@ snapshots: icss-utils: 5.1.0(postcss@8.4.31) postcss: 8.4.31 - postcss-modules-values@4.0.0(postcss@8.4.39): + postcss-modules-values@4.0.0(postcss@8.4.40): dependencies: - icss-utils: 5.1.0(postcss@8.4.39) - postcss: 8.4.39 + icss-utils: 5.1.0(postcss@8.4.40) + postcss: 8.4.40 postcss-nesting@12.1.5(postcss@8.4.31): dependencies: @@ -26739,7 +26690,7 @@ snapshots: picocolors: 1.0.1 source-map-js: 1.2.0 - postcss@8.4.39: + postcss@8.4.40: dependencies: nanoid: 3.3.7 picocolors: 1.0.1 @@ -26755,12 +26706,12 @@ snapshots: dependencies: xtend: 4.0.2 - preact-render-to-string@5.2.6(preact@10.22.1): + preact-render-to-string@5.2.6(preact@10.23.1): dependencies: - preact: 10.22.1 + preact: 10.23.1 pretty-format: 3.8.0 - preact@10.22.1: {} + preact@10.23.1: {} prebuild-install@7.1.2: dependencies: @@ -26792,7 +26743,7 @@ snapshots: prettier@2.8.8: {} - prettier@3.3.2: {} + prettier@3.3.3: {} pretty-error@4.0.0: dependencies: @@ -26958,7 +26909,7 @@ snapshots: react-ace@11.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - ace-builds: 1.35.2 + ace-builds: 1.35.4 diff-match-patch: 1.0.5 lodash.get: 4.4.2 lodash.isequal: 4.5.0 @@ -26997,7 +26948,7 @@ snapshots: react-diff-viewer-continued@3.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@emotion/css': 11.11.2 + '@emotion/css': 11.13.0 classnames: 2.5.1 diff: 5.2.0 memoize-one: 6.0.0 @@ -27007,15 +26958,15 @@ snapshots: transitivePeerDependencies: - supports-color - react-docgen-typescript@2.2.2(typescript@5.5.3): + react-docgen-typescript@2.2.2(typescript@5.5.4): dependencies: - typescript: 5.5.3 + typescript: 5.5.4 react-docgen@7.0.3: dependencies: - '@babel/core': 7.24.8 - '@babel/traverse': 7.24.8 - '@babel/types': 7.24.8 + '@babel/core': 7.25.2 + '@babel/traverse': 7.25.2 + '@babel/types': 7.25.2 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 '@types/doctrine': 0.0.9 @@ -27042,7 +26993,7 @@ snapshots: react-event-listener@0.6.6(react@18.3.1): dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 prop-types: 15.8.1 react: 18.3.1 warning: 4.0.3 @@ -27061,7 +27012,7 @@ snapshots: react-i18next@11.18.6(i18next@22.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 html-parse-stringify: 3.0.1 i18next: 22.5.1 react: 18.3.1 @@ -27135,7 +27086,7 @@ snapshots: react-router-dom@5.3.4(react@18.3.1): dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -27151,7 +27102,7 @@ snapshots: react-router@5.3.4(react@18.3.1): dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -27164,10 +27115,10 @@ snapshots: react-select@5.7.4(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.24.8 - '@emotion/cache': 11.11.0 - '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@floating-ui/dom': 1.6.7 + '@babel/runtime': 7.25.0 + '@emotion/cache': 11.13.1 + '@emotion/react': 11.13.0(@types/react@18.3.3)(react@18.3.1) + '@floating-ui/dom': 1.6.8 '@types/react-transition-group': 4.4.10 memoize-one: 6.0.0 prop-types: 15.8.1 @@ -27246,22 +27197,22 @@ snapshots: react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-vega@7.6.0(react@18.3.1)(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)): + react-vega@7.6.0(react@18.3.1)(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)): dependencies: '@types/react': 18.3.3 fast-deep-equal: 3.1.3 prop-types: 15.8.1 react: 18.3.1 vega: 5.30.0(encoding@0.1.13) - vega-embed: 6.26.0(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) - vega-lite: 5.19.0(vega@5.30.0(encoding@0.1.13)) + vega-embed: 6.26.0(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) + vega-lite: 5.20.0(vega@5.30.0(encoding@0.1.13)) react@18.3.1: dependencies: @@ -27342,7 +27293,7 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.2.4 globalthis: 1.0.4 - which-builtin-type: 1.1.3 + which-builtin-type: 1.1.4 regenerate-unicode-properties@10.1.1: dependencies: @@ -27356,7 +27307,7 @@ snapshots: regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.24.8 + '@babel/runtime': 7.25.0 regex-parser@2.3.0: {} @@ -27453,9 +27404,9 @@ snapshots: require-from-string@2.0.2: {} - require-in-the-middle@7.3.0: + require-in-the-middle@7.4.0: dependencies: - debug: 4.3.5 + debug: 4.3.6 module-details-from-path: 1.0.3 resolve: 1.22.8 transitivePeerDependencies: @@ -27491,20 +27442,20 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.4.39 + postcss: 8.4.40 source-map: 0.6.1 resolve.exports@2.0.2: {} resolve@1.22.8: dependencies: - is-core-module: 2.14.0 + is-core-module: 2.15.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 resolve@2.0.0-next.5: dependencies: - is-core-module: 2.14.0 + is-core-module: 2.15.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -27515,10 +27466,10 @@ snapshots: onetime: 5.1.2 signal-exit: 3.0.7 - restore-cursor@4.0.0: + restore-cursor@5.1.0: dependencies: - onetime: 5.1.2 - signal-exit: 3.0.7 + onetime: 7.0.0 + signal-exit: 4.1.0 retry@0.12.0: optional: true @@ -27591,11 +27542,11 @@ snapshots: dependencies: truncate-utf8-bytes: 1.0.2 - sass-loader@12.6.0(sass@1.69.4)(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + sass-loader@12.6.0(sass@1.69.4)(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: klona: 2.0.6 neo-async: 2.6.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) optionalDependencies: sass: 1.69.4 @@ -27618,7 +27569,7 @@ snapshots: sass@1.69.4: dependencies: chokidar: 3.6.0 - immutable: 4.3.6 + immutable: 4.3.7 source-map-js: 1.2.0 sax@1.2.1: {} @@ -27646,9 +27597,9 @@ snapshots: schema-utils@4.2.0: dependencies: '@types/json-schema': 7.0.15 - ajv: 8.16.0 - ajv-formats: 2.1.1(ajv@8.16.0) - ajv-keywords: 5.1.0(ajv@8.16.0) + ajv: 8.17.1 + ajv-formats: 2.1.1(ajv@8.17.1) + ajv-keywords: 5.1.0(ajv@8.17.1) scmp@2.1.0: {} @@ -27667,7 +27618,7 @@ snapshots: semver@6.3.1: {} - semver@7.6.2: {} + semver@7.6.3: {} send@0.18.0: dependencies: @@ -27738,7 +27689,7 @@ snapshots: dependencies: color: 4.2.3 detect-libc: 2.0.3 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: '@img/sharp-darwin-arm64': 0.33.4 '@img/sharp-darwin-x64': 0.33.4 @@ -27838,7 +27789,7 @@ snapshots: dependencies: '@juggle/resize-observer': 3.4.0 '@types/is-hotkey': 0.1.10 - '@types/lodash': 4.17.6 + '@types/lodash': 4.17.7 direction: 1.0.4 is-hotkey: 0.1.8 is-plain-object: 5.0.0 @@ -27881,7 +27832,7 @@ snapshots: socks-proxy-agent@6.2.1: dependencies: agent-base: 6.0.2 - debug: 4.3.5 + debug: 4.3.6 socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -27995,12 +27946,12 @@ snapshots: store2@2.14.3: {} - storybook@8.2.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)): + storybook@8.2.6(@babel/preset-env@7.25.2(@babel/core@7.25.2)): dependencies: - '@babel/core': 7.24.8 - '@babel/types': 7.24.8 - '@storybook/codemod': 8.2.2 - '@storybook/core': 8.2.2 + '@babel/core': 7.25.2 + '@babel/types': 7.25.2 + '@storybook/codemod': 8.2.6 + '@storybook/core': 8.2.6 '@types/semver': 7.5.8 '@yarnpkg/fslib': 2.10.3 '@yarnpkg/libzip': 2.3.0 @@ -28015,12 +27966,12 @@ snapshots: fs-extra: 11.2.0 giget: 1.2.3 globby: 14.0.2 - jscodeshift: 0.15.2(@babel/preset-env@7.24.8(@babel/core@7.24.8)) + jscodeshift: 0.15.2(@babel/preset-env@7.25.2(@babel/core@7.25.2)) leven: 3.1.0 ora: 5.4.1 - prettier: 3.3.2 + prettier: 3.3.3 prompts: 2.4.2 - semver: 7.6.2 + semver: 7.6.3 strip-json-comments: 3.1.1 tempy: 3.1.0 tiny-invariant: 1.3.3 @@ -28096,6 +28047,11 @@ snapshots: set-function-name: 2.0.2 side-channel: 1.0.6 + string.prototype.repeat@1.0.0: + dependencies: + define-properties: 1.2.1 + es-abstract: 1.23.3 + string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 @@ -28162,11 +28118,11 @@ snapshots: '@tokenizer/token': 0.3.0 peek-readable: 4.1.0 - style-loader@2.0.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + style-loader@2.0.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) style-loader@3.3.4(webpack@5.93.0(esbuild@0.21.5)): dependencies: @@ -28176,12 +28132,12 @@ snapshots: dependencies: webpack: 5.93.0 - styled-jsx@5.1.1(@babel/core@7.24.8)(babel-plugin-macros@3.1.0)(react@18.3.1): + styled-jsx@5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@18.3.1): dependencies: client-only: 0.0.1 react: 18.3.1 optionalDependencies: - '@babel/core': 7.24.8 + '@babel/core': 7.25.2 babel-plugin-macros: 3.1.0 stylis@4.2.0: {} @@ -28222,26 +28178,26 @@ snapshots: csso: 5.0.5 picocolors: 1.0.1 - swc-loader@0.2.3(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + swc-loader@0.2.3(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: '@swc/core': 1.6.1(@swc/helpers@0.5.5) - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) - swc-loader@0.2.3(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))): + swc-loader@0.2.3(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))): dependencies: '@swc/core': 1.6.1(@swc/helpers@0.5.5) - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)) - swc-loader@0.2.6(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + swc-loader@0.2.6(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: - '@swc/core': 1.6.13(@swc/helpers@0.5.5) + '@swc/core': 1.7.3(@swc/helpers@0.5.5) '@swc/counter': 0.1.3 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) - swc-minify-webpack-plugin@2.1.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + swc-minify-webpack-plugin@2.1.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: - '@swc/core': 1.6.13(@swc/helpers@0.5.5) - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + '@swc/core': 1.7.3(@swc/helpers@0.5.5) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) swr@2.2.5(react@18.3.1): dependencies: @@ -28255,7 +28211,7 @@ snapshots: synchronous-promise@2.0.17: {} - synckit@0.8.8: + synckit@0.9.1: dependencies: '@pkgr/core': 0.1.1 tslib: 2.6.3 @@ -28309,27 +28265,27 @@ snapshots: term-size@2.2.1: {} - terser-webpack-plugin@5.3.10(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + terser-webpack-plugin@5.3.10(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + terser: 5.31.3 + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) optionalDependencies: - '@swc/core': 1.6.13(@swc/helpers@0.5.5) + '@swc/core': 1.7.3(@swc/helpers@0.5.5) - terser-webpack-plugin@5.3.10(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))): + terser-webpack-plugin@5.3.10(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)) + terser: 5.31.3 + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)) optionalDependencies: - '@swc/core': 1.6.13(@swc/helpers@0.5.5) + '@swc/core': 1.7.3(@swc/helpers@0.5.5) terser-webpack-plugin@5.3.10(esbuild@0.18.20)(webpack@5.93.0(esbuild@0.18.20)): dependencies: @@ -28337,7 +28293,7 @@ snapshots: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.2 + terser: 5.31.3 webpack: 5.93.0(esbuild@0.18.20) optionalDependencies: esbuild: 0.18.20 @@ -28348,7 +28304,7 @@ snapshots: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.2 + terser: 5.31.3 webpack: 5.93.0(esbuild@0.21.5) optionalDependencies: esbuild: 0.21.5 @@ -28359,32 +28315,32 @@ snapshots: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.2 + terser: 5.31.3 webpack: 5.93.0 - terser-webpack-plugin@5.3.9(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + terser-webpack-plugin@5.3.9(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + terser: 5.31.3 + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) optionalDependencies: '@swc/core': 1.6.1(@swc/helpers@0.5.5) - terser-webpack-plugin@5.3.9(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))): + terser-webpack-plugin@5.3.9(@swc/core@1.6.1(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.2 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)) + terser: 5.31.3 + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)) optionalDependencies: '@swc/core': 1.6.1(@swc/helpers@0.5.5) - terser@5.31.2: + terser@5.31.3: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.12.1 @@ -28490,15 +28446,15 @@ snapshots: dependencies: utf8-byte-length: 1.0.5 - ts-api-utils@1.3.0(typescript@5.5.3): + ts-api-utils@1.3.0(typescript@5.5.4): dependencies: - typescript: 5.5.3 + typescript: 5.5.4 ts-dedent@2.2.0: {} - ts-essentials@7.0.3(typescript@5.5.3): + ts-essentials@7.0.3(typescript@5.5.4): dependencies: - typescript: 5.5.3 + typescript: 5.5.4 ts-invariant@0.10.3: dependencies: @@ -28512,48 +28468,29 @@ snapshots: dependencies: tslib: 1.14.1 - ts-node@10.9.2(@swc/core@1.6.13(@swc/helpers@0.5.5))(@types/node@20.14.10)(typescript@5.5.3): + ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.5))(@types/node@20.14.13)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.10 + '@types/node': 20.14.13 acorn: 8.12.1 acorn-walk: 8.3.3 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.3 + typescript: 5.5.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.6.13(@swc/helpers@0.5.5) + '@swc/core': 1.7.3(@swc/helpers@0.5.5) - ts-node@10.9.2(@types/node@20.14.10)(typescript@5.5.3): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.10 - acorn: 8.12.1 - acorn-walk: 8.3.3 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.5.3 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optional: true - - ts-pnp@1.2.0(typescript@5.5.3): + ts-pnp@1.2.0(typescript@5.5.4): optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 tsc-alias@1.8.10: dependencies: @@ -28567,7 +28504,7 @@ snapshots: tsconfig-paths-webpack-plugin@4.1.0: dependencies: chalk: 4.1.2 - enhanced-resolve: 5.17.0 + enhanced-resolve: 5.17.1 tsconfig-paths: 4.2.0 tsconfig-paths@3.15.0: @@ -28587,10 +28524,10 @@ snapshots: tslib@2.6.3: {} - tsutils@3.21.0(typescript@5.5.3): + tsutils@3.21.0(typescript@5.5.4): dependencies: tslib: 1.14.1 - typescript: 5.5.3 + typescript: 5.5.4 tty-browserify@0.0.1: {} @@ -28598,32 +28535,32 @@ snapshots: dependencies: safe-buffer: 5.2.1 - turbo-darwin-64@2.0.6: + turbo-darwin-64@2.0.10: optional: true - turbo-darwin-arm64@2.0.6: + turbo-darwin-arm64@2.0.10: optional: true - turbo-linux-64@2.0.6: + turbo-linux-64@2.0.10: optional: true - turbo-linux-arm64@2.0.6: + turbo-linux-arm64@2.0.10: optional: true - turbo-windows-64@2.0.6: + turbo-windows-64@2.0.10: optional: true - turbo-windows-arm64@2.0.6: + turbo-windows-arm64@2.0.10: optional: true - turbo@2.0.6: + turbo@2.0.10: optionalDependencies: - turbo-darwin-64: 2.0.6 - turbo-darwin-arm64: 2.0.6 - turbo-linux-64: 2.0.6 - turbo-linux-arm64: 2.0.6 - turbo-windows-64: 2.0.6 - turbo-windows-arm64: 2.0.6 + turbo-darwin-64: 2.0.10 + turbo-darwin-arm64: 2.0.10 + turbo-linux-64: 2.0.10 + turbo-linux-arm64: 2.0.10 + turbo-windows-64: 2.0.10 + turbo-windows-arm64: 2.0.10 tweetnacl@0.14.5: {} @@ -28633,6 +28570,8 @@ snapshots: type-detect@4.0.8: {} + type-detect@4.1.0: {} + type-fest@0.20.2: {} type-fest@0.21.3: {} @@ -28643,7 +28582,7 @@ snapshots: type-fest@2.19.0: {} - type-fest@4.21.0: {} + type-fest@4.23.0: {} type-is@1.6.18: dependencies: @@ -28684,11 +28623,11 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript@5.5.3: {} + typescript@5.5.4: {} - ufo@1.5.3: {} + ufo@1.5.4: {} - uglify-js@3.18.0: + uglify-js@3.19.1: optional: true unbox-primitive@1.0.2: @@ -28700,6 +28639,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@6.11.1: {} + unicode-canonical-property-names-ecmascript@2.0.0: {} unicode-match-property-ecmascript@2.0.0: @@ -28774,7 +28715,7 @@ snapshots: webpack-sources: 3.2.3 webpack-virtual-modules: 0.5.0 - unplugin@1.11.0: + unplugin@1.12.0: dependencies: acorn: 8.12.1 chokidar: 3.6.0 @@ -28791,14 +28732,14 @@ snapshots: dependencies: punycode: 2.3.1 - url-loader@4.1.1(file-loader@6.2.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + url-loader@4.1.1(file-loader@6.2.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) optionalDependencies: - file-loader: 6.2.0(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + file-loader: 6.2.0(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) url-loader@4.1.1(file-loader@6.2.0(webpack@5.93.0(esbuild@0.18.20)))(webpack@5.93.0(esbuild@0.18.20)): dependencies: @@ -28832,7 +28773,7 @@ snapshots: punycode: 1.3.2 querystring: 0.2.0 - url@0.11.3: + url@0.11.4: dependencies: punycode: 1.4.1 qs: 6.12.3 @@ -28933,17 +28874,17 @@ snapshots: transitivePeerDependencies: - encoding - vega-embed@6.26.0(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)): + vega-embed@6.26.0(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)): dependencies: fast-json-patch: 3.1.1 json-stringify-pretty-compact: 3.0.0 - semver: 7.6.2 + semver: 7.6.3 tslib: 2.6.3 vega: 5.30.0(encoding@0.1.13) vega-interpreter: 1.0.5 - vega-lite: 5.19.0(vega@5.30.0(encoding@0.1.13)) + vega-lite: 5.20.0(vega@5.30.0(encoding@0.1.13)) vega-schema-url-parser: 2.2.0 - vega-themes: 2.15.0(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) + vega-themes: 2.15.0(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) vega-tooltip: 0.34.0 vega-encode@4.10.1(encoding@0.1.13): @@ -29027,7 +28968,7 @@ snapshots: transitivePeerDependencies: - encoding - vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)): + vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)): dependencies: json-stringify-pretty-compact: 3.0.0 tslib: 2.6.3 @@ -29111,10 +29052,10 @@ snapshots: dependencies: d3-array: 3.2.4 - vega-themes@2.15.0(vega-lite@5.19.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)): + vega-themes@2.15.0(vega-lite@5.20.0(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)): dependencies: vega: 5.30.0(encoding@0.1.13) - vega-lite: 5.19.0(vega@5.30.0(encoding@0.1.13)) + vega-lite: 5.20.0(vega@5.30.0(encoding@0.1.13)) vega-time@2.1.2: dependencies: @@ -29467,10 +29408,10 @@ snapshots: victory-voronoi-container: 36.9.2(react@18.3.1) victory-zoom-container: 36.9.2(react@18.3.1) - video.js@8.16.1: + video.js@8.17.1: dependencies: - '@babel/runtime': 7.24.8 - '@videojs/http-streaming': 3.13.1(video.js@8.16.1) + '@babel/runtime': 7.25.0 + '@videojs/http-streaming': 3.13.1(video.js@8.17.1) '@videojs/vhs-utils': 4.0.0 '@videojs/xhr': 2.7.0 aes-decrypter: 4.0.1 @@ -29479,14 +29420,14 @@ snapshots: mpd-parser: 1.3.0 mux.js: 7.0.3 safe-json-parse: 4.0.0 - videojs-contrib-quality-levels: 4.1.0(video.js@8.16.1) + videojs-contrib-quality-levels: 4.1.0(video.js@8.17.1) videojs-font: 4.2.0 videojs-vtt.js: 0.15.5 - videojs-contrib-quality-levels@4.1.0(video.js@8.16.1): + videojs-contrib-quality-levels@4.1.0(video.js@8.17.1): dependencies: global: 4.4.0 - video.js: 8.16.1 + video.js: 8.17.1 videojs-font@4.2.0: {} @@ -29494,9 +29435,9 @@ snapshots: dependencies: global: 4.4.0 - videojs-youtube@3.0.1(video.js@8.16.1): + videojs-youtube@3.0.1(video.js@8.17.1): dependencies: - video.js: 8.16.1 + video.js: 8.17.1 vm-browserify@1.1.2: {} @@ -29570,22 +29511,22 @@ snapshots: webpack-cli@4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0): dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) '@webpack-cli/info': 1.5.0(webpack-cli@4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0)) '@webpack-cli/serve': 1.7.0(webpack-cli@4.10.0(webpack-bundle-analyzer@4.10.2)(webpack@5.93.0)) colorette: 2.0.20 commander: 7.2.0 cross-spawn: 7.0.3 fastest-levenshtein: 1.0.16 - import-local: 3.1.0 + import-local: 3.2.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) webpack-merge: 5.10.0 optionalDependencies: webpack-bundle-analyzer: 4.10.2 - webpack-dev-middleware@6.1.2(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): + webpack-dev-middleware@6.1.2(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)): dependencies: colorette: 2.0.20 memfs: 3.5.3 @@ -29593,7 +29534,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.2.0 optionalDependencies: - webpack: 5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0) + webpack: 5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0) webpack-dev-middleware@6.1.3(webpack@5.93.0(esbuild@0.21.5)): dependencies: @@ -29649,7 +29590,7 @@ snapshots: acorn-import-attributes: 1.9.5(acorn@8.12.1) browserslist: 4.23.2 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.17.0 + enhanced-resolve: 5.17.1 es-module-lexer: 1.5.4 eslint-scope: 5.1.1 events: 3.3.0 @@ -29669,7 +29610,7 @@ snapshots: - esbuild - uglify-js - webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5)): + webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5)): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 @@ -29680,7 +29621,7 @@ snapshots: acorn-import-attributes: 1.9.5(acorn@8.12.1) browserslist: 4.23.2 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.17.0 + enhanced-resolve: 5.17.1 es-module-lexer: 1.5.4 eslint-scope: 5.1.1 events: 3.3.0 @@ -29692,7 +29633,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))) watchpack: 2.4.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -29700,7 +29641,7 @@ snapshots: - esbuild - uglify-js - webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0): + webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 @@ -29711,7 +29652,7 @@ snapshots: acorn-import-attributes: 1.9.5(acorn@8.12.1) browserslist: 4.23.2 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.17.0 + enhanced-resolve: 5.17.1 es-module-lexer: 1.5.4 eslint-scope: 5.1.1 events: 3.3.0 @@ -29723,7 +29664,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.6.13(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + terser-webpack-plugin: 5.3.10(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack@5.93.0(@swc/core@1.7.3(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) watchpack: 2.4.1 webpack-sources: 3.2.3 optionalDependencies: @@ -29744,7 +29685,7 @@ snapshots: acorn-import-attributes: 1.9.5(acorn@8.12.1) browserslist: 4.23.2 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.17.0 + enhanced-resolve: 5.17.1 es-module-lexer: 1.5.4 eslint-scope: 5.1.1 events: 3.3.0 @@ -29775,7 +29716,7 @@ snapshots: acorn-import-attributes: 1.9.5(acorn@8.12.1) browserslist: 4.23.2 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.17.0 + enhanced-resolve: 5.17.1 es-module-lexer: 1.5.4 eslint-scope: 5.1.1 events: 3.3.0 @@ -29832,7 +29773,7 @@ snapshots: is-string: 1.0.7 is-symbol: 1.0.4 - which-builtin-type@1.1.3: + which-builtin-type@1.1.4: dependencies: function.prototype.name: 1.1.6 has-tostringtag: 1.0.2 From 42e1ce01bac7ea6ca6a7a6ba3dcff6d337b06f5f Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Wed, 31 Jul 2024 15:45:42 +0300 Subject: [PATCH 09/15] Fix missing preferredChildren + clean up --- .../src/components/ExplorePage/index.js | 4 +- .../components/ExplorePage/useLayerStyles.js | 74 ------------------- packages/hurumap-next/src/Map/LazyMap.js | 1 + 3 files changed, 2 insertions(+), 77 deletions(-) delete mode 100644 apps/climatemappedafrica/src/components/ExplorePage/useLayerStyles.js diff --git a/apps/climatemappedafrica/src/components/ExplorePage/index.js b/apps/climatemappedafrica/src/components/ExplorePage/index.js index 7e30dc21c..73bab2ca7 100644 --- a/apps/climatemappedafrica/src/components/ExplorePage/index.js +++ b/apps/climatemappedafrica/src/components/ExplorePage/index.js @@ -6,7 +6,6 @@ import PropTypes from "prop-types"; import React, { useEffect, useState } from "react"; import useExplore from "./useExplore"; -import { primaryGeoStyles, secondaryGeoStyles } from "./useLayerStyles"; import useProfileGeography from "./useProfileGeography"; import useStyles from "./useStyles"; @@ -129,8 +128,7 @@ function ExplorePage({ panelProps, profile: profileProp, ...props }) { onClick={handleClickMap} onClickUnpin={handleClickUnpin} zoom={7} - primaryGeoStyles={primaryGeoStyles} - secondaryGeoStyles={secondaryGeoStyles} + {...props} /> geoms.children[l]) ?? null; From b304c01b1136dd5cf32f2029d178ebc235f567d5 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Wed, 31 Jul 2024 16:53:25 +0300 Subject: [PATCH 10/15] Remove unused class --- apps/pesayetu/src/components/ExplorePage/useStyles.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/pesayetu/src/components/ExplorePage/useStyles.js b/apps/pesayetu/src/components/ExplorePage/useStyles.js index 1f1febd38..b7a4182b8 100644 --- a/apps/pesayetu/src/components/ExplorePage/useStyles.js +++ b/apps/pesayetu/src/components/ExplorePage/useStyles.js @@ -41,12 +41,6 @@ const useStyles = makeStyles(({ breakpoints, palette, typography }) => ({ }, }, }, - map: { - display: "none", - [breakpoints.up("md")]: { - display: "block", - }, - }, })); export default useStyles; From c8cc43f0946eee586c2aea68ad676c05257b2611 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Wed, 31 Jul 2024 16:53:48 +0300 Subject: [PATCH 11/15] Clean up @hurumap/core dependencies --- packages/hurumap-core/package.json | 3 --- pnpm-lock.yaml | 6 ------ 2 files changed, 9 deletions(-) diff --git a/packages/hurumap-core/package.json b/packages/hurumap-core/package.json index e84796057..1d2e7b8a6 100644 --- a/packages/hurumap-core/package.json +++ b/packages/hurumap-core/package.json @@ -45,11 +45,9 @@ "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-config-commons-ui": "workspace:*", - "leaflet": "^1.9.4", "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-leaflet": "^4.2.1", "react-test-renderer": "^18.3.1", "require-from-string": "^2.0.2", "typescript": "^5.5.4", @@ -64,7 +62,6 @@ "react": "^18.2.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.2.0", - "react-leaflet": "^4.2.1", "react-share": "^5.1.0" }, "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fb4447d3a..2541f6cfc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1830,9 +1830,6 @@ importers: jest-config-commons-ui: specifier: workspace:* version: link:../jest-config-commons-ui - leaflet: - specifier: ^1.9.4 - version: 1.9.4 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -1842,9 +1839,6 @@ importers: react-dom: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) - react-leaflet: - specifier: ^4.2.1 - version: 4.2.1(leaflet@1.9.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-test-renderer: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) From 28b8a8c4c42c06d49e0ea45f16e8096bf6b2ccab Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Thu, 1 Aug 2024 09:18:34 +0300 Subject: [PATCH 12/15] ~Map~LazyMap Function name should match component name. Co-authored-by: Kipruto <43873157+kelvinkipruto@users.noreply.github.com> --- packages/hurumap-next/src/Map/LazyMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hurumap-next/src/Map/LazyMap.js b/packages/hurumap-next/src/Map/LazyMap.js index 8e14247a5..8ebae97c8 100644 --- a/packages/hurumap-next/src/Map/LazyMap.js +++ b/packages/hurumap-next/src/Map/LazyMap.js @@ -8,7 +8,7 @@ import "leaflet/dist/leaflet.css"; // TODO(kilemensi): We can't use styled and MapContainer because MapContainer // is a dynamic component i.e. needs window to exist -const LazyMap = React.forwardRef(function Map(props, ref) { +const LazyMap = React.forwardRef(function LazyMap(props, ref) { const { center, geography, From abba2c77e052be6b7e54bfd8ff076751bce70d17 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Thu, 1 Aug 2024 11:23:02 +0300 Subject: [PATCH 13/15] Update pnpm-lock file --- pnpm-lock.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e207a40ef..9108e86f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,7 +174,7 @@ importers: specifier: ^0.23.2 version: 0.23.2 sharp: - specifier: ^0.33.4 + specifier: ^0.33.0 version: 0.33.4 slate: specifier: ^0.103.0 @@ -361,7 +361,7 @@ importers: specifier: ^7.6.0 version: 7.6.0(react@18.3.1)(vega-lite@5.20.1(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) sharp: - specifier: ^0.33.4 + specifier: ^0.33.0 version: 0.33.4 simplebar-react: specifier: ^3.2.6 @@ -623,7 +623,7 @@ importers: specifier: ^5.1.0 version: 5.1.0(react@18.3.1) sharp: - specifier: ^0.33.4 + specifier: ^0.33.0 version: 0.33.4 slate: specifier: ^0.103.0 @@ -798,7 +798,7 @@ importers: specifier: ^7.6.0 version: 7.6.0(react@18.3.1)(vega-lite@5.20.1(vega@5.30.0(encoding@0.1.13)))(vega@5.30.0(encoding@0.1.13)) sharp: - specifier: ^0.33.4 + specifier: ^0.33.0 version: 0.33.4 simplebar-react: specifier: ^3.2.6 @@ -1045,7 +1045,7 @@ importers: specifier: ^1.5.0 version: 1.5.0 sharp: - specifier: ^0.33.4 + specifier: ^0.33.0 version: 0.33.4 simplebar-react: specifier: ^3.2.6 From cf03c8244e12f6e81d511640018204b05817e4b0 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Thu, 1 Aug 2024 12:44:03 +0300 Subject: [PATCH 14/15] Revert to `deepmerge` dependency to support array merge --- apps/charterafrica/package.json | 2 +- apps/codeforafrica/package.json | 2 +- apps/pesayetu/package.json | 18 +- apps/promisetracker/package.json | 2 +- apps/roboshield/package.json | 2 +- apps/uibook/package.json | 18 +- apps/vpnmanager/package.json | 2 +- packages/hurumap-core/package.json | 5 +- .../hurumap-core/src/Scope/BarChartScope.js | 9 +- pnpm-lock.yaml | 723 +++++++++--------- 10 files changed, 386 insertions(+), 397 deletions(-) diff --git a/apps/charterafrica/package.json b/apps/charterafrica/package.json index 9492b22a0..a218f7204 100644 --- a/apps/charterafrica/package.json +++ b/apps/charterafrica/package.json @@ -59,7 +59,7 @@ "@payloadcms/plugin-seo": "^2.3.2", "@payloadcms/richtext-slate": "^1.5.2", "@react-spring/web": "^9.7.4", - "@sentry/nextjs": "^8.21.0", + "@sentry/nextjs": "^8.22.0", "airtable": "^0.12.2", "dotenv": "^16.4.5", "express": "^4.19.2", diff --git a/apps/codeforafrica/package.json b/apps/codeforafrica/package.json index a18a1ba97..bac1f9ded 100644 --- a/apps/codeforafrica/package.json +++ b/apps/codeforafrica/package.json @@ -52,7 +52,7 @@ "@payloadcms/plugin-sentry": "^0.0.6", "@payloadcms/plugin-seo": "^2.3.2", "@payloadcms/richtext-slate": "^1.5.2", - "@sentry/nextjs": "^8.21.0", + "@sentry/nextjs": "^8.22.0", "camelcase-keys": "^9.1.3", "dotenv": "^16.4.5", "express": "^4.19.2", diff --git a/apps/pesayetu/package.json b/apps/pesayetu/package.json index 6d48f6af9..7132d209a 100644 --- a/apps/pesayetu/package.json +++ b/apps/pesayetu/package.json @@ -82,14 +82,14 @@ "@commons-ui/testing-library": "workspace:*", "@material-ui/codemod": "^4.5.1", "@playwright/test": "^1.45.3", - "@storybook/addon-essentials": "^8.2.6", - "@storybook/addon-interactions": "^8.2.6", - "@storybook/addon-links": "^8.2.6", - "@storybook/blocks": "^8.2.6", - "@storybook/cli": "^8.2.6", - "@storybook/nextjs": "^8.2.6", - "@storybook/react": "^8.2.6", - "@storybook/test": "^8.2.6", + "@storybook/addon-essentials": "^8.2.7", + "@storybook/addon-interactions": "^8.2.7", + "@storybook/addon-links": "^8.2.7", + "@storybook/blocks": "^8.2.7", + "@storybook/cli": "^8.2.7", + "@storybook/nextjs": "^8.2.7", + "@storybook/react": "^8.2.7", + "@storybook/test": "^8.2.7", "@svgr/webpack": "^8.1.0", "@types/node": "^20.14.13", "@types/react": "^18.3.3", @@ -115,7 +115,7 @@ "playwright-config-commons-ui": "workspace:*", "prettier": "^3.3.3", "react-test-renderer": "^18.3.1", - "storybook": "^8.2.6", + "storybook": "^8.2.7", "svg-url-loader": "^8.0.0", "typescript": "^5.5.4" }, diff --git a/apps/promisetracker/package.json b/apps/promisetracker/package.json index fd4240f14..52b3b2f3d 100644 --- a/apps/promisetracker/package.json +++ b/apps/promisetracker/package.json @@ -31,7 +31,7 @@ "@mui/material": "^5.16.6", "@mui/styles": "^5.16.6", "@mui/utils": "^5.16.6", - "@sentry/nextjs": "^8.21.0", + "@sentry/nextjs": "^8.22.0", "clsx": "^2.1.1", "date-fns": "^2.30.0", "form-data": "^4.0.0", diff --git a/apps/roboshield/package.json b/apps/roboshield/package.json index 521ea27d9..dcc90c48c 100644 --- a/apps/roboshield/package.json +++ b/apps/roboshield/package.json @@ -35,7 +35,7 @@ "@payloadcms/plugin-sentry": "^0.0.6", "@payloadcms/plugin-seo": "^2.3.2", "@payloadcms/richtext-slate": "^1.5.2", - "@sentry/nextjs": "^8.21.0", + "@sentry/nextjs": "^8.22.0", "ace-builds": "^1.35.4", "crawler-user-agents": "^1.0.142", "date-fns": "^3.6.0", diff --git a/apps/uibook/package.json b/apps/uibook/package.json index acc3ff7ee..a450be234 100644 --- a/apps/uibook/package.json +++ b/apps/uibook/package.json @@ -51,14 +51,14 @@ "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-react": "^7.24.7", - "@storybook/addon-essentials": "^8.2.6", - "@storybook/addon-interactions": "^8.2.6", - "@storybook/addon-links": "^8.2.6", - "@storybook/blocks": "^8.2.6", - "@storybook/cli": "^8.2.6", - "@storybook/nextjs": "^8.2.6", - "@storybook/react": "^8.2.6", - "@storybook/test": "^8.2.6", + "@storybook/addon-essentials": "^8.2.7", + "@storybook/addon-interactions": "^8.2.7", + "@storybook/addon-links": "^8.2.7", + "@storybook/blocks": "^8.2.7", + "@storybook/cli": "^8.2.7", + "@storybook/nextjs": "^8.2.7", + "@storybook/react": "^8.2.7", + "@storybook/test": "^8.2.7", "@types/node": "^20.14.13", "@types/react": "^18.3.3", "eslint": "^8.57.0", @@ -66,7 +66,7 @@ "eslint-import-resolver-webpack": "^0.13.8", "eslint-plugin-import": "^2.29.1", "prettier": "^3.3.3", - "storybook": "^8.2.6", + "storybook": "^8.2.7", "typescript": "^5.5.4", "webpack": "^5.93.0" }, diff --git a/apps/vpnmanager/package.json b/apps/vpnmanager/package.json index a503b1f99..ece1b2aea 100644 --- a/apps/vpnmanager/package.json +++ b/apps/vpnmanager/package.json @@ -24,7 +24,7 @@ "@mui/utils": "^5.16.6", "@next/env": "^14.2.5", "@sendgrid/mail": "^8.1.3", - "@sentry/nextjs": "^8.21.0", + "@sentry/nextjs": "^8.22.0", "@svgr/webpack": "^8.1.0", "@types/jest": "^29.5.12", "googleapis": "^133.0.0", diff --git a/packages/hurumap-core/package.json b/packages/hurumap-core/package.json index 727fe5151..9a4c2e49a 100644 --- a/packages/hurumap-core/package.json +++ b/packages/hurumap-core/package.json @@ -40,6 +40,7 @@ "@mui/utils": "^5.16.6", "@types/react": "^18.3.3", "babel-loader": "^9.1.3", + "deepmerge": "^4.3.1", "eslint": "^8.57.0", "eslint-config-commons-ui": "workspace:*", "identity-obj-proxy": "^3.0.0", @@ -47,7 +48,9 @@ "jest-config-commons-ui": "workspace:*", "prettier": "^3.3.3", "react": "^18.3.1", + "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.3.1", + "react-share": "^5.1.0", "react-test-renderer": "^18.3.1", "require-from-string": "^2.0.2", "typescript": "^5.5.4", @@ -59,7 +62,7 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.0", "@mui/utils": "^5.12.3", - "leaflet": "^1.9.4", + "deepmerge": "^4.3.1", "react": "^18.2.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.2.0", diff --git a/packages/hurumap-core/src/Scope/BarChartScope.js b/packages/hurumap-core/src/Scope/BarChartScope.js index 864daafbd..d688be2be 100644 --- a/packages/hurumap-core/src/Scope/BarChartScope.js +++ b/packages/hurumap-core/src/Scope/BarChartScope.js @@ -1,4 +1,4 @@ -import { deepmerge } from "@mui/utils"; +import merge from "deepmerge"; import Scope from "./Scope"; @@ -17,7 +17,9 @@ export default function BarChartScope({ const { parentLabel } = config; const { primary_group: primaryGroup } = metadata; - return deepmerge( + + // Need to merge/contact arrays + return merge( Scope({ primaryData, metadata, @@ -345,8 +347,5 @@ export default function BarChartScope({ }, ], }, - { - clone: false, - }, ); } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9108e86f6..e3a8a6fc3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,8 +117,8 @@ importers: specifier: ^9.7.4 version: 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sentry/nextjs': - specifier: ^8.21.0 - version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) + specifier: ^8.22.0 + version: 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) airtable: specifier: ^0.12.2 version: 0.12.2(encoding@0.1.13) @@ -572,8 +572,8 @@ importers: specifier: ^1.5.2 version: 1.5.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sentry/nextjs': - specifier: ^8.21.0 - version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))) + specifier: ^8.22.0 + version: 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))) camelcase-keys: specifier: ^9.1.3 version: 9.1.3 @@ -850,29 +850,29 @@ importers: specifier: ^1.45.3 version: 1.45.3 '@storybook/addon-essentials': - specifier: ^8.2.6 - version: 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/addon-interactions': - specifier: ^8.2.6 - version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/addon-links': - specifier: ^8.2.6 - version: 8.2.6(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/blocks': - specifier: ^8.2.6 - version: 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/cli': - specifier: ^8.2.6 - version: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + specifier: ^8.2.7 + version: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/nextjs': - specifier: ^8.2.6 - version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(babel-plugin-macros@3.1.0)(esbuild@0.21.5)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5)) + specifier: ^8.2.7 + version: 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(babel-plugin-macros@3.1.0)(esbuild@0.21.5)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5)) '@storybook/react': - specifier: ^8.2.6 - version: 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + specifier: ^8.2.7 + version: 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) '@storybook/test': - specifier: ^8.2.6 - version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@svgr/webpack': specifier: ^8.1.0 version: 8.1.0(typescript@5.5.4) @@ -949,8 +949,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) storybook: - specifier: ^8.2.6 - version: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + specifier: ^8.2.7 + version: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) svg-url-loader: specifier: ^8.0.0 version: 8.0.0(webpack@5.93.0(esbuild@0.21.5)) @@ -991,8 +991,8 @@ importers: specifier: ^5.16.6 version: 5.16.6(@types/react@18.3.3)(react@18.3.1) '@sentry/nextjs': - specifier: ^8.21.0 - version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0) + specifier: ^8.22.0 + version: 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -1184,8 +1184,8 @@ importers: specifier: ^1.5.2 version: 1.5.2(payload@2.25.0(@swc/helpers@0.5.5)(@types/react@18.3.3)(encoding@0.1.13)(typescript@5.5.4)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sentry/nextjs': - specifier: ^8.21.0 - version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))) + specifier: ^8.22.0 + version: 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))) ace-builds: specifier: ^1.35.4 version: 1.35.4 @@ -1363,29 +1363,29 @@ importers: specifier: ^7.24.7 version: 7.24.7(@babel/core@7.25.2) '@storybook/addon-essentials': - specifier: ^8.2.6 - version: 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/addon-interactions': - specifier: ^8.2.6 - version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/addon-links': - specifier: ^8.2.6 - version: 8.2.6(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/blocks': - specifier: ^8.2.6 - version: 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/cli': - specifier: ^8.2.6 - version: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + specifier: ^8.2.7 + version: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/nextjs': - specifier: ^8.2.6 - version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0) + specifier: ^8.2.7 + version: 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0) '@storybook/react': - specifier: ^8.2.6 - version: 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + specifier: ^8.2.7 + version: 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) '@storybook/test': - specifier: ^8.2.6 - version: 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + specifier: ^8.2.7 + version: 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@types/node': specifier: ^20.14.13 version: 20.14.13 @@ -1408,8 +1408,8 @@ importers: specifier: ^3.3.3 version: 3.3.3 storybook: - specifier: ^8.2.6 - version: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + specifier: ^8.2.7 + version: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) typescript: specifier: ^5.5.4 version: 5.5.4 @@ -1453,8 +1453,8 @@ importers: specifier: ^8.1.3 version: 8.1.3 '@sentry/nextjs': - specifier: ^8.21.0 - version: 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0) + specifier: ^8.22.0 + version: 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0) '@svgr/webpack': specifier: ^8.1.0 version: 8.1.0(typescript@5.5.4) @@ -1778,18 +1778,9 @@ importers: packages/hurumap-core: dependencies: - leaflet: - specifier: ^1.9.4 - version: 1.9.4 prop-types: specifier: ^15.8.1 version: 15.8.1 - react-copy-to-clipboard: - specifier: ^5.1.0 - version: 5.1.0(react@18.3.1) - react-share: - specifier: ^5.1.0 - version: 5.1.0(react@18.3.1) devDependencies: '@babel/core': specifier: ^7.25.2 @@ -1818,6 +1809,9 @@ importers: babel-loader: specifier: ^9.1.3 version: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0) + deepmerge: + specifier: ^4.3.1 + version: 4.3.1 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -1839,9 +1833,15 @@ importers: react: specifier: ^18.3.1 version: 18.3.1 + react-copy-to-clipboard: + specifier: ^5.1.0 + version: 5.1.0(react@18.3.1) react-dom: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) + react-share: + specifier: ^5.1.0 + version: 5.1.0(react@18.3.1) react-test-renderer: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) @@ -5012,20 +5012,20 @@ packages: resolution: {integrity: sha512-Wg5iKSUOER83/cfY6rbPa+o3ChnYzWwv1OcsR8gCV8SKi+sUPIMroildimlnb72DBkQxcbylxng1W7f0RIX7MQ==} engines: {node: '>=12.*'} - '@sentry-internal/browser-utils@8.21.0': - resolution: {integrity: sha512-qN95Yuc9csDW6H4LEET/qkAA87WIbYIq3x2EY8YzfmjyPvjgfGoOD3wz2ROiitKNgB291rCtnJiSMKE0GinSRg==} + '@sentry-internal/browser-utils@8.22.0': + resolution: {integrity: sha512-R0u8KPaSivueIwUOhmYxcisKaJq3gx+I0xOcWoluDB3OI1Ds/QOSP/vmTsMg/mjwG/nUJ8RRM8pj0s8vlqCrjg==} engines: {node: '>=14.18'} - '@sentry-internal/feedback@8.21.0': - resolution: {integrity: sha512-vAArMtoYvsBbCvB2KGB4v6uzmBxHCimSkBtfq6CuAv0+mdPGFbhPd+pzKcMovXZD1tji4lY89DbFxRsuliskWw==} + '@sentry-internal/feedback@8.22.0': + resolution: {integrity: sha512-Sy2+v0xBmVnZ5LQ48603CvLy5vVQvAZ+hc9xQSAHexts07NkvApMU1qv26YNwxlAWfDha1wXiW6ryd4YDzaoVA==} engines: {node: '>=14.18'} - '@sentry-internal/replay-canvas@8.21.0': - resolution: {integrity: sha512-vm0ZLY5DpjjFodKDhD79ZiLLQaHnA6XG5gTT5HcWhMwAykYNVfXRaNC0dq3ydOw0oDgPnOAnL/RuOXCgYahVdQ==} + '@sentry-internal/replay-canvas@8.22.0': + resolution: {integrity: sha512-/gV8qN3JqWw0LXTMuCGB8RDI8Bx1VESNRBdh/7Cmc5+hxYBfcketuix3S8mHWcE/JO+Ed9g1Abzys6GphTB9LA==} engines: {node: '>=14.18'} - '@sentry-internal/replay@8.21.0': - resolution: {integrity: sha512-di2rLyya4yPA+5LybX5+52HBrW4D8e22yKpERu7cnwWi3+ZAjoDf3M/CmKM9kCPFfSE/tHWlm+CYDl2WhslFLA==} + '@sentry-internal/replay@8.22.0': + resolution: {integrity: sha512-sF8RyMPJP1fSIyyBDAbtybvKCu0dy8ZAfMwLP7ZqEnWrhZqktVuqM7/++EAFMlD5YaWJXm1IDuOXjgSQjUtSIQ==} engines: {node: '>=14.18'} '@sentry-internal/tracing@7.118.0': @@ -5036,8 +5036,8 @@ packages: resolution: {integrity: sha512-4mhEwYTK00bIb5Y9UWIELVUfru587Vaeg0DQGswv4aIRHIiMKLyNqCEejaaybQ/fNChIZOKmvyqXk430YVd7Qg==} engines: {node: '>= 14'} - '@sentry/browser@8.21.0': - resolution: {integrity: sha512-pYlnQQbkDZfULT8UjGOWY8U+z+8La4dvTtetWYW3SI/colFR3YuZyJvGAJQkwKJpxi4VxGAxQglqj+HgsQua1A==} + '@sentry/browser@8.22.0': + resolution: {integrity: sha512-t3b+/9WWcP9SQTWwrHrB57B33ENgmUjyFlW2+JSlCXkSJBSmAoquPZ/GPjOuPaSr3HIA0mu9uEr4A41d5diASQ==} engines: {node: '>=14.18'} '@sentry/bundler-plugin-core@2.20.1': @@ -5094,16 +5094,16 @@ packages: resolution: {integrity: sha512-ol0xBdp3/K11IMAYSQE0FMxBOOH9hMsb/rjxXWe0hfM5c72CqYWL3ol7voPci0GELJ5CZG+9ImEU1V9r6gK64g==} engines: {node: '>=8'} - '@sentry/core@8.21.0': - resolution: {integrity: sha512-1eW0HKxpBz23oWR3yshl7kVpoJSq1DtqnSIRK3JkV72ytO+UD5sbGQ2iCzmXrefJHP555EOrui2eMm+akq2sDA==} + '@sentry/core@8.22.0': + resolution: {integrity: sha512-fYPnxp7UkY2tckaOtivIySxnJvlbekuxs+Qi6rkUv9JpF+TYKpt7OPNUAbgVIhS0xazAEN6iKTfmnmpUbFRLmQ==} engines: {node: '>=14.18'} '@sentry/integrations@7.118.0': resolution: {integrity: sha512-C2rR4NvIMjokF8jP5qzSf1o2zxDx7IeYnr8u15Kb2+HdZtX559owALR0hfgwnfeElqMhGlJBaKUWZ48lXJMzCQ==} engines: {node: '>=8'} - '@sentry/nextjs@8.21.0': - resolution: {integrity: sha512-O8w6LxKexljzDyxRo2nIx82FS9/yXUCDu+6Y+0ghLMnnDPtqyOrioexWu6pYzVRT2wpev1RkcaTwgJKAnlnTNw==} + '@sentry/nextjs@8.22.0': + resolution: {integrity: sha512-XYb/3ocQLhZmdqqTgI7xce7AiRpHn3L6Sj3RVTBwNb4nb+XOfQ8o0LKF7v7yo6LGoQin+IWpWPACnNc8zH7fBA==} engines: {node: '>=14.18'} peerDependencies: next: ^13.2.0 || ^14.0 || ^15.0.0-rc.0 @@ -5116,12 +5116,12 @@ packages: resolution: {integrity: sha512-79N63DvYKkNPqzmc0cjO+vMZ/nU7+CbE3K3COQNiV7gk58+666G9mRZQJuZVOVebatq5wM5UR0G4LPkwD+J84g==} engines: {node: '>=8'} - '@sentry/node@8.21.0': - resolution: {integrity: sha512-AIgRIAqkyIIvaDCO0HS7EsGYRfMra8rcTwmSS6kbJsi5Xo9LLSz7mAq5zUZ/YaqRz0Sn54P+JxryJgB6pZj0NA==} + '@sentry/node@8.22.0': + resolution: {integrity: sha512-xDLB4TJXT8iFKwoFneOIJtlfpsUB6L0m32Do97TrQ1dY2WilspksznrU2Ac+XfshdNxa8Sqr4tSj07Yzn0VNiQ==} engines: {node: '>=14.18'} - '@sentry/opentelemetry@8.21.0': - resolution: {integrity: sha512-EDaHt1GSayCEMcRonYm+J/qf6HH+aZxoTeWxd27xlqUwIcALTo5OdGSk/JpJLQKlJO1WcxWzrpY8HWoZWwhdZw==} + '@sentry/opentelemetry@8.22.0': + resolution: {integrity: sha512-JqNsoyPdZ88Me2SdxAqq/5agcMzUzZ5xIjrM4ETC1aaeD+cPij/xL4U31b8S7aFJy3miaaZqFzpBy9A/YtFxLw==} engines: {node: '>=14.18'} peerDependencies: '@opentelemetry/api': ^1.9.0 @@ -5130,8 +5130,8 @@ packages: '@opentelemetry/sdk-trace-base': ^1.25.1 '@opentelemetry/semantic-conventions': ^1.25.1 - '@sentry/react@8.21.0': - resolution: {integrity: sha512-ypAlRkkjRy/FggrCzf9N6tvuLu04QsC6vE6PCek9vPgTUE3lt25rjF8z34ieC+mzLLpfg/tWDvS4NghMwTgPPQ==} + '@sentry/react@8.22.0': + resolution: {integrity: sha512-LcO8SPfjYsx3Zvg1mQwjreVvtriVxde+6njIJyXU9TArB0e8bFexvd4MGXdBExgW9aY449hNaStgKRWMNHeVHQ==} engines: {node: '>=14.18'} peerDependencies: react: ^16.14.0 || 17.x || 18.x || 19.x @@ -5140,20 +5140,20 @@ packages: resolution: {integrity: sha512-2drqrD2+6kgeg+W/ycmiti3G4lJrV3hGjY9PpJ3bJeXrh6T2+LxKPzlgSEnKFaeQWkXdZ4eaUbtTXVebMjb5JA==} engines: {node: '>=8'} - '@sentry/types@8.21.0': - resolution: {integrity: sha512-2hF7lhDCGBN8VkIkHTuh9pL3QnJ3QBkIDAcKosFCS5tHGp68zGJgE0VWg2yQvqjZM06DnFT9CUKF9ZGv45FS3w==} + '@sentry/types@8.22.0': + resolution: {integrity: sha512-1MLK3xO+uF2oJaa+M98aLIrQsEHzV7xnVWPfE3MhejYLNQebj4rQnQKTut/xZNIF9W0Q+bRcakLarC3ce2a74g==} engines: {node: '>=14.18'} '@sentry/utils@7.118.0': resolution: {integrity: sha512-43qItc/ydxZV1Zb3Kn2M54RwL9XXFa3IAYBO8S82Qvq5YUYmU2AmJ1jgg7DabXlVSWgMA1HntwqnOV3JLaEnTQ==} engines: {node: '>=8'} - '@sentry/utils@8.21.0': - resolution: {integrity: sha512-Evq5goV8CKLISuULenqJm8VyIYaKa6wDAYIHfcDmSyCJIEDlEpRb8S7LcKdYsf6h0FdGy9ofv5ksgMPCqYq7eg==} + '@sentry/utils@8.22.0': + resolution: {integrity: sha512-0ITG2+3EtyMtyc/nQG8aB9z9eIQ4L43nM/KuNgYSnM1vPl/zegbaLT0Ek/xkQB1OLIOLkEPQ6x9GWe+248/n3g==} engines: {node: '>=14.18'} - '@sentry/vercel-edge@8.21.0': - resolution: {integrity: sha512-VK2MvXJQJwor8DbNQzWIBJh3m1nxUszQxNIWYi5Zh8ZC0xEPZBmVJntLxRc5SbtTUvqWOn7fGVmojQ8oOdWR9Q==} + '@sentry/vercel-edge@8.22.0': + resolution: {integrity: sha512-2kkyJ+mvAOEIcM+YY21kMCjx2OI1r+4qYaKPwXWagns41+BcqAl1I8/lU6ZjbNP2wm9iy4kmYcZwx8P5VLtWAw==} engines: {node: '>=14.18'} '@sentry/webpack-plugin@2.20.1': @@ -5390,26 +5390,26 @@ packages: '@storybook/addon-actions@7.6.20': resolution: {integrity: sha512-c/GkEQ2U9BC/Ew/IMdh+zvsh4N6y6n7Zsn2GIhJgcu9YEAa5aF2a9/pNgEGBMOABH959XE8DAOMERw/5qiLR8g==} - '@storybook/addon-actions@8.2.6': - resolution: {integrity: sha512-iCsf3V28/jJ95w2zd8aSvR4denoA2UYV3fpNCTGOURqICyKOG3cyVxvqKp8Hhcwn7trNOsK+HlL6q5gpv56ViA==} + '@storybook/addon-actions@8.2.7': + resolution: {integrity: sha512-wDnMGGmaogAForkNncfCx8BEDiwxeK8zC0lj8HkRPUuH6vTr81U5RIb12Wa2TnnNKLKMFAtyPSnofHf3OAfzZQ==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-backgrounds@7.6.20': resolution: {integrity: sha512-a7ukoaXT42vpKsMxkseIeO3GqL0Zst2IxpCTq5dSlXiADrcemSF/8/oNpNW9C4L6F1Zdt+WDtECXslEm017FvQ==} - '@storybook/addon-backgrounds@8.2.6': - resolution: {integrity: sha512-61NFowA6EmCw+Eyzp0U4fat9MlPDdnT7aoDyzqSImLwWLITY9IvmWuTeo7XKJZN3fe22z1r7cZseKdYrtaHcKw==} + '@storybook/addon-backgrounds@8.2.7': + resolution: {integrity: sha512-kEL3kzYB0qNfpznchlGBnQm4iydyzdTYDPlCFsKUAxfUmJFnpz2H52Sl5lB+qJC/4OREp1Usltag7cUjeuyzMQ==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-controls@7.6.20': resolution: {integrity: sha512-06ZT5Ce1sZW52B0s6XuokwjkKO9GqHlTUHvuflvd8wifxKlCmRvNUxjBvwh+ccGJ49ZS73LbMSLFgtmBEkCxbg==} - '@storybook/addon-controls@8.2.6': - resolution: {integrity: sha512-EHUwHy+oZZv3pXzN7fuXWrS/meHFjqcELY3RBvOyEkGf21agl6co6R1tnf6d5N5QoYAGfIbDO7dkauSL2RfNAw==} + '@storybook/addon-controls@8.2.7': + resolution: {integrity: sha512-u3MruX0Zh6l1iNkoJdXwx+zPVqpDKypVrC0YdN3qQ3+mtTwqt35rgetYqtOkDnJ8mXKxo8A5giERKPIyzH9iBA==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-docs@7.6.20': resolution: {integrity: sha512-XNfYRhbxH5JP7B9Lh4W06PtMefNXkfpV39Gaoih5HuqngV3eoSL4RikZYOMkvxRGQ738xc6axySU3+JKcP1OZg==} @@ -5417,10 +5417,10 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/addon-docs@8.2.6': - resolution: {integrity: sha512-qe7hxntaezqjKdU9QS+Q9NFL6i/uNdBxdvOnCKgPhBAY/zY6yhk5t3sOvonynPK5nkaNAowfSNPIzNxAXlJ1sA==} + '@storybook/addon-docs@8.2.7': + resolution: {integrity: sha512-icLbvUWp95WUxq2sY+0xgJ49MaQ2HqtWY9RUJUZswJ/ZPJTCCpIoa6HP/NOB9A90Oec9n8sW+1CdDL4CxfxfZg==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-essentials@7.6.20': resolution: {integrity: sha512-hCupSOiJDeOxJKZSgH0x5Mb2Xqii6mps21g5hpxac1XjhQtmGflShxi/xOHhK3sNqrbgTSbScfpUP3hUlZO/2Q==} @@ -5428,23 +5428,23 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/addon-essentials@8.2.6': - resolution: {integrity: sha512-diGjGZcZNov+RCAVQBTm8JKP2kUtMRuJIQFBeXdPWpu6hYBk6lw1FlAf2GywWGCvdny1pJT90hfoD33qUMNuDg==} + '@storybook/addon-essentials@8.2.7': + resolution: {integrity: sha512-5qe7La9B2Z4Y9Fet3C35y8zOZwKgrqduNk8yAUmPRAOwopdo8SGKYpnFTnAtTfTCVk6Y+AZlRfQq0yLUk0Wl3g==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-highlight@7.6.20': resolution: {integrity: sha512-7/x7xFdFyqCki5Dm3uBePldUs9l98/WxJ7rTHQuYqlX7kASwyN5iXPzuhmMRUhlMm/6G6xXtLabIpzwf1sFurA==} - '@storybook/addon-highlight@8.2.6': - resolution: {integrity: sha512-03cV9USsfP3bS4wYV06DYcIaGPfoheQe53Q0Jr1B2yJUVyIPKvmO2nGjLBsqzeL3Wl7vSfLQn0/dUdxCcbqLsw==} + '@storybook/addon-highlight@8.2.7': + resolution: {integrity: sha512-YhiLtyJ3NBNV3FQoQo8RFjj59QGSmmeSwRvCjoac6No2DY5vkMW5a8mW6ORr6QYd7ratRNtd3AsPqksZIehRwQ==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 - '@storybook/addon-interactions@8.2.6': - resolution: {integrity: sha512-YXpHf8jWPz9HJV+Fw4GaunaCWeE6uqF24aLXdAd8xuhN1UfWJeNV6AwAvFQ0hTLqvmz0yMhX/5JXDKeKESoYDA==} + '@storybook/addon-interactions@8.2.7': + resolution: {integrity: sha512-WZXlwpBNLE483uKuR70A7nm+ZbcZNEmuVz/J1/u7dbi0BUWzmJUa9YIgVeQ/1KTwW8KTkxvB0TuUUH3aA4ZKlA==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-links@7.6.20': resolution: {integrity: sha512-iomSnBD90CA4MinesYiJkFX2kb3P1Psd/a1Y0ghlFEsHD4uMId9iT6sx2s16DYMja0SlPkrbWYnGukqaCjZpRw==} @@ -5454,11 +5454,11 @@ packages: react: optional: true - '@storybook/addon-links@8.2.6': - resolution: {integrity: sha512-CUuU3nk8wyZ3bljCmOG/OCKazan+bPuNbCph8N763zyzdEx5M/CbBxV9d3pi3zjYpix7txlqrl2/YdMCejfyFw==} + '@storybook/addon-links@8.2.7': + resolution: {integrity: sha512-BJdR+vdj7S6Rtx8XqBNQzLsRGH/FYHJ6B6BPWGp0awVx0jNWJnxepINQov8i+GAddUVQGCNG+r4LI3QSD3tNAA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.6 + storybook: ^8.2.7 peerDependenciesMeta: react: optional: true @@ -5466,34 +5466,34 @@ packages: '@storybook/addon-measure@7.6.20': resolution: {integrity: sha512-i2Iq08bGfI7gZbG6Lb8uF/L287tnaGUR+2KFEmdBjH6+kgjWLiwfpanoPQpy4drm23ar0gUjX+L3Ri03VI5/Xg==} - '@storybook/addon-measure@8.2.6': - resolution: {integrity: sha512-neI8YeSOAtOmzasLxo6O8ZLr2ebMaD7XVF+kYatl5+SpyuwwvUGcP9NkKe5S+mB8V2zxFUIsXS74XrhmQhRoaQ==} + '@storybook/addon-measure@8.2.7': + resolution: {integrity: sha512-cS5njwlzrgrUjigUKjhbgJMT8bhPmVDK3FwrQqGhw6xYP4cd9/YBJ4RLNPWhOgGJ+EUTz7eFZ/Rkli5mNrhYcQ==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-outline@7.6.20': resolution: {integrity: sha512-TdsIQZf/TcDsGoZ1XpO+9nBc4OKqcMIzY4SrI8Wj9dzyFLQ37s08gnZr9POci8AEv62NTUOVavsxcafllkzqDQ==} - '@storybook/addon-outline@8.2.6': - resolution: {integrity: sha512-uAlPtqDWlq7MQQ4zJT80qdjbSdLF/zsvtPhidX6h9cjLKNPWAv79xJQ14AJHaMv+Hzy5xKnM4wdEhgPbzKabQg==} + '@storybook/addon-outline@8.2.7': + resolution: {integrity: sha512-oFSo3o5eEUSsdGUSPV22pGoJ5lL0PGcqjcee2hyl0Rc60ovsnB1BEGOoaGk7/bmkywMxRZm8D6j85V8HftA/kg==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-toolbars@7.6.20': resolution: {integrity: sha512-5Btg4i8ffWTDHsU72cqxC8nIv9N3E3ObJAc6k0llrmPBG/ybh3jxmRfs8fNm44LlEXaZ5qrK/petsXX3UbpIFg==} - '@storybook/addon-toolbars@8.2.6': - resolution: {integrity: sha512-0JmRirMpxHS6VZzBk0kY871xWTpkk3TN4S1sxoFf5fcnCfVTHDjEJ5Ws/QWru1RJlIZHuJKRdQIA6Vuq5X+KfQ==} + '@storybook/addon-toolbars@8.2.7': + resolution: {integrity: sha512-lEq0/uiogQSxS8pM5AqIexPiG2mudHUxgBiVWSspbTQDUbGBUxB64VYeYERat50N/GyS2iCymlfSkC+OUXaYLQ==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addon-viewport@7.6.20': resolution: {integrity: sha512-i8mIw8BjLWAVHEQsOTE6UPuEGQvJDpsu1XZnOCkpfTfPMz73m+3td/PmLG7mMT2wPnLu9IZncKLCKTAZRbt/YQ==} - '@storybook/addon-viewport@8.2.6': - resolution: {integrity: sha512-IAxH9H8tVFzSmZhKf5E+EALiAdkp19RzGqP/rWluD8LH7oW5HumQE/4oN0ZhVMy1RxYsCKFYjWyAp7AuxeMRSw==} + '@storybook/addon-viewport@8.2.7': + resolution: {integrity: sha512-d4+klwM/duTukNED1WCeBgIMqL5Jvm/iUs2rUc5HI1FGMEDYnoLVR2ztjivQs+6f1cJWuGwWZD/toB5pKHuR/A==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/addons@7.6.17': resolution: {integrity: sha512-Ok18Y698Ccyg++MoUNJNHY0cXUvo8ETFIRLJk1g9ElJ70j6kPgNnzW2pAtZkBNmswHtofZ7pT156cj96k/LgfA==} @@ -5504,22 +5504,22 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/blocks@8.2.6': - resolution: {integrity: sha512-nMlZJjVTyfOJ6xwORptsNuS1AZZlDbJUVXc2R8uukGd5GIXxxCdrPk4NvUsjfQslMT9LhYuFld3z62FATsM2rw==} + '@storybook/blocks@8.2.7': + resolution: {integrity: sha512-lZB4EzmY4ftgubkf7hmkALEhmfMhRkDRD5QjrgTZLRpdVXPzFUyljgLlTBhv34YTN+ZLYK618/4uSVJBpgoKeQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.6 + storybook: ^8.2.7 peerDependenciesMeta: react: optional: true react-dom: optional: true - '@storybook/builder-webpack5@8.2.6': - resolution: {integrity: sha512-ba25XOXifbAxUYprw5WWcrYq/2DJODFoOHdv7YZqzjKeDDbg1Us8F+72zlBCdr38wY4V9084Sd8EBVXV5bxzRQ==} + '@storybook/builder-webpack5@8.2.7': + resolution: {integrity: sha512-3SWN0X6qB14jnCrpMWd5tCshxzLEcRK5Sw/vBIW9HUsUx9OVMPxWp+Ti6NZHqj6FfHVbJb+qOwHl493JAJaFdg==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 typescript: '*' peerDependenciesMeta: typescript: @@ -5531,8 +5531,8 @@ packages: '@storybook/channels@7.6.20': resolution: {integrity: sha512-4hkgPSH6bJclB2OvLnkZOGZW1WptJs09mhQ6j6qLjgBZzL/ZdD6priWSd7iXrmPiN5TzUobkG4P4Dp7FjkiO7A==} - '@storybook/cli@8.2.6': - resolution: {integrity: sha512-xW1r9LfLc7GHI3WlCF2AefK94g2l/NZNoaaWlNCChcf4+L3UKSsWORYSvcU8qmpxQrmQdEVBxues7VbQkZn36Q==} + '@storybook/cli@8.2.7': + resolution: {integrity: sha512-/yTtO4ZlEhbC3UEhh+gS13pSI0JVTdi/9Vmv3NRoV1KmYGfChFzU6r0rqltghKBSlq/MRLI4NYH/uzDg9p2OFQ==} hasBin: true '@storybook/client-api@7.6.17': @@ -5544,8 +5544,8 @@ packages: '@storybook/client-logger@7.6.20': resolution: {integrity: sha512-NwG0VIJQCmKrSaN5GBDFyQgTAHLNishUPLW1NrzqTDNAhfZUoef64rPQlinbopa0H4OXmlB+QxbQIb3ubeXmSQ==} - '@storybook/codemod@8.2.6': - resolution: {integrity: sha512-+mFJ6R+JhJLpU7VPDlXU5Yn6nqIBq745GaEosnIiFOdNo3jaxJ58wq/sGhbQvoCHPUxMA+sDQvR7pS62YFoLRQ==} + '@storybook/codemod@8.2.7': + resolution: {integrity: sha512-D2sJcZMUO6Y7DNja4LvdT6uBee4bZbQKB904kEG9Kpr0XF20IHAP9BbkfG8HEFaS0GbJwvGvE03Sg+S1y+vO6Q==} '@storybook/components@7.6.20': resolution: {integrity: sha512-0d8u4m558R+W5V+rseF/+e9JnMciADLXTpsILrG+TBhwECk0MctIWW18bkqkujdCm8kDZr5U2iM/5kS1Noy7Ug==} @@ -5553,10 +5553,10 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/components@8.2.6': - resolution: {integrity: sha512-H8ckH1AnLkHtMtvJ3J8LxnmDtHxkJ7NJacGctHMRrsBIvdKTVwlT4su5nAVVJlan/PrEou+jESfw+OjjBYE5PA==} + '@storybook/components@8.2.7': + resolution: {integrity: sha512-FXhnoHl9S+tKSFc62iUG3EWplQP9ojGQaSMhqP4QTus6xmo53oSsPzuTPQilKVHkGxFQW8eGgKKsfHw3G2NT2g==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/core-client@7.6.20': resolution: {integrity: sha512-upQuQQinLmlOPKcT8yqXNtwIucZ4E4qegYZXH5HXRWoLAL6GQtW7sUVSIuFogdki8OXRncr/dz8OA+5yQyYS4w==} @@ -5570,21 +5570,21 @@ packages: '@storybook/core-events@7.6.20': resolution: {integrity: sha512-tlVDuVbDiNkvPDFAu+0ou3xBBYbx9zUURQz4G9fAq0ScgBOs/bpzcRrFb4mLpemUViBAd47tfZKdH4MAX45KVQ==} - '@storybook/core-webpack@8.2.6': - resolution: {integrity: sha512-RSqRVNrxrp2pKoQeSmaiHMz7GvAzQ7BV+qPi9gDRDDCuAPrjpY8a17KyqmCJ617asDAb+OEQNBks802xM3pEQw==} + '@storybook/core-webpack@8.2.7': + resolution: {integrity: sha512-eVtizQZdjPePjjPBfMw+74ha2yZw68AQZu5TK01Vetdjz1h+SSt+p/otWcJWPMGpZOg9p+n0krWvlcYHBsZsbA==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 - '@storybook/core@8.2.6': - resolution: {integrity: sha512-XY71g3AcpD6IiER9k9Lt+vlUMYfPIYgWekd7e0Ggzz2gJkPuLunKEdQccLGDSHf5OFAobHhrTJc7ZsvWhmDMag==} + '@storybook/core@8.2.7': + resolution: {integrity: sha512-vgw5MYN9Bq2/ZsObCOEHbBHwi4RpbYCHPFtKkr4kTnWID++FCSiSVd7jY3xPvcNxWqCxOyH6dThpBi+SsB/ZAA==} '@storybook/csf-plugin@7.6.20': resolution: {integrity: sha512-dzBzq0dN+8WLDp6NxYS4G7BCe8+vDeDRBRjHmM0xb0uJ6xgQViL8SDplYVSGnk3bXE/1WmtvyRzQyTffBnaj9Q==} - '@storybook/csf-plugin@8.2.6': - resolution: {integrity: sha512-USn7E/bMQYVqvFBuW6d9rKoSuCImjk0BAmc/0wIOuMQ/yQNp2Xze0m8eVkNHUIUDokyx0TXDjRjwq10Xxk16ag==} + '@storybook/csf-plugin@8.2.7': + resolution: {integrity: sha512-rBdplL6xcVJcuq+uM0eidomMQ5BtAlVAejYrOTNiqBk/zVh5JSvchYzYG9n6Fo2PdKLLKdlZ874zhsVuNriNBQ==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/csf-tools@7.6.20': resolution: {integrity: sha512-rwcwzCsAYh/m/WYcxBiEtLpIW5OH1ingxNdF/rK9mtGWhJxXRDV8acPkFrF8rtFWIVKoOCXu5USJYmc3f2gdYQ==} @@ -5605,10 +5605,10 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/instrumenter@8.2.6': - resolution: {integrity: sha512-RxtpcMTUSq8/wPM6cR6EXVrPEiNuRbC71cIFVFZagOFYvnnOKwSPV+GOLPK0wxMbGB4c5/+Xe8ADefmZTvxOsA==} + '@storybook/instrumenter@8.2.7': + resolution: {integrity: sha512-Zm6Ty4uWFTNchKUviuJ9vfcMb7+qU8eyrFXVY80XRpr62JEWkYj4eCwx4OG8GzlQahTh9aSv9+hzV6p/5Ld4mw==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/manager-api@7.6.17': resolution: {integrity: sha512-IJIV1Yc6yw1dhCY4tReHCfBnUKDqEBnMyHp3mbXpsaHxnxJZrXO45WjRAZIKlQKhl/Ge1CrnznmHRCmYgqmrWg==} @@ -5616,22 +5616,22 @@ packages: '@storybook/manager-api@7.6.20': resolution: {integrity: sha512-gOB3m8hO3gBs9cBoN57T7jU0wNKDh+hi06gLcyd2awARQlAlywnLnr3s1WH5knih6Aq+OpvGBRVKkGLOkaouCQ==} - '@storybook/manager-api@8.2.6': - resolution: {integrity: sha512-uv36h/b5RhlajWtEg4cVPBYV8gZs6juux0nIE+6G9i7vt8Ild6gM9tW1KNabgZcaHFiyWJYCNWxJZoKjgUmXDg==} + '@storybook/manager-api@8.2.7': + resolution: {integrity: sha512-BXjz6eNl1GyFcMwzRQTIokslcIY71AYblJUscPcy03X93oqI0GjFVa1xuSMwYw/oXWn7SHhKmqtqEG19lvBGRQ==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/mdx2-csf@1.1.0': resolution: {integrity: sha512-TXJJd5RAKakWx4BtpwvSNdgTDkKM6RkXU8GK34S/LhidQ5Pjz3wcnqb0TxEkfhK/ztbP8nKHqXFwLfa2CYkvQw==} - '@storybook/nextjs@8.2.6': - resolution: {integrity: sha512-r38udEFiXOYXRW+rGvGGL4mq0FfftnF0hyDnhnt1cc+ngFoEYQuQCQ6MhCiPLcnphZr76ghF0otGNyIa8NOd7g==} + '@storybook/nextjs@8.2.7': + resolution: {integrity: sha512-q3SO8XIHXdHhGRmY8qoVtddIpjBMKh71A//LyZFac77ltgIKx+02vExKMVCtj7h8QcRm86SiobXfTXR7faRDmA==} engines: {node: '>=18.0.0'} peerDependencies: next: ^13.5.0 || ^14.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.6 + storybook: ^8.2.7 typescript: '*' webpack: ^5.0.0 peerDependenciesMeta: @@ -5646,13 +5646,13 @@ packages: '@storybook/postinstall@7.6.20': resolution: {integrity: sha512-AN4WPeNma2xC2/K/wP3I/GMbBUyeSGD3+86ZFFJFO1QmE/Zea6E+1aVlTd1iKHQUcNkZ9bZTrqkhPGVYx10pIw==} - '@storybook/preset-react-webpack@8.2.6': - resolution: {integrity: sha512-lQRZTaM2y78UQfUohv0Ubqgaty2uIz5VglLQAD66HwxR7kmDVJd00dvJHglWkMV3XZO3mtdGLRIscD+jtHsRXA==} + '@storybook/preset-react-webpack@8.2.7': + resolution: {integrity: sha512-kJIgSub9wmoQgpLDfDlugK3nXeHL+skzRhUNH1ft80Il79hfQsNg7MLv6fXPvAJbjHYiQubYMwfdL4+Zwajopw==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.6 + storybook: ^8.2.7 typescript: '*' peerDependenciesMeta: typescript: @@ -5664,10 +5664,10 @@ packages: '@storybook/preview-api@7.6.20': resolution: {integrity: sha512-3ic2m9LDZEPwZk02wIhNc3n3rNvbi7VDKn52hDXfAxnL5EYm7yDICAkaWcVaTfblru2zn0EDJt7ROpthscTW5w==} - '@storybook/preview-api@8.2.6': - resolution: {integrity: sha512-5vTj2ndX5ng4nDntZYe+r8UwLjCIGFymhq5/r2adAvRKL+Bo4zQDWGO7bhvGJk16do2THb2JvPz49ComW9LLZw==} + '@storybook/preview-api@8.2.7': + resolution: {integrity: sha512-lNZBTjZaYNSwBY8dEcDZdkOBvq1/JoVWpuvqDEKvGmp5usTe77xAOwGyncEb96Cx1BbXXkMiDrqbV5G23PFRYA==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0': resolution: {integrity: sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==} @@ -5681,12 +5681,12 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/react-dom-shim@8.2.6': - resolution: {integrity: sha512-B+x8UAEQPDp1yhN3tMh09NvSL38QNfJB7PAyLgKrfE7xIAzvewq+RLW2DfGkoZCy+Zr7QSHm1p7NOgud8+sQCg==} + '@storybook/react-dom-shim@8.2.7': + resolution: {integrity: sha512-9VI+NrC09DAr0QQZsFmU5Fd9eqdJp/1AHK+sm9BOZretGGGJwn22xS7UXhHIiFpfXJQnr3TNcYWRzXFyuaE/Sw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/react@7.6.20': resolution: {integrity: sha512-i5tKNgUbTNwlqBWGwPveDhh9ktlS0wGtd97A1ZgKZc3vckLizunlAFc7PRC1O/CMq5PTyxbuUb4RvRD2jWKwDA==} @@ -5699,13 +5699,13 @@ packages: typescript: optional: true - '@storybook/react@8.2.6': - resolution: {integrity: sha512-awJlzfiAMrf8l9AgiLhjXEJ+HvS3VKPxNNQaRwBELGq/vigjJe656tMrhvg4OIlJXtlS+6XPshd2knLwjIWNLw==} + '@storybook/react@8.2.7': + resolution: {integrity: sha512-Qkw1K1iBDk+E9dlHrEWOOkn0trUU6wSt4mvzyOekiApM290esnPtw6GYXvxfBgFwNXfXbaGG3QNYGAFevf7qHw==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^8.2.6 + storybook: ^8.2.7 typescript: '>= 4.2.x' peerDependenciesMeta: typescript: @@ -5717,10 +5717,10 @@ packages: '@storybook/router@7.6.20': resolution: {integrity: sha512-mCzsWe6GrH47Xb1++foL98Zdek7uM5GhaSlrI7blWVohGa0qIUYbfJngqR4ZsrXmJeeEvqowobh+jlxg3IJh+w==} - '@storybook/test@8.2.6': - resolution: {integrity: sha512-nTzNxReBcMRlX1+8PNU/MuA9ArFbeQhfZXMBIwJJoHOhnNe1knYpyn1++xINxAHKOh0BBhQ0NIMoKdcGmW3V6w==} + '@storybook/test@8.2.7': + resolution: {integrity: sha512-7xypGR0zjJaM5MkxIz513SYiGs5vDJZL1bbkG1YKeBMff+ZRpa8y8VDYn/WDWuDw76KcFEXoPsPzKwktGhvnpw==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/theming@7.6.17': resolution: {integrity: sha512-ZbaBt3KAbmBtfjNqgMY7wPMBshhSJlhodyMNQypv+95xLD/R+Az6aBYbpVAOygLaUQaQk4ar7H/Ww6lFIoiFbA==} @@ -5734,10 +5734,10 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@storybook/theming@8.2.6': - resolution: {integrity: sha512-ICnYuLIVsYifVCMQljdHgrp+5vAquNybHxDGWiPeOxBicotwHF8rLhTckD2CdVQbMp0jk6r6jetvjXbFJ2MbvQ==} + '@storybook/theming@8.2.7': + resolution: {integrity: sha512-+iqm0GfRkshrjjNSOzwl7AD2m+LtJGXJCr93ke1huDK497WUKbX1hbbw51h5E1tEkx0c2wIqUlaqCM+7XMYcpw==} peerDependencies: - storybook: ^8.2.6 + storybook: ^8.2.7 '@storybook/types@7.6.17': resolution: {integrity: sha512-GRY0xEJQ0PrL7DY2qCNUdIfUOE0Gsue6N+GBJw9ku1IUDFLJRDOF+4Dx2BvYcVCPI5XPqdWKlEyZdMdKjiQN7Q==} @@ -5969,7 +5969,6 @@ packages: '@swc/register@0.1.10': resolution: {integrity: sha512-6STwH/q4dc3pitXLVkV7sP0Hiy+zBsU2wOF1aXpXR95pnH3RYHKIsDC+gvesfyB7jxNT9OOZgcqOp9RPxVTx9A==} - deprecated: Use @swc-node/register instead hasBin: true peerDependencies: '@swc/core': ^1.0.46 @@ -6239,9 +6238,6 @@ packages: '@types/node@20.14.13': resolution: {integrity: sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==} - '@types/node@22.0.2': - resolution: {integrity: sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==} - '@types/nodemailer-sendgrid@1.0.3': resolution: {integrity: sha512-UpLLUyrXjcs8PIwhfY0/CqXAoJ5CcDNUs6hia9QT9+kcotCFK6siVC5dHUGpTAsodwteX2JoiQ3Na7ZbDkijgw==} @@ -12332,8 +12328,8 @@ packages: store2@2.14.3: resolution: {integrity: sha512-4QcZ+yx7nzEFiV4BMLnr/pRa5HYzNITX2ri0Zh6sT9EyQHbBHacC6YigllUPU9X3D0f/22QCgfokpKs52YRrUg==} - storybook@8.2.6: - resolution: {integrity: sha512-8j30wDxQmkcqI0fWcSYFsUCjErsY1yTWbTW+yjbwM8DyW18Cud6CwbFRCxjFsH+2M0CjP6Pqs/m1PGI0vcQscQ==} + storybook@8.2.7: + resolution: {integrity: sha512-Jb9DXue1sr3tKkpuq66VP5ItOKTpxL6t99ze1wXDbjCvPiInTdPA5AyFEjBuKjOBIh28bayYoOZa6/xbMJV+Wg==} hasBin: true stream-browserify@3.0.0: @@ -12922,9 +12918,6 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - undici-types@6.11.1: - resolution: {integrity: sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==} - unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -16248,7 +16241,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.0.2 + '@types/node': 20.14.13 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -16266,7 +16259,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 22.0.2 + '@types/node': 20.14.13 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -17772,31 +17765,31 @@ snapshots: transitivePeerDependencies: - debug - '@sentry-internal/browser-utils@8.21.0': + '@sentry-internal/browser-utils@8.22.0': dependencies: - '@sentry/core': 8.21.0 - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry/core': 8.22.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 - '@sentry-internal/feedback@8.21.0': + '@sentry-internal/feedback@8.22.0': dependencies: - '@sentry/core': 8.21.0 - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry/core': 8.22.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 - '@sentry-internal/replay-canvas@8.21.0': + '@sentry-internal/replay-canvas@8.22.0': dependencies: - '@sentry-internal/replay': 8.21.0 - '@sentry/core': 8.21.0 - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry-internal/replay': 8.22.0 + '@sentry/core': 8.22.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 - '@sentry-internal/replay@8.21.0': + '@sentry-internal/replay@8.22.0': dependencies: - '@sentry-internal/browser-utils': 8.21.0 - '@sentry/core': 8.21.0 - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry-internal/browser-utils': 8.22.0 + '@sentry/core': 8.22.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 '@sentry-internal/tracing@7.118.0': dependencies: @@ -17806,15 +17799,15 @@ snapshots: '@sentry/babel-plugin-component-annotate@2.20.1': {} - '@sentry/browser@8.21.0': + '@sentry/browser@8.22.0': dependencies: - '@sentry-internal/browser-utils': 8.21.0 - '@sentry-internal/feedback': 8.21.0 - '@sentry-internal/replay': 8.21.0 - '@sentry-internal/replay-canvas': 8.21.0 - '@sentry/core': 8.21.0 - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry-internal/browser-utils': 8.22.0 + '@sentry-internal/feedback': 8.22.0 + '@sentry-internal/replay': 8.22.0 + '@sentry-internal/replay-canvas': 8.22.0 + '@sentry/core': 8.22.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 '@sentry/bundler-plugin-core@2.20.1(encoding@0.1.13)': dependencies: @@ -17875,10 +17868,10 @@ snapshots: '@sentry/types': 7.118.0 '@sentry/utils': 7.118.0 - '@sentry/core@8.21.0': + '@sentry/core@8.22.0': dependencies: - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 '@sentry/integrations@7.118.0': dependencies: @@ -17887,18 +17880,18 @@ snapshots: '@sentry/utils': 7.118.0 localforage: 1.10.0 - '@sentry/nextjs@8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': + '@sentry/nextjs@8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': dependencies: '@opentelemetry/instrumentation-http': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 '@rollup/plugin-commonjs': 26.0.1(rollup@3.29.4) - '@sentry/core': 8.21.0 - '@sentry/node': 8.21.0 - '@sentry/opentelemetry': 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) - '@sentry/react': 8.21.0(react@18.3.1) - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 - '@sentry/vercel-edge': 8.21.0 + '@sentry/core': 8.22.0 + '@sentry/node': 8.22.0 + '@sentry/opentelemetry': 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/react': 8.22.0(react@18.3.1) + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 + '@sentry/vercel-edge': 8.22.0 '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))(webpack-cli@4.10.0)) chalk: 3.0.0 next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) @@ -17916,18 +17909,18 @@ snapshots: - react - supports-color - '@sentry/nextjs@8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5)))': + '@sentry/nextjs@8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5)))': dependencies: '@opentelemetry/instrumentation-http': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 '@rollup/plugin-commonjs': 26.0.1(rollup@3.29.4) - '@sentry/core': 8.21.0 - '@sentry/node': 8.21.0 - '@sentry/opentelemetry': 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) - '@sentry/react': 8.21.0(react@18.3.1) - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 - '@sentry/vercel-edge': 8.21.0 + '@sentry/core': 8.22.0 + '@sentry/node': 8.22.0 + '@sentry/opentelemetry': 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/react': 8.22.0(react@18.3.1) + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 + '@sentry/vercel-edge': 8.22.0 '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))) chalk: 3.0.0 next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) @@ -17945,18 +17938,18 @@ snapshots: - react - supports-color - '@sentry/nextjs@8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0)': + '@sentry/nextjs@8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react@18.3.1)(webpack@5.93.0)': dependencies: '@opentelemetry/instrumentation-http': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 '@rollup/plugin-commonjs': 26.0.1(rollup@3.29.4) - '@sentry/core': 8.21.0 - '@sentry/node': 8.21.0 - '@sentry/opentelemetry': 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) - '@sentry/react': 8.21.0(react@18.3.1) - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 - '@sentry/vercel-edge': 8.21.0 + '@sentry/core': 8.22.0 + '@sentry/node': 8.22.0 + '@sentry/opentelemetry': 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/react': 8.22.0(react@18.3.1) + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 + '@sentry/vercel-edge': 8.22.0 '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0) chalk: 3.0.0 next: 14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4) @@ -17982,7 +17975,7 @@ snapshots: '@sentry/types': 7.118.0 '@sentry/utils': 7.118.0 - '@sentry/node@8.21.0': + '@sentry/node@8.22.0': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/context-async-hooks': 1.25.1(@opentelemetry/api@1.9.0) @@ -18007,53 +18000,53 @@ snapshots: '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 '@prisma/instrumentation': 5.17.0 - '@sentry/core': 8.21.0 - '@sentry/opentelemetry': 8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry/core': 8.22.0 + '@sentry/opentelemetry': 8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 import-in-the-middle: 1.11.0 optionalDependencies: opentelemetry-instrumentation-fetch-node: 1.2.3(@opentelemetry/api@1.9.0) transitivePeerDependencies: - supports-color - '@sentry/opentelemetry@8.21.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)': + '@sentry/opentelemetry@8.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 - '@sentry/core': 8.21.0 - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry/core': 8.22.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 - '@sentry/react@8.21.0(react@18.3.1)': + '@sentry/react@8.22.0(react@18.3.1)': dependencies: - '@sentry/browser': 8.21.0 - '@sentry/core': 8.21.0 - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry/browser': 8.22.0 + '@sentry/core': 8.22.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 hoist-non-react-statics: 3.3.2 react: 18.3.1 '@sentry/types@7.118.0': {} - '@sentry/types@8.21.0': {} + '@sentry/types@8.22.0': {} '@sentry/utils@7.118.0': dependencies: '@sentry/types': 7.118.0 - '@sentry/utils@8.21.0': + '@sentry/utils@8.22.0': dependencies: - '@sentry/types': 8.21.0 + '@sentry/types': 8.22.0 - '@sentry/vercel-edge@8.21.0': + '@sentry/vercel-edge@8.22.0': dependencies: - '@sentry/core': 8.21.0 - '@sentry/types': 8.21.0 - '@sentry/utils': 8.21.0 + '@sentry/core': 8.22.0 + '@sentry/types': 8.22.0 + '@sentry/utils': 8.22.0 '@sentry/webpack-plugin@2.20.1(encoding@0.1.13)(webpack@5.93.0(@swc/core@1.7.4(@swc/helpers@0.5.5))(webpack-cli@4.10.0))': dependencies: @@ -18443,13 +18436,13 @@ snapshots: polished: 4.3.1 uuid: 9.0.1 - '@storybook/addon-actions@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-actions@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 '@types/uuid': 9.0.8 dequal: 2.0.3 polished: 4.3.1 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) uuid: 9.0.1 '@storybook/addon-backgrounds@7.6.20': @@ -18458,11 +18451,11 @@ snapshots: memoizerific: 1.11.3 ts-dedent: 2.2.0 - '@storybook/addon-backgrounds@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-backgrounds@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 memoizerific: 1.11.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 '@storybook/addon-controls@7.6.20(@types/react-dom@18.3.0)(@types/react@18.3.3)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -18478,11 +18471,11 @@ snapshots: - react-dom - supports-color - '@storybook/addon-controls@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-controls@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: dequal: 2.0.3 lodash: 4.17.21 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 '@storybook/addon-docs@7.6.20(@types/react-dom@18.3.0)(@types/react@18.3.3)(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -18514,21 +18507,21 @@ snapshots: - encoding - supports-color - '@storybook/addon-docs@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-docs@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@babel/core': 7.25.2 '@mdx-js/react': 3.0.1(@types/react@18.3.3)(react@18.3.1) - '@storybook/blocks': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/csf-plugin': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/blocks': 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/csf-plugin': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/global': 5.0.0 - '@storybook/react-dom-shim': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/react-dom-shim': 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@types/react': 18.3.3 fs-extra: 11.2.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) rehype-external-links: 3.0.0 rehype-slug: 6.0.0 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -18557,18 +18550,18 @@ snapshots: - encoding - supports-color - '@storybook/addon-essentials@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': - dependencies: - '@storybook/addon-actions': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/addon-backgrounds': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/addon-controls': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/addon-docs': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/addon-highlight': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/addon-measure': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/addon-outline': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/addon-toolbars': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/addon-viewport': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + '@storybook/addon-essentials@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + dependencies: + '@storybook/addon-actions': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/addon-backgrounds': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/addon-controls': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/addon-docs': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/addon-highlight': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/addon-measure': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/addon-outline': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/addon-toolbars': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/addon-viewport': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -18577,18 +18570,18 @@ snapshots: dependencies: '@storybook/global': 5.0.0 - '@storybook/addon-highlight@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-highlight@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) - '@storybook/addon-interactions@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-interactions@8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/test': 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/instrumenter': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/test': 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) polished: 4.3.1 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 transitivePeerDependencies: - '@jest/globals' @@ -18597,13 +18590,13 @@ snapshots: - jest - vitest - '@storybook/addon-interactions@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-interactions@8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - '@storybook/instrumenter': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/test': 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/instrumenter': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/test': 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) polished: 4.3.1 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 transitivePeerDependencies: - '@jest/globals' @@ -18620,11 +18613,11 @@ snapshots: optionalDependencies: react: 18.3.1 - '@storybook/addon-links@8.2.6(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-links@8.2.7(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/csf': 0.1.11 '@storybook/global': 5.0.0 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 optionalDependencies: react: 18.3.1 @@ -18634,10 +18627,10 @@ snapshots: '@storybook/global': 5.0.0 tiny-invariant: 1.3.3 - '@storybook/addon-measure@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-measure@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) tiny-invariant: 1.3.3 '@storybook/addon-outline@7.6.20': @@ -18645,26 +18638,26 @@ snapshots: '@storybook/global': 5.0.0 ts-dedent: 2.2.0 - '@storybook/addon-outline@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-outline@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 '@storybook/addon-toolbars@7.6.20': {} - '@storybook/addon-toolbars@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-toolbars@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/addon-viewport@7.6.20': dependencies: memoizerific: 1.11.3 - '@storybook/addon-viewport@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/addon-viewport@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: memoizerific: 1.11.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/addons@7.6.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -18708,7 +18701,7 @@ snapshots: - encoding - supports-color - '@storybook/blocks@8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/blocks@8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/csf': 0.1.11 '@storybook/global': 5.0.0 @@ -18721,7 +18714,7 @@ snapshots: memoizerific: 1.11.3 polished: 4.3.1 react-colorful: 5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) telejson: 7.2.0 ts-dedent: 2.2.0 util-deprecate: 1.0.2 @@ -18729,9 +18722,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/builder-webpack5@8.2.6(esbuild@0.21.5)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': + '@storybook/builder-webpack5@8.2.7(esbuild@0.21.5)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/core-webpack': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/core-webpack': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@types/node': 18.19.42 '@types/semver': 7.5.8 browser-assert: 1.2.1 @@ -18748,7 +18741,7 @@ snapshots: path-browserify: 1.0.1 process: 0.11.10 semver: 7.6.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) style-loader: 3.3.4(webpack@5.93.0(esbuild@0.21.5)) terser-webpack-plugin: 5.3.10(esbuild@0.21.5)(webpack@5.93.0(esbuild@0.21.5)) ts-dedent: 2.2.0 @@ -18769,9 +18762,9 @@ snapshots: - uglify-js - webpack-cli - '@storybook/builder-webpack5@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': + '@storybook/builder-webpack5@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/core-webpack': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/core-webpack': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@types/node': 18.19.42 '@types/semver': 7.5.8 browser-assert: 1.2.1 @@ -18788,7 +18781,7 @@ snapshots: path-browserify: 1.0.1 process: 0.11.10 semver: 7.6.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) style-loader: 3.3.4(webpack@5.93.0) terser-webpack-plugin: 5.3.10(webpack@5.93.0) ts-dedent: 2.2.0 @@ -18827,9 +18820,9 @@ snapshots: telejson: 7.2.0 tiny-invariant: 1.3.3 - '@storybook/cli@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))': + '@storybook/cli@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))': dependencies: - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) transitivePeerDependencies: - '@babel/preset-env' - bufferutil @@ -18849,12 +18842,12 @@ snapshots: dependencies: '@storybook/global': 5.0.0 - '@storybook/codemod@8.2.6': + '@storybook/codemod@8.2.7': dependencies: '@babel/core': 7.25.2 '@babel/preset-env': 7.25.3(@babel/core@7.25.2) '@babel/types': 7.25.2 - '@storybook/core': 8.2.6 + '@storybook/core': 8.2.7 '@storybook/csf': 0.1.11 '@types/cross-spawn': 6.0.6 cross-spawn: 7.0.3 @@ -18887,9 +18880,9 @@ snapshots: - '@types/react' - '@types/react-dom' - '@storybook/components@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/components@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/core-client@7.6.20': dependencies: @@ -18933,13 +18926,13 @@ snapshots: dependencies: ts-dedent: 2.2.0 - '@storybook/core-webpack@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/core-webpack@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@types/node': 18.19.42 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 - '@storybook/core@8.2.6': + '@storybook/core@8.2.7': dependencies: '@storybook/csf': 0.1.11 '@types/express': 4.17.21 @@ -18964,9 +18957,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@storybook/csf-plugin@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/csf-plugin@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) unplugin: 1.12.0 '@storybook/csf-tools@7.6.20': @@ -19007,11 +19000,11 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/instrumenter@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/instrumenter@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/global': 5.0.0 '@vitest/utils': 1.6.0 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) util: 0.12.5 '@storybook/manager-api@7.6.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': @@ -19054,13 +19047,13 @@ snapshots: - react - react-dom - '@storybook/manager-api@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/manager-api@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/mdx2-csf@1.1.0': {} - '@storybook/nextjs@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(babel-plugin-macros@3.1.0)(esbuild@0.21.5)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5))': + '@storybook/nextjs@8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(babel-plugin-macros@3.1.0)(esbuild@0.21.5)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(babel-plugin-macros@3.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.25.2) @@ -19076,10 +19069,10 @@ snapshots: '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) '@babel/runtime': 7.25.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@4.23.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0(esbuild@0.21.5)) - '@storybook/builder-webpack5': 8.2.6(esbuild@0.21.5)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) - '@storybook/preset-react-webpack': 8.2.6(esbuild@0.21.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) - '@storybook/react': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) - '@storybook/test': 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/builder-webpack5': 8.2.7(esbuild@0.21.5)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/preset-react-webpack': 8.2.7(esbuild@0.21.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/react': 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/test': 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@types/node': 18.19.42 '@types/semver': 7.5.8 babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0(esbuild@0.21.5)) @@ -19099,7 +19092,7 @@ snapshots: resolve-url-loader: 5.0.0 sass-loader: 12.6.0(sass@1.69.4)(webpack@5.93.0(esbuild@0.21.5)) semver: 7.6.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) style-loader: 3.3.4(webpack@5.93.0(esbuild@0.21.5)) styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@18.3.1) ts-dedent: 2.2.0 @@ -19133,7 +19126,7 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve - '@storybook/nextjs@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0)': + '@storybook/nextjs@8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(next@14.2.5(@babel/core@7.25.2)(@opentelemetry/api@1.9.0)(@playwright/test@1.45.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.69.4)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(type-fest@4.23.0)(typescript@5.5.4)(webpack-hot-middleware@2.26.1)(webpack@5.93.0)': dependencies: '@babel/core': 7.25.2 '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.25.2) @@ -19149,10 +19142,10 @@ snapshots: '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) '@babel/runtime': 7.25.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@4.23.0)(webpack-hot-middleware@2.26.1)(webpack@5.93.0) - '@storybook/builder-webpack5': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) - '@storybook/preset-react-webpack': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) - '@storybook/react': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) - '@storybook/test': 8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/builder-webpack5': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/preset-react-webpack': 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/react': 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/test': 8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@types/node': 18.19.42 '@types/semver': 7.5.8 babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.93.0) @@ -19172,7 +19165,7 @@ snapshots: resolve-url-loader: 5.0.0 sass-loader: 12.6.0(sass@1.69.4)(webpack@5.93.0) semver: 7.6.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) style-loader: 3.3.4(webpack@5.93.0) styled-jsx: 5.1.1(@babel/core@7.25.2)(babel-plugin-macros@3.1.0)(react@18.3.1) ts-dedent: 2.2.0 @@ -19210,10 +19203,10 @@ snapshots: '@storybook/postinstall@7.6.20': {} - '@storybook/preset-react-webpack@8.2.6(esbuild@0.21.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': + '@storybook/preset-react-webpack@8.2.7(esbuild@0.21.5)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/core-webpack': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/react': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/core-webpack': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/react': 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.5.4)(webpack@5.93.0(esbuild@0.21.5)) '@types/node': 18.19.42 '@types/semver': 7.5.8 @@ -19225,7 +19218,7 @@ snapshots: react-dom: 18.3.1(react@18.3.1) resolve: 1.22.8 semver: 7.6.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) tsconfig-paths: 4.2.0 webpack: 5.93.0(esbuild@0.21.5) optionalDependencies: @@ -19237,10 +19230,10 @@ snapshots: - uglify-js - webpack-cli - '@storybook/preset-react-webpack@8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': + '@storybook/preset-react-webpack@8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/core-webpack': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/react': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) + '@storybook/core-webpack': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/react': 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.5.4)(webpack@5.93.0) '@types/node': 18.19.42 '@types/semver': 7.5.8 @@ -19252,7 +19245,7 @@ snapshots: react-dom: 18.3.1(react@18.3.1) resolve: 1.22.8 semver: 7.6.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) tsconfig-paths: 4.2.0 webpack: 5.93.0 optionalDependencies: @@ -19298,9 +19291,9 @@ snapshots: ts-dedent: 2.2.0 util-deprecate: 1.0.2 - '@storybook/preview-api@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/preview-api@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.5.4)(webpack@5.93.0(esbuild@0.21.5))': dependencies: @@ -19335,11 +19328,11 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/react-dom-shim@8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/react-dom-shim@8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/react@7.6.20(encoding@0.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)': dependencies: @@ -19372,14 +19365,14 @@ snapshots: - encoding - supports-color - '@storybook/react@8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': + '@storybook/react@8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))(typescript@5.5.4)': dependencies: - '@storybook/components': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/components': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@storybook/global': 5.0.0 - '@storybook/manager-api': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/preview-api': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/react-dom-shim': 8.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) - '@storybook/theming': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/manager-api': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/preview-api': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/react-dom-shim': 8.2.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/theming': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@types/escodegen': 0.0.6 '@types/estree': 0.0.51 '@types/node': 18.19.42 @@ -19394,7 +19387,7 @@ snapshots: react-dom: 18.3.1(react@18.3.1) react-element-to-jsx-string: 15.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) semver: 7.6.3 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) ts-dedent: 2.2.0 type-fest: 2.19.0 util-deprecate: 1.0.2 @@ -19413,16 +19406,16 @@ snapshots: memoizerific: 1.11.3 qs: 6.12.3 - '@storybook/test@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/test@8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/csf': 0.1.11 - '@storybook/instrumenter': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/instrumenter': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@testing-library/dom': 10.1.0 '@testing-library/jest-dom': 6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)(babel-plugin-macros@3.1.0)) '@testing-library/user-event': 14.5.2(@testing-library/dom@10.1.0) '@vitest/expect': 1.6.0 '@vitest/spy': 1.6.0 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) util: 0.12.5 transitivePeerDependencies: - '@jest/globals' @@ -19431,16 +19424,16 @@ snapshots: - jest - vitest - '@storybook/test@8.2.6(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/test@8.2.7(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13))(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: '@storybook/csf': 0.1.11 - '@storybook/instrumenter': 8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2))) + '@storybook/instrumenter': 8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2))) '@testing-library/dom': 10.1.0 '@testing-library/jest-dom': 6.4.5(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.14.13)) '@testing-library/user-event': 14.5.2(@testing-library/dom@10.1.0) '@vitest/expect': 1.6.0 '@vitest/spy': 1.6.0 - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) util: 0.12.5 transitivePeerDependencies: - '@jest/globals' @@ -19467,9 +19460,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/theming@8.2.6(storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': + '@storybook/theming@8.2.7(storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)))': dependencies: - storybook: 8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)) + storybook: 8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)) '@storybook/types@7.6.17': dependencies: @@ -19945,7 +19938,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 22.0.2 + '@types/node': 20.14.13 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 @@ -19990,10 +19983,6 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@22.0.2': - dependencies: - undici-types: 6.11.1 - '@types/nodemailer-sendgrid@1.0.3': dependencies: '@types/nodemailer': 6.4.15 @@ -24448,7 +24437,7 @@ snapshots: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 22.0.2 + '@types/node': 20.14.13 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -24511,7 +24500,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.0.2 + '@types/node': 20.14.13 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -24620,7 +24609,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.0.2 + '@types/node': 20.14.13 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -27952,12 +27941,12 @@ snapshots: store2@2.14.3: {} - storybook@8.2.6(@babel/preset-env@7.25.3(@babel/core@7.25.2)): + storybook@8.2.7(@babel/preset-env@7.25.3(@babel/core@7.25.2)): dependencies: '@babel/core': 7.25.2 '@babel/types': 7.25.2 - '@storybook/codemod': 8.2.6 - '@storybook/core': 8.2.6 + '@storybook/codemod': 8.2.7 + '@storybook/core': 8.2.7 '@types/semver': 7.5.8 '@yarnpkg/fslib': 2.10.3 '@yarnpkg/libzip': 2.3.0 @@ -28645,8 +28634,6 @@ snapshots: undici-types@5.26.5: {} - undici-types@6.11.1: {} - unicode-canonical-property-names-ecmascript@2.0.0: {} unicode-match-property-ecmascript@2.0.0: From 458479410065f6e1e92f08647adcaca88c08b2af Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Thu, 1 Aug 2024 12:44:40 +0300 Subject: [PATCH 15/15] Document need of `deepmerge` for future reference --- packages/hurumap-core/README.md | 15 +++++++++++++++ packages/hurumap-next/README.md | 9 +++++++++ 2 files changed, 24 insertions(+) create mode 100644 packages/hurumap-core/README.md create mode 100644 packages/hurumap-next/README.md diff --git a/packages/hurumap-core/README.md b/packages/hurumap-core/README.md new file mode 100644 index 000000000..7dcfe987f --- /dev/null +++ b/packages/hurumap-core/README.md @@ -0,0 +1,15 @@ +# @hurumap/core + +### Getting started + +To run `@hurumap/core` test: + +```sh +pnpm test +``` + +### Development + +#### Important + +While `@mui/utils` provides a [`deepmerge`](https://github.com/mui/material-ui/blob/next/packages/mui-utils/src/deepmerge/deepmerge.ts) function, this function doesn't support merging arrays. For this reason, `@hurumap/core` opts to use [`deepmerge`](https://github.com/TehShrike/deepmerge) package since HURUmap makes have use of arrays of data to render charts (using Vega library). diff --git a/packages/hurumap-next/README.md b/packages/hurumap-next/README.md new file mode 100644 index 000000000..62667d083 --- /dev/null +++ b/packages/hurumap-next/README.md @@ -0,0 +1,9 @@ +# @hurumap/next + +### Getting started + +To run `@hurumap/next` test: + +```sh +pnpm test +```