Fix sort order of ethereumjs-block in yarn.lock (#8985)

Refs a2d0d6209 (#8979)

This fixes the sort order of the yarn.lock file
feature/default_network_editable
Whymarrh Whitby 4 years ago committed by GitHub
parent 4e7d999875
commit e713dd7698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      yarn.lock

@ -10260,7 +10260,7 @@ ethereumjs-account@^2.0.4:
rlp "^2.0.0" rlp "^2.0.0"
safe-buffer "^5.1.1" safe-buffer "^5.1.1"
ethereumjs-block@^2.1.0, ethereumjs-block@~2.2.0, ethereumjs-block@2.2.2, ethereumjs-block@^2.2.2, ethereumjs-block@~2.2.2: ethereumjs-block@2.2.2, ethereumjs-block@^2.1.0, ethereumjs-block@^2.2.2, ethereumjs-block@~2.2.0, ethereumjs-block@~2.2.2:
version "2.2.2" version "2.2.2"
resolved "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-2.2.2.tgz#c7654be7e22df489fda206139ecd63e2e9c04965" resolved "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-2.2.2.tgz#c7654be7e22df489fda206139ecd63e2e9c04965"
integrity sha512-2p49ifhek3h2zeg/+da6XpdFR3GlqY3BIEiqxGF8j9aSRIgkb7M1Ky+yULBKJOu8PAZxfhsYA+HxUk2aCQp3vg== integrity sha512-2p49ifhek3h2zeg/+da6XpdFR3GlqY3BIEiqxGF8j9aSRIgkb7M1Ky+yULBKJOu8PAZxfhsYA+HxUk2aCQp3vg==

Loading…
Cancel
Save