From b6e606cf0d3c0d24db7b899306d769b04a85f2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:37:18 +0000 Subject: [PATCH] Bump undici from 5.28.4 to 5.28.5 in /examples/node Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/node/package-lock.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/node/package-lock.json b/examples/node/package-lock.json index 30186c723..7da2a9a1d 100644 --- a/examples/node/package-lock.json +++ b/examples/node/package-lock.json @@ -28,12 +28,13 @@ }, "../..": { "name": "@viamrobotics/sdk", - "version": "0.26.2", + "version": "0.35.0", "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "^1.10.0", "@connectrpc/connect": "^1.6.0", "@connectrpc/connect-web": "^1.6.0", + "bsonfy": "^1.0.2", "exponential-backoff": "^3.1.1" }, "devDependencies": { @@ -52,11 +53,10 @@ "eslint-plugin-tsdoc": "^0.2.17", "eslint-plugin-vitest": "^0.3.20", "grpc-web": "^1.4.2", - "happy-dom": "^8.2.6", - "npm-check": "^6.0.1", + "happy-dom": "^15.10.1", + "npm-check-updates": "^17.1.11", "prettier": "^3.1.1", "prettier-plugin-jsdoc": "^1.1.1", - "ts-node": "^10.9.2", "typedoc": "^0.25.4", "typescript": "^5.3.3", "vite": "^5.0.10", @@ -2753,9 +2753,9 @@ } }, "node_modules/undici": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", - "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", + "version": "5.28.5", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz", + "integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==", "license": "MIT", "dependencies": { "@fastify/busboy": "^2.0.0" @@ -3270,6 +3270,7 @@ "@viamrobotics/eslint-config": "^0.4.0", "@viamrobotics/prettier-config": "^0.3.4", "@viamrobotics/typescript-config": "^0.1.0", + "bsonfy": "^1.0.2", "concurrently": "^8.0.1", "copyfiles": "^2.4.1", "eslint": "^8.56.0", @@ -3278,11 +3279,10 @@ "eslint-plugin-vitest": "^0.3.20", "exponential-backoff": "^3.1.1", "grpc-web": "^1.4.2", - "happy-dom": "^8.2.6", - "npm-check": "^6.0.1", + "happy-dom": "^15.10.1", + "npm-check-updates": "^17.1.11", "prettier": "^3.1.1", "prettier-plugin-jsdoc": "^1.1.1", - "ts-node": "^10.9.2", "typedoc": "^0.25.4", "typescript": "^5.3.3", "vite": "^5.0.10", @@ -4859,9 +4859,9 @@ "dev": true }, "undici": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.4.tgz", - "integrity": "sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==", + "version": "5.28.5", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz", + "integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==", "requires": { "@fastify/busboy": "^2.0.0" }