diff --git a/ui/package-lock.json b/ui/package-lock.json index d94c4927..1dea6c85 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -30,7 +30,7 @@ "eslint": "^10.5.0", "globals": "^17.7.0", "jsdom": "^29.1.1", - "ts-proto": "^2.11.8", + "ts-proto": "^2.11.10", "typescript": "^6.0.3", "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12", @@ -4106,9 +4106,9 @@ } }, "node_modules/ts-proto": { - "version": "2.11.8", - "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.11.8.tgz", - "integrity": "sha512-+5hzECnyVB33jxjG1BIdzAHcRBm7hjnm8womdJVp2A7xJWihP0drHHVsXYTr9i/LpWNGfh80I+AVVNzFM5AwJw==", + "version": "2.11.10", + "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.11.10.tgz", + "integrity": "sha512-7mvz2RbOZc0J/+x8biIcVHJ0nx7xjH79vtoEnkpKT5l8yFF5ERe03dee2W3CbB5vb1QgnbQXGzeBGGryJ+Q9EA==", "dev": true, "license": "ISC", "dependencies": { diff --git a/ui/package.json b/ui/package.json index 2c70b0f3..3a897733 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,7 +37,7 @@ "eslint": "^10.5.0", "globals": "^17.7.0", "jsdom": "^29.1.1", - "ts-proto": "^2.11.8", + "ts-proto": "^2.11.10", "typescript": "^6.0.3", "vite": "^8.0.16", "vite-plugin-solid": "^2.11.12",