diff --git a/smartcontractInterface/package-lock.json b/smartcontractInterface/package-lock.json index cf0ce17..b9c4757 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.9.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.9.1.tgz", + "integrity": "sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==", "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.9.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.9.1.tgz", + "integrity": "sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==", "peer": true }, "unicode-canonical-property-names-ecmascript": {