From b073e7ef557b9d471d83b0781073c2c2b10e8e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 21:00:47 +0000 Subject: [PATCH] Bump undici from 5.5.1 to 5.8.0 in /smartcontractInterface Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.8.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.5.1...v5.8.0) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- smartcontractInterface/package-lock.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/smartcontractInterface/package-lock.json b/smartcontractInterface/package-lock.json index cf0ce17..1318088 100644 --- a/smartcontractInterface/package-lock.json +++ b/smartcontractInterface/package-lock.json @@ -11,15 +11,18 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.2.1", + "autoprefixer": "^10.4.7", "crypto": "^1.0.1", "ethers": "^5.5.2", "http": "^0.0.1-security", "https-browserify": "^1.0.0", "ipfs-api": "^26.1.2", "ipfs-http-client": "^57.0.1", + "postcss": "^8.4.14", "react": "^16.0.0", "react-dom": "^16.0.0", "react-scripts": "5.0.0", + "tailwindcss": "^3.0.24", "web-vitals": "^2.1.0", "web3": "^1.6.1" } @@ -19614,9 +19617,9 @@ } }, "node_modules/undici": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.5.1.tgz", - "integrity": "sha512-MEvryPLf18HvlCbLSzCW0U00IMftKGI5udnjrQbC5D4P0Hodwffhv+iGfWuJwg16Y/TK11ZFK8i+BPVW2z/eAw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz", + "integrity": "sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==", "peer": true, "engines": { "node": ">=12.18" @@ -34671,9 +34674,9 @@ } }, "undici": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.5.1.tgz", - "integrity": "sha512-MEvryPLf18HvlCbLSzCW0U00IMftKGI5udnjrQbC5D4P0Hodwffhv+iGfWuJwg16Y/TK11ZFK8i+BPVW2z/eAw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz", + "integrity": "sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==", "peer": true }, "unicode-canonical-property-names-ecmascript": {