remove `long`

This commit is contained in:
Felicio Mununga 2023-02-21 13:57:25 +01:00
parent 942146d0be
commit 16edb12048
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
2 changed files with 2 additions and 3 deletions

View File

@ -35,8 +35,7 @@
"dependencies": {
"@bufbuild/protobuf": "^1.0.0",
"ethereum-cryptography": "^1.0.3",
"js-waku": "^0.30.0",
"long": "^5.2.0"
"js-waku": "^0.30.0"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.0.0"

View File

@ -5239,7 +5239,7 @@ long@^4.0.0:
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
long@^5.0.0, long@^5.2.0:
long@^5.0.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/long/-/long-5.2.0.tgz#2696dadf4b4da2ce3f6f6b89186085d94d52fd61"
integrity sha512-9RTUNjK60eJbx3uz+TEGF7fUr29ZDxR5QzXcyDpeSfeH28S9ycINflOgOlppit5U+4kNTe83KQnMEerw7GmE8w==