diff --git a/package-lock.json b/package-lock.json index b2438882..68ef41de 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.7" + "vite": "^7.1.9" } }, "node_modules/@babel/code-frame": { @@ -8334,9 +8334,9 @@ } }, "node_modules/vite": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz", - "integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==", + "version": "7.1.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", + "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", "dev": true, "license": "MIT", "dependencies": { @@ -8813,7 +8813,7 @@ "devDependencies": { "@types/google.maps": "*", "typescript": "^5.9.3", - "vite": "^7.1.7" + "vite": "^7.1.9" } }, "samples/map-drawing-terradraw/node_modules/@googlemaps/js-api-loader": { @@ -8889,7 +8889,7 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.7" + "vite": "^7.1.9" } }, "samples/react-ui-kit-place-details-by-latlng": { @@ -8937,7 +8937,7 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.7" + "vite": "^7.1.9" } }, "samples/react-ui-kit-place-details-latlng": { @@ -8953,7 +8953,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.7" + "vite": "^7.1.9" } }, "samples/react-ui-kit-place-details-latlng-compact": { @@ -8968,7 +8968,7 @@ "@types/react": "^19.2.0", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", - "vite": "^7.1.7" + "vite": "^7.1.9" } }, "samples/react-ui-kit-search-nearby": { @@ -8984,7 +8984,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.7" + "vite": "^7.1.9" } }, "samples/react-ui-kit-search-text": { @@ -9000,7 +9000,7 @@ "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.3", "typescript": "^5.9.3", - "vite": "^7.1.7" + "vite": "^7.1.9" } }, "samples/routes-compute-routes": { diff --git a/package.json b/package.json index 13ff8f0d..1a3a1d0f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "rimraf": "^6.0.1", "typescript": "^5.9.3", "typescript-eslint": "^8.45.0", - "vite": "^7.1.7" + "vite": "^7.1.9" }, "dependencies": { "dotenv": "^17.2.3" diff --git a/samples/map-drawing-terradraw/package.json b/samples/map-drawing-terradraw/package.json index 6146b36e..628c859d 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.7" + "vite": "^7.1.9" } } diff --git a/samples/react-ui-kit-place-details-compact/package.json b/samples/react-ui-kit-place-details-compact/package.json index febcbb71..77639c11 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.7" + "vite": "^7.1.9" } } \ 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 7a99f2dd..828f58cb 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.7" + "vite": "^7.1.9" } } \ 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 538b24df..788601b5 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.7" + "vite": "^7.1.9" } } \ 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 7e3194a5..aee5a511 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.7" + "vite": "^7.1.9" } } \ 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 6c5d7034..1fc4985e 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.7" + "vite": "^7.1.9" } } \ 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 73d613d2..fad78ce6 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.7" + "vite": "^7.1.9" } } \ No newline at end of file