From 8d4e5ad5781da2a4eb3b6c1cbdbd52a3eae80839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 23:00:41 +0000 Subject: [PATCH] chore(deps): bump undici from 5.13.0 to 5.19.1 in /example Bumps [undici](https://github.com/nodejs/undici) from 5.13.0 to 5.19.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.13.0...v5.19.1) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 8abf4db..1aa4298 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -33,6 +33,8 @@ "@stablelib/random": "^1.0.2", "@stablelib/sha256": "^1.0.1", "@stablelib/x25519": "^1.0.1", + "@waku/core": "^0.0.10", + "@waku/proto": "^0.0.2", "bn.js": "^5.2.1", "eventemitter3": "^5.0.0", "js-base64": "^3.7.3", @@ -56,6 +58,7 @@ "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", + "@waku/interfaces": "^0.0.7", "app-root-path": "^3.0.0", "chai": "^4.3.4", "cspell": "^5.14.0", @@ -69,7 +72,6 @@ "gh-pages": "^3.2.3", "husky": "^7.0.4", "ignore-loader": "^0.1.2", - "js-waku": "^0.29.0-29436ea", "jsdom": "^19.0.0", "jsdom-global": "^3.0.2", "karma": "^6.3.12", @@ -6487,9 +6489,9 @@ } }, "node_modules/undici": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.13.0.tgz", - "integrity": "sha512-UDZKtwb2k7KRsK4SdXWG7ErXiL7yTGgLWvk2AXO1JMjgjh404nFo6tWSCM2xMpJwMPx3J8i/vfqEh1zOqvj82Q==", + "version": "5.19.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz", + "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==", "dependencies": { "busboy": "^1.6.0" }, @@ -8746,6 +8748,9 @@ "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", + "@waku/core": "^0.0.10", + "@waku/interfaces": "^0.0.7", + "@waku/proto": "^0.0.2", "app-root-path": "^3.0.0", "bn.js": "^5.2.1", "chai": "^4.3.4", @@ -8762,7 +8767,6 @@ "husky": "^7.0.4", "ignore-loader": "^0.1.2", "js-base64": "^3.7.3", - "js-waku": "^0.29.0-29436ea", "jsdom": "^19.0.0", "jsdom-global": "^3.0.2", "karma": "^6.3.12", @@ -12035,9 +12039,9 @@ } }, "undici": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.13.0.tgz", - "integrity": "sha512-UDZKtwb2k7KRsK4SdXWG7ErXiL7yTGgLWvk2AXO1JMjgjh404nFo6tWSCM2xMpJwMPx3J8i/vfqEh1zOqvj82Q==", + "version": "5.19.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz", + "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==", "requires": { "busboy": "^1.6.0" }