Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
fix: Upgrades etc725.js and some minor npms for security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Nov 3, 2023
1 parent 6aa6d58 commit d909cf7
Show file tree
Hide file tree
Showing 2 changed files with 674 additions and 197 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
"typechain": "typechain --target web3-v1 --out-dir types/contracts/ './node_modules/@lukso/lsp-smart-contracts/artifacts/*.json'"
},
"devDependencies": {
"@erc725/erc725.js": "0.20.0",
"@erc725/erc725.js": "0.20.1",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@formatjs/intl": "^2.9.0",
"@formatjs/intl": "^2.9.5",
"@lukso/lsp-smart-contracts": "0.12.0-rc.0",
"@lukso/web-components": "1.47.1",
"@nuxt/devtools": "^0.7.4",
"@nuxt/devtools": "^0.7.6",
"@nuxtjs/algolia": "^1.9.0",
"@nuxtjs/device": "^3.1.0",
"@nuxtjs/plausible": "^0.2.1",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/plausible": "^0.2.3",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia-orm/nuxt": "^1.7.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.2",
"@pinia/nuxt": "^0.4.11",
"@playwright/test": "1.36.2",
"@typechain/web3-v1": "^6.0.7",
"@types/fs-extra": "11.0.1",
"@types/fs-extra": "11.0.3",
"@types/node": "^20.4.7",
"@types/randombytes": "2.0.0",
"@types/randombytes": "2.0.2",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"browserify-zlib": "^0.2.0",
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-import": "2.28.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-playwright": "0.15.3",
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-testing-library": "5.11.1",
"eslint-plugin-vue": "9.16.1",
"ethereum-blockies-base64": "^1.0.2",
"fs-extra": "11.1.1",
Expand All @@ -70,7 +70,7 @@
"pinia": "^2.1.7",
"pinia-orm": "^1.7.2",
"postcss-html": "^1.5.0",
"prettier": "3.0.1",
"prettier": "3.0.3",
"rollup-plugin-polyfill-node": "^0.12.0",
"sass": "1.64.2",
"stream-browserify": "3.0.0",
Expand All @@ -84,8 +84,8 @@
"typechain": "^8.3.2",
"typescript": "5.2.2",
"util": "0.12.5",
"web3": "~1.10.0",
"web3-utils": "~1.10.0",
"web3": "~1.10.3",
"web3-utils": "~1.10.3",
"yata-fetch": "2.1.5"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit d909cf7

Please sign in to comment.