Merge pull request #24 from waku-org/dependabot/npm_and_yarn/example/undici-5.19.1

This commit is contained in:
fryorcraken.eth 2023-03-03 09:44:21 +11:00 committed by GitHub
commit 63c572abe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@
"@stablelib/random": "^1.0.2", "@stablelib/random": "^1.0.2",
"@stablelib/sha256": "^1.0.1", "@stablelib/sha256": "^1.0.1",
"@stablelib/x25519": "^1.0.1", "@stablelib/x25519": "^1.0.1",
"@waku/core": "^0.0.10",
"@waku/proto": "^0.0.2",
"bn.js": "^5.2.1", "bn.js": "^5.2.1",
"eventemitter3": "^5.0.0", "eventemitter3": "^5.0.0",
"js-base64": "^3.7.3", "js-base64": "^3.7.3",
@ -56,6 +58,7 @@
"@types/uuid": "^8.3.0", "@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.8.1",
"@waku/interfaces": "^0.0.7",
"app-root-path": "^3.0.0", "app-root-path": "^3.0.0",
"chai": "^4.3.4", "chai": "^4.3.4",
"cspell": "^5.14.0", "cspell": "^5.14.0",
@ -69,7 +72,6 @@
"gh-pages": "^3.2.3", "gh-pages": "^3.2.3",
"husky": "^7.0.4", "husky": "^7.0.4",
"ignore-loader": "^0.1.2", "ignore-loader": "^0.1.2",
"js-waku": "^0.29.0-29436ea",
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
"jsdom-global": "^3.0.2", "jsdom-global": "^3.0.2",
"karma": "^6.3.12", "karma": "^6.3.12",
@ -6487,9 +6489,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "5.13.0", "version": "5.19.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.13.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
"integrity": "sha512-UDZKtwb2k7KRsK4SdXWG7ErXiL7yTGgLWvk2AXO1JMjgjh404nFo6tWSCM2xMpJwMPx3J8i/vfqEh1zOqvj82Q==", "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
"dependencies": { "dependencies": {
"busboy": "^1.6.0" "busboy": "^1.6.0"
}, },
@ -8746,6 +8748,9 @@
"@types/uuid": "^8.3.0", "@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^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", "app-root-path": "^3.0.0",
"bn.js": "^5.2.1", "bn.js": "^5.2.1",
"chai": "^4.3.4", "chai": "^4.3.4",
@ -8762,7 +8767,6 @@
"husky": "^7.0.4", "husky": "^7.0.4",
"ignore-loader": "^0.1.2", "ignore-loader": "^0.1.2",
"js-base64": "^3.7.3", "js-base64": "^3.7.3",
"js-waku": "^0.29.0-29436ea",
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
"jsdom-global": "^3.0.2", "jsdom-global": "^3.0.2",
"karma": "^6.3.12", "karma": "^6.3.12",
@ -12035,9 +12039,9 @@
} }
}, },
"undici": { "undici": {
"version": "5.13.0", "version": "5.19.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.13.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
"integrity": "sha512-UDZKtwb2k7KRsK4SdXWG7ErXiL7yTGgLWvk2AXO1JMjgjh404nFo6tWSCM2xMpJwMPx3J8i/vfqEh1zOqvj82Q==", "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
"requires": { "requires": {
"busboy": "^1.6.0" "busboy": "^1.6.0"
} }