mirror of https://github.com/waku-org/js-waku.git
Merge pull request #375 from status-im/dependabot/npm_and_yarn/cspell-5.14.0
Bump cspell from 4.2.8 to 5.14.0
This commit is contained in:
commit
eaee89edcc
File diff suppressed because it is too large
Load Diff
|
@ -91,7 +91,7 @@
|
|||
"buffer": "^6.0.3",
|
||||
"chai": "^4.3.4",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"cspell": "^4.1.0",
|
||||
"cspell": "^5.14.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
|
|
|
@ -9,7 +9,7 @@ const DefaultWantedNumber = 1;
|
|||
/**
|
||||
* GET list of nodes from remote HTTP host.
|
||||
*
|
||||
* Default behaviour is to return nodes hosted by Status.
|
||||
* Default behavior is to return nodes hosted by Status.
|
||||
*
|
||||
* @param path The property path to access the node list. The result should be
|
||||
* a string, a string array or an object. If the result is an object then the
|
||||
|
|
Loading…
Reference in New Issue