From 58f5164781f3bc8d6008cfadea870bbda445f8ae Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:59:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-6182924 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-VITE-5664718 - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498 - https://snyk.io/vuln/SNYK-JS-VITE-6531286 - https://snyk.io/vuln/SNYK-JS-VITE-8022916 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-VITE-8023174 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-ADOBECSSTOOLS-6096077 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-WORDWRAP-3149973 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-ADOBECSSTOOLS-5871286 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f9b844b..47375ef 100644 --- a/package.json +++ b/package.json @@ -46,25 +46,25 @@ "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.1.1", "@esbuild-plugins/node-modules-polyfill": "^0.1.4", - "@testing-library/jest-dom": "^5.16.2", + "@testing-library/jest-dom": "^6.1.6", "@testing-library/react": "^13.3.0", "@types/jest": "^27.4.1", "@types/node": "17.0.21", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "@types/uuid": "^8.3.4", - "@vitejs/plugin-react": "^2.0.1", + "@vitejs/plugin-react": "^4.1.1", "@web3-react/types": "8.0.20-beta.0", - "eslint": "8.9.0", - "ethers": "^5.6.9", - "ipfs-http-client": "^52.0.5", - "jest": "^28.0.8", - "sass": "^1.49.8", - "solhint": "^3.3.6", - "ts-jest": "^28.0.8", + "eslint": "9.0.0", + "ethers": "^6.0.0", + "ipfs-http-client": "^60.0.1", + "jest": "^29.6.0", + "sass": "^1.79.0", + "solhint": "^3.5.1", + "ts-jest": "^29.1.1", "typescript": "4.5.5", "vendoza": "0.0.4", - "vite": "^3.2.5" + "vite": "^5.0.0" }, "packageManager": "yarn@3.2.0", "volta": {