Skip to content

Commit

Permalink
Updating to address crypto package exploit.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Nov 14, 2023
1 parent c6c4fd0 commit 5bfbd36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/js",
"version": "0.20.0",
"version": "0.20.1",
"sideEffects": false,
"module": "dist/esm/index.mjs",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -64,7 +64,7 @@
"eventemitter3": "^4.0.7",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"merkletreejs": "^0.2.32",
"merkletreejs": "^0.3.11",
"mime": "^3.0.0",
"node-fetch": "^2.6.7"
},
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 5bfbd36

@WaggMe
Copy link

@WaggMe WaggMe commented on 5bfbd36 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this critical maintenance, @blockiosaurus !

Please sign in to comment.