From 5ba4ee93396d552f243349b63324a614b5caacaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:48:41 +0000 Subject: [PATCH] Bump rollup from 3.28.1 to 3.29.5 in /examples/connect-app Bumps [rollup](https://github.com/rollup/rollup) from 3.28.1 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.28.1...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/connect-app/package-lock.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/examples/connect-app/package-lock.json b/examples/connect-app/package-lock.json index 2f29cf815..052e0e89a 100644 --- a/examples/connect-app/package-lock.json +++ b/examples/connect-app/package-lock.json @@ -17,16 +17,17 @@ }, "../..": { "name": "@viamrobotics/sdk", - "version": "0.24.0", + "version": "0.27.0", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "^1.10.0", - "@connectrpc/connect": "^1.5.0", - "@connectrpc/connect-web": "^1.5.0", + "@connectrpc/connect": "^1.6.0", + "@connectrpc/connect-web": "^1.6.0", "exponential-backoff": "^3.1.1" }, "devDependencies": { "@bufbuild/buf": "^1.15.0-1", + "@playwright/test": "1.45.3", "@types/node": "^20.11.10", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", @@ -512,9 +513,9 @@ } }, "node_modules/rollup": { - "version": "3.28.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.1.tgz", - "integrity": "sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "bin": { "rollup": "dist/bin/rollup"