diff --git a/package-lock.json b/package-lock.json index c2026206..232c3f84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "rimraf": "^6.0.1", "typescript": "^5.9.3", "typescript-eslint": "^8.45.0", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "node_modules/@babel/code-frame": { @@ -8346,9 +8346,9 @@ } }, "node_modules/vite": { - "version": "7.1.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", - "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", + "version": "7.1.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", + "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", "dev": true, "license": "MIT", "dependencies": { @@ -8833,7 +8833,7 @@ "devDependencies": { "@types/google.maps": "*", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "samples/map-drawing-terradraw/node_modules/@googlemaps/js-api-loader": { @@ -8909,7 +8909,7 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "samples/react-ui-kit-place-details-by-latlng": { @@ -8957,7 +8957,7 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "samples/react-ui-kit-place-details-latlng": { @@ -8973,7 +8973,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "samples/react-ui-kit-place-details-latlng-compact": { @@ -8988,7 +8988,7 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "samples/react-ui-kit-search-nearby": { @@ -9004,7 +9004,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "samples/react-ui-kit-search-text": { @@ -9020,7 +9020,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "samples/routes-compute-routes": { diff --git a/package.json b/package.json index d3b4b7e6..0b3ac445 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "rimraf": "^6.0.1", "typescript": "^5.9.3", "typescript-eslint": "^8.45.0", - "vite": "^7.1.9" + "vite": "^7.1.11" }, "dependencies": { "dotenv": "^17.2.3" diff --git a/samples/map-drawing-terradraw/package.json b/samples/map-drawing-terradraw/package.json index 628c859d..3390ab08 100644 --- a/samples/map-drawing-terradraw/package.json +++ b/samples/map-drawing-terradraw/package.json @@ -17,6 +17,6 @@ "devDependencies": { "@types/google.maps": "latest", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } } diff --git a/samples/react-ui-kit-place-details-compact/package.json b/samples/react-ui-kit-place-details-compact/package.json index 77639c11..0b3586e1 100644 --- a/samples/react-ui-kit-place-details-compact/package.json +++ b/samples/react-ui-kit-place-details-compact/package.json @@ -18,6 +18,6 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } } \ No newline at end of file diff --git a/samples/react-ui-kit-place-details-latlng-compact/package.json b/samples/react-ui-kit-place-details-latlng-compact/package.json index 828f58cb..ff1f8dc5 100644 --- a/samples/react-ui-kit-place-details-latlng-compact/package.json +++ b/samples/react-ui-kit-place-details-latlng-compact/package.json @@ -19,6 +19,6 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } } \ No newline at end of file diff --git a/samples/react-ui-kit-place-details-latlng/package.json b/samples/react-ui-kit-place-details-latlng/package.json index 788601b5..31a320cb 100644 --- a/samples/react-ui-kit-place-details-latlng/package.json +++ b/samples/react-ui-kit-place-details-latlng/package.json @@ -20,6 +20,6 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } } \ No newline at end of file diff --git a/samples/react-ui-kit-place-details/package.json b/samples/react-ui-kit-place-details/package.json index aee5a511..5612a599 100644 --- a/samples/react-ui-kit-place-details/package.json +++ b/samples/react-ui-kit-place-details/package.json @@ -18,6 +18,6 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } } \ No newline at end of file diff --git a/samples/react-ui-kit-search-nearby/package.json b/samples/react-ui-kit-search-nearby/package.json index 1fc4985e..386976ce 100644 --- a/samples/react-ui-kit-search-nearby/package.json +++ b/samples/react-ui-kit-search-nearby/package.json @@ -19,6 +19,6 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } } \ No newline at end of file diff --git a/samples/react-ui-kit-search-text/package.json b/samples/react-ui-kit-search-text/package.json index fad78ce6..6532bd0f 100644 --- a/samples/react-ui-kit-search-text/package.json +++ b/samples/react-ui-kit-search-text/package.json @@ -19,6 +19,6 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.9" + "vite": "^7.1.11" } } \ No newline at end of file