Skip to content

Commit

Permalink
Resolve dependabot alerts (#766)
Browse files Browse the repository at this point in the history
Resolves #759 

![Zrzut ekranu 2023-12-1 o 16 03
22](https://github.com/tahowallet/dapp/assets/73061939/8d78c486-e904-44af-ab7d-596ddb045379)

## **What has been done**
- Solved dependabot issues
- Removed unused project dependencies

## What is missing
Not able to resolve `crypto-es` dependency issue - desired version
`2.1.0`, max we can get is `1.2.7`

## Testing
- [ ] Check with `yarn build` if everything builds well
- [ ] Check with `yarn audit` if only not resolved problem are the same
as on the provided screenshot
  • Loading branch information
ioay authored Dec 4, 2023
2 parents 5b437dd + e5a4fb3 commit 592a90c
Show file tree
Hide file tree
Showing 2 changed files with 572 additions and 531 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
"https-browserify": "^1.0.0",
"konva": "^9.2.0",
"lodash": "4.17.21",
"merkletreejs": "^0.3.10",
"os-browserify": "^0.3.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"posthog-js": "^1.88.2",
"postinstall-postinstall": "^2.1.0",
"process": "^0.11.10",
"raf-schd": "^4.0.3",
"react": "^18.2.0",
Expand All @@ -62,26 +60,22 @@
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/register": "^7.22.5",
"@babel/register": "^7.22.15",
"@thesis-co/eslint-config": "^0.5.0",
"@thesis/prettier-config": "github:thesis/prettier-config",
"@types/dotenv-webpack": "^7.0.4",
"@types/raf-schd": "^4.0.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router-dom": "^5",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"dotenv-defaults": "^5.0.2",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.28.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.3",
"prettier": "^2.8.1",
Expand Down
Loading

0 comments on commit 592a90c

Please sign in to comment.