Skip to content

Commit

Permalink
updated packages flagged by yarn npm audit (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorian1te authored Sep 20, 2024
1 parent bb6df97 commit f0affb8
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 69 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- fix asset mismatch and lp retrieval tool [350](https://github.com/asgardex/asgardex-desktop/pull/351)
- redesign swap screen [#359](https://github.com/asgardex/asgardex-desktop/pull/359)
- redesign asset select modal [#362](https://github.com/asgardex/asgardex-desktop/pull/362)
- Updated electron package [electron](https://github.com/asgardex/asgardex-desktop/pull/360)

# 1.22.4 (2024-09-6)

Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"dotenv": "^16.4.5",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-updater": "^5.3.0",
"electron-updater": "6.3.4",
"electron-window-state": "^5.0.3",
"eslint": "^8.23.0",
"ethers": "5.7.2",
Expand Down Expand Up @@ -173,7 +173,6 @@
"@types/qrcode": "^1.4.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-intl": "^3.0.0",
"@types/secp256k1": "^4.0.6",
"@types/styled-components": "^5.1.25",
"ansis": "^1.5.5",
Expand All @@ -182,7 +181,7 @@
"concurrently": "^7.2.1",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"electron": "26.0.0",
"electron": "27.3.11",
"electron-builder": "^24.9.1",
"electron-devtools-installer": "^3.2.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -193,12 +192,12 @@
"nodemon": "^2.0.16",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.14",
"postcss": "8.4.47",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.13",
"process": "^0.11.10",
"react-error-overlay": "^6.0.11",
"rimraf": "^3.0.2",
"rimraf": "5.0.10",
"source-map-explorer": "^2.5.2",
"storybook": "7.6.17",
"stream-browserify": "^3.0.0",
Expand Down
Loading

0 comments on commit f0affb8

Please sign in to comment.