Skip to content

Commit

Permalink
fix(pnpm): Fix npm medium alerts (#4478)
Browse files Browse the repository at this point in the history
* fix(pnpm): Fix npm medium alerts

* merge develop

* resolve conflicts

* fixes

* fix dev dependency audit
  • Loading branch information
marc2332 authored and miker83z committed Dec 20, 2024
1 parent 3033a94 commit 8cdfe26
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 955 deletions.
2 changes: 1 addition & 1 deletion apps/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"tailwindcss": "^3.3.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.3.0",
"vite-tsconfig-paths": "^4.2.0"
}
}
5 changes: 2 additions & 3 deletions apps/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^2.0.1",
"web-ext": "^7.6.2",
"web-ext": "^8.3.0",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
Expand Down Expand Up @@ -117,7 +117,7 @@
"@reduxjs/toolkit": "^1.9.5",
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.3.0",
"@sentry/browser": "^7.61.0",
"@sentry/browser": "^7.120.2",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-persist-client": "^5.40.1",
"axios": "^1.7.4",
Expand All @@ -132,7 +132,6 @@
"formik": "^2.4.2",
"framer-motion": "^10.12.22",
"idb-keyval": "^6.2.1",
"jose": "^5.2.3",
"mitt": "^3.0.1",
"poseidon-lite": "^0.2.0",
"react": "^18.3.1",
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"semver@<7.5.2": ">=7.5.2",
"postcss@<8.4.31": ">=8.4.31",
"braces": ">=3.0.3",
"[email protected].7": "0.1.10",
"path-to-regexp@<0.1.12": "0.1.12",
"[email protected]": "3.3.0",
"[email protected]": "3.3.0",
"body-parser": ">=1.20.3",
Expand All @@ -46,7 +46,12 @@
"[email protected]": "10.9.3",
"http-proxy-middleware": "2.0.7",
"cross-spawn": "7.0.5",
"ws": "8.18.0"
"axios@<0.28.0": "0.28.0",
"tough-cookie@<4.1.3": "4.1.3",
"ws": "8.18.0",
"@sentry/browser": "7.120.2",
"[email protected]": "3.3.8",
"[email protected]": "5.0.9"
}
},
"engines": {
Expand Down
Loading

0 comments on commit 8cdfe26

Please sign in to comment.