diff --git a/examples/chat-with-ai/package-lock.json b/examples/chat-with-ai/package-lock.json index b71a2b2c..3b81c433 100644 --- a/examples/chat-with-ai/package-lock.json +++ b/examples/chat-with-ai/package-lock.json @@ -22,7 +22,7 @@ "@vitejs/plugin-react": "^5.2.0", "tsx": "^4.20.6", "typescript": "^5.9.2", - "vite": "^7.3.0" + "vite": "^7.3.2" } }, "../../link/sdks/typescript": { @@ -951,9 +951,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -968,9 +965,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -985,9 +979,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1002,9 +993,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1019,9 +1007,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1036,9 +1021,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1053,9 +1035,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1070,9 +1049,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1087,9 +1063,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1104,9 +1077,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1121,9 +1091,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1138,9 +1105,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1155,9 +1119,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1912,7 +1873,9 @@ } }, "node_modules/vite": { - "version": "7.3.1", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/chat-with-ai/package.json b/examples/chat-with-ai/package.json index 77cb4228..a568d5e2 100644 --- a/examples/chat-with-ai/package.json +++ b/examples/chat-with-ai/package.json @@ -26,6 +26,6 @@ "@vitejs/plugin-react": "^5.2.0", "tsx": "^4.20.6", "typescript": "^5.9.2", - "vite": "^7.3.0" + "vite": "^7.3.2" } } diff --git a/examples/simple-typescript/package-lock.json b/examples/simple-typescript/package-lock.json index c794efe8..035b9edb 100644 --- a/examples/simple-typescript/package-lock.json +++ b/examples/simple-typescript/package-lock.json @@ -18,7 +18,7 @@ "@types/react-dom": "^18.2.22", "@vitejs/plugin-react": "^4.2.1", "typescript": "^5.2.2", - "vite": "^7.3.0" + "vite": "^7.3.2" } }, "../../link/sdks/typescript": { @@ -894,9 +894,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -911,9 +908,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -928,9 +922,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -945,9 +936,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -962,9 +950,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -979,9 +964,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -996,9 +978,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1013,9 +992,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1030,9 +1006,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1047,9 +1020,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1064,9 +1034,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1698,7 +1665,9 @@ } }, "node_modules/vite": { - "version": "7.3.0", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/simple-typescript/package.json b/examples/simple-typescript/package.json index 0826403e..960ddd04 100644 --- a/examples/simple-typescript/package.json +++ b/examples/simple-typescript/package.json @@ -21,6 +21,6 @@ "@types/react-dom": "^18.2.22", "@vitejs/plugin-react": "^4.2.1", "typescript": "^5.2.2", - "vite": "^7.3.0" + "vite": "^7.3.2" } }